/* General element styling --------------------------------------------- */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 32px;
	color: #333;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 500;
	margin: 0 0 20px;
}

a {
	color: #112288;
}

img {
	max-width: 100%;
}

button {
	cursor: pointer;
}

html {
	scroll-behavior: smooth;
}

/* General re-usable styling ------------------------------------------- */

.am-container {
	width: calc(100% - 40px);
	margin: 0 auto;
	max-width: 1440px;
}

.am-container.style2 {
	max-width: 1000px;
}

.am-container.style3 {
	max-width: 1200px;
}

.am-container.style5 {
	width: calc(100% - 120px);
}

.am-container.bg-grey {
	background: #F5F5F5;
}

.am-flex {
	display: flex;
}

.am-flex.wrap {
	flex-wrap: wrap;
}

.am-flex.between {
	justify-content: space-between;
}

.am-flex.center {
	justify-content: center;
}

.am-flex.vert-center {
	align-items: center;
}

.am-flex.vert-stretch {
	align-items: stretch;
}

.am-flex.vert-fl-end {
	align-items: flex-end;
}

.am-col1 {
	width: calc(100% / 12);
}

.am-col2 {
	width: calc(100% / 12 * 2);
}

.am-col3 {
	width: calc(100% / 12 * 3);
}

.am-col4 {
	width: calc(100% / 12 * 4);
}

.am-col5 {
	width: calc(100% / 12 * 5);
}

.am-col6 {
	width: calc(100% / 12 * 6);
}

.am-col7 {
	width: calc(100% / 12 * 7);
}

.am-col8 {
	width: calc(100% / 12 * 8);
}

.am-col9 {
	width: calc(100% / 12 * 9);
}

.am-col10 {
	width: calc(100% / 12 * 10);
}

.am-col11 {
	width: calc(100% / 12 * 11);
}

.am-hide {
	display: none;
}

.am-center {
	text-align: center;
}

.am-sp {
	display: none;
}

.am-pc {
	display: block;
}

.am-modal__min-btn {
	border: unset;
	background: unset;
	margin: 0 auto;
	display: block;
}

dialog.am-modal__max {
	width: 100%;
	height: 100%;
	border: unset;
	background: #0003;
}

.am-modal__max-cont {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #FFF;
	width: calc(100% - 80px);
	height: calc(100% - 120px);
	padding: 20px;
	border-radius: 10px
}

.am-modal__max-pix {
	width: calc(100% - 100px);
	height: calc(100% - 150px);
	overflow: auto;
	padding: 50px;
	box-shadow: 0 0 10px #8888 inset;
	border: 1px solid #888;
}

.am-modal__max-pix>img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	margin: auto;
	/* 	cursor: zoom-in; */
}

.am-modal__max-pix.zoom>img {
	width: auto;
	height: auto;
	max-width: 200vw;
	max-height: 200vh;
	/* 	cursor: zoom-out; */
}

.am-modal__max-close.lp-btn {
	margin: 10px auto;
	display: block;
	padding: 10px;
	min-width: 140px;
}

.am-modal__max-close.lp-btn::after {
	content: unset;
}

.am-bg-layout {
    position: relative;
}

.am-bg-pix {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.am-bg-pix > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	display: block;
}

.am-bg-cont {
    position: relative;
    z-index: 1;
}

.am-bg-layout.style2 .am-bg-pix {
    position: relative;
	top: unset;
	left: unset;
	height: auto;
}

.am-bg-layout.style2 .am-bg-pix > img {
    width: 100%;
    height: auto;
    object-fit: cover;
	display: block;
}

.am-bg-layout.style2 .am-bg-cont {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
	height: auto;
}

#sect-banner .am-bg-pix > img {
    object-position: right;
}

.bnr__title {
    margin: 0;
    font-size: 50px;
    padding: 200px 0;
}

.sect-cont {
	padding: 80px 0;
}

.sect-cont.style2 {
    padding: 60px 0;
}

.af-topgap {
/*	height: 68px;*/
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background-color: #fff;
	font-family: "Noto Sans JP", sans-serif;
}

.hdr__layout {
	height: 80px;
}

.hdr__logo {
    margin: 0 auto 0 0;
}

.hdr__logo>a>img {
	height: auto;
}

.hdr__navi-menu {
	display: block;
}

.hdr__navi-menu {
	display: flex;
	justify-content: flex-end;
	padding: 0;
	margin: 0 10px 0 0;
	width: 450px;
	align-self: center;
}

.hdr__navi-menu li {
	list-style: none;
	text-align: center;
	display: block;
	line-height: 1;
}

.hdr__navi-menu li:last-child {
	border-width: 0;
}

.hdr__navi-menu li a {
	text-decoration: none;
	color: #000;
	font-weight: 400;
	padding: 5px 10px;
	width: calc(100% - 40px);
	display: block;
	white-space: nowrap;
}

.hdr__navi-lang a {
    color: #000;
    text-decoration: none;
}

/* .hdr__navi-lang a.active {
    color: blue;
} */

/* SP menu btn ---------------------------------------------*/

.hdr__menu-btn {
	position: absolute;
	top: calc(80px / 2);
	right: 15px;
	border: 1px solid #333;
	background: transparent;
	width: 50px;
	height: 50px;
	transform: translateY(-50%);
	display:none;
}

.hdr__menu-btn-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.hdr__menu-btn-icon::before,
.hdr__menu-btn-icon::after,
.hdr__menu-btn-icon>span {
	content: "";
	width: 30px;
	height: 1px;
	background: #333;
	display: block;
	margin: 8px 0;
	transition: 0.5s ease;
	opacity: 1;
}

header.hdr__menu--show {
	height: 100vh;
	overflow: auto;
}

.bnr__pix {
    text-align: center;
	padding: 0 0 50px;
}

.bnr__pix > video {
	width: 100%;
	height: auto;
}

.bnr__ov {
	position: absolute;
    transform: translate(-50%, -50%);
    left: 40%;
    z-index: 1;
    font-size: 48px;
    line-height: 72px;
    text-align: center;
    font-weight: 700;
	top: 55%;
}

.contact__item {
    display: flex;
    margin: 0 0 30px;
}

.contact__item-lbl {
    width: 170px;
}

.contact__item-field {
    width: calc(100% - 170px);
}

.contact__item-field > input[type='text'], .contact__item-field > textarea {
    width: calc(100% - 32px);
    padding: 15px;
    border: 1px solid #163a6e;
    background: #000;
    color: #FFF;
}

.contact__item-field > span > input[type='text'], .contact__item-field > span > textarea, .contact__item-field > span > input[type='email'] {
    width: calc(100% - 32px);
    padding: 15px;
    border: 1px solid #163a6e;
    background: #000;
    color: #FFF;
	font-size: 16px;
}

.contact__item-field > span > textarea {
    width: calc(100% - 32px);
    min-height: 150px;
}

.contact__chkbox {
    margin: 60px auto 70px auto;
    width: fit-content;
}

.contact__chkbox > input[type='checkbox'] {
    color: #FFF;
    background: #000;
    border: 1px solid blue;
}

.contact__submit {
    text-align: center;
    margin: 0 0 40px;
}

.contact__cont {
    padding: 40px 0;
}

.prd-intro__cont a {
    color: #fff;
    text-decoration: none;
    margin: 0 40px;
    font-size: 30px;
}

.mgt-50 {
	margin-top: 50px;
}

header .ftr__cont {
    display: none;
}

#sect-news .af-title {
    text-align: left;
}

.side-title a {
    display: inline-block;
}

.side-title a:last-child {
    margin: 20px 0 0;
}


/* Footer --------------------------------------------------------------------- */

.force__cont .prd-sidepix__pix {
    padding: 0;
}

/* .hdr__navi-menu li.active a {
    color: blue;
} */

.ftr {
    font-size: 16px;
}

.ftr__cpright {
    font-size: 15px;
}

.ftr__navi-menu {
    align-items: flex-start;
}

.ftr__cont {
    padding: 60px 0;
}

.ftr__socmed-link {
    color: #FFF;
    text-decoration: unset;
}

.ftr__cpright {
    background: #1E73BE;
    color: #FFF;
    padding: 10px;
	text-align: center;
}

.ftr.type2 .ftr__cont {
    text-align: center;
}

.ftr.type2 .ftr__logo,
.ftr.type2 .ftr__addr {
    margin: 0 0 20px;
}

.ftr.type2 .ftr__socmed-link,
.hdr__ftr .ftr__socmed-link {
    display: inline-block;
    background: #000;
    width: 200px;
    margin: 0 7px 40px;
    border: 1px solid #8f9195;
    border-radius: 20px;
}

.ftr.type2 .ftr__navi-menu {
    justify-content: center;
    margin: 0;
    width: 100%;
}

.ftr__cpright.type2 {
    background: #040d17;
    padding: 30px 0;
    text-align: center;
}

/* Top Page --------------------------------------------------------------------- */
.hdr__logo {
    max-width: 275px;
    width: 100%;
}

.hdr__navi-button, .tama__button {
    background-color: #1E73BE;
    max-width: 140px;
    padding: 7px 21px;
    font-weight: 900;
	border: 1px solid transparent;
    transition: all 0.3s ease;
	border-radius: 8px;
}

.hdr__navi-button:hover, .tama__button:hover {
    background-color: #fff;
    color: #1E73BE;
    border: 1px solid #1E73BE;
}

.hdr__navi-button:hover a, .tama__button:hover a {
    color: #1E73BE;
	width: 100%;
    display: block;
}

.hdr__navi-button a, .tama__button a {
    color: #fff;
    text-decoration: none;
}

.tama__button {
	max-width: 270px;
	font-size: 16px;
    padding: 0 15px;
    height: 48px;
    line-height: 48px;
}

.tama__button img {
    width: 12px;
    height: 12px;
    object-fit: contain;
    margin: 0 0 0 10px;
    vertical-align: middle;
}

.tama__button-cont {
    max-width: 800px;
    margin: 50px auto 0;
    justify-content: center;
}

.tama__button-cont .tama__button {
    margin: 0 20px 0 0;
	width: 240px;
    padding: 0;
}

.tama__button-cont .tama__button:last-child {
    margin: 0;
}

.tama__button.third {
	background-color: #fff;
	color: #1E73BE;
	border: 1px solid #1E73BE;
}

.tama__button.third:hover {
    background-color: #1E73BE;
    color: #fff;
    border: 1px solid #1E73BE;
}

.tama__button.third a {
    color: #1E73BE;
    text-decoration: none;
	width: 100%;
    display: block;
}

.tama__button.third a:hover {
    color: #fff;
}

.hdr__navi-button:hover img, .tama__button :hover img {
    filter: invert(37%) sepia(89%) saturate(7476%) hue-rotate(204deg) brightness(66%) contrast(101%);
}

.tama__button.third img {
	filter: invert(37%) sepia(89%) saturate(7476%) hue-rotate(204deg) brightness(66%) contrast(101%);
}

.tama__button.third:hover img {
	filter: none;
}

.bnr__cont img {
    width: 100%;
    height: 800px;
    object-fit: cover;
	display: block;
}

#sect-banner {
    position: relative;
}

.side__button {
    position: fixed;
    z-index: 3;
    top: 100px;
    right: 0;
    width: 72px;
    color: #fff;
    display: inline-block;
    background-color: #004887D9;
    padding: 15px 0;
    writing-mode: vertical-rl;
    letter-spacing: 1pt;
    font-size: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    margin: 0 auto;
    border-radius: 12px 0 0 12px;
    height: 278px;
	font-weight: 900;
	text-align: center;
	align-content: center;
}

.side__button img {
    width: 32px;
    height: 32px;
    text-align: center;
    object-fit: contain;
	padding: 0 0 0 10px;
}

.cont-1200 {
    max-width: 1200px;
    margin: 0 auto;
}

#test-voucher {
    padding: 50px 0;
}

.tama-test-title {
    text-align: center;
}

.title-jp {
    font-size: 40px;
    display: block;
    font-weight: 700;
    line-height: 34px;
}

.title-en {
    font-size: 28px;
    color: #1E73BE;
    font-weight: 700;
    line-height: 34px;
}

.text-voucher__image {
    max-width: 476px;
}

.text-voucher__subcont {
    margin: 50px 0 0;
    justify-content: center;
}

.text-voucher__image img {
    width: 100%;
}

.text-voucher__content {
    max-width: 602px;
    width: 100%;
    margin: 0 0 0 50px;
    line-height: 36px;
}

.text-voucher__subtitle {
    display: block;
    font-weight: 900;
    font-size: 24px;
	margin: 0 0 20px;
}

.tama__button.style2 {
    max-width: 180px;
    margin: 20px 0 0 auto;
}

.tama__button.style2 a {
    text-align: center;
    display: block;
}

.tama__button.style2 img {
    padding: 0 0 5px;
}

.tama__button.style3 {
	margin: 50px auto 0;
	padding: 0;
	max-width: 225px;
}

.tama__button.style3 a {
    text-align: center;
    display: block;
}

#examination-categories {
    padding: 50px 0;
	background-color: #F4FAFF;
}

.examination-categories__item {
    width: calc(100% / 3 - 62px);
	margin: 0 20px 20px 0;
    border: 1px solid;
    border-radius: 8px;
    background: 
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(to right, #004887, #9ACEFD) border-box;
    border: 1px solid transparent;
}

.examination-categories__inner {
    padding: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.tama__button.style4 {
    max-width: 160px;
    margin: 30px auto 0;
    text-align: center;
}

.examination-categories__content {
    min-height: 180px;
}

.examination-categories__cont {
    margin: 50px 0 0;
	justify-content: center;
}

.examination-categories__item:nth-child(3n) {
    margin: 0 0 20px;
}

.examination-categories__subtitle {
    font-weight: 900;
    display: block;
    text-align: center;
    font-size: 24px;
    margin: 0 0 10px;
}

#group-examination-guide {
    padding: 50px 0;
}

.group-examination-guide__cont {
    margin: 50px 0 0;
    justify-content: space-between;
}

.group-examination-guide__image {
    max-width: 508px;
}

.group-examination-guide__content {
    max-width: 590px;
    margin: 0 50px 0 0;
}

.group-examination-guide__subtitle {
    display: block;
    font-weight: 700;
}

.group-examination-guide__item {
    margin: 0 0 30px;
}

#greetings-representative {
    background-color: #F4FAFF;
    padding: 50px 0;
}

.greetings-representative__cont {
    margin: 50px 0 0;
    justify-content: center;
}

.greetings-representative__image {
    max-width: 508px;
}

.greetings-representative__image img {
    width: 100%;
}

.greetings-representative__content {
    max-width: 590px;
    margin: 0 0 0 50px;
    line-height: 28px;
}

#message {
    padding: 50px 0;
}

.message__cont {
    margin: 50px 0 0;
}

.message__image {
    max-width: 173px;
}

.message__image img {
    width: 100%;
}

.message__content {
    margin: 0 0 0 70px;
	border: 1px solid #d9e5f0;
    border-image: linear-gradient(to right, #9ACEFD, #004887) 1;
    padding: 20px;
	max-width: calc(100% - 250px);
    width: 100%;
}

.message__subtitle {
    display: block;
    text-align: center;
}

#faq {
    padding: 50px 0;
	background-color: #F4FAFF;
}

.faq-cont {
    max-width: 1140px;
    margin: 0 auto;
}


.faq-submenu__item {
    border-left: 1px solid #2584a0;
    padding: 15px 20px;
}

.faq-submenu__item:hover {
    border-left: 1px solid #2584a0;
}

.faq-submenu__item::after {
    content: ">";
    display: inline-block;
    transform: rotate(90deg) scale(0.7, 1.25);
    margin: 0 0 0 15px;
}

.faq-submenu__item:last-child {
    border-right: 1px solid #2584a0;
}

.faq-submenu {
    margin: 0 0 40px;
}

.faq-tab__title {
	position: relative;
	padding: 20px 0 25px;
	margin: 0 0 40px;
	font-size: 24px;
}

.faq-tab__title::after {
    content: "";
    width: 80px;
    height: 1px;
    background: #2584a0;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

/* .faq-item {
	margin: 20px 0;
} */

.faq-container__subcont {
    margin: 30px 0 0;
}

.faq-item_q {
    background: #F8F8F8;
    color: #1E73BE;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 18px;
    border: 1px solid #1E73BE;
    border-width: 1px 1px 0;
    transition: 0.5s ease;
}

.faq-item:last-child .faq-item_q {
    border-width: 1px;
}

.faq-item.show .faq-item_q {
    border-width: 1px;
}

.faq-container__item {
    margin: 60px 0;
}

.faq-item_q h5 {
    font-size: 16px;
	margin: 0;
}

.faq-item_a {
    background: #f7f7f7;
    color: #2A2A2A;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
}

.faq-item_q::before, .faq-item_a::before {
    content: "Q";
    width: 50px;
    height: 50px;
	align-content: center;
    margin: 10px;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    background-color: transparent;
    color: #fff;
    background-color: #1E73BE;
    border: 1px solid #1E73BE;
    border-radius: 50%;
}

.faq-item_a::before {
    content: "A";
    background-color: #fff;
    color: #004484;
    border: 1px solid #1E73BE;
	font-size: 18px;
}

.faq-item_q > h5 {
    padding: 0 0 0 15px;
    color: #333;
    font-weight: 700;
	width: auto;
	flex: 1;
}

.faq-item_a > p {
    padding: 0 0 0 15px;
    color: #2A2A2A;
    font-weight: 400;
	width: auto;
	flex: 1;
}

.faq-item_a {
    background: transparent;
    max-height: 0;
    overflow: hidden;
    transition: 0.5s ease;
}

.faq-item.show .faq-item_a {
    border-width: 1px 0 0;
}

.faq-item_q::after {
    content: "+";
    position: absolute;
    right: 30px;
    font-weight: bold;
    font-size: 18px;
    transition: 0.5s ease;
}

#access {
    padding: 50px 0;
}

.access-cont {
    margin: 50px 0 0;
}

.access-maps {
    max-width: 576px;
}

.access-content__subtitle {
    font-weight: 900;
    display: block;
    margin: 0 0 5px;
}

.access-content {
    margin: 0 0 0 50px;
}

.access-content__item {
    margin: 0 0 20px;
}

.faq-item.show .faq-item_q::after {
    content: "–";
    transform: rotate(180deg);
	color: #004484;
}

.faq-item.show .faq-item_a {
    max-height: 500px;
	padding: 10px 0;
	background-color: #fff;
}

.top-page .faq-item.show .faq-item_a {
	background-color: #F4FAFF;
}

.tama__button.style3.faq-button {
    max-width: 268px;
}

#news {
    padding: 50px 0;
	background-color: #F4FAFF;
}

.news-cont {
    margin: 50px 0;
}

.news-cont__item {
    border: 1px dotted #004887;
    border-width: 1px 0;
    padding: 20px 0;
    margin: 30px 0;
}

.news-cont__date {
    font-weight: 900;
    font-size: 18px;
    margin: 0 10px 0 0;
}

.news-cont__title {
    margin: 0;
    font-weight: 900;
    font-size: 18px;
}

.news-cont__content2 {
    margin: 10px 0;
}

footer {
    background-color: #DDEEFE;
}

.ftr__logo {
    max-width: 275px;
}

.ftr__logo img {
    width: 100%;
}

.ftr__tel {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
}

.ftr__addr {
    display: block;
}

.ftr__addr-cont img {
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.tama__button.style3.footer-button {
    width: 170px;
	margin: 0 0 5px 0;
}

.ig-icon {
    width: 52px;
    height: 52px;
}

.ftr__socmed {
    text-align: end;
}

#test-voucher-information {
    padding: 50px 0;
}

.test-voucher-information__submenu {
    margin: 50px auto 0;
    max-width: 670px;
	justify-content: center;
}

.test-voucher-information__desc {
    text-align: center;
	margin: 30px 0 0;
    padding: 0;
}

.test-voucher-information__submenu-item {
    background-color: #1E73BE;
    width: 208px;
    color: #fff;
    border-radius: 8px;
    padding: 12px 24px;
    margin: 0 10px 0 0;
    text-align: center;
}

.test-voucher-information__submenu-item img {
    width: 12px;
    height: 12px;
    margin: 0 0 0 10px;
    object-fit: contain;
}

#itil-foundation {
    padding: 50px 0;
}

.itil-foundation__table table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0 0;
}

.itil-foundation__table table tr td {
    border: 1px solid #1E73BE;
    border-width: 0 0 1px 0px;
    padding: 15px;
}

.itil-foundation__table table tr:first-child td {
    background: #1E73BE;
    color: #fff;
    font-weight: 700;
}

.itil-foundation__desc {
    margin: 40px 0 20px;
}

.itil-foundation__table table tr td:first-child {
    border-width: 0 0 1px 1px;
}

.itil-foundation__table table tr td:last-child {
    border-width: 0 1px 1px 0;
}

.itil-foundation__table table tr td:nth-child(3n) {
    font-weight: 700;
    font-size: 18px;
    color: #1E73BE;
}

.itil-foundation__table table tr:first-child td:nth-child(3n) {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
}

.tbl_sphdr {
    display: none;
}

.itil-foundation__table-button {
    border: 1px solid #1E73BE;
    border-radius: 8px;
    width: 160px;
    padding: 10px 2px;
    text-align: center;
    font-weight: 900;
    color: #1E73BE;
    transition: all 0.3s ease;
}

.itil-foundation__table-button img {
    width: 12px;
    height: 12px;
    object-fit: contain;
    margin: 0 0 0 10px;
}

.itil-foundation__table-button a {
    color: #1E73BE;
    text-decoration: none;
}

#take-exam-at-home {
    padding: 50px 0;
}

.take-exam-at-home__desc {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
	margin: 30px 0 50px;
}

.take-exam-at-home__table tr td {
    border: 1px solid #1E73BE;
    padding: 10px;
	border-width: 0 0 1px;
}

.take-exam-at-home__table table {
    width: 100%;
    border-collapse: collapse;
}

.take-exam-at-home__table tr:first-child td {
    border-width: 1px 1px 0 1px;
    background-color: #1E73BE;
    color: #fff;
    font-weight: 700;
}

.take-exam-at-home__table tr:nth-child(2n) td {
    background-color: #fff;
}

.fc-red {
    font-weight: 700;
    color: #DC2626;
}

.take-exam-at-home__list ul {
    padding: 0 0 0 20px;
}

.tama__button.style5 {
    background-color: #fff;
    border: 1px solid #1E73BE;
    max-width: 230px;
    text-align: center;
	margin: 10px 0 0;
}

.tama__button.style5 a {
    color: #1E73BE;
}

.tama__button.style5 img {
    padding: 0 0 5px;
}

.tama__button.style5:hover {
    color: #fff;
	background-color: #1E73BE;
	border: 1px solid transparent;
}

.tama__button.style5:hover a {
    color: #fff;
	width: 100%;
   display: block;
}

.tama__button.style5:hover img {
   filter: brightness(0) invert(1);
}

.the-process-leading__subcont-icon {
    background-color: #1E73BE;
    width: 12vw;
    height: 12vw;
    color: #fff;
    border-radius: 50%;
    align-content: center;
    text-align: center;
}

.the-process-leading__subcont-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.the-process-leading__subcont-step {
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    margin: 0 10px 0 0;
}

.the-process-leading__subcont-number {
    font-size: 30px;
}

.the-process-leading__subcont-content {
    width: calc(100% - 12vw);
    align-self: center;
    margin: 0 0 0 30px;
}

.the-process-leading__subcont-item {
    margin: 0 0 30px;
}

.the-process-leading__subcont-icon p {
    margin: 0;
}

.the-process-leading__subcont-subtitle {
    font-weight: 700;
    display: block;
    font-size: 18px;
}

#the-process-leading {
    padding: 50px 0;
}

.the-process-leading__subcont {
    margin: 50px 0 0;
}

.the-process-leading__subcont-subtitle {
    font-weight: 700;
    color: #991B1B;
}

.the-process-leading__subcont-subtitle1 {
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin: 0 0 10px;
}

.online-exam-notes__subcont-subtitle {
    font-weight: 700;
    color: #991B1B;
}

.online-exam-notes {
    background-color: #FEF2F2;
    border: 1px solid #F87171;
    border-radius: 8px;
    padding: 20px;
    margin: 30px 0 0;
}

.online-exam-notes__subcont-item.last {
    font-weight: 700;
}

.online-exam-notes__subcont-item {
    margin: 0 0 20px;
}

.itil-foundation__table-button:hover {
    background: #1E73BE;
}

.itil-foundation__table-button:hover a {
    color: #fff;
}

.itil-foundation__table-button:hover img {
    filter: brightness(0) invert(1);
}

#tamachi-test-center {
    padding: 50px 0;
	background-color: #F4FAFF;
}

.bg-blue {
	background-color: #F4FAFF;
}

.tamachi-test-center__cont-desc {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
	margin: 0 0 30px;
}

.tamachi-test-center__subcont-table table {
    width: 100%;
	border-collapse: collapse;
}

.tamachi-test-center__subcont-table tr:first-child td {
    background-color: #1E73BE;
    color: #fff;
    font-weight: 700;
	border: 1px solid #1E73BE;
}

.tamachi-test-center__subcont-table tr td {
    padding: 10px;
	border: 1px solid #1E73BE;
	border-width: 0 0 1px 0;
}

.tamachi-test-center__subcont-table tr:nth-child(2n) td:first-child, .take-exam-at-home__table table  tr:nth-child(2n) td:first-child {
    border-width: 0 0 1px 1px;
}

.tamachi-test-center__subcont-table tr:nth-child(2n) td:last-child, .take-exam-at-home__table table tr:nth-child(2n) td:last-child {
    border-width: 0 1px 1px 0;
}

.tamachi-test-center__subcont-list ul {
    padding: 0 0 0 20px;
}

.tamachi-test-center__cont-desc2 {
	color: #991B1B;
}

.tamachi-test-center__subcont-item {
    background-color: #FEF2F2;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #F87171;
    color: #991B1B;
}

.tamachi-test-center__subcont-subtitle {
    display: block;
}

.tama__button.style5.process-button {
	margin: 20px 0 20px auto;
}

#process-leading-up {
    padding: 50px 0;
}

.online-exam-notes.the-process-leading .online-exam-notes__subcont-item {
    margin: 0;
}

.online-exam-notes.the-process-leading .online-exam-notes__subcont-item ul {
    margin: 0;
}

.list-link a {
    color: #1E73BE;
}

.fc-blue {
    font-weight: 700;
    color: #1E73BE;
}

#prometric-voucher-ticket {
    padding: 50px 0;
	background-color: #F4FAFF;
}

#process-leading-up.prometric-voucher-ticket-bg {
    background-color: #f4faff;
}

#re-examination-voucher-ticket {
    padding: 50px 0;
}

#lpic {
    padding: 50px 0;
}

.lpic__desc {
    font-weight: 700;
    font-size: 28px;
}

.lpic__content2 {
    border-radius: 8px;
    background-color: #FEF2F2;
    border: 1px solid #F87171;
    padding: 16px;
    margin: 30px 0;
    color: #991B1B;
}

.lpic__table table tr td {
    border: 1px solid #1E73BE;
    border-width: 0 0 1px;
    padding: 15px;
    background-color: #fff;
}

.lpic__table table {
    width: 100%;
    border-collapse: collapse;
}

.lpic__table table tr:first-child td {
    background-color: #1E73BE;
    color: #fff;
    font-weight: 700;
}

.lpic__table-desc {
    font-weight: 700;
}

.test-code-list__subtitle {
    font-size: 28px;
    font-weight: 900;
}

.test-code-list {
    margin: 40px 0;
}

.test-code-item span {
    display: block;
}

.test-code-item {
    margin: 0 0 20px;
}

.fs-20 {
    font-size: 20px;
}

#application-form {
    padding: 50px 0;
    background-color: #F4FAFF;
}

.application-form__desc {
    text-align: center;
    margin: 30px 0;
}

.application-form__item-subtitle {
    display: block;
    margin: 0 0 20px;
}

.application-form__item {
   margin: 30px auto;
   max-width: 800px;
}

#privacy-policy {
    padding: 50px 0;
}

.privacy-policy__subcont {
    margin: 50px 0 0;
}

.privacy-policy__subcont ul li {
    list-style: decimal;
}

.test-voucher-information__submenu-item a {
    color: #fff;
    text-decoration: none;
    font-weight: 900;
}

.am-anchor {
    position: relative;
}

.am-anchor > span {
    position: absolute;
    top: 40px;
}

.application-form__subcont-tab {
    width: 322px;
    border: 1px solid #1E73BE;
    border-radius: 8px 8px 0 0;
    padding: 15px 10px;
    text-align: center;
	border-width: 1px 1px 0 0;
	font-size: 20px;
    background-color: #E8F2F9;
    color: #1E73BE;
    font-weight: 700;
}

.application-form__subcont-tab a {
    text-decoration: none;
    color: #1E73BE;
	font-weight: 700;
    font-size: 20px;
}

.application-form__subcont {
    margin: 50px 0 0;
}

.application-form__subcont-content {
    background-color: #fff;
    border: 1px solid #1E73BE;
    padding: 20px 40px;
	display: none;
    opacity: 0;
    transform: translateY(10px);
}

.application-form__subcont-tab:first-child {
    border-width: 1px 1px 0;
}

.inquiry-form__contact-form {
	margin: 50px auto 0;
	text-align: right;
	max-width: 1000px;
	width: calc(100% - 20px);
	color: #fff;
}

.required {
	color: #FFF;
	padding: 0 26px;
	font-size: 14px;
	margin: 0 20px 0 auto;
	background-color: #1E73BE;
}

.not.required {
    background: #888888;
}

.inquiry-form__contact-col label {
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	display: flex;
	color: #000;
}

.inquiry-form__contact-col input {
	padding: 16px 10px;
	width: calc(100% - 22px);
	border: 1px solid #004484;
	border-radius: 6px;
}

.inquiry-form__contact-col p {
	width: 100%;
	text-align: left;
}

.inquiry-form__contact-col p textarea {
	padding: 10px;
	width: calc(100% - 22px);
	border: 1px solid #8E5343;
}

.ticket-purchase input {
    width: 19%;
}

.inquiry-form__link {
	font-size: 18px;
}

.inquiry-form__contact-form a {
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #B1B1B1;
}

.inquiry-form__row.height-adj {
    height: 93px;
}

.inquiry-form__contact-col.inq-item__radio {
	align-self: center;
}

.inquiry-form__row {
    display: flex;
    align-items: flex-start;
	margin: 0 0 30px;
}

.inquiry-form__contact-col {
    width: calc(70% - 20px);
	margin: 0 0 0 20px;
}

.inquiry-form__contact-col:first-child {
    width: 30%;
	color: #371F1F;
}

.inquiry-form__submit-cont .dl-submit p input {
    background: #8E5343;
    border: unset;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    padding: 16px 32px;
}

.inquiry-form__submit-cont {
    text-align: center;
}

.inquiry-form__contact-col textarea {
    padding: 10px;
    width: calc(100% - 22px);
    border: 1px solid #0079E1;
	border-radius: 6px;
}

input[type="radio"] {
    width: 20px!important;
}

span.wpcf7-form-control.wpcf7-radio label {
    display: inline-block;
	margin: 0 20px 0 0;
}

.inquiry-form__contact-col {
	text-align: left;
	color: #000;
}

.wpcf7-list-item {
	display: unset!important;
	margin: unset!important;
}

span.wpcf7-spinner {
    display: none;
}

#inquiry {
    padding: 80px 0;
}

.inquiry-description {
    text-align: center;
    margin: 0;
}

.inquiry-form__submit-cont .dl-submit input {
    background: #004484;
    border: unset;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 16px 40px;
	border: 1px solid transparent;
}

.inquiry-form__submit-cont {
    text-align: center;
}

.inquiry-form__contact-col textarea {
    padding: 10px;
    width: calc(100% - 22px);
    border: 1px solid #004484;
}

.notrequired {
	color: #FFF;
    padding: 0 26px;
    font-size: 14px;
    margin: 0 20px 0 auto;
    background-color: #999999;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
	align-self: center;
    margin: 0 10px 0 0;
}

.wpcf7 input[type="submit"] {
	background: url('../images/arrow-forward.png') no-repeat right center;
	background-size: 8px;
	background-color: #1E73BE;
	background-position-x: calc(100% - 20px);
}

span.inquiry-form__desc {
    display: block;
    color: #000;
    text-align: left;
    margin: 0 20px 20px;
}

.application-form__subcont-subtitle {
    font-size: 20px;
    font-weight: 700;
}

.application-form__subcont-tab.active {
    background-color: #1E73BE;
	color: #fff;
	font-weight: 700;
}

.application-form__subcont-tab.active a {
    color: #fff;
}

.application-form__subcont-content {
    display: none;
}

.application-form__subcont-content.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.application-form__subcont-tab.active a {
    font-weight: bold;
}

#subpage-banner img {
    display: block;
}

#about-peaspn {
    padding: 50px 0;
}

.about-peaspn__cont {
    background-color: #fff;
    padding: 40px;
}

.pearson-vue__image {
    max-width: 300px;
}

.pearson-vue__content {
    align-content: center;
    margin: 0 0 0 40px;
}

.pearson-vue__subcont {
    margin: 50px 0;
}

.pearson-vue__subtitle {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 24px;
}

.tama-test-title2 {
    border-left: 6px solid #1E73BE;
    padding: 0 5px;
    color: #333;
}

.tama__button.style3.peaspn-vue-button img {
    object-fit: contain;
    vertical-align: middle;
}

.tama__button.style3.peaspn-vue-button {
    max-width: 270px;
	margin: 50px 0 0 auto;
}

img.peaspn-vue-button__img {
    width: 20px;
    height: 25px;
    object-fit: contain;
    margin: 0 10px 0 0;
}

.apply-method {
    margin: 20px 0 40px;
}

.apply-method ul {
    margin: 0;
}

.apply-via-email {
    margin: 0 0 40px;
}

.apply-via-email ul {
    margin: 0;
}

.notes-info {
    border: 1px solid #F87171;
    background-color: #FEF2F2;
    padding: 10px 20px;
    border-radius: 8px;
}

.notes-info ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.notes-info p {
    margin: 0;
}

.notes-info ul li {
}

.notes-info__subtitle {
    color: #991B1B;
    font-weight: 700;
    display: block;
}

.notes-info2 {
    margin: 40px 0;
}

#apply-for-pearson-vue {
    background-color: #F4FAFF;
    padding: 50px 0;
}

.apply-for-pearson-vue__desc {
    text-align: center;
}

.apply-for-pearson-vue {
    background-color: #fff;
    padding: 80px;
}

.inquiry-form__subtitle {
    text-align: left;
    display: block;
    font-weight: 700;
    margin: 0 0 30px 20px;
	color: #000;
	font-size: 20px;
}

.inquiry-form__desc2 {
    display: block;
    color: #000;
    text-align: center;
	margin: 0 0 20px 0;
}

#list-of-available-exams {
    padding: 50px 0;
}

.list-of-available-exams__subcont {margin: 50px 0;}

.list-of-available-exams__item-image {
    max-width: 300px;
}

.list-of-available-exams__item-content {
    max-width: 850px;
    margin: 0 0 0 50px;
	align-content: center;
}

.list-of-available-exams__item {
    margin: 0 0 30px;
}

.tama__button.style3.list-of-available-exams-button {
    max-width: 230px;
    margin: 50px 0 0 auto;
}

#grp-exam-guide {
	padding: 80px 0;
	background: #F4FAFF;
}

.grp-exam-guide__desc {
	text-align: center;
	margin: 45px 0 50px;
}

#tst-vcr-info {
	padding: 80px 0;
}

.tst-vcr-info__table table {
	width: 100%;
	border-collapse: collapse;
	margin: 30px 0 0;
}

.tst-vcr-info__table table tr td {
	border: 1px solid #1E73BE;
	border-width: 0 0 1px 0px;
	padding: 15px;
	background: #FFF;
}

.tst-vcr-info__table table tr:first-child td {
	background: #1E73BE;
	color: #fff;
	font-weight: 700;
}

.tst-vcr-info__subtitle {
    color: #1e73be;
    display: block;
    font-weight: 700;
}

.tst-vcr-info__table table tr td:first-child {
    border-width: 0 0 1px 1px;
}

.tst-vcr-info__table table tr td:last-child {
    border-width: 0 1px 1px 0;
}

#group-examination {
    padding: 50px 0;
}

.group-examination__subtitle {
    font-weight: 700;
    display: block;
    color: #1e73be;
}

.group-examination__table table tr td {
	border: 1px solid #1e73be;
	padding: 15px;
	border-width: 0 0 1px;
}

.group-examination__table table {
    border-collapse: collapse;
    width: 100%;
}

.group-examination__table table tr:first-child td {
    background-color: #1e73be;
    color: #fff;
    font-weight: 700;
}

.group-examination__table table tr td:first-child {
    border-width: 0 0 1px 1px;
}

.group-examination__table table tr td:last-child {
    border-width: 0 1px 1px 0;
}

#application-form-group-exams {
    padding: 50px 0;
	background-color: #F4FAFF;
}

.application-form-group-exams__desc {
    text-align: center;
}

.application-form-group-exams__cont {
    max-width: 1000px;
    background-color: #fff;
    padding: 40px;
}

#notes-additional-info-group-exams {
    padding: 50px 0;
}

.tama-test-title3 .title-jp {
    font-size: 20px;
}

.faq__cont {
    margin: 50px 0;
}

.faq-tab__item img {
    filter: invert(1);
    transform: rotate(90deg);
    width: 12px;
    height: 12px;
    object-fit: contain;
	margin: 0 0 0 15px;
	align-self: center;
}

.faq-tab__item {
    border-left: 1px solid;
    padding: 0 20px;
    color: #333;
    font-weight: 700;
    text-decoration: none;
    font-size: 20px;
    display: flex;
    line-height: 28px;
}

.faq-tab__item:first-child {
    padding: 0;
    border-left: 0;
}

.faq-tab__item-cont {
    border-left: 1px solid #333;
    padding: 0 20px;
}

.faq-tab__item-cont span {
    width: calc(100% - 12px);
}

.faq-tab {
    margin: 0 auto;
    justify-content: center;
}

.faq-container {
    margin: 50px auto;
}

.faq-subtitle {
    display: block;
    text-align: center;
    background: linear-gradient(
  to bottom,
  #1E73BE 0%,
  rgba(30, 115, 190, 0.5) 100%
);
    color: #fff;
    font-size: 28px;
    line-height: 100px;
    font-weight: 700;
}

#faq-items {
    background-color: #F4FAFF;
    padding: 50px 0;
}

#faq-contact-form {
    padding: 50px 0;
}

#faq-contact-form .inquiry-form__contact-form {
    max-width: 1200px;
}

#weekend-works {
    padding: 50px 0;
}

.weekend-works__desc {
    max-width: 1000px;
    margin: 50px auto 0;
    text-align: center;
}

#weekend-works .title-jp {
    line-height: 50px;
}

#recruitment-overview {
    padding: 50px 0;
}

.recruitment-overview__table table {
    width: 100%;
    border-collapse: collapse;
    margin: 50px 0 0;
}

.recruitment-overview__table table tr td {
    border: 1px solid #E5E7EB;
    border-width: 0 1px 1px 0;
    padding: 20px;
}

.recruitment-overview__table table tr td:first-child {
    background-color: #F7F9FC;
    text-align: center;
    font-weight: 900;
}

.recruitment-overview__table table tr td ul {
    padding: 0 0 0 20px;
}

#itil-foundation-exam {
    background-color: #F4FAFF;
    padding: 50px 0;
}

.itil-foundation-exam__subcont-map {
    max-width: 580px;
}

.itil-foundation-exam__subcont-content {
    width: calc(100% - 620px);
    margin: 0 0 0 40px;
    align-self: center;
}

.itil-foundation-exam__subcont {
    margin: 50px 0;
}

.itil-foundation-exam__subcont-item {
    margin: 0 0 20px;
}

.itil-foundation-exam__subcont-subtitle {
    font-weight: 900;
    display: block;
    font-size: 18px;
}

#job-description {
    padding: 50px 0;
}

.itil-foundation-exam__item {
   width: 500px;
    margin: 0 auto;
    border: 1px solid #1E73BE;
}

.itil-foundation-exam__subtitle {
    display: block;
    background-color: #1E73BE;
    color: #fff;
    font-weight: 700;
    padding: 16px 32px;
}

.itil-foundation-exam__item ul {
    padding: 0 0 0 20px;
}

.itil-foundation-exam__item-cont {
    padding: 20px;
}

#recommend-to-those-who {
    padding: 50px 0;
    background-color: #F4FAFF;
}

.recommend-to-those-who__image {
    max-width: 580px;
}

.recommend-to-those-who__content {
    width: calc(100% - 620px);
    margin: 0 0 0 40px;
    align-content: center;
}

.recommend-to-those-who__content img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.recommend-to-those-who__item p {
    margin: 0;
}

.recommend-to-those-who__subtitle {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 15px;
    display: block;
}

#recruitment-notes {
    padding: 50px 0;
}

.recruitment-notes__item {
    margin: 40px 0;
}

.recruitment-notes__subtitle {
    display: block;
    font-weight: 700;
    font-size: 28px;
    margin: 0 0 20px;
}

.recruitment-notes__desc {
    line-height: 56px;
}

.itil-foundation-exam__subcont-map iframe {
    width: 580px;
    height: 350px;
}

.message__content {
	position: relative;
}	

.message__content::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 30px;
	height: 30px;
	background: linear-gradient(45deg, #FFF 0%, #FFF 51%, transparent 51%, transparent 100%);
	border: 1px solid #9acefd;
	border-width: 0 0 1px 1px;
	transform: translate(-50%, -50%) rotate(45deg);
}

#company-information {
    padding: 50px 0;
}

.company-information__table table {
    width: 100%;
    border-collapse: collapse;
    margin: 50px 0 0;
}

.company-information__table table tr td {
    border: 1px solid #333;
    padding: 20px;
}

.company-information__table table tr td:first-child {
    font-weight: 700;
    background-color: #F4FAFF;
}

.company-information__image {
    width: 500px;
}

.company-information__images-subcont {
    justify-content: space-between;
    margin: 50px 0 0;
}

.company-information__caption {
    display: block;
    text-align: center;
}

.company-information__images-subcont2 {
    max-width: 800px;
    margin: 40px auto 0;
}

.access-maps.top-page iframe {
    width: 576px;
    height: 373px;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    padding: 15px;
    width: 100%;
	border-radius: 6px;
}

select.wpcf7-form-control.wpcf7-select {
    padding: 15px;
    width: 100%;
}

.group-examination-guide__subtitle2 {
    font-weight: 700;
    font-size: 20px;
    display: block;
    color: #1E73BE;
}

.group-examination-guide__text {
    margin: 0 0 30px;
}

.tama__button.style3.group-examination-guide-button {
    margin: 30px auto 50px;
}

.side__button a {
    color: #fff;
    text-decoration: none;
}

.list-of-available-exams__item-subtitle {
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    margin: 0 0 16px;
}

.sect-blog__item-img {
	width: 100%;
	margin: 0 30px 0 0;
	height: 200px;
	object-fit: cover;
	display: block;
}

.sect-blog__item-cont {
	margin: 0 0 30px;
	padding: 0 0 30px 0;
}

.blog-item {
    width: calc(100% / 12 * 3 - 30px);
	margin: 0 30px 30px 0;
}

.blog-pg .blog-item {
    width: calc(100% / 12 * 2 - 20px);
    margin: 0 30px 30px 0;
    border: 1px solid #0079E1;
    padding: 10px;
    text-align: center;
    color: #0079E1;
    text-decoration: none;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
	min-height: 180px;
    align-content: center;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19);
}

img.blog-image.pg-blog {
    height: 250px;
	width: 100%;
	max-width: 100%;
}

.sect-blog__item-date {
	font-size: 14px;
}

.sect-blog__item-excerpt {
	font-size: 16px;
	line-height: 160%;
}

.sect-blog__item-title {
	font-size: 18px;
	margin: 10px 0;
	font-weight: 700;
}

.sect-blog__title {
	font-size: 22px;
	border-bottom: 4px solid #A4A2A2;
	padding: 0 0 10px 0;
	margin: 0;
}

ul.wp-block-categories-list.wp-block-categories {
	list-style: none;
	padding-left: 0;
}

.sect-blog__sidebar {
	width: calc(100% - 40px);
	margin: 0 0 0 40px;
}

.sect-blog__title ul li a {
	text-decoration: unset;
}

.wp-block-categories li a {
	text-decoration: unset;
	color: #000;
	padding: 0 0 20px 0;
	font-size: 16px;
}

.wp-block-categories li {
	border-bottom: 1px dashed #a4a2a2;
	padding: 20px 0;
}

.sect-blog__post a {
	text-decoration: unset;
	color: #000;
}

.wp-block-categories li:first-child {
	padding: 0 0 10px;
}

.sect-blog__single-cont {
	font-size: 18px;
	line-height: 48px;
}

.sect-blog__single-cont img {
	width: auto;
	display: block;
	margin: 30px auto;
}

.sect-blog__single-cont-title {
	font-size: 30px;
	text-align: center;
}

.sect-blog__single-cont-date {
	display: inline-block;
}

.sect-blog__single-cont-tags {
	display: inline-block;
	margin: 0 0 0 10px;
	background-color: orange;
	color:#FFF;
	width: 90.1px;
	border-radius: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}

.header-blog {
	font-weight: 700;
	color: #555;
	line-height: 140%;
	border-bottom: 3px solid #0079E1;
	font-size: 26px;
	text-align: left;
	width: fit-content;
	padding: 0 0 5px;
}

.widgettitle {
	font-weight: 700;
	color: #555;
	line-height: 140%;
	border-bottom: 3px solid #38393c;
	font-size: 26px;
	text-align: left;
	margin: 60px 0 0;
}

.widgettitle:last-child {
	margin: 60px 0 0 0;
}

.sect-blog__sidebar ul li {
	list-style: none;
	border-bottom: 1px solid #B2B2B2;
	padding: 10px 0;
}

.sect-blog__sidebar ul li a {
	text-decoration: none;
	font-weight: 400;
	color: #000;
}

div#calendar_wrap {
	width: 100%;
}

table#wp-calendar {
	width: 100%;
	margin: 20px 0 0;
	table-layout: fixed;
}

#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding: 8px;
}

.sidebar ul li a {
	color: #000;
}

#sect-blog a:hover {
	color: #000;
	text-decoration: underline;
}

.widgettitle:first-child {
	margin: 0;
}

.wp-calendar-nav-prev a {
	text-decoration: none;
	color: #007bff;
	font-weight: 700;
}

#wp-calendar a {
	color: #007bff;
	font-weight: 700;
	text-decoration: none;
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #0079E1;
	text-align: left;
	caption-side: bottom;
}

#wp-calendar caption {
	text-align: right;
	color: #000;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.mgb-40 {
	margin: 0 0 40px;
}

.ii-pgnavi__btn.ii-pgnavi__current {
	color: #333333;
	cursor: revert;
	background-color: #fff;
}

.ii-pgnavi__btn {
	padding: 10px 14.79px;
	color: #333333;
	font-weight: 500;
	border: 1px solid #1E73BE;
	margin: 0 5px;
	cursor: pointer;
	font-size: 16px;
	border-radius: 10px;
	background-color: #fff;
}

.ii-pgnavi__btn i {
	background-color: #fff;
	color: #0079E1;
	margin: 0 0 0 8px;
}

button.ii-pgnavi__btn.next {
	background-color: #fff;
	padding: 10px 12.79px;
	color: #0079E1;
	font-size: 18px;
	font-weight: 700;
	border: 1px solid #0079E1;
	
}

button.ii-pgnavi__btn.previous {
	background-color: #fff;
	padding: 12px 13.79px;
	padding: 10px 12.79px;
	color: #0079E1;
	font-size: 18px;
	font-weight: 700;
	border: 1px solid #0079E1;
}

.sect-news__pagenavi{
	text-align: center;
	margin: 0 0 100px;
}

.sect-news__pagenavi .btn-style-1 {
	text-decoration: unset;
	display: inline-block;
	margin: 0 10px;
	width: 150px;
	position: relative;
}

.sect-news__pagenavi .btn-style-1 {
	text-decoration: unset;
	display: inline-block;
	margin: 0 10px;
	width: 150px;
	position: relative;
	background: linear-gradient(90deg, #3F8837 0%, #8FDF86 100%);
}

.ll-button {
	background-color: #006533;
	border-radius: 50px;
	color: #fff;
}

.chev-left {
	padding: 5px 20px 5px 15px;
}

.chev-right {
	padding: 5px 15px 5px 20px;
}

.chev-left::before {
	font-family: 'Font Awesome 6 Free';
	font-weight: 700;
	font-size: 10px;
	width: 18px;
	height: 18px;
	border: 2px solid;
	display: inline-block;
	border-radius: 50%;
	vertical-align: bottom;
	position: absolute;
	top: 22%;
	right: 0;
	left: 15px;
	line-height: 1.8;
}

.chev-right::after {
	font-family: 'Font Awesome 6 Free';
	font-weight: 700;
	font-size: 10px;
	width: 18px;
	height: 18px;
	border: 2px solid;
	display: inline-block;
	border-radius: 50%;
	vertical-align: bottom;
	position: absolute;
	top: 22%;
	right: 0;
	left: 75%;
	line-height: 1.8;
}

.chev-left::before {
	content: "\f053";
	margin: 0 10px 4px 0;
}

.chev-right::after {
	content: "\f054";
	margin: 0 0 4px 10px;
}

.blog-pg.category-pg .blog-item {
    width: calc(100% / 12 * 6 - 50px);
    margin: 0 20px 30px 0;
}

.top-columns__content {
    font-size: 20px;
    text-align: left;
    display: block;
    margin: 10px 0;
}

.blog-icon1 {
    width: 20px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.blog-date {
    margin: 0 20px 0 0;
    font-size: 16px;
}

.top-columns__subtitle {
    font-size: 16px;
    margin: 0;
}

.blog-icon {
	text-align: left;
	font-weight: 400;
	font-size: 16px;
}

.blog-icon img {
    width: 20px;
    margin: 0 0 0 10px;
    vertical-align: middle;
}

.blog-title {
	margin: 0 0 10px 0;
}

#sect-blog .tama-test-title {
    margin: 0 0 80px;
}

.blog-subtitle__cont img {
    width: 24px;
    object-fit: contain;
    vertical-align: middle;
    align-content: center;
    margin: 0 15px 0 0;
}

.blog-subtitle {
    margin: 0;
}

.blog-subtitle__cont.am-flex {
    margin: 0 0 30px;
}

.blog-subtitle__cont::after {
    content: "";
    border-bottom: 3px solid #1E73BE;
    width: 87px;
	position: absolute;
}

.blog-subtitle__cont {
    margin: 0 0 30px 0;
	position: relative;
}

.single-class-category__cont {
    border-bottom: 1px solid #B6B6B6;
    padding: 15px 0;
}

#single-class .single-class-category .am-col8 {
    margin: 0 0 0 15px;
}

#single-class .single-class-category .am-col4 img {
    width: 100%;
    vertical-align: middle;
}

.single-class-category {
    border: 1px solid #1E73BE;
    padding: 20px;
}

.title5-cont {
    position: relative;
}

.title5::after {
    content: "";
    border-bottom: 3px solid #1E73BE;
    width: 87px;
    position: absolute;
    top: 50%;
    padding: 10px;
    left: 0;
}

.title5 {
    font-size: 20px;
}

.category-list a {
    color: #333333;
    text-decoration: none;
    border-bottom: 1px solid #B6B6B6;
    width: 100%;
    display: block;
    padding: 5px 0;
}

.category-cont {
    margin: 40px 0;
}

.category-cont:first-child {
    margin: 0 0 40px;
}

.recommended-post {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
	border-bottom: 1px solid #B6B6B6;
    padding: 0 0 15px;
}

.recommended-post__thumb img {
    width: 140px;
    height: 100px;
    display: block;
    object-fit: cover;
    border: 1px solid #B6B6B6;
}

.recommended-post__title {
    font-size: 16px;
    margin: 0;
}

.recommended-post__content {
    width: calc(100% - 140px);
}

.recommended-post__content {
    width: calc(100% - 140px);
}

.recommended-post__title a {
    text-decoration: none;
    color: #333;
}

.recommended-posts {
    margin: 40px 0 0;
}

.popular-post {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    margin-bottom: 12px;
}

.popular-post__thumb img {
   	width: 140px;
    height: 100px;
    display: block;
    object-fit: cover;
    border: 1px solid #B6B6B6;
}

.popular-post__title {
    font-size: 14px;
    line-height: 1.4;
    color: #333;
}

.popular-post__content {
	width: calc(100% - 140px);
}

.popular-posts {
	margin: 40px 0 0;
}

.title1 {
    border-bottom: 3px solid #1E73BE;
    display: block;
	font-size: 36px;
    line-height: 54px;
}

.single-date {
    display: block;
}

#sect-blog .am-container {
    max-width: 1200px;
    margin: 0 auto;
}

.single-icon {
    width: 24px;
    object-fit: contain;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.table-of-content {
    border: 1px solid #1E73BE;
    margin: 20px 0;
	padding: 20px;
}

.table-of-content ul {
    list-style: decimal;
	padding: 0 0 0 20px;
}

.single-item {
	margin-bottom: 30px;
}

.single-item .title1 {
    font-size: 32px;
}

.table-of-content__subtitle {
    text-align: center;
    display: block;
    font-weight: 700;
}

.recommended-articles {
    border: 3px solid #1E73BE;
    padding: 40px 20px;
	margin: 60px 0 30px;
	position: relative;
}

.recommended-articles__subtitle {
    position: absolute;
    left: 30px;
    top: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    background: #FFF;
    padding: 0 10px;
}

.recommended-articles__subtitle > span {
	margin: 0 0 0 10px;
	display: block;
	font-weight: 700;
    font-size: 20px;
    color: #1E73BE;
}

.blue-dot {
    width: 16px;
    height: 16px;
    background-color: #1E73BE;
    display: inline-block;
    border-radius: 50%;
    margin: 0 10px 0 0;
}

.inquiry-form__desc.fc-red2 {
	color: #DC2626;
}

.fc-red2 {
	color: #DC2626;
}

.post-nav {
	display: flex;
	align-items: stretch;
	padding: 30px 0;
	max-width: 760px;
    margin: 0 auto;
}

.post-nav__item {
	flex: 1;
	text-decoration: none;
	color: #000;
}

.post-nav__label {
	font-size: 14px;
	color: #555;
	display: inline-flex;
	align-items: center;
	margin-bottom: 10px;
}

.post-nav__content {
	display: flex;
	align-items: center;
	gap: 15px;
}

.post-nav__thumb img {
	width: 150px;
    height: 100px;
    object-fit: cover;
	border: 1px solid #B6B6B6;
}

.post-nav__title {
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
	width: calc(100% - 150px);
	text-align: left;
}

/* divider */
.post-nav__divider {
	width: 1px;
	background: #B6B6B6;
	margin: 0 30px;
}

/* left */
.post-nav__item.prev {
	text-align: left;
}

.post-nav__item.prev .post-nav__label::before {
	content: "‹";
	margin-right: 6px;
}

/* right */
.post-nav__item.next {
	text-align: right;
}

.post-nav__item.next .post-nav__label {
	justify-content: flex-end;
}

.post-nav__item.next .post-nav__label::after {
	content: "›";
	margin-left: 6px;
}

.post-nav__item.next .post-nav__content {
	flex-direction: row-reverse;
}

.group-examination-guide__item p {
    margin: 0;
}

.tamachi-test-center__subcont-item p {
    margin: 0;
}

#weekend-works .announcement-text {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
}

.tama-test-title.about-pearson-subtitle {
    margin: 0 0 60px;
}