@charset "utf-8";
/* CSS Document */

body {
    font-family: "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}

a {
    word-break: break-all;
    text-decoration: none;
}
a:link, a:visited {
    color: #4D4D4D;  
}

img {
    vertical-align: bottom;
}
img.logo{
    width:100%;
    max-width: 110px;
    height: auto;
}
.BlkHeader__inner a.after {
    background: url(../images/logo_after.png);
    background-position: 0;
    background-repeat: no-repeat;
    height: 46px;
    display: block;
    transition: all ease .5s;
        width: 180px;
}
span.num{
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    background: #54C3F0;
    margin: 40px auto 0;
    padding-top: 18px;
    width: 50px;
    height: 50px;
    display: block;
    font-weight: bold;
    border-radius: 4px;
}
span.vol{
    font-size: 70%;
}

.pc{
    display: block !important;
}
.sp{
    display: none !important;
}
.sp_inline{
        display: none;
    }
br.pc {
    display: block;
}
br.sp{
    display: none;
}

.clear_fix:after {
    content: '';
    display: block;
    clear: both;
}

.clear {
    content: '';
    display: block;
    clear: both;
}

.f60 {
    font-size: 60%;
    display: inline-block;
    padding-top: 2px;
}
.f80 {
    font-size: 80%;
    display: inline-block;
    padding-top: 2px;
}

.f90 {
    font-size: 90%;
    display: block;
    padding-top: 2px;
}

.f95 {
    font-size: 95%;
    display: block;
    padding-top: 2px;
}

.mb5 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mt5 {
    margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.pb30 {
    padding-bottom: 30px !important;
}
span.num2 {
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    background: #009FE8;
    margin: 10px auto;
    padding-top: 17px;
    width: 200px;
    height: 50px;
    display: block;
    font-weight: bold;
    border-radius: 8px;
}

/*header*/

.BlkHeader {
    width: 100%;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 1000000;
}

.BlkHeader__inner {
    width: 100%;
    margin: 0 auto;
    padding: 25px 25px 19px;
    box-sizing: border-box;
    
}

.Contact_box {
    padding: 15px;
    box-sizing: border-box;
}

.Contact_box__inner {
    border: 1px solid #fff;
    padding: 10px;
    box-sizing: border-box;
}

.Contact_box p {
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
}

.Contact_box p a {
    color: #fff;
    text-decoration: none;
    padding:0 !important;
}

.Contact_box p a:link,
.Contact_box p a:visited {
    color: #fff;
}

.Contact_box p a:hover {
    text-decoration: underline;
}

.Contact_box p strong {
    font-weight: bold;
    font-size: 16px;
    padding: 10px 0 5px;
    display: block;
}

/*main*/

.BlkMain {
    width: 100%;
    background: url(../images/detail_main_bg.png) no-repeat;
    background-size: cover;
    margin-top: 86px;
}

.BlkMain__inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.BlkFooter__inner > p a {
    color: #4D4D4D;
    text-decoration: none;
}

.BlkFooter__inner > p a:link,
.BlkFooter__inner > p a:visited {
    color: #4D4D4D;
}

.BlkFooter__inner > p a:hover {
    color: #4D4D4D;
    text-decoration: underline;
}

.BlkMain__floatWrap {
    width: 100%;
    padding: 40px 0 60px;
}

.BlkMain__floatWrap:after {
    content: '';
    display: block;
    clear: both;
}

.BlkMain__left {
    float: left;
    width: 30%;
}

.BlkMain__left img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
    height: auto;
}

.BlkMain__right {
    width: 70%;
    float: right;
    padding-left: 28px;
    box-sizing: border-box;
    border-left: 1px solid #0064B1;
}

.BlkMain__right h2 {
    color: #0064B1;
    padding-top: 3px;
    font-size: 42px;
    font-weight: bold;
}

.BlkMain__right p.day {
    color: #4D4D4D;
    font-size: 34px;
    padding-top: 30px;
    font-weight: bold;
    padding-bottom: 10px;
}

.BlkMain__right p.day span.place {
    font-size: 22px;
	line-height: 1.4;
}

.BlkMain__right p.day span.week {
    font-size: 24px;
    font-weight: bold;
}

.BlkMain__right p.day span.time {
    font-size: 20px;
    font-weight: bold;
}

.BlkMain__right p.day span.ques {
    font-size: 18px;
    font-weight: bold;
	color: #4D4D4D;
}

.BlkMain__right h3 {
    color: #4D4D4D;
    font-size: 36px;
    display: block;
    border-top: 1px #0064B1 solid;
    padding-top: 22px;
    font-weight: bold;
	line-height: 1.2;
}

.BlkMain__right h3 span {
    font-size: 14px;
    display: block;
    padding-bottom: 15px;
}

.BlkMain__right h3 span.subTitle {
    font-size: 24px;
    display: inline;
}

.BlkMain__right p {
    line-height: 1.6;
    padding-top: 25px;
}

.BlkMain__right img {
  width: 100%;
    max-width: 450px;
    height: auto;   
}

.BlkMain__right a img:hover {
    opacity: 0.7;
    transition: all ease 0.5s;
}

.sairoku {
	font-size: 15px;
	line-height: 1.3;
	padding-bottom: 30px;
}

.sairoku a:link, a:visited {
	color: #0064B1;
	font-size: 15px;
	padding-bottom: 30px;
}

/*section*/

.BlkSection {
    width: 100%;
    background: #E2F5FB;
}

.BlkSection__inner {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    position: relative;
}
.BlkSection__floatWrap h3 span {
    font-size: 16px;
}
.BlkSection__inner span.program_tag {
    background: #fff;
    font-size: 24px;
    color: #009FE8;
    font-weight: bold;
    display: inline-block;
    padding: 5px 22px 10px;
    border-radius: 0 0 15px 15px;
}
.floatWrap__color{
    background: #C1E7FF;
	margin-bottom: 30px;
    padding: 20px;
    padding-bottom: 16px !important;
    box-sizing: border-box;
    border-radius: 6px;
	display: table;
}
.floatWrap__color p{
    padding-bottom: 10px;
}

.floatWrap__color2{
  
	width: 100%;
	color: #4D4D4D;
	font-size: 15px;
	line-height: 1.4;
	margin-top: 10px;
	margin-bottom: 25px;
    padding: 0px 0px 0px 10px;
    
    box-sizing: border-box;
    border-left: 3px solid #0064B1;
	display: table;
}
.floatWrap__color2 p{
    padding-bottom: 30px;
}
.BlkSection__inner__box.one {
    padding: 40px 0 0 0;
}

.BlkSection__inner__box {
    width: 100%;
    max-width: 950px;
    padding: 40px 0 40px;
    border-bottom: 1px solid #0064B1;
}

.BlkSection__inner__box > span,
.BlkSection__inner__box .clear_fix span {
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
    background: #009FE8;
    padding: 10px 25px 8px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 5em;
    font-weight: bold;
}

.BlkSection__inner__box p.lead {
    color: #4d4d4d;
	 line-height: 1.4;
    padding-top: 0px;
    
}

.BlkSection__inner__box.two p.lead {
    padding-top: 0;
}

.two .clear_fix {
    margin-bottom: 30px;
}

.BlkSection__inner__box .clear_fix span {
    margin-bottom: 28px;
}

.BlkSection__floatWrap {
    width: 100%;
    padding-bottom: 40px;
}

.one .BlkSection__floatRight h3 {
    font-size: 36px;
    font-weight: bold;
    color: #0064B1;
    display: block;
}

.one .BlkSection__floatRight p.katagaki {
    font-size: 14px;
	font-weight: normal;
    color: #0064B1;
}

.one .BlkSection__floatRight h3 span {
    font-size: 24px;
    font-weight: bold;
    color: #0064B1;

}

.BlkSection__floatWrap p.time {
    padding: 20px 0;
    font-size: 14px;
    font-weight: bold;
    
}

p.time {
        padding: 0 0 20px;
    font-size: 14px;
    font-weight: bold;
    margin-top: -10px;
    color: #4D4D4D;
}
p.time img {
    margin-bottom: -3px;
    padding-right: 2px;
}

.BlkSection__floatWrap p.time img {
    margin-bottom: -3px;
    padding-right: 2px;
}

.one .BlkSection__floatRight p {
    font-size: 14px;
    color: #4D4D4D;
    line-height: 1.6;
    text-align: left;
}

.BlkSection__floatWrap:after {
    content: '';
    display: block;
    clear: both;
}

.one .BlkSection__floatWrap .BlkSection__floatLeft {
    width: 21%;
    float: left;
}

.one .BlkSection__floatleft p.katagaki {
    font-size: 14px;
    color: #4D4D4D;
    margin-top: 5px;
	font-weight: normal;
}

.one .BlkSection__floatleft h3 {
    font-size: 36px;
    font-weight: bold;
    color: #0064B1;
    display: block;
}

.one .BlkSection__floatleft h3 span {
    font-size: 24px;
    font-weight: bold;
    color: #0064B1;

}



.one .BlkSection__floatWrap .BlkSection__floatRight {
    width: 79%;
    float: right;
    padding-left: 40px;
    box-sizing: border-box;
}

.one .BlkSection__floatWrap .BlkSection__floatLeft img {
    width: 100%;
    max-width: 200px;
    height: auto;
    float: left;
    border-radius: 10px;
}

.profile p span {
    font-size: 14px;
    color: #54C3F0;
    display: block;
}

.profile p {
    font-size: 14px;
    color: #4D4D4D;
    line-height: 1.6;
    padding-top: 10px;
}

.BlkSection__inner__box:after {
    content: '';
    display: block;
    clear: both;
}

.two .BlkSection__floatWrap {
    width: 50%;
    box-sizing: border-box;
    float: left;
}

.two .BlkSection__floatWrap__left {
    width: 48%;
    box-sizing: border-box;
    float: left;
}
.two .BlkSection__floatWrap__right {
    width: 48%;
    box-sizing: border-box;
    float: right;
}

.two .BlkSection__floatWrap:after,
.two .BlkSection__floatWrap__left:after,
.two .BlkSection__floatWrap__right:after{
    content: '';
    display: block;
    clear: both;
}

.two .BlkSection__floatWrap h3,.two .BlkSection__floatWrap__left h3,.two .BlkSection__floatWrap__right h3 {
    font-size: 20px;
    color: #0064B1;
    display: block;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.5;
    padding-left: 0em;
    text-indent: 0em;
}

.two .BlkSection__floatRight p.name {
    font-size: 18px;
	font-weight: bold;
    color: #0064B1;
    line-height: 1.2;
    padding-bottom: 20px;
}

.two .BlkSection__floatRight p.name span.katagaki {
    font-size: 14px;
	font-weight: normal;
}

.two .BlkSection__floatRight p {
    font-size: 14px;
    color: #4D4D4D;
    line-height: 1.4;
}
.two .BlkSection__floatWrap:nth-child(4),
.two .BlkSection__floatWrap:nth-child(6){
    clear:both;
}
.two .BlkSection__floatWrap__left:nth-child(4),
.two .BlkSection__floatWrap__left:nth-child(6){
    clear:both;
}
.two .BlkSection__floatWrap__right:nth-child(4),
.two .BlkSection__floatWrap__right:nth-child(6){
    clear:both;
}

.two .BlkSection__floatWrap .BlkSection__floatLeft {
    float: left;
    width: 30%;
    max-width: 135px;
    padding-right: 15px;
    box-sizing: border-box;
}
.two .BlkSection__floatWrap__left .BlkSection__floatLeft {
    float: left;
    width: 30%;
    max-width: 135px;
    padding-right: 15px;
    box-sizing: border-box;
}
.two .BlkSection__floatWrap__right .BlkSection__floatLeft {
    float: left;
    width: 30%;
    max-width: 135px;
    padding-right: 15px;
    box-sizing: border-box;
}

.two .BlkSection__floatWrap .BlkSection__floatLeft img {
    width: 100%;
    max-width: 120px;
    height: auto;
    border-radius: 10px;
    box-sizing: border-box;
}
.two .BlkSection__floatWrap__left .BlkSection__floatLeft img {
    width: 100%;
    max-width: 120px;
    height: auto;
    border-radius: 10px;
    box-sizing: border-box;
}
.two .BlkSection__floatWrap__right .BlkSection__floatLeft img {
    width: 100%;
    max-width: 120px;
    height: auto;
    border-radius: 10px;
    box-sizing: border-box;
}

.two .BlkSection__floatWrap .BlkSection__floatRight {
    width: 70%;
    float: right;
    padding-right: 25px;
    box-sizing: border-box;
}
.two .BlkSection__floatWrap__left .BlkSection__floatRight {
    width: 70%;
    float: right;
    padding-right: 0;
    box-sizing: border-box;
}
.two .BlkSection__floatWrap__right .BlkSection__floatRight {
    width: 70%;
    float: right;
    padding-right: 0;
    box-sizing: border-box;
}

.two .BlkSection__floatWrap:last-child {
    padding-bottom: 0;
}
.two .BlkSection__floatWrap__left:last-child {
    padding-bottom: 0;
}
.two .BlkSection__floatWrap__right:last-child {
    padding-bottom: 0;
}

.three h3 {
    font-size: 22px;
    color: #0064B1;
    margin-top: 7px;
    font-weight: bold;
}

.three p.subTitle {
    font-size: 16px;
    color: #4D4D4D;
    padding: 35px 0 0 0;
}
.three .BlkSection__floatWrap {
    width: 50%;
    float: left;
}
.three .col {
    width: 33%;
    float: left;
}

.three .BlkSection__floatWrap:after {
    content: '';
    display: block;
    clear: both;
}

.three .BlkSection__floatWrap .BlkSection__floatLeft {
    float: left;
    width: 30%;
    max-width: 135px;
    padding-right: 15px;
    box-sizing: border-box;
}

.three2 .BlkSection__floatWrap2 .BlkSection__floatLeft2 {
    float: left;
    width: 30%;
    max-width: 135px;
    padding-right: 15px;
    box-sizing: border-box;
}

.three .col .BlkSection__floatLeft{
    width: 45%;
}

.three .BlkSection__floatWrap .BlkSection__floatLeft img {
    width: 100%;
    max-width: 120px;
    height: auto;
    border-radius: 10px;
    box-sizing: border-box;
	margin-bottom: 10px;
}

.three .BlkSection__floatWrap .BlkSection__floatRight {
    width: 70%;
    float: right;
    padding-right: 25px;
    box-sizing: border-box;
}
.three .col .BlkSection__floatRight{
    width: 55%;
}

.three .BlkSection__floatWrap .BlkSection__floatRight p.name {
    font-size: 16px;
    line-height: 1.3;
}

.three .BlkSection__floatWrap .BlkSection__floatRight p {
    font-size: 14px;
    line-height: 1.4;
}

.three .BlkSection__floatWrap .BlkSection__floatRight p.small {
    font-size: 14px;
}

.three .BlkSection__floatWrap .BlkSection__floatRight p.katagaki {
    font-size: 14px;
}

.three .BlkSection__floatWrap:last-child {
    margin-bottom: 15px;
    padding-bottom: 0;
}

.last-col:after {
    content: '';
    display: block;
    clear: both;
}

.BlkPannel__Wrap {
    overflow: hidden;
}

.BlkSection__floatRight p span.small {
    font-size: 14px;
}

.three .BlkSection__floatRight p.name {
    font-size: 18px;
	font-weight: bold;
    color: #0064B1;
    line-height: 1;
    padding-bottom: 15px;
}

.three .BlkSection__floatRight p.name span.katagaki {
    font-size: 14px;
	font-weight: normal;
	color: #0064B1;
}

.three .BlkSection__floatRight p {
    font-size: 14px;
    color: #4D4D4D;
    line-height: 1.6;
}

.three {
    border-bottom: 0;
}

.BlkSection__floatWrap.BlkSection__Content-all {
    width: 100%;
}
.two .BlkSection__tow__Content-all{
    width: 100%;
}

.BlkSection__floatWrap.BlkSection__Content-all .BlkSection__floatRight {
    width: 85%;
    padding-right: 0;
}
.two .BlkSection__tow__Content-all .BlkSection__floatRight{
    width: 79%;
    float: right;
    padding-left: 25px;
    padding-right:0;
        padding-top: 3px;
    box-sizing: border-box;
}
.two .BlkSection__tow__Content-all .BlkSection__floatLeft{
    width: 21%;
    float: left;
    max-width: 200px;
    padding-right:0;
}
.two .BlkSection__tow__Content-all .BlkSection__floatLeft img{
    width: 100%;
    max-width: 200px;
}

/*BlkEntry*/

.BlkEntry {
    width: 100%;
    background: #fff;
}

.BlkEntry__inner {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0 50px;
}

.BlkEntry__inner:after {
    content: '';
    display: block;
    clear: both;
}

.BlkEntry__inner span.circle {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    background: #E2F5FB;
    display: table-cell;
    vertical-align: middle;
    color: #009FE8;
}

.BlkEntry__btn {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding-bottom: 50px;
    border-bottom: 1px solid #0064B1;
}

.BlkEntry__btn img {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.BlkEntry__btn p {

    max-width: 400px;
    height: auto;
    margin: 10px auto;
    display: block;
}


.BlkEntry__btn a img:hover {
    opacity: 0.7;
    transition: all ease 0.5s;
}

.BlkEntry__btn2 {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.BlkEntry__btn2 img {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.BlkEntry__btn2 p {
    max-width: 400px;
    height: auto;
    margin: 10px auto;
    display: block;
}

.BlkEntry__btn2 a img:hover {
    opacity: 0.7;
    transition: all ease 0.5s;
}

.BlkEntry__movie__wrap {
	width: 100%;
	max-width: 450px;
	margin-top: 30px;
}
.BlkEntry__movie {
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
   height: 0;
   overflow: hidden;
	box-shadow: 0px 0px 15px 5px #C3D1D6;
}


.BlkEntry__movie iframe {
  position: absolute;
  top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

.BlkEntry__inner .Left_col {
    float: left;
    width: 130px;
}

.BlkEntry__inner .Center_col {
    float: left;
    width: 575px;
    margin: 0 20px;
}

.BlkEntry__inner .Center_col dl dt {
    color: #fff;
    background: #009FE8;
    display: inline-block;
    border-radius: 5em;
    padding: 8px 15px 6px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    float: left;
    margin-top: 5px;
}

.BlkEntry__inner .Center_col dl dd {
    color: #4D4D4D;
    font-size: 16px;
    padding-left: 18%;
    margin-bottom: 30px;
    line-height: 1.4;
}

.BlkEntry__inner .Center_col dl dd:last-child {
    margin-bottom: 0;
}

.BlkEntry__inner .Center_col dl dd span.day {
    color: #4D4D4D;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}

.BlkEntry__inner .Center_col dl dd span.place {
    font-weight: bold;
    font-size: 20px;
}

.BlkEntry__inner .Center_col dl dd span.capacity {
    font-size: 30px;
    font-weight: bold;
}

.BlkEntry__inner .Center_col dl dd span.week {
    color: #4D4D4D;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}

.BlkEntry__inner .Right_col {
    float: left;
    width: 200px;
    box-shadow: 5px 5px 5px -2px #C3D1D6;
}

.BlkSchool__list {
    background: #fff;
    width: 100%;
}

.BlkSchool__list__inner a:link,
.BlkSchool__list__inner a:visited {
    color: #fff;
    
}

.BlkSchool__list__inner {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.BlkSchool__list__inner h3 {
    font-size: 26px;
    font-weight: bold;
    color: #0064B1;
    display: block;
    text-align: center;
    padding-top: 45px;
}

.BlkSchool__list__inner ul {
    width: 100%;
    padding-top: 42px;
      display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.BlkSchool__list__inner ul li {
    width: 25%;
    text-align: center;
    box-sizing: border-box;
    list-style: none;
    color: #0064B1;
    font-size: 20px;
    margin-bottom: 30px;
    border-left: 1px solid #0064B1;
    display: inline-block;
    line-height: 1.2;
    font-weight: bold;
}

.BlkSchool__list__inner ul li span {
    font-size: 14px;
    color: #4D4D4D;
}

.BlkSchool__list__inner ul li a {
    padding: 5px 10px;
    display: block;
    cursor: pointer;
    text-decoration: none;
}

.BlkSchool__list__inner ul li a,
.BlkSchool__list__inner ul li a:link,
.BlkSchool__list__inner ul li a:visited {
    color: #0064B1;
}

.BlkSchool__list__inner ul li a:hover {
    opacity: 0.7;
    transition: all ease 0.5s;
}

.BlkSchool__list__inner ul li:nth-child(n + 15){
  display: none !important;
}

.BlkSchool__list__inner ul li:nth-child(4n),
.BlkSchool__list__inner ul li:nth-child(10){
    border-right: 1px solid #0064B1;
}

/*history*/

.history {
    background: #F5F5F5;
    width: 100%;
}

.history__inner a:link,
.history__inner a:visited {
    color: #585858;
    
}

.history__inner {
	text-align: center;
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding: 15px 0;
}

.history__inner ul {
    width: 100%;
    padding-top: 18px;
      display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.history__inner ul li {
    width: 180px;
    text-align: center;
    box-sizing: border-box;
    list-style: none;
    color: #585858;
    font-size: 16px;
    margin: 0 15px 5px 0;
    border: 1px solid #585858;
    display: inline-block;
    line-height: 1.5;
    font-weight: 500;
    border-radius: 4px;
}

.history__inner ul li a {
    padding: 5px 10px;
    display: block;
    cursor: pointer;
    text-decoration: none;
}

.history__inner ul li a,
.history__inner ul li a:link,
.history__inner ul li a:visited {
    color: #585858;
}

.history__inner ul li a:hover {
    opacity: 0.7;
    transition: all ease 0.5s;
}


/*footer*/

.BlkFooter {
    width: 100%;
    background: #F2F2F2;
}

.BlkFooter__inner {
    width: 100%;
    margin: 0 auto;
}

.BlkFooter__inner > p {
    font-size: 16px;
    background: #E5E5E5;
    text-align: center;
    color: #4D4D4D;
    font-weight: bold;
    padding: 28px 10px;
    box-sizing: border-box;
        line-height: 1.8;
}

.BlkFooter__inner img {
    width: 100%;
    max-width: 96px;
    height: auto;
    display: block;
    margin: 30px auto 15px;
    text-align: center;
}

.BlkFooter__inner > p.copyright {
    font-size: 10px;
    text-align: center;
    color: #4D4D4D;
    background: #F2F2F2;
    padding: 0;
    padding-bottom: 35px;
}

/*menu*/

.btn {
    background: transparent url(../images/menu.png) no-repeat 0 0;
    display: block;
    width: 39px;
    height: 50px;
    position: fixed;
    top: 15px;
    right: 30px;
    cursor: pointer;
    z-index: 1111111111;
}

.peke {
    background-position: -39px 0;
}

.drawr {
    display: none;
    background-color: #009FE8;
    position: fixed;
    top: 84px;
    right: 0;
    width: 18%;
    z-index: 100;
    height: auto !important;
}

.drawr p.side img {
    width: 100%;
    max-width: 437px;
    height: auto;
    margin-bottom: -3px;
}

.drawr p.side a img:hover {
    opacity: 0.7;
    transition: all ease 0.5s;
}

#menu {
    position: relative;
    padding: 0;
    height: 100%;
}

#menu li {
    width: 100%;
    border-bottom: 1px solid #99E5FF;
    min-width: 180px;
}

#menu li a {
    color: #fff;
    display: block;
    padding: 15px;
    text-decoration: none;
}

#menu li a:hover {
    background: #FF6600;
    transition: all ease 0.5s;
}

p.side {
    padding: 15px;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}

.pagetop a {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.pagetop a img:hover {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/*bottom-line*/
.bottom__line {
    border-bottom: 1px solid #0064B1;
}
.bottom__noline {
    border-bottom: none !important;
}

@media screen and (max-width:768px) {
    .BlkMain {
        width: 100%;
        background: url(../images/detail_main_bg.png) no-repeat;
        background-size: 100% auto;
    }
    .BlkMain__inner {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .BlkMain__floatWrap {
        width: 100%;
        padding: 20px 0 30px;
    }
    .BlkMain__left {
        float: none;
        width: 100%;
    }
    .BlkMain__left img {
        display: block;
        margin: 0 auto;
        padding-bottom: 0px;
        width: 100%;
        max-width: 200px;
        height: auto;
    }
    span.num {
    margin: 40px auto;
}
    .BlkMain__right {
        width: 100%;
        float: none;
        padding-left: 0;
        box-sizing: border-box;
        border-top: 1px solid #0064B1;
        text-align: center;
        border-left: none;
    }
    .BlkMain__right h2 {
        padding-top: 25px;
        font-size: 36px;
    }
    .BlkMain__right h3 {
        text-align: left;
    }
    .BlkMain__right p {
        text-align: left;
    }
	 .BlkMain__right img {
            margin: 0 auto;
    }
    .BlkMain__right h3 {
        color: #4D4D4D;
        font-size: 24px;
        display: block;
        border-top: 1px #0064B1 solid;
        padding-top: 22px;
        font-weight: bold;
    }
    .floatWrap__color{
    padding-bottom: 0px !important;
}
    .BlkMain__right p.day {
        color: #4D4D4D;
        font-size: 26px;
        padding-top: 20px;
        font-weight: bold;
        padding-bottom: 20px;
        text-align: center;
    }
    .BlkMain__right p.day span.place {
        font-size: 20px;
        display: block;
    }
    .BlkMain__right h3 span.subTitle {
        font-size: 18px;
        display: block;
        padding-top: 5px;
    }
    .BlkMain__right p {
        line-height: 1.6;
        padding-top: 10px;
    }

    .BlkSection__inner {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .one .BlkSection__floatWrap .BlkSection__floatLeft {
        width: 100%;
        float: none;
        padding-right: 0;
        box-sizing: border-box;
        overflow: hidden;
            text-align: center;
        margin-bottom: 20px;
    }
    .one .BlkSection__floatWrap .BlkSection__floatRight {
        width: 100%;
        float: none;
        display: block;
        margin: 0 auto;
        text-align: center;
        padding-left:0;
        padding-bottom: 30px;
    }
     .one .BlkSection__floatWrap .BlkSection__floatRight p.katagaki{
      font-size: 14px;
        text-align: center;

    }
    .one .BlkSection__floatWrap .BlkSection__floatLeft img {
        width: 100%;
        max-width: 200px;
        height: auto;
        float: none;
        border-radius: 10px;
        margin: 0 auto;
    }

    .BlkSection__floatWrap.BlkSection__Content-all .BlkSection__floatRight {
        width: 100%;
    }
    .BlkSection__tow__Content-all{
        
    }
    .BlkSection__inner__box.two {
        padding-bottom: 0;
    }
    .BlkSection__floatWrap {
        width: 100%;
        padding-bottom: 0;
    }
    .profile {
        margin-bottom: 30px;
    }
    .BlkSection__inner span.program_tag {
        background: #fff;
        font-size: 20px;
        color: #009FE8;
        font-weight: bold;
        display: block;
        padding: 5px 22px 10px;
        border-radius: 0 0 15px 15px;
        max-width: 120px;
        margin: 0 auto;
        text-align: center;
    }
    .two .BlkSection__floatWrap {
        width: 100%;
        box-sizing: border-box;
        float: none;
        margin-bottom: 30px;
    }
    .two .BlkSection__floatWrap .BlkSection__floatRight {
        width: 100%;
        padding-top: 7px;
        float: none;
        padding-right: 0;
        box-sizing: border-box;
    }
    .two .BlkSection__floatWrap__left,.two .BlkSection__floatWrap__right {
        width: 100%;
        box-sizing: border-box;
        float: none;
        margin-bottom: 30px;
    }
    .two .BlkSection__floatWrap__left .BlkSection__floatRight,
	.two .BlkSection__floatWrap__right .BlkSection__floatRight{
        width: 100%;
        padding-top: 7px;
        float: none;
        padding-right: 0;
        box-sizing: border-box;
    }	
    .one .BlkSection__floatLeft h3 {
        font-size: 24px;
        font-weight: bold;
        color: #0064B1;
        display: block;
    }
    .one .BlkSection__floatLeft p.name {
        font-size: 22px;
        font-weight: bold;
        color: #4D4D4D;
        line-height: 1;
        padding: 25px 0;
    }

    .BlkSection__inner__box > span,
    .BlkSection__inner__box .clear_fix span {
        font-size: 18px;
        color: #fff;
        background: #009FE8;
        padding: 10px 15px 8px;
        box-sizing: border-box;
        display: block;
        border-radius: 5em;
        font-weight: bold;
        text-align: center;
    }
    .two .BlkSection__floatWrap .BlkSection__floatLeft {
        float: none;
        width: 100%;
        max-width: 135px;
        padding-right: 0;
        box-sizing: border-box;
        padding-bottom: 0;
        padding-top: 0px;
        display: block;
        text-align: center;
        margin: 0 auto;

    }
    .two .BlkSection__tow__Content-all .BlkSection__floatRight{
    width: 100%;
    float: none;
    padding:0;
    box-sizing: border-box;
}
.two .BlkSection__tow__Content-all .BlkSection__floatLeft{
    width: 100%;
    float: none;
    max-width: 200px;
    padding:0;
}
.two .BlkSection__tow__Content-all .BlkSection__floatLeft img{
    width: 100%;
    max-width: 200px;
}
	
	
    .two .BlkSection__floatWrap__left .BlkSection__floatLeft,
	.two .BlkSection__floatWrap__right .BlkSection__floatLeft{
        float: none;
        width: 100%;
        max-width: 135px;
        padding-right: 0;
        box-sizing: border-box;
        padding-bottom: 0;
        padding-top: 0px;
        display: block;
        text-align: center;
        margin: 0 auto;

    }

	
	
    .BlkSection__floatRight p.name {
        text-align: center;
    }
    .two .BlkSection__floatWrap .BlkSection__floatLeft img {
        width: 100%;
        max-width: 135px;
        height: auto;
        border-radius: 10px;
        box-sizing: border-box;
    }
	
    .two .BlkSection__floatWrap__left .BlkSection__floatLeft img,
	.two .BlkSection__floatWrap__right .BlkSection__floatLeft img{
        width: 100%;
        max-width: 135px;
        height: auto;
        border-radius: 10px;
        box-sizing: border-box;
    }	


    .two .BlkSection__floatWrap h3 {
        margin-bottom: 20px;
        padding-bottom: 0 !important;
    }
    .two .BlkSection__floatWrap__left h3,.two .BlkSection__floatWrap__right h3 {
        margin-bottom: 20px;
        padding-bottom: 0 !important;
    }	
    .three .BlkSection__floatWrap {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .three .BlkSection__floatWrap .BlkSection__floatLeft {
        float: none;
        width: 100%;
        max-width: 135px;
        padding-right: 0;
        box-sizing: border-box;
        padding-bottom: 0;
        padding-top: 20px;
        display: block;
        margin: 0 auto;
    }
    .three .BlkSection__floatWrap .BlkSection__floatLeft img {
        max-width: 135px;
    }
    .three p.subTitle {
        font-size: 16px;
        color: #4D4D4D;
        padding: 35px 0 20px;
    }
    .three .BlkSection__floatWrap .BlkSection__floatRight {
        width: 100%;
        float: none;
        padding-right: 0;
        box-sizing: border-box;
    }

    .BlkEntry__inner {
        width: 100%;
        max-width: 950px;
        margin: 0 auto;
        overflow: hidden;
        padding: 20px 20px 30px;
        box-sizing: border-box;
    }
    .BlkEntry__inner .Left_col {
        float: none;
        width: 130px;
        margin: 0 auto;
    }
    .BlkEntry__inner .Center_col {
        float: none;
        width: 100%;
        margin: 0;
        margin-top: 30px;
    }
    .BlkEntry__inner .Center_col dl dt {
        display: block;
        padding: 15px;
        box-sizing: border-box;
        float: none;
        text-align: center;
    }
    .BlkEntry__inner .Center_col dl dd {
        color: #4D4D4D;
        font-size: 16px;
        padding-left: 0;
        padding: 20px 0;
        line-height: 1.4;
    }
    .BlkEntry__inner .Right_col {
        float: none;
        width: 100%;
        box-shadow: 5px 5px 5px -2px #DAD8D7;
    }
    .BlkEntry__btn {
        padding: 0 20px 30px;
        box-sizing: border-box;
    }

    .BlkSchool__list__inner ul {
        width: 100%;
        padding: 30px 0 0;
        box-sizing: border-box;
        overflow: hidden;
    }
    .BlkSchool__list__inner ul li {
        width: 33.333%;
        box-sizing: border-box;
        display: inline-block;
        float: left;
          font-size: 16px;
    }
    .BlkSchool__list__inner ul li:nth-child(11),
    .BlkSchool__list__inner ul li:nth-child(12),
    .BlkSchool__list__inner ul li:nth-child(13),
    .BlkSchool__list__inner ul li:nth-child(14),
    .BlkSchool__list__inner ul li:nth-child(15) {
        margin-bottom: 30px;
    }
  .BlkSchool__list__inner ul li:nth-child(4n) {
    border-right: 0;
}
  .BlkSchool__list__inner ul li:nth-child(3n),
  .BlkSchool__list__inner ul li:nth-child(14){
        border-right: 1px solid #0064B1;
  }
    .BlkSchool__list__inner {
        padding: 0 20px 30px;
        box-sizing: border-box;
    }
    .BlkSchool__list__inner h3 {
        font-size: 22px;
        font-weight: bold;
        color: #0064B1;
        display: block;
        text-align: center;
        padding-top: 45px;
    }

    /*iframe 16:9*/
    .Right_col {
        position: relative;
        width: 100%;
    }
    .Right_col:before {
        content: "";
        display: block;
        padding-top: 56.25%;
        /* 16:9 */
    }
    .Right_col .content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    /*menu*/
    .drawr {
        width: 32vw;
        padding: 0;
        height: 100%;
    }
    .btn {
        right: 15px !important;
    }
    #menu li {
        width: 100% !important;
        border-bottom: 1px solid #99E5FF;
        min-width: 135px;
    }
    #menu {
        height:auto;
        max-height: 350px;
        overflow-y: scroll;
    }
    br.pc {
        display: none;
    }
    br.sp{
    display: block;
}
    .pc{
    display: none !important;
}
.sp{
    display: block !important;
}
    .sp_inline{
        display: inline;
    }
    .sp_img{
        width: 100%;
    max-width: 266px;
    height: auto;
    float: none;
    border-radius: 10px;
    margin: 30px auto 0;
    }
    .pagetop {
        display: none;
        position: fixed;
        bottom: 10px;
        right: 10px;
    }
}

@media screen and (max-width:640px) {
   .BlkSchool__list__inner ul li {
        width: 50%;
    }
  .BlkSchool__list__inner ul li:nth-child(4n) {
    border-right: 0;
}
  .BlkSchool__list__inner ul li:nth-child(3n){
        border-right: 0;
  }
  .BlkSchool__list__inner ul li:nth-child(2n),
  .BlkSchool__list__inner ul li:nth-child(14){
        border-right: 1px solid #0064B1;
  }
}

@media screen and (max-width:501px) {
    .BlkSchool__list__inner ul li {
        font-size: 14px;
    }
}

@media screen and (max-width:420px) {
    .BlkSchool__list__inner ul li {
        font-size: 13px;
    }
    .drawr {
        width: 38vw;
        padding: 0;
    }
}


@media screen and (max-width:375px) {
    .sp .BlkTeach__box__tit h4 span {
        padding-top: 6px;
        font-size: 12px;
    }
    .BlkSchool__list__inner ul li a {
        padding: 0;
    }
    .drawr {
        width: 42vw;
    }
}

@media screen and (max-width:320px) {
    .BlkSchool__list__inner ul li:nth-child(13),
    .BlkSchool__list__inner ul li:nth-child(14){
        width: 100%;
      border-right: 1px solid #0064B1;
    }
    .BlkSchool__list__inner ul li a {
        padding: 5px 10px;
    }
    .drawr {
        width: 45vw;
    }

}


/*2020.9改修*/

/*main*/
.LiveBlkMain{
    margin: 0 auto;	
	width: 100%;
    background: url(../images/live_main_bg.jpg) no-repeat;
    background-size: cover;
}
.LiveMain__inner {
    margin: 0 auto;
    width: 100%;
}
.LiveMain__movie {
	margin: 0 auto;
	width: 100%;
	max-width: 860px;
	text-align: center;
}
.LiveMain__movie__inner {
	padding: 25px 0 10px;	
}
.LiveMain__movie__box {
  position: relative;
  width: 100%;
}
.LiveMain__movie__box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.LiveMain__movie__txt__ts {
	font-size: 80%;
	line-height: 1.3;
	padding: 15px 0 0 32px;
    background: url(../images/live_ico_info.png) no-repeat left 18px;	
}
.LiveMain__movie__txt__live {
	font-size: 80%;
	line-height: 1.3;
	padding: 15px 0 0;
	text-align: left;
}
.LiveBlkMain__floatWrap {
	margin: 0 auto;
	width: 860px;	
	text-align: left;
}
.LiveBlkMain__left{
	float: left;
    width: 340px;
	text-align: center;
	border-right: 2px solid #666666;
}
.LiveBlkMain__right,.LiveBlkMain__right2{
	float: right;
	padding-left: 10px;
    width: 508px;	
}
.LiveBlkMain__right,.LiveBlkMain__right h2 {
    color: #0064B1;
	margin: 7px 0 15px;
    font-size: 34px;
    font-weight: bold;
	line-height: 1.3;
}
.LiveBlkMain__right,.LiveBlkMain__right h2 img {
	float: right;
}
.LiveBlkMain__right,.LiveBlkMain__right2 p {
    color: #4D4D4D;
    font-size: 21px;
	line-height: 1.3;
    font-weight: bold;
}
.LiveBlkMain__right2 h2 {
    color: #0064B1;
	margin: 20px 0 15px;
    font-size: 34px;
    font-weight: bold;
	line-height: 1.3;
}
.LiveBlkMain__right2 p {
    color: #4D4D4D;
    font-size: 20px;
	line-height: 1.3;
    font-weight: bold;
}
.LiveBlkMain__right span {
    font-size: 15px;
}
.LiveBlkMain__right2 span {
    font-size: 15px;
}
.LiveBlkMain__participation {
	display: none;
}
.LiveBlkMain__line__ts{
	display: flex;
	color: #FFF;
    font-size: 16px;
	font-weight: bold;
	margin: 24px auto 0;
	padding: 20px 0;
	background-color:rgba(0,152,65,0.67);
	width: 100%;
	text-align: center;
    justify-content: center;
    align-items: center;	
}
.LiveBlkMain__line__live{
	display: flex;
	color: #FFF;
    font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	margin: 24px auto 0;
	padding: 20px 0;
	background-color:rgba(0,87,221,0.60);
	width: 100%;
	text-align: center;
    justify-content: center;
    align-items: center;	
}
.LiveBlkMain__line__ts span,.LiveBlkMain__line__live span{
	display: inline-block !important;
}
.LiveBlkMain__line__ts img,.LiveBlkMain__line__live img{
	margin-left:10px;
	vertical-align: middle;
}


/*Section*/
.LiveBlkSection {
    width: 100%;
    background: #E2F5FB;
}
.LiveBlkSection__inner {
    width: 990px;
    margin: 0 auto;
	padding: 0 0 35px;
	text-align: center;	
    position: relative;
}
.LiveBlkSection__inner span.program_tag {
	margin: 0 auto;
    background: #fff;
    font-size: 16px;
    color: #009FE8;
    font-weight: bold;
    display: inline-block;
    padding: 10px 22px;
    border-radius: 0 0 15px 15px;
}
.LiveBlkSection__floatWrap{
	margin: 14px 0 0;
}
.LiveBlkSection__floatRight{
	float: right;
	margin: 15px 0 0;
	width: 565px;
	text-align: left;	
}
.LiveBlkSection__floatLeft{
	float: left;
	width: 350px;
	text-align: left;
}
.LiveBlkSection__inner__rightbox{
	width: 100%;
}
.LiveBlkSection__inner__leftbox{
	width: 350px;
}
.LiveBlkSection__questionnaire{
	background: #345B9A;
	text-align: center;
}
.LiveBlkSection__questionnaire h3 img{
	width: 100%;
}
.LiveBlkSection__inner__questionnaire{
	padding: 20px;	
}
.LiveBlkSection__questionnaire p{
	padding: 12px 0 20px;
	color: #FFF;
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}
.LiveBlkSection__quiz{
	margin: 45px 0;
	background: #FFF;
	border: 1px solid #39CD9C;
	text-align: center;	
	width: 348px;
}
.LiveBlkSection__quiz h3 img{
	width: 100%;
}
.LiveBlkSection__inner__quiz{
	padding: 0 22px 25px;
	font-size: 14px;
	line-height: 1.5;	
	text-align: left;
}
.LiveBlkSection__inner__quiz h4{
	margin: 15px 0 10px;
	padding: 3px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #47D0A3;
}
.LiveBlkSection__inner__quiz h5{
	margin: 0px 0 10px;
	padding: 3px;
	color: #000;
	font-size: 15px;
	line-height: 1.4;
	font-weight: bold;
}
.LiveBlkSection__inner__quiz .btn_quiz{
	margin: 15px auto 0;
	text-align: center;
}
.LiveBlkSection__inner__rightbox {
	margin: 0 0 25px;
}
.LiveBlkSection__inner__rightbox h3 {
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    background: #009FE8;
	margin: 0 0 18px;
    padding: 7px 16px 5px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 5em;
    font-weight: bold;
}
.LiveBlkSection__inner__rightbox h3 span {
	font-size: 13px;
    line-height: 1.3;
    color: #fff;
}
.LiveBlkSection__inner__rightbox h4 {
	margin: 0;
	color: #4D4D4D;	
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
}
.LiveBlkSection__inner__rightbox h4.fBlue {
	margin: 0 0 20px;
	color: #0064b1;	
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
}
.LiveBlkSection__inner__rightbox h4.fBlue span {
	display: block;
    font-size: 14px;
}
.LiveBlkSection__inner__rightbox h4 span {
	display: block;
}
.LiveBlkSection__inner__rightbox p {
	margin: 0;
	color: #4D4D4D;	
    font-size: 15px;
    line-height: 1.5;
}
.LiveBlkSection__inner__rightbox p strong {
	font-weight: bold;
}
.LiveBlkSection__inner__rightbox.one .name {
	margin: 0 0 15px;
	color: #0064b1;	
    font-size: 24px;
    line-height: 1.3;
	font-weight: bold;	
}
.LiveBlkSection__inner__rightbox.one .name span {
	display: inline-block;
    font-size: 18px;
	padding-left: 3px;
	padding-right: 15px;
}
.LiveBlkSection__inner__rightbox .name {
	margin: 0 0 15px;
	color: #0064b1;	
    font-size: 18px;
    line-height: 1.3;
	font-weight: bold;	
}
.LiveBlkSection__inner__rightbox .name span {
	display: inline-block;
    font-size: 16px;
	padding-left: 3px;
	padding-right: 15px;
}
.LiveBlkSection__inner__rightbox.one span.katagaki,
.LiveBlkSection__inner__rightbox span.katagaki {
	display: inline-block;	
    font-size: 14px;
	font-weight: normal;
	padding-left: 0px;	
}
.LiveBlkSection__fot__btn{
	padding-left: 422px;
	text-align: left;
}

.LiveBlkSection__fot__btn2{
	padding-top: 30px;
	text-align: center;
}

/*module*/
.LiveBlkMain a img:hover,.LiveBlkSection a img:hover {
    opacity: 0.7;
    transition: all ease 0.5s;
}
.pc{display: block;}
.sp{display: none;}


@media screen and (max-width:768px) {
/*main*/
.LiveMain__movie {
    margin: 0 auto;
    width: 100%;
    max-width: 92%;
}	
.LiveMain__movie__inner {
    padding: 20px 0 10px;
}
.LiveMain__movie__txt__live {
	text-align: left;
}
.LiveBlkMain__floatWrap {
    margin: 0 auto;
    width: 100%;
    max-width: 92%;
    text-align: left;
}		
.LiveBlkMain__left{
	float: none;
	width: 100%;
	border-right: none;	
}	
.LiveBlkMain__right{
	float: none;
	width: 100%;
	padding-left: 0;	
}
.LiveBlkMain__right h2 {
    margin: 20px 0 0;
	text-align: center;
}	
.LiveBlkMain__right p {
    text-align: center;
}
.LiveBlkMain__right h2 img {
	display: none;
}
.LiveBlkMain__right span {
	display: block;
}
.LiveBlkMain__line__ts span,.LiveBlkMain__line__live span{
	display: none !important;
}	
.LiveBlkMain__line__ts img,.LiveBlkMain__line__live img {
	display: block;
    margin: 10px auto 0;
    vertical-align: middle;
	text-align: center;	
}
.LiveBlkMain__participation {
	display: block;
	margin: 10px auto 0;
	text-align: center;
}	
.LiveBlkMain__line__ts{
	display: block;	
}
.LiveBlkMain__line__live{
	display: block;
}

	
/*Section*/
.LiveBlkSection__inner {
    width: 100%;
}	
.LiveBlkSection__floatRight{
	float: none;
	width: 100%;
}
.LiveBlkSection__floatLeft{
	float: none;
	margin: 0 auto;
	width: 96%;
	text-align: center;
}	
.LiveBlkSection__inner__leftbox{
	width: 100%;
}	
.LiveBlkSection__questionnaire{
	margin: 0 auto;
	width: 100%;		
	text-align: center;
}
.LiveBlkSection__quiz{
	margin: 20px auto;	
	width: 100%;	
	text-align: center;	
}
.LiveBlkSection__fot__btn{
	padding-left: 0;
	text-align: center;
}
.LiveBlkSection__floatWrap {
    padding: 0 15px;
}
	
	
/*module*/	
.pc{display: none;}
.sp{display: block;}
}


/*2020.10.23*/
.pd__borderNon {
    padding-bottom: 0;
    border-bottom: none;
}
.pt__borderNon {
    padding-top: 0 !important;
}


/*2020.11.25*/
.LiveMain__movie__btn {
  position: relative;
  top:-3px;
  width: 100%;
  padding: 14px 0;
  background: #646464;
}
.movie__btn{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;	
}
.box{
  width: 300px;
  margin: 0 50px;
}
@media screen and (max-width:768px) {
.box{
  width: 44%;
  margin: 0 9px;
}
.box img{
	width: 100%;
}
}
/*2022.10.07*/
.branch{
	width: 100%;
	margin: 0px auto;
	padding-bottom: 30px;
	}
/*------------------------
        リンクボタン
------------------------*/
.links-btn-area {
    margin: 30px 0px;
	width: 100%;
}
.links-btn-area p {
	font-size: 18px;
    text-align: center;
	margin: 10px auto;
	padding: 20px 0;
    color: #fff;
    text-decoration: none;
    background: #0064B1;
    border-radius: 6px;
	width: 100%;
	box-shadow: 0 8px 15px 0 rgba(0, 0, 0, .5);
	
}
.links-btn-area p:hover {
    opacity: 0.8;
}
.links-btn-area > p:first-of-type {
    max-width: 480px;
	margin: 0 auto 30px;
}
.links-btn-area-bottom  {
    display: flex;
    justify-content: center;
	
}
.links-btn-area-bottom p {
    max-width: 480px;

}
.links-btn-area-bottom p:first-of-type {
    margin-right: 0px; 
}
.links-btn-area a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
}
.links-btn-area a span {
    display: inline;
	margin: 10px auto;
    vertical-align: -0%;
}
/*------------------------
      プルダウンメニュー
------------------------*/
.selectbox-003 {
	
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox-003::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox-003 select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}