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


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ol, ul {
	list-style-type: none;
}

body { line-height:1; overflow-x: hidden;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul { list-style:none;}
blockquote, q {  quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	color: #000000;
	outline:none;
}
a:hover {
	cursor: pointer;
}
del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
img {
	width: 100%;
	height: auto;
}
body * {
 	box-sizing:border-box;

}
h1, h2, h3, h4, h5, h6 { line-height: 1.6em;}
small {
    font-size: 80%;
}

/* ----------------------------------------------------------------
	Grid System
-----------------------------------------------------------------*/

.cf:before, .container:before,
.cf:after,
.container:after{
  content: " ";
  display: table; 
}
.cf:after, .container:after {
  clear: both; 
}

.container {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1280px;
  text-align: center;
  box-sizing: border-box;
 }

[class*="grid__col--"] {
  vertical-align: top;
  border-collapse: collapse !important;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

/* ユーティリティー */
a {zoom:1; text-decoration:none; }
/*a:hover, a.active, a.np {opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "alpha(opacity=70)";}*/
a.nohover {opacity: 1.0; filter: alpha(opacity=100); -ms-filter: "alpha(opacity=100)";	}
.clearfix:after {clear: both; content:"."; display: block; font-size: 0px; line-height: 0px; height: 0px; visibility: hidden; width: 0px;}

* html .clearfix {zoom:1;} /* IE6 */
*:first-child+html .clearfix {zoom:1;} /* IE7 */

::selection {
	background: #232323;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #232323; /* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #232323; /* Safari */
	color: #FFF;
	text-shadow: none;
}

.page {
	width: 100%;
	max-width: 880px;
	position: relative;
	margin: 0 auto;
    padding: 0 10px;
}
.page:after {
	content: "";
	clear: both;
	display: block;
}

.center { text-align: center !important}
.tright { text-align: right !important}
.tleft { text-align: left !important}

.fright { float: right !important}
.fleft { float: left !important}
.nomargin { margin: 0 !important}

.anc {
	float: left;
	width: auto;
	height: 0;
	position: relative;
	top: -100px;
}

.pc, .spc, .sspc, .lpc {	display: block !important;}
.sp, .ssp, .sssp, .lsp {	display: none !important;}

.wow {
	visibility: hidden;
}

/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/
	
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background: #ffffff;
	color: #323333;
	-webkit-font-smoothing:antialiased;
	-oz-osx-font-smoothing:grayscale;
	letter-spacing: -1px;
}
.ovhdn {
	overflow: hidden !important;
	position: relative;
	display: block;
}
header {
    display: block;
    margin: auto;
    text-align: center;
    position: relative;
}

main {
    display: block;
    text-align: center;
    margin: auto;
    position: relative;
    z-index: 1;
}

.blk-l {
    display: block;
    float: left;
    width: 50%;
    position: relative;
}
.blk-r {
    display: block;
    float: right;
    width: 50%;
    position: relative;
}


/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/

header {
    display: block;
    margin: auto;
    text-align: center;
    position: relative;
    padding: 25px 0 0;
}
header .page {
    position: relative;
}
header h1 {
    display: block;
    text-align: center;
    margin: 25px auto 0;
    width: 50%;
    max-width: 400px;
    position: relative;
    z-index: 10;
}
header .cir {
    float: right;
    width: 15%;
    max-width: 177px;
    position: absolute;
    right: 0;
    top: 30px;
}
header .com {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 25px;
}
header ul {
    border-left: solid 1px #323333;
    margin-bottom: 25px;
}
header ul li {
    float: left;
    
}
header ul li a {
    display: block;
    font-size: 16px;
    color: #323333;
    padding:  0 10px;
    border-right: solid 1px #323333;
}
header ul li a:hover {
    color: #7e403f;
}


/* ----------------------------------------------------------------
	Home
-----------------------------------------------------------------*/

#visual {
    display: block;
    margin: 30px auto;
    position: relative;
    overflow: hidden;
}
.bx-wrapper {
    margin: 0 !important;
    -moz-box-shadow:0 !important;
    -webkit-box-shadow:0 !important;
    box-shadow:0 !important;
    border: none !important;
}

#INSTRUCTOR {
    display: block;
    position: relative;
    text-align: center;
}
#INSTRUCTOR .page {
    display: block;
    padding: 0 10px;
}

#INSTRUCTOR .date {
    display: block;
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 10px;
    text-align: center;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
}
#INSTRUCTOR .d-desc {
    display: block;
    font-size: 22px;
    line-height: 1.2em;
    margin-bottom: 100px;
    text-align: center;
}

header .date {
    display: block;
    font-size:23px;
    line-height: 1.2em;
    margin: 10px auto;
    text-align: center;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
}

h2.ttl {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
h2.ttl img {
    width: auto;
    height: 25px;
}
p.desc {
    display: block;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 55px;
}

h2.bsc {
    display: block;
    font-size: 24px;
    line-height: 1.6em;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
    margin-bottom: 65px;
    font-weight: normal;
    letter-spacing: 1px;
}
p.bstx {
    display: block;
    font-size: 16px;
    line-height: 2em;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 70px;
}

a.btn-def {
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1;
    padding: 8px 0 8px;
    max-width: 160px;
    border-radius: 17px;
    background: #323333;
    margin: auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0;

}
a.btn-def:hover {
    background:#555555;
}
a.btn-def.wide {
    max-width: 252px;
    margin-bottom: 52px;
}

.blk-l.cnt {
    padding-right: 5.5%;
    margin-bottom: 100px;
}
.blk-r.cnt {
    padding-left: 5.5%;
    margin-bottom: 100px;
}

.cnt .tb {
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.cnt .tb img {
    float: left;
    width: 51%;
}
.cnt .tb h3 {
    float: right;
    width: 45%;
    font-size: 26px;
    line-height: 1.2em;
    text-align: left;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
    font-weight: normal;
    letter-spacing: 1px;
}
.cnt .tb h3 span {
    display: block;
    font-size: 14px;
    line-height: 1em;
}
p.ex {
    display: block;
    font-size: 16px;
    line-height: 1.6em;
    text-align: left;
}

h3.alp {
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    text-align: left;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
    font-weight: normal !important;
    margin-bottom: 20px;
}
h3.alp b {
    float: left;
    width: 70px;
    font-size: 80px;
    line-height: 0.5;
    color: #9ab197;
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
}
h3.alp span {
    float: right;
    width: calc(100% - 70px);
}
h3.alp small {
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 5px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
img.act {
    width: 100%;
    vertical-align: bottom;
    margin-bottom: 20px;
}

#SCHEDULE {
    margin: 50px auto 0;
}







/* ----------------------------------------------------------------
	Tab
-----------------------------------------------------------------*/

.tab-wrap{
}
 
.tab-wrap ul {
    display: flex;
    border-bottom: solid 4px #9ab197;
    justify-content: space-between;
}
 
.tab-btn {
    width: 32%;
    padding: 7px 0;
    text-align: center;
    list-style: none;
    cursor: pointer;
    background: url("../imgs/cur.png") 96% 82% no-repeat #9ab197;
    background-size: 20px auto;
    font-size: 28px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-weight: bold;
    border-bottom: solid 8px #9ab197;
    
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .2s;-moz-transition-duration: .2s;-o-transition-duration: .2s;-webkit-transition-duration: .2s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
.tab-btn span {
    display: block;
    font-size: 66%;
}
.tab-btn.show {
    
}
.tab-btn.off {
    opacity: 0.3;
    border-bottom: solid 8px #fff;
}
.tab-contents {
    display: none;
    opacity: 0;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: solid 4px #99b096;
}
 
.tab-contents.show {
  display: block;
    opacity: 1;
  animation: fadeIn 0.3s ease-in 0s forwards;
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}


/* ----------------------------------------------------------------
	Days
-----------------------------------------------------------------*/
.tab-contents .sc01 {
    display: block;
    padding-right: 55%;
    text-align: center;
    position: relative;
    padding-top: 20px;
}
.tab-contents h3 {
    font-size: 26px;
    line-height: 1.2em;
    margin: 10px auto;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
}
.tab-contents p {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 10px;
    text-align: center;
}
.tab-contents p.lft {
    text-align: left;
}
.tab-contents p.min {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 10px;
    text-align: left;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
}
.tab-contents img.bef {
    display: block;
    width: 10px;
    margin: auto;
}
.tab-contents img.nxt {
    display: block;
    width: 10px;
    margin: auto;
}
.tab-contents img.nxt-r {
    display: block;
    width: 38px;
    margin: auto;
    position: absolute;
    right: -48px;
    top: 50%;
}
.tab-contents img.nxt-l {
    display: block;
    width: 38px;
    margin: auto;
    position: absolute;
    left: -48px;
    top: 50%;
}
.tab-contents .sc-l {
    float: left;
    width: 45.45%;
    position: relative;
    margin-right: 4.55%;
}
.tab-contents .sc-r {
    float: right;
    width: 45.45%;
    position: relative;
    margin-left: 4.55%;
}
.tab-contents img.tm {
    width: 100%;
    vertical-align: bottom;
    box-sizing: border-box;
    margin: 10px auto;
}
.tab03 .sc06 img.tm {
    padding-right: 20%;
}

.tab01 {
    background: 
        url("../../jan2023/imgs/day01/bg.jpg") right top no-repeat,
        url("../imgs/day01/bg02.jpg") left bottom no-repeat;
    background-size: 60% auto, 60% auto;
}
.tab01 .sc04 {
    display: block;
    padding-left: 54.55%;
    position: relative;
}

.tab01 .sc02 img.nxt-r {
    display: block;
    margin: auto;
    position: absolute;
    right: -48px;
    top: auto;
    bottom: 30px;
}


.tab02 {
    background: 
        url("../../jan2023/imgs/day02/bg.jpg") right 60px no-repeat,
        url("../../jan2023/imgs/day02/bg02.jpg") right bottom no-repeat;
    background-size: 60% auto , 50% auto;
}

.tab03 .sc04,
.tab02 .sc02 {
    display: block;
    position: relative;
    padding-right: 54.55%;
}
.tab02 .sc01 {
    padding-right: 5%;
    padding-top: 20px;
}

.tab02 .sc01 p {
    float: right;
    width: 58%;
    position: relative;
    margin-top: 10px;
}
.tab02 .sc01 img.tm {
    float: left;
    width: 34%;
}
.tab02 .sc01 img.nxt {
    
}


.tab-contents img.rimg {
    float: right;
    width: 55%;
}
.tab-contents img.limg {
    float: left;
    width: 55%;
}
.tab02 .sc05 {
    margin-top: 100px;
}
.tab03 .sc07 p.lft,
.tab03 .sc01 p.lft,
.tab02 .sc07 p.lft,
.tab02 .sc02 p.lft,
.tab03 .sc05 p.lft,
.tab03 .sc03 p.lft,
.tab02 .sc05 p.lft {
    float: right;
    width: 40%;
}
.tab02 .sc05 img.nxt-l {
    top: 50%;
    width: 150px;
    left: -160px;
}
.tab02 .sc08 {
    padding-top: 100px;
}
.tab02 .sc06 {
    padding-top: 100px;
}
.tab02 .sc06 img.tm {
    padding-right: 20%;
}

.tab03 {
    background: 
        url("../../jan2023/imgs/day03/bg.jpg") right top no-repeat;
    background-size:  60% auto;
}
.tab03 .sc03 {
    position: relative;
    margin-top: -100px;
}
.tab03 .sc06 {
    position: relative;
    margin-top: 150px;
}
.tab03 .sc08 {
    padding-top: 10px;
}

.tab04 {
    background: url("../imgs/day04/bg01.jpg") right top no-repeat;
    background-size: 55% auto;
}

.tab04 .sc03 {
    position: relative;
    margin-top: 150px;
}
.tab04 .sc04 {
    position: relative;
    margin-top: 45px;
    padding-top: 50px;
}
.tab04 img.kw {
    padding-right: 20%;
}

.tab04 .sc02 img.nxt-r {
    display: block;
    width: 108px;
    margin: auto;
    position: absolute;
    right: -48px;
    top: auto;
    bottom: 30px;
}


/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/
footer {
    display: block;
    position: relative;
    text-align: center;
    background: #7e403f;
    color: #ffffff;
    padding: 30px 10px;
    margin-top: 200px;
}
footer h2 {
    display: block;
    position: relative;
    font-size: 28px;
    line-height: 1.2em;
    margin: 0 auto 10px;
}
footer p.add {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 1.2em;
    margin: 0 auto 30px;
}
footer a {
    display: block;
}

footer ul.lnk {
    display: block;
    font-size: 14px;
    line-height: 1.1em;
    letter-spacing: 1px;
    margin-bottom: 25px;
}
footer ul.lnk li {
    display: inline-block;
    padding: 0 10px;
}
footer ul.lnk li:last-child {
    border: 0;
}
footer ul.lnk li a {
    display: block;
    color: #fff;
    transition-property: all;
-moz-transition-property: all;-o-transition-property: all;-webkit-transition-property: all;
transition-duration: .3s;-moz-transition-duration: .3s;-o-transition-duration: .3s;-webkit-transition-duration: .3s;
transition-timing-function: ease-in-out;-moz-transition-timing-function: ease-in-out;-o-transition-timing-function: ease-in-out;-webkit-transition-timing-function: ease-in-out;
}
footer ul.lnk li a:hover {
    text-decoration: underline;
}
footer p.cr {
    display: block;
    font-size: 14px;
    line-height: 1.1em;
    letter-spacing: 1px;
}


/*========= Footer BTNS ===============*/
#ftr-btn {
	position: fixed;
	right: 0;
    width: 100%;
    text-align: center;
	z-index: 2;
	opacity: 0;
	transform: translateY(100px);
}
#ftr-btn ul {
    display: block;
}
#ftr-btn ul li {
    display: inline-block;
	width: calc(49% - 20px);
    max-width: 426px;
    vertical-align: bottom;
    margin: 0 10px;
}
#ftr-btn a {
	display: block;
	justify-content:center;
	align-items:center;
    box-sizing: border-box;
	transition:all 0.3s;
}

#ftr-btn a:hover{
	opacity: 0.7;
}
#ftr-btn a img {
    float: left;
    width: 100%;
}

/*　To Up　*/
#ftr-btn.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　To Down　*/
#ftr-btn.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

/* ----------------------------------------------------------------
	Pages
-----------------------------------------------------------------*/



.gmap {
    display: block;
    height: 0;
    overflow: hidden;
    padding-bottom: 70%;
    position: relative;
    margin-bottom: 30px;
}
.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}



h3.bsc {
    display: block;
    font-size: 20px;
    line-height: 1.6em;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
    margin-bottom: 55px;
    font-weight: normal;
    letter-spacing: 1px;
}

a.bnr {
    display: block;
    max-width: 750px;
    margin: 40px auto 0;
}


/* ----------------------------------------------------------------
	Table
-----------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
}
td,
th { padding: 0;text-align: left;}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}






@media screen and (max-width: 1340px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 975px) {
    
    .pc {	display: none !important;}
    .sp {	display: block !important;}

}

@media screen and (max-width:861px) { 

}

@media screen and (max-width:768px) {
    
    .ssp {	display: block !important;}
    .spc {	display: none !important;}
    
    .blk-l,
    .blk-r {
        width: 100%;
    }

    .blk-r.cnt {
        padding-left: 0;
    }
    .blk-l.cnt {
        padding-right: 0;
    }
    
    header ul {
        border-left: none;
    }
    header ul li:first-child {
        border-left: solid 1px #323333;
    }
    header ul li {
        float: none;
        display: inline-block;
    }
    header ul li a {
        font-size: 14px;
    }
    
    
    #INSTRUCTOR .date {
        font-size: 18px;
    }
    #INSTRUCTOR .d-desc {
        font-size: 16px;
        margin-bottom: 50px;
    }
    header .date {
        font-size: 16px;
    }
    
    h2.ttl img {
        height: 20px;
    }
    
    
    h2.bsc {
        font-size: 18px;
        margin-bottom: 55px;
    }
    h2.en {
        font-size: 18px;
        margin-bottom: 55px;
    }
    p.bstx {
        font-size: 14px;
        margin-bottom: 60px;
    }

    h3.bsc {
        font-size: 16px;
        margin-bottom: 25px;
    }
    
    .tab-btn {
        font-size: 16px;
        padding: 3px 0;
        background: url(../imgs/cur.png) 96% 82% no-repeat #9ab197;
        background-size: 13px auto;
    }
    
    p.ex,
    p.desc {
        font-size: 14px;
    }
    
    
    footer h2 {
        font-size: 18px;
    }
    footer p.cr,
    footer p.add,
    footer ul.lnk {
        font-size: 12px;
    }
    
    .tab-contents {
        padding-left: 5%;
        padding-right: 5%;
    }
    .tab-contents .sc-l {
        float: none;
        display: block;
        width: 100%;
        margin-right: 0;
    }
    .tab-contents .sc-r {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
    }
    .tab-contents .sc01 {
        padding-right:0;
        padding-top: 180px;
    }
    .tab02 {
        background: url(../../jan2023/imgs/day02/bg.jpg) right top no-repeat, url(../../jan2023/imgs/day02/bg02.jpg) right bottom no-repeat;
        background-size: 40% auto , 50% auto;
    }
    
    .tab01 {
        background-size: 100% auto, 60% auto;
    }
    
    
    .tab01 .sc04 {
        padding-left: 0;
        padding-bottom: 250px;
    }
    .tab03 .sc04, .tab02 .sc02 {
        padding-right: 0%;
    }
    .tab-contents img.limg,
    .tab-contents img.rimg {
        margin-bottom: 15px;
    }
    .tab02 .sc08, .tab02 .sc06 {
        padding-top: 0;
    }
    .tab03 .sc03 {
        margin-top: 0;
    }
    
    .tab03 {
        background:url("../../jan2023/imgs/day03/bg.jpg") right top no-repeat;
        background-size: 50% auto;
        padding-bottom: 150px;
    }
    .tab04 {
        padding-top: 100px;
    }

    .tab04 .sc03 {
        margin-top: 15px;
        padding-top: 0;
    }
    .tab03 .sc06 {
        margin-top:0;
    }
    
    
}

@media (max-width:640px) {
    
    h2.bsc {
        font-size: 16px;
    }
    h2.ttl img {
        height: 15px;
    }

}

@media (max-width:480px) {

    .sspc {	display: none !important;}
    .sssp {	display: block !important;}

}