@charset "utf-8";

*{
    box-sizing: border-box;
}

body.onlineevent section{
	width:100%;
	font-size:16px;
    margin-bottom: 60px;
    padding-top: 80px;
    margin-top: -80px;
}

.lead {
    margin: 28px 0 30px;
    font-size:16px;
}

.img_full {
	margin-bottom: 40px;
}

.img_full img {
    width: 100%;
}
.schedule_online {
    background: #04690E left top;
    color: #fff;
    border-radius: 10px;
}
.schedule_online .inner {
    width: 960px;
    min-height: 100px;
    margin: 0 auto;
}
.schedule_online .inner h3 {
    padding: 30px 50px;
    font-size: 26px;
    font-weight: bold;
}

.year {
    clear: both;
    background: url(/common/img/bg_h2_top.gif) left top no-repeat;
    padding: 5px 0 0 0;
    margin: 30px 20px 20px;
}

.year span {
    color: #118029;
    font-size: 203%;
    background: url(/common/img/bg_h2_bottom.gif) left bottom no-repeat;
    padding: 0 20px 6px 20px;
    display: block;
    line-height: 1.2;
}

.schedule_content {
    display: flex;
    align-items: center;
    padding: 20px;
}

.schedule_content .icon {
    display: flex;
    width: 20%;
}

.schedule_content .icon.sum {
    width: 30%;
}

.schedule_content .icon p:nth-child(n+2) {
    margin-left: 10px;
}

.schedule_border {
    border: 3px solid #E0E0E0;
    border-radius: 10px;
    width: 850px;
    margin: 0 auto;
}

.schedule_content .icon .every {
    padding: 5px 10px;
    background: #E9A326;
    text-align: center;
    width: 70px;
}

.schedule_content .icon .business {
    padding: 5px 10px;
    background: #00502e;
    text-align: center;
    color: #fff;
    width: 70px;
}

.schedule_content .icon .advanced {
    padding: 5px 10px;
    background: #86f34c;
    text-align: center;
}

.schedule_content .icon .intermediate {
    padding: 5px 10px;
    background: #6BBDFC;
    text-align: center;
}

.schedule_content .icon .beginner {
    padding: 5px 10px;
    background: #fbbc04;
    text-align: center;
}

.schedule_content .day {
    margin-left: 20px;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
}

.schedule_content .day.sum {
    width: 30%;
}

.schedule_content .contentInr {
    margin-left: 30px;
}

.schedule_content .contentInr.sum {
    width: 40%;
}

.schedule_content .contentInr a {
    font-size: 18px;
    font-weight: bold;
    color: #2D00C6;
}

.heading {
    font-weight: bold;
    font-size: 34px;
    color: #00AF28;
    margin-bottom: 20px;
}

.heading_check{
	margin-top: 44px;
	margin-bottom: 18px;
	padding-left: 44px;
	position: relative;
	font-weight: bold;
	font-size: 28px;
}
.heading_check::before{
	content: url(../../../purpose/img/icon_check_01.svg);
    position: absolute;
    left: 8px;
    bottom: 4px;
	transform: scale(1.6);
}

.day {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.day strike {
    background: rgba(0,0,0,0.2);
}

.day span {
    color: #EC7E00;
}

.detail {
	margin-bottom: 40px;
}

.notes h4{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #00AF28;
}
.notes ul {
	margin-bottom: 30px;
}
.notes ul li{
	list-style: disc;
	list-style-position: outside;
	margin-left: 1.5em;
	margin-bottom: 0.5em;
}

.notes ul li.qa {
    list-style: none;
    margin-bottom: 0;
    text-indent: -1em;
}

.detailUl{
	font-size: 18px;
	margin-bottom: 2em;
}
.detailUl .detailLi{
	margin-bottom: 0.5em;
}
.detailDl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;
}
.detailDl .detailDt{
	font-weight: bold;
	color: #00ae2d;
	background:#e5f3df;
	width: 7em;
	text-align: center;
	margin-right:0.5em;
	padding: 0.1em 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.detailDl .detailDd{
	width: calc(100% - 8em);
}

.greenTxt,
.day span.greenTxt{
	color: #00ae2d;
}

@media screen and (min-width:641px) { 
.voice {
    width: 960px;
    margin: 30px auto 50px;
}
.voice .voiceInr {
    display: flex;
    align-items: center;
    margin-bottom: 4%;
}

.voice .voiceInr .flex_area {
  display: flex;
  align-items: center;
  width: 100%;
}

.voice .voiceInr .flex_area .flexInr {
  position: relative;
  width: 90%;
  box-sizing: border-box;
  background: #F5F5F5;
  border-radius: 15px;
  padding: 5%;
}

.voice .voiceInr .flex_area .flexInr.one {
  width: 95%;
  padding: 3%;
}

.voice .voiceInr .flex_area .flexInr.first {
    padding: 7.3% 5%;
}

.voice .voiceInr .flex_area .flexInr::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 20px solid #F5F5F5;
}

.voice .voiceInr .flex_area .flexInr p {
  font-size: 16px;
  padding-bottom: 0;
}
.onlineevent .button {
	width: 77%;
    box-sizing: border-box;
    text-align: center;
    background: #FF8800;
    border-radius: 15px;
    margin-bottom: 50px;
    margin: 0 auto 30px;
}

.onlineevent .button:hover {
	background: #FFAF26;
}

.onlineevent .button a {
	color: #fff;
    text-decoration: none;
    font-size: 24px;
	font-weight: bold;
	display: block;
    background: url(/common/img/ico_arw01_sp.png) no-repeat 100% center;
    vertical-align: middle;
	text-decoration: none;
	padding: 2% 0;
	background-position: 95% center;
}

.onlineevent .button a span{
	font-size: 16px;
}

.return {
    text-align: right;
    font-weight: bold;
}
#system {
	margin-top:-110px;
    padding-top:110px;
}
	
#winterevents2022 .themeBox{
	height: 180px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 4em 0 3em 0;
	padding: 1em 0 1em 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	}
#winterevents2022 .themeBox.trip{
	background: url(/workshop/img/winterevents2022/img_contents01.jpg) no-repeat right center #eef9cf;
	border-left: 10px solid #8dbe00;
}
#winterevents2022 .themeBox.trip:before{
	content: "";
	display: block;
	width: 125px;
	height: 62px;
	position: absolute;
	top: 1.5em;
	left: 420px;
	background: url(/workshop/img/winterevents2022/img_contents03.png) no-repeat center center;
}
#winterevents2022 .themeBox.trip:after{
	content: "";
	display: block;
	width: 705px;
	height: 152px;
	position: absolute;
	bottom: 0.5em;
	right: 1em;
	background: url(/workshop/img/winterevents2022/img_contents04.png) no-repeat center center;
}
#winterevents2022 .themeBox.weather{
	background: url(/workshop/img/winterevents2022/img_contents02.jpg) no-repeat right center #fef4ea;
	margin-top: 5em;
	border-left: 10px solid #ec7e00;
}
#winterevents2022 .themeBox.weather:before{
	content: "";
	display: block;
	width: 105px;
	height: 118px;
	position: absolute;
	top: 1em;
	left: 420px;
	background: url(/workshop/img/winterevents2022/img_contents05.png) no-repeat center center;
}
#winterevents2022 .themeBox.weather:after{
	content: "";
	display: block;
	width: 198px;
	height: 95px;
	position: absolute;
	bottom: 0.5em;
	right: 250px;
	background: url(/workshop/img/winterevents2022/img_contents06.png) no-repeat center center;
}
	
#winterevents2022 .heading_check{
	margin-top: 0;
	margin-bottom: 0.25em;
}
	
#winterevents2022 .themeBox .lead{
	margin: 0;
}
	
}


/*** small screen ***/
@media screen and (max-width:640px) { 

body.onlineevent #ct_area{
	margin:0 3%;
}

body.onlineevent section {
	width: 100%;
	margin: 0 0 50px 0;
    font-size: 14px;
    padding-top: 0;
}

.lead {
    font-size:14px;
}

.schedule_online .inner {
    width: inherit;
    min-height: inherit;
}

.schedule_online .inner h3 {
    padding: 10px 30px;
    font-size: 22px;
    font-weight: bold;
}

.year {
    margin: 30px 0px 20px;
}

.schedule_content .icon {
    display: flex;
    width: inherit;
}

.schedule_content .icon.sum {
    width: inherit;
}

.schedule_border {
    width: inherit;
}

.schedule_content {
    padding: 20px 10px;
    display: inherit;
}

.schedule_content .day {
    margin-left: 0;
    margin-top: 10px;
}

.schedule_content .day.sum {
    width: inherit;
}

.schedule_content .contentInr {
    margin-left: 0;
}

.schedule_content .contentInr.sum {
    width: inherit;
}

.heading {
	font-size: 22px;
	margin-bottom: 14px;
}

.heading_check{
	font-size: 20px;
	margin-bottom: 14px;
	padding-left: 28px;
}
.heading_check::before{
	content: url(../../../purpose/img/icon_check_01.svg);
    position: absolute;
    left: 0px;
    top: 0px;
	transform: scale(1);
}
.day {
	font-size: 16px;
}

.voice {
    padding: 4% 0 0 3%;
}

.voice .voiceInr .flex_area {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5%;
}

.voice .voiceInr .flex_area .flexInr {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background: #F5F5F5;
  border-radius: 15px;
  padding: 5%;
}

.voice .voiceInr .flex_area .flexInr::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 20px solid #F5F5F5;
}

.voice .voiceInr .flex_area .flexInr p {
  font-size: 14px;
  padding-bottom: 0;
}

.onlineevent .button {
	width: 100%;
    box-sizing: border-box;
    text-align: center;
    background: #FF8800;
    border-radius: 15px;
    margin: 30px auto;
}

.onlineevent .button a {
	color: #fff;
    text-decoration: none;
	font-size: 4.3vw;
	font-weight: bold;
	display: block;
    background: url(/common/img/ico_arw02.png) no-repeat 100% center;
    vertical-align: middle;
	text-decoration: none;
	padding: 3% 0;
	background-position: 95% center;
}
.onlineevent .button a span{
	font-size: 12px;
}
.notes h4{
	font-size: 16px;
}

.detailUl{
	font-size: 16px;
}
#winterevents2022 .detailUl{
	margin-top: 1em;
}
	
#winterevents2022 .heading_check{
	margin: 2em 0 0.5em 0;
}
	
#winterevents2022 .themeBox .lead{
	margin: 0;
}
	
#winterevents2022 .themeImg{
	width: 80%;
	margin: 1.5em auto;
}
	
}
