/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
@charset "UTF-8";
/*ここでは
	newsページ
	などを記述します
*/
.day {
  text-align: right;
}
.news_box {
  /*display: flex;
  display: -webkit-flex;*/
}
.news_box::after {
  clear: both;
  content: " ";
  display: block;
}
.news_box .text {
  float: left;
  width: 55%;
  margin-right: 2%;
}
.news_box .images {
  /*margin-left: 7%;*/
  float: left;
  width: 40%;
}
.news_box p:last-child {
  margin-bottom: 0;
}
.text .comment {
  display: block;
  margin-bottom: 0.7em;
}
.news_box .img_f {
  width: 2.5em;
  height: 2.5em;
  margin-right: 10px;
}
.news_box p[style="padding-left: 40px;"] {
  padding-left: 1em !important;
  margin-top: -1em;
}
.news_box p[style="padding-left: 80px;"] {
  padding-left: 2em !important;
  margin-top: -1em;
}
/* news 制度変更CSS */
.page556 p {
  font-size: 16px;
}
@media screen and (max-width: 441px) {
  .page556 p {
    font-size: 15px;
  }
}
.page556 .asset-image {
  min-width: 367px;
  width: 100%;
  margin-left: 16px;
}
@media screen and (max-width: 680px) {
  .page556 .asset-image {
    margin: auto;
    min-width: auto;
  }
}
@media screen and (max-width: 680px) {
  .page556 .mt-be-columns {
    display: block !important;
  }
}
@media screen and (max-width: 680px) {
  .page556 td {
    font-size: 15px;
  }
}
.page556 .news_p,.page627 .news_p {
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 441px) {
  .page556 .news_p,.page627 .news_p {
    font-size: 17px;
  }
}
.page556 .profession_area {
  margin: 10px auto 0;
}
/* news 表 */
.news_table-title {
  font-size: 20px;
  margin-bottom: 1em;
}
/* news button layout */
.news_menu ul {
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.news_menu ul li {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin: 0;
  background-color: #81CE00;
  padding: 1em 24px 42px;
  -webkit-box-shadow: 0px 0px 25px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 25px -2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-sizing: border-box;
}
.news_menu ul li:hover {
  background: #FF8F00;
}
@media screen and (max-width: 680px) {
  .news_menu ul li {
    padding: 16px 29px 42px;
  }
}
.news_menu ul li a {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  font-weight: bold;
}
.news_menu ul li a:hover {
  background: none;
}
/* news button arrow */
.news_btn-arrow {
  width: 100%;
}
.news_btn-arrow::after, .news_btn-arrow::before {
  content: "";
  width: 19px;
  display: inline-block;
  border: 2px solid;
  position: absolute;
  bottom: 18px;
}
.news_btn-arrow::before {
  content: "";
  border-radius: 0 2px 2px 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  left: calc(50% - 7px);
}
.news_btn-arrow::after {
  border-radius: 2px 0 0 2px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  left: calc(50% + 7px);
}
/* news youtube */
@media screen and (max-width: 680px) {
  .news_youtube {
    max-width: 411px;
    margin: auto;
  }
}
.news_youtube-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.news_youtube-sm {
  margin: auto 0;
}
.news_youtube-smlists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 680px) {
  .news_youtube-smlists {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.news_youtube-smlists .news_youtube-list {
  margin-top: auto;
}
@media screen and (min-width: 680px) {
  .news_youtube-smlists .news_youtube-list:last-child {
    display: none;
  }
}
.news_youtube-smlists .news_youtube-list:first-child {
  max-width: 178px;
}
@media screen and (max-width: 680px) {
  .news_youtube-smlists .news_youtube-list:first-child {
    max-width: 151px;
  }
}
.news_youtube-list {
  width: 100%;
  aspect-ratio: 16/9;
}
.news_youtube-list:first-child {
  max-width: 329px;
}
.news_youtube-list:not(:first-child) {
  max-width: 178px;
}
@media screen and (max-width: 680px) {
  .news_youtube-list:not(:first-child) {
    max-width: 151px;
  }
}
.news_youtube-list iframe {
  width: 100%;
  height: 100%;
  border: 7px solid #82CF00;
}
.news_youtube-fig {
  text-align: center;
}
@media screen and (min-width: 414px) {
  .spacer {
    display: none;
  }
}
.btn-bold {
  font-size: 24px;
}
@media screen and (max-width: 680px) {
  .h1_title.flex-sta {
    display: block;
  }
  .day {
    margin-right: 1em;
  }
  .news_box {
    display: block !important;
  }
  .news_box .text {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 2.5em;
  }
  .news_box .images {
    float: none;
    width: 90%;
    margin: 0 auto 2em;
  }
}
/*change-exam-category2022*/
.page556 .news_youtube{
  display: block;
}
.page556 .ask_us > div,.page627 .ask_us > div {
  border: 5px solid #64d9ff;
  padding: 18px;
}
.page556 .ask_us__contact,.page627 .ask_us__contact {
  text-align: center;
}
.page556 .ask_us__contact p,.page627 .ask_us__contact p {
  text-align: left;
}
.ask_us__contact a {
  text-align: center;
  color: #fff;
  background: #00c0ff;
  display: inline-block;
  padding: 10px 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  border-radius: 3px;
}
.ask_us__contact a:hover {
  background: #FF8F00;
}
/*.ask_us__tel {
  flex-basis: 53%;
}*/
.ask_us__tel div {
  margin-bottom: 10px;
}
.ask_us__tel p {
  margin-bottom: 5px;
}
.ask_us__tel span {
  font-size: 20px;
  margin-left: 10px;
  display: inline-block;
  font-weight: bold;
}
.ask_us__tel li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
}
.ask_us__tel li:before {
  content: "※";
}
@media screen and (min-width:701px) {
  .page556 .news_menu ul li a {
    font-size: 16px;
  }
  .ask_us {
    display:grid;
    gap: 10px;
	grid-template-columns: auto 53%;
  }
	.page627 .ask_us {
    display:grid;
    gap: 10px;
	grid-template-columns:257px auto;
  }
	.page627 .ask_us__tel{text-align: center;}
	.page627 .ask_us__tel ul{text-align: left;display: inline-block;}
/*.ask_us__contact {
    flex-basis: calc(47% - 10px);
  }*/
	.ask_us__qa{grid-row:1/2;-ms-grid-row:1;}
	.ask_us__contact{grid-row:2/3;-ms-grid-row:2;}
	.ask_us__tel{grid-row:1/3;-ms-grid-row:1;-ms-grid-row-span:2;grid-column: 2/3;-ms-grid-column:2;}
	.page627 .ask_us__qa{grid-row:1/3;-ms-grid-row:1;}
}
.ask_us__qa li{margin-bottom:5px;font-size: 16px;padding-left: 1.5em;text-indent: -1.5em;}
@media screen and (max-width:700px) {
  .page556 .news_menu ul li a{
    font-size: 14px;
  }
	.page627 .news_menu ul li a {
    font-size: 12px;
  }
	.page627 .news_menu ul li a span{
    font-size: 16px;
  }
	.page627 .news_menu ul li:nth-child(1),.page627 .news_menu ul li:nth-child(2){width:37.2%;}
	.page627 .news_menu ul li:last-child{width: 83%;}
  .page556 .news_menu ul li, .page627 .news_menu ul li {
    padding: 16px 24px 42px;
  }
  .page556 .news_menu ul li:nth-child(3) {
    letter-spacing: -1px;
    padding: 16px 28px 42px;
  }
 .ask_us__qa,.ask_us__contact {
    margin-bottom: 10px;
  }
  .ask_us__tel span {
    display: block;
    text-align: center;
  }
  .page556 .column_title_block + .page_box div:nth-child(2) .mt-be-column.indent_1 {
    margin-bottom: 0;
  }
  .page556 .column_title_block + .page_box .news_menu {
    padding-top: 0;
  }
  .page556 .column_title_block + .page_box div:nth-child(2) p + p {
    margin-bottom: 0;
  }
  .page556 .column_title_block + .page_box div:nth-child(2) .news_box .images {
    display: none;
  }
	.ask_us__tel div + p{border:5px solid #eee;padding:10px;}
	.ask_us__tel div + p img{width:3em;}
}
@media screen and (max-width:300px) {
 .page556 .news_menu ul li, .page627 .news_menu ul li {
    padding: 16px 5px 42px;
  }
}

.column_title_block .cat.cat_examinfo-tag {
  background-color: #61BB00;
}
.page_box {
    position: relative;
    padding: 60px 75px 60px;
    margin: 0 0 30px;
}
@media screen and (min-width:681px) {
    .page_box .h3_title{font-size: 28px;}
}
@media screen and (max-width:680px) {
    .page_box .h3_title {
      font-size: 18px;
      font-weight: bold;
    }
    .page_box h4 {font-size: 16px;}
}

/* 翻訳時調整 */
.translated-ltr .news_menu ul li:first-child,
.translated-ltr .news_menu ul li:nth-child(2){
    max-width: calc((100% - 16px) / 2);
}
@media screen and (max-width:700px) {
    .translated-ltr .news_menu ul li {
        width: 100%;
    }
    .translated-ltr .news_menu ul li:first-child,
    .translated-ltr .news_menu ul li:nth-child(2){
        width: 100%;
        max-width: 100%;
    }
}