body {
	font-family: Arial, sans-serif;
	line-height: 150%;
}

* {
	box-sizing: border-box;
}
ul li {
	list-style-type: none;
}
a:hover {
	opacity: 0.8;
}
a {
	text-decoration: none;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
.disp_pc {
	display: block
}
.disp_sp {
	display: none
}
.marker_yellow_b {
	background: linear-gradient(transparent 60%, #ffff66 60%);
	font-weight: bold;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
p{
	margin-top: 2px;
	margin-bottom: 2px;
}
.color_red {
	color: #F00;
}
.color_green{
	color: #129b5e;
}

.color_blue{
	color: #00a0e9;
}

.color_gray{
	color: #2f5597;
}


.blue_box{
	background-color: #002060;
	color: white;
	text-align: center;
	padding-top: 24px;
	margin-top: 16px;
	margin-bottom: 16px;
	padding-bottom: 24px;
	font-size: 1.4rem;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}


.bg_gray{
	background-color: #f7f7f7;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 32px;
	margin-bottom: 32px;
	padding-left: 40px;
}
.bold {
	font-weight: bold;
}
.underline{
	text-decoration: underline;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt80 {
	margin-top: 80px;
}
.mu10 {
	margin-bottom: 10px;
}
.mu20 {
	margin-bottom: 20px;
}
.mu30 {
	margin-bottom: 30px;
}
.mu50 {
	margin-bottom: 50px;
}
.mt38 {
	margin-top: 38px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt50 {
	padding-top: 50px;
}
.pu0 {
	padding-bottom: 0px;
}
.pu20 {
	padding-bottom: 20px;
}
.pu30 {
	padding-bottom: 30px;
}
.pu50 {
	padding-bottom: 50px;
}
.logo {
	width: 124px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 18px;
	display: block;
}
.sns {
	margin-top: 20px;
	margin-bottom: 20px;
}
.sns ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
.top_image {
	background-color: #eee;
	padding: 0px;
	margin: 0px;
}
.hero_image {
	text-align: center;
}

.btn {
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
.btn a {
	background-color: #4bc326;
	color: white;
	font-size: 24px;
	font-weight: bold;
	border-radius: 4px;
	text-decoration: none;
	padding: 20px 40px;
	text-align: center;
	display: block;
}

.btn_red a{
	background-color: #f92525;
}


.btn_blue a{
	background-color: #3346d5;
}




.btn2 {
	width: 100%;
	max-width: 300px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.btn2 a {
	background-color: #D5AE15;
	color: white;
	font-size: medium;
	font-weight: bold;
	border-radius: 4px;
	text-decoration: none;
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.section {
	margin-top: 50px;	
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.contentbox1 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 50px;
}
.contentbox1 h2 {
	font-size: 36px;
	text-align: center;
	color: #333;
	margin-bottom: 20px;
	line-height: 130%;
}
.contentbox1 h2.f33{
	font-size: 33px;
}
.contentbox1 .content_text1 {
	font-size: medium;
	font-weight: normal;
	line-height: 200%;
}
.contentbox1 .contentinimg {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.contentbox1 .contentinimg img {
	width: 100%;
}
.contentbox1 h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	font-size: large;
	margin-top: 40px;
	color: #333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;
	background-color: #eee;
	padding-left: 16px;
	padding-right: 0px;
}
.contentbox1 h4 {
	margin-top: 20px;
	color: #333;
	font-size: medium;
}

.conclusion{
	margin-top: 80px;
	font-weight: bold;
	color: red;
	text-align: center;
	font-size:2rem;
}

.flex{
	display: flex;
}

.h3_inner{
	display: flex;
	margin-top: 24px;
}

.h3_inner p{
	width: 45%;
}
.h3_inner p+p{
	margin-left: 5%;
}

.teacher img{
	width: 100px;
}
.teachertext{
	background-color: #CBFFD0;
	background: #CBFFD0;
    padding: 20px;
	width: 100%;
	position: relative;
    background: #CBFFD0;
    padding: 20px;
    margin-left: 24px;
}

.teachertext::after{
	border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(143, 246, 255, 0);
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 22px;
    border-right-width: 22px;
    margin-top: -7px;
    border-right-color: #CBFFD0;
    right: 100%;
    top: 22%;
}

.flexbox_teacher{
	margin-top: 16px;
	display: flex;
}


.contentbox1 .column2box .flexbox {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 15px;
}

.contentbox1 .column2box .flexbox .flex_li {
	display: flex;
	align-items: center;	
	width: 50%;
}
.contentbox1 .column2box .flexbox .flex_li p {
	font-size: 14px;
	width: 46%;
	padding: 2%;
}
.contentbox1 .column2box .flexbox .flex_li p:nth-child(2) {
	line-height: 150%;
	vertical-align: middle;
}

.contentbox1 .column2box .flexbox2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 15px;
}
.contentbox1 .column2box .flexbox2 li {
	width: 48%;
}
.contentbox1 .column2box .flexbox3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 15px;
}
.contentbox1 .column2box .flexbox3 li {
	width: 33%;
}
.contentbox1 .column2box .flexbox3 li a {
	text-align: center;
	width: 90%;
	background-color: #00C600;
	display: block;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	text-decoration: none;
	line-height: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
	border-radius: 5px;
	padding-right: 1%;
	padding-left: 1%;
}


.flexbox01{
	display: flex;
}

.flexbox01 ul+ul{
	margin-left: 40px;
}



.sp_block {
	display: none;
}
.sp_non {
	display: block;
}
#back-top {
	position: fixed;
	bottom: 50px;
	left: 25px;
	width: 54px;
	height: 54px;
}
footer {
	padding-bottom: 100px;
	font-size: 13px;
}
footer .logo {
	text-align: left;
	margin-left: 0;
	margin-top: 18px;
	margin-right: 130px;
}
.footer__left {
	width: 50%;
}
.footer__right {
	width: 50%;
	padding-left: 50px;
	padding-bottom: 10px;
}
.footer__right-text {
	display: flex;
}
.footer__follow {
	display: flex;
}
.footer__sns {
	margin-top: 10px;
}
.footer_sns-icon {
	display: flex;
	padding: 0 5px 0 0;
}
.fticon_01 {
	padding-left: 0px !important;
}
.footer__button {
	display: flex;
	margin-top: 50px;
}
/* .footer__btn a{
	padding: 10px 32px;
	color: black;
	font-weight: bold;
	border-radius: 40px;
	font-size: small;
	background-color: #f79709;
	margin-top: 40px;
	display: inline-block;
} */
.footer__text {
	margin-top: 30px;
}

.ftr:nth-child(2) {
	margin-top: 120px;
}
.footer__right:nth-child(2) {
	margin-top: 30px;
}
.footer__right-text__item {
	width: 100px;
}
.footer__right-text__item:nth-child(2) {
	padding-left: 90px;
}
.footer__text-sp {
	display: none;
	text-align: center;
}
.fticon_05 {
	margin-top: 3px;
}
.ftr.order2 .foot_tex2 {
	padding-left: 50px;
	font-weight: bold;
}

.ftr{
	font-size: 16px;
}



.subtitle{
	font-size: 24px;
	line-height: 1.4;
	font-weight: bold;
}

.mt4table{
	border-collapse: collapse;
	margin-top: 24px;
}

.mt4table .title td{
	background-color: #acffff;
}

.mt4table tr td{
	border: 1px solid #cecece;
	padding: 6px 40px;
	text-align: center;
}

.contentbox1 .ptitle {
    font-size: 14px;
    text-align: center;
    background-color: #203864;
    color: white;
    width: 240px;
    margin-left: 0;
    margin-right: auto;
    padding: 10px 4px;
    margin-top: 20px;
    margin-bottom: 8px;
}
.ptitle a{
	color: white;
}

.copyright{
	font-size: 12px;
	text-align: center;
}

.jamtitle{
	background-color: #00b050;
	color: white;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

.jambox{
	background-color: #eff7ea;
	padding-bottom: 24px;
}

.jamflex{
	display: flex;
}

.whitebox{
	background-color: white;
	padding: 8px;
	font-size: 13px;
	margin-left: 10px;
	margin-right: 10px;
}
.pointing{
    position: absolute;
    left: 155px;
    top: 24px;
    transform: scale(30%);
}

.footer__btn_next{
	position: relative;
}

.footer__btn{
	position: relative;
}

.jamboxtitle{
	text-align: center;
	margin-top: 12px;
	margin-bottom: 8px;
}

.font_re{
	font-size: 20px;
	font-weight: bold;
}

.contentbox1 .content_text_number{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

.movie_box{
	width: 950px;
    margin-right: auto;
    margin-left: auto;
    height: 475px;
}
.black_box{
	background-color: #4d4d4d;
	color: white;
	padding-top: 10px;
	margin-top: 16px;
	margin-bottom: 16px;
	padding-bottom: 10px;
	font-size: 1.4rem;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 2px;
}

.green_line{
	font-size: 22px;
	font-weight: bold;
	background:linear-gradient(transparent 60%, #22b573 60%);
	width: 150px;
}


.red_line{
	font-size: 22px;
	font-weight: bold;
	background:linear-gradient(transparent 60%, #ff0000 60%);
	width: 150px;
}
.caution{
	background-color: #fe0000;
	color: white;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 10px;
}
.plus {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    margin: 0 5px;
}
.plus::before {
	display: block;
    content: '';
    background-color: white;
    border-radius: 2px;
    position: absolute;
    width: 4px;
    height: 18px;
    top: 1px;
    left: 7px;
}
.plus::after {
    display: block;
    content: '';
    background-color: white;
    border-radius: 2px;
    position: absolute;
    width: 19px;
    height: 4px;
    top: 8px;
    left: 0;
}
.minus {
	display: inline-block;
	position: relative;
	width: 18px;
	height: 18px;
	margin: 0 5px;
  }
  .minus:after {
	  display: block;
	  content: '';
	  background-color: white;
	  border-radius: 2px;
	  position: absolute;
	  width: 19px;
	  height: 4px;
	  top: 8px;
	  left: 0;
  }
  
  
.versi{
	background-color: #203864;
	color: white;
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.2rem;
	margin-top: 24px;
	user-select: none;
}
.versi:hover{
	cursor: pointer;
}
.versibox > div.versibox_inner{
	display: none;
}


.ptitle {
    font-size: 14px;
    text-align: center;
    background-color: #203864;
    color: white;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
    margin-bottom: 8px;
}
.footer_sns-icon img {
    padding-left: 4px;
}






footer {
	display: flex;
	padding-bottom: 100px;
}
footer .logo {
	text-align: left;
	margin-left: 0;
	margin-top: 18px;
	margin-right: 130px;
}
.footer__left {
	width: 45%;
}
.footer__right {
	width: 50%;
	padding-left: 50px;
	padding-bottom: 10px;
}
.footer__right-text {
	display: flex;
}
.footer__follow {
	display: flex;
}
.footer__sns {
	margin-top: 10px;
}
.footer_sns-icon {
	display: flex;
	padding: 0 5px 0 0;
}

.fticon_01 {
	padding-left: 3px !important;
}
.footer__button {
	display: flex;
	margin-top: 50px;
}
.footer__btn {
	padding: 10px 50px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	font-size: small;
}
.footer__btn a {
	color: #FFF;
}
.footer__text {
	margin-top: 30px;
	font-size: 16px;
}
.left {
	background-color: #00b050;
}
.right {
	background-color: #f79709;
	margin-left: 20px;
	padding: 10px 80px;
}
.ftr:nth-child(2) {
	margin-top: 120px;
}
.footer__right:nth-child(2) {
	margin-top: 30px;
}
.footer__right-text__item {
	width: 100px;
}
.footer__right-text__item:nth-child(2) {
	padding-left: 90px;
}

.fticon_05 {
	margin-top: 3px;
}
.ftr.order2 .foot_tex2 {
	padding-left:37px;
	font-weight: bold;
}

.linkacademy a {
    width: 300px;
    background-color: #203864;
    color: white;
    display: inline-block;
    padding: 16px;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 4px;
    margin-top: 32px;
    text-align: center;
}


.footer__btn_next a{
	padding: 10px 32px;
    color: black;
    font-weight: bold;
    border-radius: 40px;
    background-color: #f79709;
    margin-top: 40px;
    display: inline-block;
    margin-bottom: 20px;
}



.lang{
	background-color: #2f5597;
	color: white;
	padding: 14px;
	margin-left: -10px;
}

.lang_box{
	border: 2px solid #2f5597;
	padding: 10px;
	box-sizing: border-box;
}

.img_left_margin{
	margin-left: 8%;
}

.category_label{
	text-align: center;
	color: white;
	background-color: #423d99;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 18px;
}

.longbtn{
	margin-top: 30px;
	margin-bottom: 30px;
	max-width: 820px;
}

.longbtn a{
	width: 100%;
}
.swaplist a {
    width: 300px;
    background-color: #0047d6;
    color: white;
    display: inline-block;
    padding: 16px;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 4px;
    margin-top: 8px;
    text-align: center;
}
.swapsite a {
    width: 330px;
    background-color: #3b3838;
    color: white;
    display: inline-block;
    padding: 16px;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 4px;
    margin-top: 8px;
    text-align: center;
}
.red_box {
    background-color: #fe0000;
    color: white;
    padding-top: 10px;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-bottom: 10px;
    font-size: 1.4rem;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 2px;
}

@media screen and (min-width: 767px) {
	.lang_te{
		font-size: 1.2rem;
	}

	.trang {
		width: 80px;
	}
}


@media screen and (max-width: 767px) {
	.swaplist{
		text-align: center;
	}
	.swapsite{
		text-align: center	;
	}
	.linkacademy{
		text-align: center;
	}

.lang{
	padding: 5px;
	margin-left: -2px;
}

.lang_box{
	padding: 1px;
}

.lang_te_re{
	font-size: 12px;
}
.img_left_margin{
	font-size: 0.8rem;
}
body{
	line-height: 1.6;
}

.bg_gray{
	padding-left: 10px;
	padding-right: 10px;
}

.movie_box{
	width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 350px;
}

.footer_list{
	text-align: center;
}

.jamflex{
	flex-direction: column;
}
.jamflex div+div{
	margin-top: 16px;
}
.flexbox01{
	flex-direction: column;
}
	.teacher img{
		width: 80px;
	}
#back-top {
	position: fixed;
	bottom: 8px;
	right: 4px;
	width: 40px;
	height: 40px;
}
.sp_block {
	display: block;
}
.sp_non {
	display: none;
}
.btn a {
	margin-left: 10px;
	margin-right: 10px;
	box-sizing: border-box;
	font-size: 20px;
}
.btn2 {
	width: 100%;
	max-width: 300px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
.h_icon {
	width: 16%;
}
.brsp {
	display: block;
}

.section {
	margin-top: 30px;
}
.contentbox1 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.contentbox1 h2,.contentbox1 h2.f33 {
	font-size: 24px;
	text-align: center;
	color: #333;
	margin-bottom: 20px;
	line-height: 130%;
}
.contentbox1 .content_text1 {
	font-size: medium;
	font-weight: normal;
	line-height: 150%;
	margin-right: 1%;
	margin-left: 1%;
}

.contentbox1 .column2box .flexbox {
	display: flex;
	flex-direction: column;	
	width: 100%;
}

.flexbox01 ul+ul{
	margin-left: 0px;
	margin-top: 10px;
}
.contentbox1 .column2box .flexbox .flex_li {
	display: flex;
	width: 100%;
}
.contentbox1 .column2box .flexbox3 {
	display: flex;
	flex-direction: column;	
	width: 100%;
	margin-top: 15px;
}
.contentbox1 .column2box .flexbox3 li {
	width: 100%;
}
.contentbox1 .column2box .flexbox3 img {
	width: 50%;
	text-align: center;
	margin-right: 25%;
	margin-left: 25%;
}

.contentbox1 .column2box .flexbox3 li a {
	text-align: center;
	width: 90%;
	background-color: #00C600;
	display: block;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	text-decoration: none;
	line-height: 100%;
	padding-top: 5%;
	padding-bottom: 5%;
	border-radius: 5px;
	padding-right: 1%;
	padding-left: 1%;
}
footer {
	flex-direction: column;
}
footer .logo {
	margin: 0 auto;
}
.footer__left {
	padding-left: 12px;
	padding-right: 12px;
}
.footer__left, .footer__right {
	width: 100%;
}
.footer__right {
	padding-left: 0;
}
.footer__sns {
	text-align: center;
}
.footer_sns-icon {
	display: block;
	margin: 0 auto;
}
.footer__follow {
	display: block;
}
.footer__text {
	display: none;
}
.footer__button {
	display: block;
	text-align: center;
	margin-top: 20px;
}
.right {
	margin-left: 0px;
}
.footer__btn:nth-child(2) {
	margin-top: 10px;
}
.footer__right-text {
	display: block;
	text-align: center;
}
.footer__right-text__item {
	width: 100%;
}
.footer__right-text__item:nth-child(2) {
	margin-top: 30px;
}
.footer__right-text__item:nth-child(2) {
	padding-left: 0px;
}
.ftr:nth-child(2) {
	background-color: #dcdcdc;
	margin-top: 40px;
	padding: 20px 0;
}
.footer__text-sp {
	display: block;
	margin-top: 50px;
	font-size: 15px;
}
.footer_sns-icon:first-child {
	margin-top: 10px;
	padding-left: 10px;
}
.fticon_05 {
	margin-top: -3px;
}
.ftr.order2 .foot_tex2 {
	font-weight: bold;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
}
}