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;
}
.redfont{
	color: red;
	font-weight: bold;
}
.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;
}
.color_red {
	color: #F00;
}
.bold {
	font-weight: bold;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}
.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;
}
.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-top: 50px;
	padding-bottom: 50px;
}
.contentbox1 h2 {
	font-size: 32px;
	text-align: center;
	color: #333;
	margin-bottom: 20px;
	line-height: 150%;
}
.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 {
	font-size: 20px;
	margin-top: 40px;
}
.contentbox1 h4 {
	margin-top: 20px;
	color: #333;
	font-size: medium;
}

.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;
	font-weight: bold;
	width: 46%;
	padding: 2%;
}
.contentbox1 .column2box .flexbox .flex_li p:nth-child(2) {
	line-height: 150%;
}

.contentbox1 .column2box .flexbox2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 15px;
}
.contentbox1 .column2box .flexbox2 li {
	width: 48%;
}





.sp_block {
	display: none;
}
.sp_non {
	display: block;
}
#back-top {
	position: fixed;
	bottom: 50px;
	left: 25px;
	width: 54px;
	height: 54px;
}
footer {
	display: flex;
	padding-bottom: 100px;
}
footer .logo {
	text-align: left;
	margin-left: 0;
	margin-top: 18px;
	margin-right: 130px;
}
.footer__left {
	width: 44%;
}
.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;
}
.footer_sns-icon img {
	padding-left: 4px;
}

.footer__button {
	display: flex;
	margin-top: 50px;
}
.footer__btn {
	padding: 10px 20px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	font-size: small;
}
.footer__btn a {
	color: #FFF;
}
.footer__text {
	margin-top: 30px;
}
.left {
	background-color: #00b050;
	padding-left: 50px;
    padding-right: 50px;
}
.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: 120px;
}
.footer__right-text__item:nth-child(2) {
	padding-left: 90px;
}
.footer__text-sp {
	display: none;
	text-align: center;
}

.ftr.order2 .foot_tex2 {
	padding-left: 50px;
	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;
}

.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;
}

.ptitle a {
    color: white;
}


.footer__btn_next {
    position: relative;
}


.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;
}

.pointing {
    position: absolute;
    left: 155px;
    top: 24px;
    transform: scale(30%);
}

.teachertext {
    background-color: #CBFFD0;
    background: #CBFFD0;
    padding: 20px;
    width: 100%;
    position: relative;
    background: #CBFFD0;
    padding: 20px;
    margin-left: 24px;
}
.teacher img {
    width: 100px;
}
.flexbox_teacher {
    margin-top: 16px;
    display: flex;
}

.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%;
}

/* @media screen and (max-width: 964px) {

	.footer__btn {
		padding: 10px 10px;
	}

	.right{
		padding: 10px 60px;
	}
} */

@media screen and (min-width: 767px){
	.trang{
		width: 80px;
	}
}

@media screen and (max-width: 767px) {
.linkacademy{
	text-align: center;
}
#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;
	padding-left: 8px;
	padding-right: 8px;
}
.contentbox1 h2 {
	font-size: xx-large;
	text-align: center;
	color: #333;
	margin-bottom: 20px;
	line-height: 130%;
	margin-left: 2%;
    margin-right: 2%;
}
.contentbox1 .content_text1 {
	font-size: medium;
	font-weight: normal;
	line-height: 150%;
	margin-right: 3%;
	margin-left: 3%;
}

.contentbox1 .column2box .flexbox {
	display: flex;
	flex-direction: column;	
	width: 100%;
}
.contentbox1 .column2box .flexbox .flex_li {
	display: flex;
	width: 100%;
}

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;
}
.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;
}


.contentbox1 h4 {
	margin-left: 3%;
	margin-right: 3%;
}
}
