@charset "UTF-8";

.bl_footerCopy_pvmark {
	left: 20px !important;
	top: 50% !important;
}

main {
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #fff;
	width: 100%;
	margin: 0;
	padding: 0;
}
main sup {
	margin-left: 0 !important;
}
.pcnone {
	display: none;
}
.spnone {
	display: inherit;
}

.internal_inner {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
	z-index: 2;
}

.internal_btn {
	margin-top: 60px;
	text-align: center;
}
.internal_btn a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #fff;
	border-radius: 80px;
	background: linear-gradient(to right, #f89933 0%, #f83366 100%);
	width: 500px;
	height: 80px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	color: #fff;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.5);
}
.internal_btn a:hover {
	opacity: 0.8;
	border: 2px solid #f83366;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}

.internal_cv {
	position: fixed;
	top: 20px;
	right: 50px;
	width: 300px;
	height: 60px;
	z-index: 1000;
}
.internal_cv .internal_btn {
	width: 300px;
	height: 60px;
	margin: 0;
}
.internal_cv .internal_btn a {
	width: 300px;
	height: 60px;
	font-size: 16px;
}

.internal_module_area {
	position: relative;
	border: 1px solid #eee;
	border-radius: 20px;
	background-color: #fff;
	width: calc(100% + 100px);
	margin: 50px -50px;
	padding: 40px;
}
.internal_module_area h3 {
	border-bottom: 1px solid #f83366;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color: #f83366;
}
.internal_module_area .module {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.internal_gotop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 80px;
	height: 80px;
	z-index: 1000;
}
.internal_gotop a {
	display: block;
	border-radius: 80px;
	background: linear-gradient(135deg, rgba(248,153,51,0.8) 0%,rgba(248,51,102,0.8) 100%);
	width: 80px;
	height: 80px;
	padding-top: 50px;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.internal_gotop a:after {
	content: "";
	position: absolute;
	top: 20px;
	left: 50%;
	display: block;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	width: 20px;
	height: 20px;
	margin-left: -12px;
	transform: rotate(-45deg);
}
.internal_gotop a:hover {
	opacity: 0.6;
}

.internal_mv_area {
	position: relative;
	background: #fff url(https://www.iibc-global.org/hubfs/page/toeic/pr/tests/internal/01/images/mv-bg.png) center center / cover no-repeat;
	width: 100%;
	height: 800px;
	padding-top: 90px;
}
.internal_mv_area .internal_mv_inner {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	width: 100%;
	max-width: 1300px;
	min-height: 420px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 50px;
	z-index: 3;
}
.internal_mv_area .internal_mv_inner h1 {
	width: 100%;
	font-size: 0;
	line-height: 1;
}
.internal_mv_area .internal_mv_inner h1 img {
	width: auto;
	height: 48px;
	margin-bottom: 25px;
}
.internal_mv_area .internal_mv_inner p {
	width: 100%;
	margin-top: 20px;
	font-size: 16px;
	line-height: 2;
}
.internal_mv_area .internal_mv_img1 {
	position: absolute;
	top: 90px;
	left: calc(50% + 100px);
	background: url(https://www.iibc-global.org/hubfs/page/toeic/pr/tests/internal/01/images/mv-img_01.png) center center / 550px 460px no-repeat;
	width: 550px;
	height: 460px;
	z-index: 2;
}
.internal_mv_area .internal_mv_img2 {
	position: absolute;
	left: 0;
	bottom: 20px;
	background: url(https://www.iibc-global.org/hubfs/page/toeic/pr/tests/internal/01/images/mv-img_02.png) center center / 1620px 250px no-repeat;
	width: 100%;
	height: 250px;
	z-index: 1;
}
.internal_mv_area .internal_mv_logo {
	position: absolute;
	top: 30px;
	left: 50px;
	width: 145px;
}

.internal_mv_cv {
	background: linear-gradient(135deg, rgba(254,234,239,1) 0%,rgba(254,245,234,1) 100%);
	width: 100%;
	height: 100px;
}
.internal_mv_cv .internal_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}
.internal_mv_cv .internal_mv_cv_title {
	width: calc(100% - 395px);
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
}
.internal_mv_cv .internal_mv_cv_title strong {
	color: #f83366;
}
.internal_mv_cv .internal_btn {
	width: 375px;
	height: 60px;
	margin: 0;
}
.internal_mv_cv .internal_btn a {
	width: 375px;
	height: 60px;
	font-size: 18px;
}

.internal_area_title {
	border-bottom: 1px solid #000;
	margin: 70px 0 40px 0;
	padding-bottom: 15px;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.2;
}
.internal_area_title:first-child {
	margin-top: 0 !important;
}
.internal_area_title strong {
	font-size: 50px;
	color: #f83366;
}
.internal_area_title.white {
	border-bottom: 1px solid #fff;
	color: #fff;
}
.internal_area_title.white strong {
	color: #ff6;
}
.internal_bg_fixed {
	position: fixed;
	top: 0;
	left: 0;
	background: url(https://www.iibc-global.org/hubfs/page/toeic/pr/tests/internal/01/images/bg_01.png) center center / cover no-repeat;
	width: 100vw;
	height: 100vh;
}
.internal_bg_clip {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: inset(0 0 0 0);
}

.internal_what_area {
	position: relative;
	background: linear-gradient(135deg, #f77 0%,#f36 100%);
	padding: 80px 0 100px 0;
}
.internal_what_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 35px;
}
.internal_what_list li {
	width: 310px;
	position: relative;
}
.internal_what_list .image {
	position: relative;
	width: 260px;
	height: auto;
	filter: drop-shadow(3px 3px 0 rgba(0,0,0,0.2));
	z-index: 1;
}
.internal_what_list .text {
	position: absolute;
	right: 0;
	bottom: 10px;
	width: auto;
	height: 85px;
	z-index: 2;
}
.internal_what_copy {
	margin-top: 60px;
	text-align: right;
}
.internal_what_copy span {
	display: inline;
	box-decoration-break: clone;	
	-webkit-box-decoration-break: clone;
	padding: .3em;
	line-height: 2;
	background-color: #fff;
	font-size: 32px;
	color: #f83366;
}

.internal_why_area {
	position: relative;
	background: linear-gradient(135deg, #a7f 0%,#55e 100%);
	padding: 80px 0 100px 0;
}
.internal_why_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.internal_why_block:nth-of-type(even) {
	flex-direction: row-reverse;
}
.internal_why_block .read {
	width: 62%;
}
.internal_why_block h3 {
	display: table;
	background-color: #fff;
	min-height: 55px;
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
	color: #63c;
}
.internal_why_block h3 span {
	display: table-cell;
	vertical-align: middle;
	padding: 8px 15px;
}
.internal_why_block h3 .num {
	width: 55px;
	min-height: 55px;
	background-color: #63c;
	padding: 0;
	text-align: center;
	line-height: 1;
	color: #fff;
}
.internal_why_block .text {
	background-color: #fff;
	width: calc(100% - 20px);
	margin-left: 20px;
	padding: 35px 40px;
	font-size: 18px;
	line-height: 1.7;
}
.internal_why_block .text .note {
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.6;
	color: #63c;
}
.internal_why_block img {
	width: 34%;
	height: auto;
	filter: drop-shadow(3px 3px 0 rgba(0,0,0,0.2));
}

.internal_voice_area {
	position: relative;
	background: linear-gradient(135deg, #3cc 0%,#09b 100%);
	padding: 80px 0 100px 0;
}
.internal_voice_list {
	display: flex;
	flex-wrap: wrap;
	gap: 35px 3.5%;
}
.internal_voice_list li {
	position: relative;
	width: 31%;
	padding-bottom: 240px;
}
.internal_voice_list li span {
	position: relative;
	display: block;
	background-color: #fff;
	width: 100%;
	height: 100%;
	padding: 22px 25px;
	font-size: 18px;
	line-height: 1.7;
}
.internal_voice_list li span:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -11px;
	width:0;
	height:0;
	border-style:solid;
	border-width: 12px 12px 0 12px;
	border-color: #fff transparent transparent transparent;
	margin-left: -12px;
}
.internal_voice_list li img {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 200px;
	height: auto;
	margin-left: -100px;
	filter: drop-shadow(10px 5px 0 #fff);
}
.internal_voice_copy {
	margin-top: 60px;
	text-align: right;
}
.internal_voice_copy span {
	display: inline;
	box-decoration-break: clone;	
	-webkit-box-decoration-break: clone;
	padding: .3em;
	line-height: 2;
	background-color: #fff;
	font-size: 32px;
	color: #09b;
}

.row-number-13 {
	position: relative;
	background: linear-gradient(135deg, #fff 0%,#ffeef3 100%);
	width: 100%;
	padding: 0 !important;
}
.row-number-13 > .row-fluid {
	position: relative;
	padding: 80px 0 100px 0 !important;
	z-index: 1;
}
.row-number-13 .internal_bg_clip {
	z-index: -1;
}
.row-number-13 .internal_bg_fixed {
	background: url(https://www.iibc-global.org/hubfs/page/toeic/pr/tests/internal/01/images/bg_02.png) center center / cover no-repeat;
}
.row-number-13 .internal_area_title + p {
	font-size: 16px;
	text-align: center;
	line-height: 1.8;
}
.row-number-14 {
	width: 100% !important;
	max-width: inherit !important;
	z-index: 3;
}
.row-number-24 {
	width: 100% !important;
	max-width: inherit !important;
	z-index: 2;
}
.row-number-14 .hs_cos_wrapper_type_module,
.row-number-24 .hs_cos_wrapper_type_module {
	width: 100% !important;
	max-width: 1100px !important;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px !important;
	padding-right: 50px !important;
}
.row-number-15 {
	position: relative;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-radius: 20px 20px 0 0;
	background-color: #fff;
	width: 100%;
	max-width: 1100px !important;
	margin: 50px auto 0 auto;
	padding: 40px 40px 20px 40px !important;
	z-index: 3;
}
.row-number-15 h3 {
	border-bottom: 1px solid #f83366;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color: #f83366;
}
.row-number-16,
.row-number-17,
.row-number-18,
.row-number-19,
.row-number-20,
.row-number-21,
.row-number-22 {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	background-color: #fff;
	width: 100%;
	max-width: 1100px !important;
	margin: 0 auto;
	padding: 1px 40px !important;
	z-index: 3;
}
.row-number-23 {
	position: relative;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-radius: 0 0 20px 20px;
	background-color: #fff;
	width: 100%;
	max-width: 1100px !important;
	margin: 0 auto 70px auto;
	padding: 0 40px 40px 40px !important;
	z-index: 3;
}
.internal_test_subject {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 40px 0;
}
.internal_test_subject:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	background: url(https://www.iibc-global.org/hubfs/page/toeic/pr/tests/internal/01/images/test-plus.png) center center / cover no-repeat;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
}
.internal_test_subject li {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	border-radius: 160px;
	background-color: #f83366;
	width: calc(50% - 30px);
	height: 160px;
	padding-top: 8px;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #fff;
}
.internal_test_subject li:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	background: url(https://www.iibc-global.org/hubfs/page/toeic/pr/tests/internal/01/images/test-img_01.png) center center / cover no-repeat;
	width: 290px;
	height: 180px;
	z-index: 1;
}
.internal_test_subject li:nth-of-type(2) {
	justify-content: flex-start;
}
.internal_test_subject li:nth-of-type(2):before {
	left: inherit;
	right: 0;
	bottom: 0;
	display: block;
	background: url(https://www.iibc-global.org/hubfs/page/toeic/pr/tests/internal/01/images/test-img_02.png) center center / cover no-repeat;
}
.internal_test_subject li > span {
	position: relative;
	display: block;
	width: 280px;
	z-index: 2;
}
.internal_test_subject li strong {
	font-size: 40px;
	color: #ff6;
}
.internal_test_subject li strong span {
	font-size: 90px;
}
.internal_test_section {
	display: flex;
	justify-content: space-between;
}
.internal_test_section > div {
	width: 47%;
}
.internal_test_section h3 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #f83366
}
.internal_test_section table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 5px;
}
.internal_test_section table th {
	vertical-align: middle;
	background-color: #f83366;
	width: 28%;
	padding: 15px 10px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	color: #fff;
}
.internal_test_section table td {
	vertical-align: middle;
	background-color: #fddde5;
	width: 72%;
	padding: 15px 20px;
	font-size: 18px;
	line-height: 1.7;
}
.internal_test_section table td span {
	color: #f83366
}

.internal_module_score {
	width: 100%;
	margin: 40px 0;
}
.internal_module_score .title {
	display: flex;
}
.internal_module_score .title li {
	vertical-align: middle;
	border-radius: 10px 10px 0 0;
	background-color: #fddde5;
	margin-right: 1px;
	padding: 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #f83366;
}
.internal_module_score .title li:nth-of-type(1) {
	width: 24%;
}
.internal_module_score .title li:nth-of-type(2) {
	width: 76%;
}
.internal_module_score .score_acd dt {
	margin: 20px 0 10px 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	color: #f83366;
}
.internal_module_score .score_acd {
	display: flex;
	border-bottom: 1px solid #eee;
	width: 100%;
}
.internal_module_score .score_acd h3 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #f83366;
	width: 24%;
	padding: 28px 20px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #fff;
}
.internal_module_score .score_acd .read {
	display: block;
	background-color: rgba(255,255,255,0.8);
	width: 76%;
	padding: 28px 30px;
	font-size: 16px;
	line-height: 1.8;
}
.internal_module_score .score_acd dt:first-child {
	margin-top: 0;
}
.internal_module_score .score_acd li {
	position: relative;
	padding-left: 1em;
}
.internal_module_score .score_acd li:before {
	content: "\25CF";
	position: absolute;
	top: 0;
	left: 0;
	color: #fc99b3;
}

.row-number-25 {
	background: linear-gradient(135deg, #fff5cc 0%,#ffc266 100%);
	padding: 0 !important;
}
.row-number-25 > .row-fluid {
	position: relative;
	padding: 80px 0 100px 0 !important;
	z-index: 1;
}
.row-number-25 .internal_bg_clip {
	z-index: -1;
}
.row-number-25 .internal_area_title strong {
	color: #e30;
}
.row-number-26 {
	width: 100% !important;
	max-width: inherit !important;
	z-index: 3;
}
.row-number-28 {
	width: 100% !important;
	max-width: inherit !important;
	z-index: 2;
}
.row-number-26 .hs_cos_wrapper_type_module,
.row-number-28 .hs_cos_wrapper_type_module {
	width: 100% !important;
	max-width: 1100px !important;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px !important;
	padding-right: 50px !important;
}
.row-number-27 {
	position: relative;
	border: 1px solid #eee;
	border-radius: 20px;
	background-color: #fff;
	width: 100%;
	max-width: 1100px !important;
	margin: 0 auto;
	padding: 40px !important;
	z-index: 3;
}
.internal_day_pay {
	display: flex;
	align-items: center;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	height: 100px;
	margin: 40px 0;
}
.internal_day_pay dt {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	width: 140px;
	height: 100px;
	margin-right: 1px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #000;
}
.internal_day_pay dd.pay {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	width: 280px;
	height: 100px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #e30;
	line-height: 1;
}
.internal_day_pay dd.pay span {
	font-size: 40px;
}
.internal_day_pay dd.note {
	display: flex;
	align-items: center;
	background-color: #fff;
	width: calc(100% - 420px);
	height: 100px;
	padding-right: 40px;
	font-size: 14px;
	line-height: 1.4;
	color: #545959;
}
.internal_day_step {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 40px 0;
}
.internal_day_step a {
	color: #f83366;
}
.internal_day_step .step {
	position: relative;
	width: 30%;
	padding-left: 60px;
}
.internal_day_step .step:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -11%;
	display: block;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	width: 20px;
	height: 20px;
	margin-top: -12px;
	transform:rotate(45deg); 
}
.internal_day_step .step:last-child:after {
	display: none;
}
.internal_day_step .step .image {
	position: absolute;
	top: 50%;
	left: 0;
	border: 5px solid #f93;
	border-radius: 120px;
	background-color: #fff;
	width: 120px;
	height: 120px;
	margin-top: -60px;
	box-shadow: 2px 2px 0 rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 10;
}
.internal_day_step .step .text {
	border-radius: 10px;
	background-color: #fff;
	width: 100%;
	min-height: 90px;
	padding: 1px 15px 10px 70px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
.internal_day_step .step .text a {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3;
}
.internal_day_step .step h3 {
	border: 2px solid #fff;
	border-radius: 6px;
	background-color: #f60;
	width: 94px;
	height: 34px;
	margin: -17px 0 8px 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: #fff;
}
.internal_day_banner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 2%;
	margin-top: 60px;
}
.internal_day_banner li {
	width: 49%;
}

.internal_faq_area {
	position: relative;
	background: linear-gradient(135deg, #ccf5eb 0%,#66e0ea 100%);
	padding: 80px 0 100px 0;
}
.internal_faq_area h3 {
	display: table;
	background-color: #fff;
	min-height: 55px;
	margin: 40px 0 10px 0;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3;
	color: #09b;
}
.internal_faq_area h3 span {
	display: table-cell;
	vertical-align: middle;
	padding: 8px 15px;
}
.internal_faq_area h3 .faq_q {
	width: 55px;
	min-height: 55px;
	background-color: #09b;
	padding: 0;
	text-align: center;
	line-height: 1;
	color: #fff;
}
.internal_faq_area .faq_a {
	display: table;
	background-color: #fff;
	width: calc(100% - 20px);
	margin-left: 20px;
	font-size: 16px;
	line-height: 1.8;
}
.internal_faq_area .faq_a div {
	display: table-cell;
	vertical-align: middle;
	padding: 35px 40px;
}
.internal_faq_area .faq_a span {
	display: table-cell;
	vertical-align: middle;
	width: 55px;
	background-color: #ddf8ff;
	padding: 0;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #09b;
}





@media screen and (max-width: 980px) {
	.bl_footerCopy_pvmark {
		display: block !important;
		position: unset !important;
		transform: unset !important;
		margin-top: 0 !important;
	}
	.internal_mv_area .internal_mv_inner {
		padding: 0 300px 0 50px;
	}
	.internal_mv_area .internal_mv_img1 {
		left: 45%;
	}
	.internal_mv_cv .internal_mv_cv_title {
		font-size: 20px;
	}
	.internal_what_list {
		gap: 10px 30px;
	}
	.internal_day_step .step {
		padding-left: 50px;
	}
	.internal_day_step .step .image {
		border-radius: 100px;
		width: 100px;
		height: 100px;
		margin-top: -50px;
	}
	.internal_day_step .step .text {
		min-height: 80px;
		padding: 1px 10px 5px 60px;
		font-size: 16px;
		line-height: 1.3;
	}
	.internal_day_step .step .text a {
		font-size: 11px;
	}
	.internal_day_step .step h3 {
		border: 2px solid #fff;
		border-radius: 6px;
		background-color: #f60;
		width: 84px;
		height: 30px;
		margin: -15px 0 6px 0;
		font-size: 16px;
		font-weight: bold;
		line-height: 26px;
		text-align: center;
		color: #fff;
	}
}


@media screen and (max-width: 767px) {
	.pcnone {
		display: inherit;
	}
	.spnone {
		display: none;
	}
	.internal_inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.internal_btn {
		margin-top: 30px;
	}
	.internal_btn a {
		border-radius: 50px;
		width: 100%;
		height: 50px;
		font-size: 16px;
	}

	.internal_cv {
		position: fixed;
		top: 10px;
		right: 10px;
		width: 235px;
		height: 40px;
	}
	.internal_cv .internal_btn {
		width: 235px;
		height: 40px;
		margin: 0;
	}
	.internal_cv .internal_btn a {
		width: 235px;
		height: 40px;
		font-size: 14px;
	}

	.internal_module_area {
		border-radius: 10px;
		width: calc(100% + 20px);
		margin: 20px -10px;
		padding: 0 0 10px 0;
	}
	.internal_module_area h3 {
		margin: 0 0 10px 0;
		padding: 15px 0 12px 0;
		font-size: 24px;
	}

	.internal_gotop {
		position: fixed;
		right: 10px;
		bottom: 10px;
		width: 50px;
		height: 50px;
	}
	.internal_gotop a {
		border-radius: 50px;
		width: 50px;
		height: 50px;
		padding: 0;
	}
	.internal_gotop a span {
		display: none;
	}
	.internal_gotop a:after {
		content: "";
		position: absolute;
		top: 18px;
		left: 50%;
		display: block;
		border-top: 5px solid #fff;
		border-right: 5px solid #fff;
		width: 18px;
		height: 18px;
		margin-left: -11px;
		transform: rotate(-45deg);
	}

	.internal_mv_area {
		background: #fff url(https://www.iibc-global.org/hubfs/page/toeic/pr/tests/internal/01/images/mv-bg-sp.png) center center / cover no-repeat;
		width: 100%;
		height: auto;
		padding-top: 60px;
	}
	.internal_mv_area .internal_mv_inner {
		display: block;
		min-height: auto;
		padding: 30px 20px 390px 20px;
	}
	.internal_mv_area .internal_mv_inner h1 img {
		width: auto;
		height: 38px;
		margin-bottom: 10px;
	}
	.internal_mv_area .internal_mv_inner p {
		margin-top: 10px;
		font-size: 14px;
		line-height: 1.7;
	}
	.internal_mv_area .internal_mv_img1 {
		top: initial;
		left: initial;
		right: 25px;
		bottom: 120px;
		background: url(https://www.iibc-global.org/hubfs/page/toeic/pr/tests/internal/01/images/mv-img_01.png) center center / 325px 272px no-repeat;
		width: 325px;
		height: 272px;
		z-index: 2;
	}
	.internal_mv_area .internal_mv_img2 {
		position: absolute;
		left: 0;
		bottom: 5px;
		background: url(https://www.iibc-global.org/hubfs/page/toeic/pr/tests/internal/01/images/mv-img_02_sp.png) center center / 375px 120px no-repeat;
		width: 100%;
		height: 120px;
		z-index: 1;
	}
	.internal_mv_area .internal_mv_logo {
		position: absolute;
		top: 20px;
		left: 10px;
		width: 72px;
	}

	.internal_mv_cv {
		height: auto;
	}
	.internal_mv_cv .internal_inner {
		display: block;
		height: auto;
		padding: 15px 20px;
	}
	.internal_mv_cv .internal_mv_cv_title {
		width: 100%;
		font-size: 18px;
		line-height: 1.4;
		text-align: center;
	}
	.internal_mv_cv .internal_btn {
		width: 100%;
		height: 50px;
		margin: 6px 0 0 0;
	}
	.internal_mv_cv .internal_btn a {
		width: 100%;
		height: 50px;
		font-size: 16px;
	}

	.internal_area_title {
		margin: 30px 0 20px 0;
		padding-bottom: 10px;
		font-size: 24px;
	}
	.internal_area_title strong {
		font-size: 30px;
	}
	.internal_bg_fixed {
		background: url(https://www.iibc-global.org/hubfs/page/toeic/pr/tests/internal/01/images/bg_01_sp.png) center center / cover no-repeat;
	}

	.internal_what_area {
		padding: 40px 0 50px 0;
	}
	.internal_what_list {
		gap: 10px 15px;
	}
	.internal_what_list li {
		width: 160px;
	}
	.internal_what_list .image {
		width: 160px;
		filter: drop-shadow(2px 2px 0 rgba(0,0,0,0.2));
	}
	.internal_what_list .text {
		position: absolute;
		right: inherit;
		left: 0;
		bottom: 0;
		height: 64px;
	}
	.internal_what_copy {
		margin-top: 20px;
		text-align: center;
	}
	.internal_what_copy span {
		font-size: 18px;
	}

	.internal_why_area {
		padding: 40px 0 50px 0;
	}
	.internal_why_block {
		position: relative;
		display: block;
		margin-top: 20px;
	}
	.internal_why_block .read {
		width: 100%;
	}
	.internal_why_block h3 {
		min-height: 35px;
		margin-bottom: 5px;
		font-size: 16px;
	}
	.internal_why_block h3 span {
		padding: 6px 10px;
	}
	.internal_why_block h3 .num {
		width: 35px;
		min-height: 35px;
	}
	.internal_why_block .text {
		width: 100%;
		margin-left: 0;
		padding: 17px 20px;
		font-size: 14px;
		line-height: 1.7;
	}
	.internal_why_block .text p {
		width: calc(100% - 115px);
	}
	.internal_why_block .text .note {
		width: 100%;
		margin-top: 8px;
		font-size: 12px;
		line-height: 1.5;
	}
	.internal_why_block img {
		position: absolute;
		top: calc(50% + 20px);
		right: -15px;
		width: 140px;
		height: auto;
		margin-top: -70px;
		filter: drop-shadow(0 0 6px rgba(0,0,0,0.15));
	}

	.internal_voice_area {
		padding: 40px 0 50px 0;
	}
	.internal_voice_list {
		gap: 20px 4%;
	}
	.internal_voice_list li {
		width: 48%;
		padding-bottom: 150px;
	}
	.internal_voice_list li:nth-of-type(1) {
		order: 1;
	}
	.internal_voice_list li:nth-of-type(2) {
		order: 3;
	}
	.internal_voice_list li:nth-of-type(3) {
		order: 2;
	}
	.internal_voice_list li:nth-of-type(4) {
		order: 4;
	}
	.internal_voice_list li:nth-of-type(5) {
		order: 5;
	}
	.internal_voice_list li:nth-of-type(6) {
		order: 6;
	}
	.internal_voice_list li span {
		padding: 12px 15px;
		font-size: 14px;
		line-height: 1.6;
	}
	.internal_voice_list li img {
		width: 120px;
		margin-left: -60px;
		filter: drop-shadow(6px 3px 0 #fff);
	}
	.internal_voice_copy {
		margin-top: 20px;
		text-align: center;
	}
	.internal_voice_copy span {
		font-size: 18px;
	}

	.row-number-13 {
		padding: 0 !important;
	}
	.row-number-13 > .row-fluid {
		padding: 40px 0 50px 0 !important;
	}
	.row-number-13 .internal_bg_fixed {
		background: url(https://www.iibc-global.org/hubfs/page/toeic/pr/tests/internal/01/images/bg_02_sp.png) center center / cover no-repeat;
	}
	.row-number-13 .internal_area_title + p {
		font-size: 14px;
		text-align: left;
		line-height: 1.7;
	}
	.row-number-14 .hs_cos_wrapper_type_module,
	.row-number-24 .hs_cos_wrapper_type_module {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.row-number-15 {
		border-radius: 10px 10px 0 0;
		width: calc(100% - 20px);
		margin: 20px auto 0 auto;
		padding: 0 0 10px 0 !important;
		z-index: 3;
	}
	.row-number-15 h3 {
		margin: 0;
		padding: 15px 0 12px 0;
		font-size: 24px;
	}
	.row-number-16,
	.row-number-17,
	.row-number-18,
	.row-number-19,
	.row-number-20,
	.row-number-21,
	.row-number-22 {
		width: calc(100% - 20px);
		margin: 0 auto;
		padding: 1px 0 !important;
		z-index: 3;
	}
	.row-number-23 {
		border-radius: 0 0 10px 10px;
		width: calc(100% - 20px);
		margin: 0 auto 30px auto;
		padding: 0 0 20px 0 !important;
		z-index: 3;
	}
	.internal_test_subject {
		display: block;
		max-width: 380px;
		margin: 30px auto 20px auto;
		padding: 0 10px;
	}
	.internal_test_subject:after {
		width: 40px;
		height: 40px;
		margin: -20px 0 0 -20px;
	}
	.internal_test_subject li {
		border-radius: 100px;
		width: 100%;
		height: 100px;
		padding-top: 7px;
		font-size: 18px;
	}
	.internal_test_subject li:before {
		left: -5px;
		bottom: 0;
		width: 190px;
		height: 120px;
	}
	.internal_test_subject li:nth-of-type(2) {
		margin-top: 40px;
	}
	.internal_test_subject li:nth-of-type(2):before {
		left: inherit;
		right: -5px;
		bottom: 0;
	}
	.internal_test_subject li > span {
		position: relative;
		display: block;
		width: 200px;
		z-index: 2;
	}
	.internal_test_subject li strong {
		font-size: 28px;
	}
	.internal_test_subject li strong span {
		font-size: 60px;
	}
	.internal_test_section {
		display: block;
	}
	.internal_test_section > div {
		width: 100%;
	}
	.internal_test_section h3 {
		margin: 10px 0 5px 0;
		font-size: 18px;
	}
	.internal_test_section table th {
		width: 28%;
		padding: 10px;
		font-size: 18px;
	}
	.internal_test_section table td {
		width: 72%;
		padding: 10px 15px;
		font-size: 14px;
		line-height: 1.6;
	}

	.internal_module_score {
		display: block;
		border-radius: 10px;
		width: 100%;
		margin: 20px 0;
		overflow: hidden;
	}
	.internal_module_score .title {
		display: none;
	}
	.internal_module_score .score_acd {
		display: block;
		border-bottom: 1px solid #fff;
		width: 100%;
	}
	.internal_module_score .score_acd:last-child {
		border-bottom: none;
	}
	.internal_module_score .score_acd h3 {
		display: block;
		width: 100%;
		height: 50px;
		padding: 0 20px;
		font-size: 18px;
		line-height: 50px;
		text-align: left;
		cursor: pointer;
	}
	.internal_module_score .score_acd h3:before {
		content: "Total\30B9\30B3\30A2\30EC\30F3\30B8";
		margin-right: 20px;
	}
	.internal_module_score .score_acd h3:after {
		content: "";
		display: block;
		position: absolute;
		top: 10px;
		right: 15px;
		border-radius: 5px;
		background: #fff url(https://www.iibc-global.org/hubfs/page/toeic/pr/tests/internal/01/images/test-open.png) center center / cover no-repeat;
		width: 30px;
		height: 30px;
	}
	.internal_module_score .score_acd h3.active:after {
		background: #fff url(https://www.iibc-global.org/hubfs/page/toeic/pr/tests/internal/01/images/test-close.png) center center / cover no-repeat;
	}
	.internal_module_score .score_acd .read {
		display: none;
		width: 100%;
		padding: 20px;
		font-size: 14px;
		line-height: 1.7;
	}
	.internal_module_score .score_acd .read.active {
		display: block;
	}
	.internal_module_score .score_acd dt {
		margin: 15px 0 5px 0;
		font-size: 16px;
	}
	.internal_module_score .score_acd li {
		font-size: 14px;
	}

	.row-number-25 {
		padding: 0 !important;
	}
	.row-number-25 > .row-fluid {
		padding: 40px 0 50px 0 !important;
	}
	.row-number-26 .hs_cos_wrapper_type_module,
	.row-number-28 .hs_cos_wrapper_type_module {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.row-number-27 {
		border-radius: 10px;
		width: calc(100% - 20px);
		margin: 0 auto;
		padding: 20px 0 !important;
	}
	.internal_day_pay {
		display: block;
		width: 100%;
		height: auto;
		margin: 10px 0;
	}
	.internal_day_pay dt {
		display: block;
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 1px;
		padding: 12px;
		font-size: 16px;
		text-align: center;
	}
	.internal_day_pay dd.pay {
		display: block;
		width: 100%;
		height: auto;
		padding: 12px 20px;
		font-size: 20px;
		text-align: center;
	}
	.internal_day_pay dd.note {
		display: block;
		width: 100%;
		height: auto;
		padding: 0 20px 15px 20px;
		font-size: 12px;
	}
	.internal_day_step {
		display: block;
		max-width: 380px;
		margin: 0 auto;
	}
	.internal_day_step .step {
		position: relative;
		width: 100%;
		margin-top: 45px;
		padding-left: 50px;
	}
	.internal_day_step .step:after {
		top: 96%;
		right: 33%;
		display: block;
		border-top: none;
		border-right: 5px solid #fff;
		border-bottom: 5px solid #fff;
		margin-top: 0;
		width: 18px;
		height: 18px;
		transform:rotate(45deg); 
	}
	.internal_day_step .step .image {
		border-radius: 100px;
		width: 100px;
		height: 100px;
		margin-top: -50px;
	}
	.internal_day_step .step .text {
		padding: 1px 20px 10px 60px;
		font-size: 20px;
		line-height: 1.2;
		text-align: center;
	}
	.internal_day_step .step .text a {
		font-size: 12px;
		line-height: 1.2;
	}
	.internal_day_step .step h3 {
		width: 100%;
		height: 34px;
		margin: -17px 0 6px 0;
		font-size: 18px;
		line-height: 30px;
	}
	.internal_day_banner {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px 2%;
		margin-top: 60px;
	}
	.internal_day_banner li {
		width: 49%;
	}

	.internal_faq_area {
		padding: 40px 0 50px 0;
	}
	.internal_faq_area h3 {
		min-height: 35px;
		margin: 20px 0 5px 0;
		font-size: 16px;
	}
	.internal_faq_area h3 span {
		padding: 8px 10px;
	}
	.internal_faq_area h3 .faq_q {
		width: 35px;
		min-height: 35px;
	}
	.internal_faq_area .faq_a {
		width: 100%;
		margin-left: 0;
		font-size: 14px;
		line-height: 1.7;
	}
	.internal_faq_area .faq_a div {
		padding: 17px 20px;
	}
	.internal_faq_area .faq_a span {
		width: 35px;
		font-size: 16px;
	}
}