@charset "UTF-8";
html,
body {
  width: 100%;
  color: #333333;
  font-size: 14px;
  font-family: 'Noto Sans Japanese', sans-serif, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html,
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

html {
  overflow-y: inherit;
  min-height: 100%;
  position: relative;
}

body {
  margin-bottom: 152px;
}

.wrapper {
  margin: 100px 0 0 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  color: #194ca4;
  text-decoration: none;
}

button,
input,
select,
textarea {
  outline: none;
}

ul {
  list-style: none;
}

#main {
  padding: 50px 0 70px 0;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 9999;
}

.pagetop a {
  display: block;
  background: #194ca4;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 8px;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  position: relative;
}

.pagetop a span {
  position: absolute;
  top: 45%;
  left: 35%;
  width: 12px;
  height: 12px;
  border-bottom: solid 3px #FFFFFF;
  border-right: solid 3px #FFFFFF;
  -webkit-transform: rotate(-135deg) translateX(0px) translateY(0px);
          transform: rotate(-135deg) translateX(0px) translateY(0px);
  margin: auto 5px auto 4px;
}

.text_bold {
  font-weight: bold;
}

.text_red {
  color: #d32424;
  font-weight: 600;
}

.text_bold {
  font-weight: 600;
}

.text_small {
  font-size: 12px;
  color: #666666;
}

.text_large {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.5px;
}

.text_orange {
  font-size: 16px;
  color: #f28a19;
  font-weight: 600;
}

.link_underline {
  text-decoration: underline;
  font-weight: 500;
}

.link_underline:hover {
  opacity: 0.7;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.page_title {
  max-width: 1000px;
  margin: 0 auto;
  border-bottom: solid 1px #194ca4;
}

.page_title .page_title_text_e {
  font-size: 11px;
  color: #aaaaaa;
  letter-spacing: 0.5px;
  margin: 0 0 7px 0;
}

.page_title .page_title_text_j {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
  color: #444444;
}

.anker_menu_list {
  max-width: 1000px;
  margin: 0 auto;
  height: 50px;
}

.anker_menu_list .anker_menu_list_item {
  font-size: 13px;
  color: #194ca4;
  line-height: 50px;
  display: inline;
  margin: 0 40px 0 0;
}

.anker_menu_list .anker_menu_list_item a::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: solid 2px #194ca4;
  border-right: solid 2px #194ca4;
  -webkit-transform: rotate(45deg) translateX(-5px) translateY(0px);
          transform: rotate(45deg) translateX(-5px) translateY(0px);
  margin: auto 5px auto 4px;
}

section {
  padding: 0 0 30px;
}

section .section_inner {
  max-width: 1000px;
  padding: 50px 0 40px;
  margin: 0 auto;
}

section .section_inner .section_title {
  border-left: solid 4px #194ca4;
  padding: 0 0 0 10px;
  margin: 0 0 25px 0;
}

section .section_inner .section_title .section_title_text_e {
  line-height: normal;
  display: block;
  color: #aaaaaa;
  font-size: 10px;
  letter-spacing: 0.2pt;
  margin: 0 0 4px 0;
}

section .section_inner .section_title .section_title_text_j {
  display: block;
  color: #444444;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.5pt;
}

section .section_text {
  line-height: 27px;
  margin: 0 0 18px 0;
}

section .section_text a {
  text-decoration: underline;
}

section .section_text .section_text_unit {
  margin: 0 0 20px 0;
  display: block;
}

section .section_text .section_text_unit .section_text_unit_title {
  font-size: 15px;
  font-weight: 600;
  display: block;
}

.link_arrow {
  display: table;
  color: #194ca4;
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 10px 0;
  letter-spacing: 1px;
  text-decoration: none;
}

.link_arrow::before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: solid 2px #194ca4;
  border-right: solid 2px #194ca4;
  -webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
          transform: rotate(45deg) translateX(-5px) translateY(5px);
  margin: auto 4px auto 4px;
}

.link_arrow:hover {
  opacity: 0.6;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.section_text .link_arrow {
  text-decoration: none;
}

.color_container {
  border-radius: 5px;
}

.color_container .color_container_title {
  border-radius: 5px 5px 0 0;
  height: 60px;
  background: #eeeeee;
}

.color_container .color_container_title p {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 60px;
  letter-spacing: 2px;
}

.color_container .color_container_contents {
  line-height: 26px;
  padding: 30px 20px;
}

.color_container .color_container_contents .container_contents_section {
  margin: 0 0 75px 0;
}

.color_container .color_container_contents .container_contents_section_title {
  text-align: center;
  color: #194ca4;
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 20px 0;
}

.line_container_blue {
  border: solid 4px #194ca4;
  background: #FFFFFF;
}

.line_container_blue .color_container_title {
  background: #194ca4;
}

.color_container_center {
  background: #f8fbff;
  border: solid 1px #dfe9f2;
}

.color_container_center .color_container_title {
  background: #468bd1;
}

.line_container_center {
  border: solid 4px #468bd1;
  background: #FFFFFF;
}

.line_container_center .color_container_title {
  background: #468bd1;
}

.color_container_online {
  border: solid 1px #f4e3d7;
  background: #fffbf8;
}

.color_container_online .color_container_title {
  background: #f28a19;
}

.line_container_online {
  border: solid 4px #f28a19;
  background: #FFFFFF;
}

.line_container_online .color_container_title {
  background: #f28a19;
}

.color_container_gray {
  border: solid 1px #e3e4e5;
  background: #f9f9f9;
}

.color_container_gray .color_container_title {
  background: #a0a7aa;
}

.color_container_ept {
  border: solid 1px #dfe9f2;
  background: #f8fbff;
}

.color_container_ept .color_container_title {
  background: #194ca4;
}

.color_container_basic {
  border: solid 1px #dfe9f2;
  background: #f8feff;
}

.color_container_basic .color_container_title {
  background: #199dbc;
}

.color_container_detail {
  border: solid 1px #dfe9f2;
  background: #f8fbff;
}

.color_container_detail .color_container_title {
  background: #143a70;
}

.frame_container {
  border: solid 2px #e8e8e8;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  padding: 30px 20px;
}

.frame_container .container_contents_right {
  max-width: 545px;
}

.frame_container .container_contents_title {
  font-size: 18px;
  font-weight: 500;
  color: #194ca4;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
}

.frame_container .container_contents_text {
  line-height: 26px;
}

.frame_container .btn_round {
  margin: 0;
}

.frame_container_pearlblue {
  background: #f8fbff;
  border: solid 1px #dfe9f2;
  padding: 20px;
  border-radius: 5px;
}

#apprication_form_block {
  margin: 0 0 50px 0;
}

#apprication_form_block .color_container {
  width: 100%;
}

#apprication_form_block .color_container .color_container_title {
  border-radius: 0;
}

#apprication_form_block .color_container .color_container_contents {
  margin: 0 auto;
}

#apprication_form_block .color_container .color_container_contents .apprication_description,
#ftof_schedule .color_container .color_container_contents .apprication_description {
  margin: 0 auto 60px auto;
  max-width: 640px;
}

#apprication_form_block .color_container .color_container_contents .apprication_form {
  margin: 0 0 10px 0;
}

/* オンライン受験：移行期間サブカード（6月末まで／7月以降）*/
#apprication_form_block .transition_card {
  scroll-margin-top: 120px;
}
#apprication_form_block .transition_card + .transition_card {
  margin-top: 30px;
}
#apprication_form_block .period_note {
  margin: 0 auto 20px;
  text-align: center;
  color: #555555;
  font-size: 14px;
  line-height: 1.7;
}
#apprication_form_block .btn_caption {
  max-width: 640px;
  margin: 10px auto 0;
  text-align: center;
  font-size: 13px;
  color: #888888;
}
#apprication_form_block .transition_notice {
  max-width: 640px;
  margin: 0 auto 40px;
  padding: 12px 16px;
  background-color: #fff;
  border: 2px solid #d32424;
  border-radius: 4px;
  color: #d32424;
  font-size: 14px;
  line-height: 1.7;
}
#apprication_form_block .transition_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 30px;
  max-width: 640px;
  margin: 0 auto 40px;
}
#apprication_form_block .color_container .color_container_contents .transition_links .link_arrow {
  margin: 0;
  max-width: none;
}
#apprication_form_block .transition_link_jul {
  color: #d32424;
}
#apprication_form_block .transition_link_jul::before {
  border-top-color: #d32424;
  border-right-color: #d32424;
}
#apprication_form_block .color_container_online.transition_card .container_contents_section_title {
  color: #d32424;
}

#apprication_form_block .color_container .color_container_contents .container_contents_section_title {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 1.5px;
  margin: 0 0 20px 0;
}

#apprication_form_block .color_container .color_container_contents .apprication_description_text,
#apprication_form_block .color_container .color_container_contents .link_arrow {
  max-width: 640px;
  margin: 0 auto;
}

#apprication_form_block .color_container .color_container_contents .apprication_description_text {
  margin: 0 auto 10px;
}

#apprication_form_block .color_container .color_container_contents .link_arrow {
  margin: 0 0 5px;
}

#apprication_form_block .btn_round {
  display: table;
}

/* 対面受験のお申し込みページ */
#apprication_form_block .line_container_ftof .test_school_list {
  max-width: 640px;
  background: #f5fbff;
  border-radius: 5px;
  margin: 0 auto 8px auto;
  padding: 20px;
}

#apprication_form_block .line_container_ftof .test_school_list .test_school_list_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #EEEEEE;
  margin: 0 0 14px 0;
  padding: 0 0 14px 0;
}
#apprication_form_block .line_container_ftof .test_school_list .test_school_list_item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#apprication_form_block .line_container_ftof .school_name {
  color: #444444;
  font-weight: bold;
  margin-right: 16px;
}
#apprication_form_block .line_container_ftof .contact_block {
  flex: 0 0 200px;
  text-align: center;
}
#apprication_form_block .line_container_ftof .contact_btn {
  display: inline-block;
  font-size: 13px;
  color: #FFFFFF;
  background: #468bd1;
  border-radius: 40px;
  margin: 0 0 6px 0;
  padding: 8px 24px;
}
#apprication_form_block .line_container_ftof .contact_btn:hover {
  color: #468bd1;
  background: #FFFFFF;
  border: 2px solid #468bd1;
  padding: 6px 18px;
}
#apprication_form_block .line_container_ftof .contact_email {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  font-size: 11px;
  line-height: 1.3;
  color: #888888;
}
#apprication_form_block .line_container_ftof .contact_email .icon {
  display: inline-block;
  height: 13px;
  margin-right: 4px;
}
#apprication_form_block .line_container_ftof .contact_email .icon img {
  width: 13px;
  height: auto;
}


.apprication_form_section_title {
  display: block;
  color: #444444;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.5pt;
  border-left: solid 4px #194ca4;
  padding: 0 0 0 10px;
  margin: 0 auto 15px auto;
  line-height: 28px;
  max-width: 640px;
}

.text_bgcolor {
  display: block;
  min-width: 110px;
  width: 100px;
  height: 28px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 28px;
  border-radius: 14px;
}

.maker_yellow {
  background: #f9f048;
  color: #194ca4;
}

.maker_gray {
  background: #a0a7aa;
  color: #FFFFFF;
}

.maker_pink {
  background: #e8236f;
  color: #FFFFFF;
}

.maker_blue {
  background: #194ca4;
  color: #FFFFFF;
}

.maker_turquoise {
  background: #199dbc;
  color: #FFFFFF;
}

.maker_green {
  background: #159E7D;
  color: #FFFFFF;
}

.maker_orange {
  display: inline-block;
  width: auto;
  padding: 0 20px;
  background: #f28a19;
  color: #FFFFFF;
  letter-spacing: 2px;
}

.btn_round {
  display: block;
  margin: 0 auto;
  position: relative;
  height: 54px;
  border-radius: 26px;
  line-height: 54px;
  font-size: 17px;
  letter-spacing: 0.5px;
  font-weight: 500;
  padding: 0 65px 0 50px;
  min-width: 330px;
  text-align: center;
  background: #194ca4;
  color: #FFFFFF;
  cursor: pointer;
}
.btn_round.lightgreen {
  color: #FFFFFF;
  background: #62C8AF;
  padding: 0 20px 0 20px;
}
.btn_round.green {
  color: #FFFFFF;
  background: #159E7D;
}

.btn_round::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 22px;
  padding: 0;
  width: 9px;
  height: 9px;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  -webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
          transform: rotate(45deg) translateX(-5px) translateY(5px);
}

.btn_round:hover {
  opacity: 1;
  background: #FFFFFF;
  color: #194ca4;
  border: solid 2px #194ca4;
  line-height: 50px;
  -webkit-transition: background, color .5s;
  transition: background, color .5s;
}
.btn_round:hover.lightgreen {
  color: #62C8AF;
  border: solid 2px #62C8AF;
}
.btn_round:hover.green {
  color: #159E7D;
  border: solid 2px #159E7D;
}

.btn_round:hover::after {
  right: 8px;
  top: 20px;
  border-top: solid 2px #194ca4;
  border-right: solid 2px #194ca4;
}
.btn_round:hover.lightgreen::after {
  border-top: solid 2px #62C8AF;
  border-right: solid 2px #62C8AF;
}
.btn_round:hover.green::after {
  border-top: solid 2px #159E7D;
  border-right: solid 2px #159E7D;
}


.btn_center {
  background: #468bd1;
}

.btn_center:hover {
  color: #468bd1;
  border: solid 2px #468bd1;
}

.btn_center:hover::after {
  border-top: solid 2px #468bd1;
  border-right: solid 2px #468bd1;
}

.btn_online {
  background: #f28a19;
}

.btn_online:hover {
  color: #f28a19;
  border: solid 2px #f28a19;
}

.btn_online:hover::after {
  border-top: solid 2px #f28a19;
  border-right: solid 2px #f28a19;
}

.btn_ip {
  background: #a0a7aa;
}

.btn_ip:hover {
  color: #a0a7aa;
  border: solid 2px #a0a7aa;
}

.btn_ip:hover::after {
  border-top: solid 2px #a0a7aa;
  border-right: solid 2px #a0a7aa;
}

.btn_basic {
  background: #199dbc;
}

.btn_basic:hover {
  color: #199dbc;
  border: solid 2px #199dbc;
}

.btn_basic:hover::after {
  border-top: solid 2px #199dbc;
  border-right: solid 2px #199dbc;
}

.btn_noclick {
  background: #CECECE;
  pointer-events: none;
}

.btn_noclick::after {
  display: none;
}

.btn_noclick_text {
  text-align: center;
  margin: 10px 0 0 0;
}

.btn_2line br {
  display: none;
}

.paypal .select_description {
  font-size: 12px;
}

.paypal table {
  margin: 0 0 10px 0;
}

.paypal .select_box {
  width: 220px;
  position: relative;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  background: #ffffff;
  padding: 7px 15px;
}

.paypal .select_box select {
  width: 100%;
  cursor: pointer;
  text-overflow: ellipsis;
  letter-spacing: 1px;
  font-weight: 500;
  outline: none;
}

.paypal .select_box::before {
  position: absolute;
  top: 18px;
  right: 12px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

.paypal .paypal_btn {
  outline: none;
}

.link_faq {
  text-align: center;
  border: 2px solid #EEE;
  border-radius: 5px;
  background: #fcfcfc;
  padding: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.link_faq .btn_round {
  display: inline-block;
  margin: 0 auto 25px auto;
}

.link_faq .lint_faq_description {
  line-height: 28px;
  text-align: center;
}

.link_faq .lint_faq_description a {
  text-decoration: underline;
}

.hatsuon_instructor {
  display: block;
  font-size: 10px;
  color: #FFFFFF;
  background: #e44e42;
  height: 22px;
  width: 130px;
  line-height: 22px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  margin: 0 auto;
  font-weight: bold;
}

.hatsuon_instructor::before {
  content: '';
  display: inline-block;
  background: url(../images/instructor/hatsuon_mark.svg);
  width: 13px;
  height: 12px;
  vertical-align: middle;
  margin: 0 4px 0 8px;
}

.slick-prev {
  left: 15px;
  z-index: 100;
}

#pankuzu {
  height: 45px;
  background: #f9f9f9;
  border-bottom: solid 1px #dedede;
}

#pankuzu .pankuzu_list {
  max-width: 1000px;
  margin: 0 auto;
}

#pankuzu .pankuzu_list li {
  display: inline-block;
  font-size: 11px;
  line-height: 45px;
  color: #888888;
}

#pankuzu .pankuzu_list li::after {
  content: '>';
  display: inline-block;
  padding: 0 10px 0 10px;
}

#pankuzu .pankuzu_list li:last-child::after {
  content: none;
}

#pankuzu .pankuzu_list li a {
  color: #194ca4;
}

#header {
  top: 0px;
  border-top: solid 3px #194ca4;
  border-bottom: solid 1px #dedede;
  height: 100px;
  width: 100%;
  padding: 0 20px;
  position: fixed;
  background: #FFFFFF;
  z-index: 9999;
  -webkit-transition: .5s;
  transition: .5s;
}

#header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1360px;
}

#header .header_logo {
  width: 250px;
  margin: 24px 35px 0 0;
}

#header .header_nav_list_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 0 auto;
  width: 730px;
}

#header .header_nav_list_pc li:hover {
  opacity: 0.7;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#header .header_nav_text_e,
#header .header_nav_text_j {
  display: block;
  line-height: normal;
}

#header .header_nav_text_e {
  font-size: 10px;
  margin: 0 0 3px 0;
}

#header .header_nav_text_j {
  font-size: 15px;
  font-weight: bold;
}

#header .header_application_btn {
  margin: -3px 0 0 46px;
  background: #194ca4;
  width: 180px;
  height: 55px;
  border-top: solid 3px #e9d74d;
  border-radius: 0 0 5px 5px;
  text-align: center;
}

#header .header_application_btn .header_application_btn_inner {
  margin: 15px auto;
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header .header_application_btn .header_application_btn_inner:hover {
  opacity: 0.7;
}

#header .header_application_btn .header_application_btn_inner img {
  height: 16px;
  width: auto;
}

#header .header_application_btn .header_application_btn_inner p {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}

#header .drawer-hamburger {
  display: none;
}

.header_nav_list_sp {
  display: none;
}

#header.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.h_fix {
  top: 100px;
  height: 50px;
  width: 100%;
  position: fixed;
  z-index: 9999;
  -webkit-transition: .5s;
  transition: .5s;
  left: 0;
  right: 0;
  background: #f5fbff;
  border-bottom: solid 1px #dfe9f2;
}

.h_fix.hide {
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
}

.h_fix2 {
  margin-top: 50px;
}

#footer {
  bottom: 0;
  width: 100%;
  position: absolute;
  margin-top: auto;
  height: 152px;
  background: #f4f4f4;
  border-top: solid 2px #194ca4;
}

#footer .footer_inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 40px 0 0 0;
}

#footer .footer_inner .footer_inner_top,
#footer .footer_inner .footer_inner_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer .footer_inner .footer_inner_top {
  margin: 0 0 23px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .footer_inner .footer_logo img {
  width: 180px;
}

#footer .footer_inner .footer_sns .footer_sns_icon {
  margin: 0 5px 0 0;
}

#footer .footer_inner .footer_sns .footer_sns_icon:last-child {
  margin: 0;
}

#footer .footer_inner .footer_sns .footer_sns_icon img {
  width: 35px;
}

#footer .footer_inner .footer_link .footer_link_item {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 1px;
  color: #194ca4;
  margin: 0 25px 0 0;
}

#footer .footer_inner .footer_copyright {
  font-size: 10px;
  color: #666666;
  letter-spacing: 1px;
}

#footer_banner {
  background: #f4f4f4;
  padding-bottom: 0;
}

#footer_banner .section_inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 40px 0 35px 0;
}

#footer_banner .section_inner .footer_banner_list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#footer_banner .section_inner .footer_banner_list .footer_banner_list_item {
  width: calc(100% / 2 - 40px);
}

#footer_banner .section_inner .footer_banner_list .footer_banner_list_item img {
  width: 100%;
}


#top_main .section_inner {
  padding: 60px 0 65px 0;
}

#hero {
  width: 100%;
  height: 430px;
  background: #eff8ff;
  padding: 33px 0 0;
  margin: 0;
}

#hero .hero_inner {
  position: relative;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
}

#hero .hero_slide {
  width: 100%;
  height: 280px;
  margin: 0 auto;
}

#hero .hero_slide img {
  width: 100%;
  height: auto;
}

#hero .hero_image_sp {
  display: none;
}

#hero .hero_menu {
  position: absolute;
  bottom: -70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}

#hero .hero_menu li a {
  width: 235px;
  height: 120px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#hero .hero_menu li a:hover {
  position: relative;
  top: 3px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
}

#hero .hero_menu li a .hero_menu_btn_icon {
  height: auto;
  width: 45px;
  margin: 0 20px 0 23px;
}

#hero .hero_menu li a .hero_menu_btn_text {
  display: inline-block;
  color: #444444;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 0.5pt;
  text-align: left;
}

#top_main {
  margin: 70px 0 0 0;
}

#top_test {
  padding: 0;
  margin: 0;
}

#top_test .section_text,
#test_schedule .section_text {
  margin: 0 0 28px 0;
}

#top_test .color_container_block,
#test_schedule .color_container_block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#top_test .color_container_center,
#top_test .color_container_online,
#test_schedule .color_container_center,
#test_schedule .color_container_online {
  width: calc(50% - 10px);
}

#top_test .color_container_center .color_container_contents,
#top_test .color_container_online .color_container_contents,
#test_schedule .color_container_center .color_container_contents,
#test_schedule .color_container_online .color_container_contents {
  height: 290px;
}

#top_test .color_container_gray,
#test_schedule .color_container_gray {
  width: 100%;
  margin: 20px 0 0 0;
}

#top_test .color_container_contents,
#test_schedule .color_container_contents {
  padding: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
}

#top_test .center_schedule,
#test_schedule .center_schedule {
  display: block;
  margin: 0 auto;
}

#top_test .center_schedule li,
#test_schedule .center_schedule li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px 0;
}

#top_test .center_schedule li:last-child,
#test_schedule .center_schedule li:last-child {
  margin: 0;
}

#top_test .center_schedule .text_bgcolor,
#test_schedule .center_schedule .text_bgcolor {
  margin: 0 15px 0 0;
}

#top_test .center_schedule .center_schedule_text,
#test_schedule .center_schedule .center_schedule_text {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}

#top_test .center_schedule .center_schedule_text .center_schedule_year,
#test_schedule .center_schedule .center_schedule_text .center_schedule_year {
  font-size: 30px;
}

#top_test .center_schedule .center_schedule_text .center_schedule_month,
#top_test .center_schedule .center_schedule_text .center_schedule_date,
#test_schedule .center_schedule .center_schedule_text .center_schedule_month,
#test_schedule .center_schedule .center_schedule_text .center_schedule_date {
  font-size: 34px;
}

#top_test .center_schedule .center_schedule_text .center_schedule_week,
#test_schedule .center_schedule .center_schedule_text .center_schedule_week {
  color: #d32424;
}

#top_test .center_apprication_date,
#test_schedule .center_apprication_date {
  color: #d32424;
  font-size: 14px;
  text-align: center;
}

#top_test .online_catch,
#test_schedule .online_catch {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  color: #d32424;
  margin: 0 0 20px 0;
  letter-spacing: 1px;
}

#top_instructor {
  background: #f5fbff;
}

#top_instructor .section_contents {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#top_instructor .section_contents .section_text {
  max-width: 627px;
  margin: 0 100px 0 0;
}

#top_instructor .section_contents .section_text span {
  display: block;
  margin: 0 0 40px 0;
}

#top_instructor .section_contents .instructor_mark img {
  width: 177px;
}

#info .section_title,
#info_list_block .section_title {
  border-left: none;
  padding: 0;
  margin: 0 0 10px 0;
}

#info .info_list,
#info_list_block .info_list {
  border: solid 1px #e8e8e8;
  border-radius: 5px;
  padding: 5px 0;
}

#info .info_list .info_list_item,
#info_list_block .info_list .info_list_item {
  border-bottom: dashed 1px #e8e8e8;
}

#info .info_list .info_list_item a,
#info_list_block .info_list .info_list_item a {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#info .info_list .info_list_item a::after,
#info_list_block .info_list .info_list_item a::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 16px;
  padding: 0;
  width: 9px;
  height: 9px;
  border-top: solid 2px #888888;
  border-right: solid 2px #888888;
  -webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
          transform: rotate(45deg) translateX(-5px) translateY(5px);
}

#info .info_list .info_list_item a:hover,
#info_list_block .info_list .info_list_item a:hover {
  opacity: 0.6;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#info .info_list .info_list_item:last-child,
#info_list_block .info_list .info_list_item:last-child {
  border-bottom: none;
}

#info .info_list .info_list_item p,
#info_list_block .info_list .info_list_item p {
  display: inline-block;
}

.info_date {
  color: #888888;
  font-weight: 500;
  width: 80px;
  margin: 0 15px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.info_category {
  display: inline-block;
  color: #FFFFFF;
  width: 90px;
  height: 23px;
  text-align: center;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 23px;
  border-radius: 14px;
  margin: 0 20px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.info_cat-other {
  background: #a0a7aa;
}

.info_cat-event {
  background: #e8236f;
}

.info_cat-infomation {
  background: #194ca4;
}

.info_title {
  color: #666666;
  font-size: 13px;
  font-weight: 500;
  padding: 0 30px 0 0;
}

#top_organization {
  padding: 0;
  position: relative;
  background: #194ca4;
}

#top_organization .section_inner {
  padding: 50px 0;
}

#top_organization .organization_block {
  position: relative;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top_organization .organization_block:after {
  content: "and more...";
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: #194ca4;
  font-size: 15px;
  font-weight: bold;
}


#top_organization .organization_block .organization_title {
  font-size: 15px;
  color: #194ca4;
  font-weight: bold;
  margin: 0 auto 0 0;
}

#top_organization .organization_block .organization_logo_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top_organization .organization_block .organization_logo_list .organization_logo {
  margin: 0 24px 0 0;
  padding: 0;
}

#top_organization .organization_block .organization_logo_list .organization_logo:last-child {
  margin: 0;
}

#top_organization .organization_block .organization_logo_list .organization_logo img {
  max-height: 80px;
  max-width: 200px;
}

.about_ept_logo {
  text-align: center;
  margin: 50px 0 0 0;
}

.about_ept_logo .about_ept_logo_img {
  width: 180px;
  height: auto;
}

#about_ept .text_bgcolor {
  margin: 0 0 5px 0;
  padding: 0 16px;
}

#about_ept .maker_blue,
#about_ept .maker_turquoise,
#about_ept .maker_green {
  min-width: 200px;
  margin: 0 auto 16px auto;
}

#about_ept .section_contents {}

#about_ept .section_contents .section_text {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
#about_ept .section_contents .section_text .section_text_unit {
  width: calc(100% / 3);
  margin: 0 24px;
}
#about_ept .section_contents .section_text .section_text_unit:first-child,
#about_ept .section_contents .section_text .section_text_unit:last-child {
  margin-left: 0;
  margin-right: 0;
}

#about_ept .section_contents .about_ept_illust {
  padding: 0 20px 0 0;
}

#about_ept .section_contents img {
  width: 230px;
}

#test_detail .color_container_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#test_detail .color_container_block .color_container {
  width: calc(50% - 10px);
}

#test_detail .test_detail_list li {
  margin: 0 0 23px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#test_detail .test_detail_list li .text_bgcolor {
  margin: 0 20px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#test_detail .test_detail_list li .test_detail_description {
  font-weight: 500;
}

#test_detail .test_detail_list li .test_detail_description .attention {
  color: #7c7c7c;
  font-size: 12px;
}

.attention_express {
  display: inline-block;
  margin: 4px 0 0;
  line-height: 1.6;
}

#test_detail .test_topics .test_topics_description {
  text-align: center;
  margin: 0 0 20px 0;
}

#test_detail .test_topics .test_topics_description .test_topics_schedule {
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 600;
  color: #d32424;
}

#test_detail .test_topics .test_topics_description .test_topics_schedule .emphasis {
  font-size: 20px;
}

#test_detail .test_topics .btn_round {
  max-width: 310px;
}

#test_detail .test_level {
  margin: 0 0 5px 0;
}

#test_detail .color_container_basic .container_contents_section.test_detail {
  margin: 0 0 101px 0;
}

#test_detail .test_level .container_contents_section_title {
  margin: 0;
}

#test_detail .test_level .test_level_list_wrap {
  position: relative;
}

#test_detail .test_level .test_level_list_wrap .test_level_list .test_level_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 190px;
}

#test_detail .test_level .test_level_list_wrap .test_level_list .test_level_list_item .test_level_circle {
  width: 114px;
  height: 114px;
  border-radius: 50%;
  margin: 0 23px 0 0;
  line-height: 114px;
  text-align: center;
  font-size: 19px;
  letter-spacing: 2px;
  z-index: 3;
}

#test_detail .test_level .test_level_list_wrap .test_level_list .test_level_list_item .test_level_circle span {
  font-size: 13px;
  margin: 0 0 0 1.5px;
}

#test_detail .test_level .test_level_list_wrap .test_level_list .test_level_list_item .test_level_text {
  width: 276px;
}

#test_detail .test_level .test_level_list_wrap .test_level_list .test_level_list_item .test_level_text .test_level_text_title {
  font-size: 16px;
  color: #194ca4;
  font-weight: 500;
}

#test_detail .test_level .test_level_list_wrap .test_level_pillar {
  position: absolute;
  width: 10px;
  height: 890px;
  top: 123px;
  left: 70px;
  z-index: 2;
}

#test_detail .color_container_ept .test_level_list_item:nth-child(1) .test_level_circle {
  background: #194ca4;
  color: #FFFFFF;
}

#test_detail .color_container_ept .test_level_list_item:nth-child(2) .test_level_circle {
  background: #2b62b2;
  color: #FFFFFF;
}

#test_detail .color_container_ept .test_level_list_item:nth-child(3) .test_level_circle {
  background: #4b83c6;
  color: #FFFFFF;
}

#test_detail .color_container_ept .test_level_list_item:nth-child(4) .test_level_circle {
  background: #6a9fd3;
  color: #FFFFFF;
}

#test_detail .color_container_ept .test_level_list_item:nth-child(5) .test_level_circle {
  background: #8fbde2;
  color: #194ca4;
}

#test_detail .color_container_ept .test_level_list_item:nth-child(6) .test_level_circle {
  background: #b7ddf7;
  color: #194ca4;
}

#test_detail .color_container_ept .test_level_pillar {
  background: -webkit-gradient(linear, left top, left bottom, from(#194ca4), to(#b7ddf7));
  background: linear-gradient(#194ca4, #b7ddf7);
}

#test_detail .color_container_basic .test_level_list_item:nth-child(1) .test_level_circle {
  background: #199dbc;
  color: #FFFFFF;
}

#test_detail .color_container_basic .test_level_list_item:nth-child(2) .test_level_circle {
  background: #42b6bc;
  color: #FFFFFF;
}

#test_detail .color_container_basic .test_level_list_item:nth-child(3) .test_level_circle {
  background: #60bfbf;
  color: #FFFFFF;
}

#test_detail .color_container_basic .test_level_list_item:nth-child(4) .test_level_circle {
  background: #81d3d3;
  color: #FFFFFF;
}

#test_detail .color_container_basic .test_level_list_item:nth-child(5) .test_level_circle {
  background: #ade0dd;
  color: #199dbc;
}

#test_detail .color_container_basic .test_level_list_item:nth-child(6) .test_level_circle {
  background: #ceedea;
  color: #199dbc;
}

#test_detail .color_container_basic .test_level_pillar {
  background: -webkit-gradient(linear, left top, left bottom, from(#199dbc), to(#ceedea));
  background: linear-gradient(#199dbc, #ceedea);
}

#test_detail .link_arrow {
  text-align: center;
}

#about_certification .color_container_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#about_certification .color_container_block .color_container {
  margin: 0 0 20px 0;
}

#about_certification .color_container_block .color_container_ept,
#about_certification .color_container_block .color_container_detail {
  width: calc(50% - 10px);
}

#about_certification .color_container_block .color_container_basic,
#about_certification .color_container_block .color_container_gray {
  width: 100%;
}

#about_certification .color_container_block .color_container_basic .color_container_contents,
#about_certification .color_container_block .color_container_gray .color_container_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 20px;
}

#about_certification .color_container_block .color_container_basic .color_container_contents .container_contents_right .certification_description,
#about_certification .color_container_block .color_container_gray .color_container_contents .container_contents_right .certification_description {
  max-width: 605px;
}

#about_certification .color_container_block .color_container_gray .container_contents_section_title {
  text-align: left;
  margin: 0 0 10px 0;
}

#about_certification .color_container_block .certification_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 22px 0;
}

#about_certification .color_container_block .text_bgcolor {
  margin: 0 20px 0 0;
}

#about_certification .color_container_block .certification_price_text {
  font-size: 18px;
  font-weight: bold;
}

#about_certification .color_container_block .certification_price_text span {
  font-size: 15px;
}

#about_certification .color_container_block .certification_price_text .attention {
  color: #7c7c7c;
  font-size: 12px;
  font-weight: normal;
}

#about_certification .color_container_block .certification_price_text .attention > span {
  font-size: 12px;
}

#about_certification .color_container_block .certification_description {
  margin: 0 0 20px 0;
}

#about_certification .color_container_block .certification_sample .certification_sample_thumbnail {
  margin: 0 0 5px 0;
}

#about_certification .color_container_block .certification_sample .certification_sample_thumbnail a {
  margin: 0 10px 0 0;
}

#about_certification .color_container_block .certification_sample .certification_sample_thumbnail a img {
  height: 110px;
  width: auto;
  border: solid 2px #6194d1;
}

#about_certification .color_container_block .certification_sample .certification_sample_description {
  color: #727272;
  font-size: 10px;
  line-height: 0;
}

#way_to_test .color_container_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#way_to_test .color_container_block .color_container {
  width: calc(100% / 2 - 10px);
}

#test_schedule .color_container_gray .color_container_contents .ip_title_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px 0;
}

#test_schedule .color_container_gray .color_container_contents .ip_title_block .ip_title {
  display: block;
  width: 110px;
  height: 28px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 28px;
  border-radius: 5px;
  background: #a0a7aa;
  color: #FFFFFF;
  margin: 0 10px 0 0;
}

#test_schedule .color_container_gray .color_container_contents .ip_title_block .ip_catch {
  font-size: 18px;
  color: #a0a7aa;
  font-weight: 500;
}

#test_schedule .color_container_gray .color_container_contents .ip_text_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#test_schedule .color_container_gray .color_container_contents .ip_text_block .ip_text {
  max-width: 560px;
}

#test_schedule .color_container_gray .color_container_contents .ip_text_block .btn_ip {
  margin: 0;
}

#about_step .btn_round {
  width: 55%;
}

#about_step .btn_round br {
  display: none;
}

#about_step .tab_btn_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#about_step .tab_btn_center,
#about_step .tab_btn_online {
  height: 60px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 3px;
  cursor: pointer;
}

#about_step .tab_btn_center {
  border-radius: 0 5px 0 0;
}

#about_step .tab_btn_online {
  border-radius: 5px 0 0 0;
}

#about_step .tab_btn {
  width: 50%;
}

#about_step .tab_btn:hover {
  opacity: 0.6;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#about_step .tab_btn .tab_btn_center {
  background: #FFFFFF;
  border: solid 2px #edb985;
  color: #edb985;
  line-height: 56px;
}

#about_step .tab_btn .tab_btn_online {
  background: #FFFFFF;
  border: solid 2px #b6c4d8;
  color: #b6c4d8;
  line-height: 56px;
}

#about_step .tab_btn_current:hover {
  opacity: 1;
}

#about_step .tab_btn_current .tab_btn_center {
  background: #468bd1;
  border: none;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 60px;
}

#about_step .tab_btn_current .tab_btn_online {
  background: #f28a19;
  border: none;
  color: #FFFFFF;
  line-height: 60px;
}

#about_step .tab_contents {
  display: none;
}

#about_step .tab_contents_current {
  display: block;
}

#about_step .tab_contents_center,
#about_step .tab_contents_online {
  padding: 50px 60px 45px;
  border-radius: 0 0 5px 5px;
}

#about_step .tab_contents_center .tab_contents_title,
#about_step .tab_contents_online .tab_contents_title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 0 32px 0;
}

#about_step .tab_contents_center .tab_contents_attention,
#about_step .tab_contents_online .tab_contents_attention {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffe8e8;
  border-radius: 5px;
  margin: 0 0 24px 0;
  padding: 12px 8px;
}
#about_step .tab_contents_center .tab_contents_attention i,
#about_step .tab_contents_online .tab_contents_attention i {
  width: auto;
  height: 20px;
  margin: 0 4px 0 0;
}
#about_step .tab_contents_center .tab_contents_attention i img,
#about_step .tab_contents_online .tab_contents_attention i img {
  width: auto;
  height: 20px;
}
#about_step .tab_contents_center .tab_contents_attention p,
#about_step .tab_contents_online .tab_contents_attention p {
  color: #d32424;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
}

#about_step .step_box {
  border: solid 2px #d6d6d6;
  padding: 25px 40px 30px;
  border-radius: 5px;
}

#about_step .step_box .btn_round {
  margin: 30px auto 0;
}

#about_step .step_box_important {
  padding: 25px 40px 40px;
  border-radius: 5px;
}

#about_step .step_box_important .step_box_innerBox {
  border: solid 2px #e8e8e8;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 25px 40px 30px;
  margin: 20px 0;
}

#about_step .step_box_important .step_box_innerBox .step_box_unit_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#about_step .step_box_important .step_box_innerBox .step_box_unit_wrap .step_box_unit {
  width: 48%;
  font-size: 13px;
}

#about_step .step_box_important .step_box_innerBox .step_box_unit_wrap .step_box_unit .maker_yellow {
  margin: 0 0 5px 0;
}

#about_step .step_box_important .step_box_innerBox .step_box_unit_wrap .step_box_unit .step_box_text .result_notification  {
  display: block;
  background: #ededed;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin: 5px 0;
  padding: 5px 20px;
}

#about_step .step_box_important .step_box_innerBox .text_small {
  color: #444444;
}

#about_step .step_box_important .step_box_innerBox form {
  margin: 10px 0 -20px 0;
}

#about_step .step_box_important .text_small {
  line-height: 16px;
  margin-top: 8px;
  color: #888888;
}

#about_step .online_notes_block {
  margin: 25px 0 0 0;
}

#about_step .online_notes_block .text_orange {
  margin: 0 0 5px 0;
}

#about_step .online_notes_block .online_notes_list {
  font-weight: 600;
}

#about_step .step_box_title {
  font-size: 18px;
  font-weight: 500;
  color: #666666;
  margin: 0 0 15px 0;
  letter-spacing: 1.8px;
}

#about_step .step_box_text a {
  text-decoration: underline;
}

#about_step .next_step_arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 16px 0 16px;
  margin: 20px auto 20px;
}

#about_step .tab_contents_center {
  border: solid 4px #468bd1;
}

#about_step .tab_contents_center .tab_contents_title {
  color: #468bd1;
}

#about_step .tab_contents_center .step_box_important {
  background: #f8fbff;
  border: solid 4px #468bd1;
}

#about_step .tab_contents_center .step_box_important .step_box_title {
  color: #468bd1;
}

#about_step .tab_contents_center .next_step_arrow {
  border-color: #468bd1 transparent transparent transparent;
}

#about_step .tab_contents_online {
  border: solid 4px #f28a19;
}

#about_step .tab_contents_online .tab_contents_title {
  color: #f28a19;
}

#about_step .tab_contents_online .step_box_important {
  background: #fffbf8;
  border: solid 4px #f28a19;
}

#about_step .tab_contents_online .step_box_important .step_box_title {
  color: #f28a19;
}

#about_step .tab_contents_online .next_step_arrow {
  border-color: #f28a19 transparent transparent transparent;
}

#about_step .link_arrow {
  margin: 0;
}

#about_step .link_faq {
  margin: 50px 0 0;
  border: none;
  background: none;
  padding: 0;
  max-width: inherit;
}

#test_impression .impression_story_list {
  margin: 0 0 30px 0;
}

#test_impression .impression_story_list .impression_story_list_item {
  background: #f8fbff;
  border: solid 2px #dfe9f2;
  padding: 20px;
  border-radius: 5px;
  margin: 0 0 20px 0;
}

#test_impression .impression_story_list .impression_story_list_item .impression_story_user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px 0;
}

#test_impression .impression_story_list .impression_story_list_item .impression_story_user img {
  width: 40px;
  margin: 0 10px 0 0;
}

#test_impression .impression_story_list .impression_story_list_item .impression_story_user .user_name {
  color: #194ca4;
  font-weight: 500;
  margin: 0 10px 0 0;
}

#test_impression .impression_story_list .impression_story_list_item .impression_story_user .user_info {
  color: #194ca4;
  font-weight: 600;
  font-size: 12px;
}

#test_impression .impression_story_list .impression_story_list_item .impression_story_text {
  font-size: 12px;
  line-height: 22px;
  color: #666666;
}

#center_schedule .section_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#center_schedule .section_contents .section_text_unit {
  display: block;
  width: calc(50% - 20px);
  background: #f9f9f9;
  border-radius: 5px;
  padding: 30px;
}

#center_schedule .section_contents .section_text_unit .text_bgcolor {
  margin: 0 auto 23px;
}

#center_schedule .section_contents .section_text_unit .schedule_date_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  text-align: center;
  margin: 0 0 23px 0;
}

#center_schedule .section_contents .section_text_unit .schedule_date_block:last-child {
  margin: 0;
}

#center_schedule .section_contents .section_text_unit .schedule_date_block .center_schedule_nth {
  margin: 0 0 5px 0;
  font-size: 16px;
  letter-spacing: 0.8px;
}

#center_schedule .section_contents .section_text_unit .schedule_date_block .center_schedule_date {
  font-size: 20px;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}

#center_schedule .section_contents .section_text_unit .schedule_date_block .center_schedule_memo {
  color: #d32424;
  letter-spacing: 0.5px;
}

#center_schedule .section_contents .section_text_unit .schedule_date_block .text_small {
  font-size: 14px;
  margin: 0 0 0 5px;
}

#center_schedule .section_contents .section_text_unit .schedule_detail_list {
  margin: 0 0 23px 0;
}

#center_schedule .section_contents .section_text_unit .schedule_detail_list li {
  padding: 15px 0;
  border-bottom: solid #dedede 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#center_schedule .section_contents .section_text_unit .schedule_detail_list li a {
  text-decoration: underline;
}

#center_schedule .section_contents .section_text_unit .schedule_detail_list li:last-child {
  border-bottom: none;
}

#center_schedule .section_contents .section_text_unit .schedule_detail_list li .schedule_detail_list_headline {
  font-weight: bold;
  width: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 10px 0 0;
}

#center_schedule .section_contents .section_text_unit .schedule_detail_list li .schedule_detail_list_contents {
  line-height: 21px;
}

.online_notes_list p {
  display: inline-block;
}

.online_notes_list p::before {
  content: '';
  display: inline-block;
  background: url(../images/common/check_icon.svg);
  width: 14px;
  height: 10px;
  margin: 1px 5px 0 0;
}

.agenda .event-links {
  margin-left: 7em;
  display: none;
}

#ip_detail .frame_container {
  padding: 30px 50px;
}

#ip_detail .ip_detail_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px 0;
}

#ip_detail .ip_detail_list li:last-child {
  margin: 0;
}

#ip_detail .ip_detail_list li .text_bgcolor {
  margin: 0 20px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#way_ip_applicant .btn_round {
  width: 55%;
}

#way_ip_applicant .btn_round br {
  display: none;
}

#way_ip_applicant .link_arrow {
  margin: 0 0 40px 0;
}

#guid_organization {
  margin: 0 0 80px 0;
}

#scores:last-child {
  margin: 0;
}

.scores_list .scores_list_item {
  background: #f8fbff;
  border: solid 1px #dfe9f2;
  padding: 20px;
  border-radius: 5px;
  margin: 0 0 20px 0;
}

.scores_list .scores_list_item:last-child {
  margin: 0;
}

.scores_list .scores_list_item .scores_user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px 0;
}

.scores_list .scores_list_item .scores_user img {
  width: 40px;
  margin: 0 10px 0 0;
}

.scores_list .scores_list_item .scores_user .user_name {
  color: #194ca4;
  font-weight: 500;
  margin: 0 10px 0 0;
}

.scores_list .scores_list_item .scores_user .user_info {
  color: #194ca4;
  font-weight: 600;
  font-size: 12px;
}

.scores_list .scores_list_item .scores_text {
  font-size: 12px;
  line-height: 22px;
  color: #666666;
  margin: 0 0 22px 0;
}

.scores_list .scores_list_item .player_list .player_list_item {
  margin: 0 0 12px 0;
}

.scores_list .scores_list_item .player_list .player_list_item:last-child {
  margin: 0;
}

.scores_list .scores_list_item .player_list .player_title {
  font-size: 12px;
  color: #666666;
  margin: 0 0 5px 0;
}

#test_topics_ept .color_container_contents,
#test_topics_basic .color_container_contents {
  padding: 30px 35px;
}

#test_topics_ept .container_contents_section:last-child,
#test_topics_basic .container_contents_section:last-child {
  margin: 0 0 10px 0;
}

#test_topics_ept .container_contents_section_title,
#test_topics_basic .container_contents_section_title {
  text-align: left;
}

#test_topics_ept .container_contents_section_text,
#test_topics_basic .container_contents_section_text {
  letter-spacing: 1.5px;
}

#test_topics_ept .container_contents_section_text .test_topics_schedule,
#test_topics_basic .container_contents_section_text .test_topics_schedule {
  font-size: 18px;
  font-weight: 600;
  color: #d32424;
}

#test_topics_ept .topics_schedule_next,
#test_topics_basic .topics_schedule_next {
  color: #a0a7aa;
  font-weight: 500;
}

#test_topics_ept .test_topics .container_contents_section_title,
#test_topics_basic .test_topics .container_contents_section_title {
  margin: 0 0 5px 0;
}

#test_topics_ept .test_topics .topics_description,
#test_topics_basic .test_topics .topics_description {
  font-weight: 600;
  margin: 0 0 35px 0;
}

#test_topics_ept .test_topics .topics_list .topics_list_item,
#test_topics_basic .test_topics .topics_list .topics_list_item {
  letter-spacing: 1.5px;
}

#test_topics_ept .test_topics .topics_list .topics_list_item .topics_title,
#test_topics_basic .test_topics .topics_list .topics_list_item .topics_title {
  display: block;
  font-weight: 600;
}

#test_topics_ept .test_topics .topics_list .topics_list_item .topics_image_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 16px;
}

#test_topics_ept .test_topics .topics_list .topics_list_item .topics_image_wrap::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 16px);
}

#test_topics_ept .test_topics .topics_list .topics_list_item .topics_image_wrap .topics_image {
  display: block;
  width: calc(100% / 3 - 16px);
  margin: 16px 0;
}

#test_topics_ept .test_topics .topics_list .topics_list_item .topics_image_wrap .topics_image img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

#test_topics_ept .test_topics .player_block,
#test_topics_basic .test_topics .player_block {
  margin: 30px 0 0 0;
}

#test_topics_ept .test_topics .player_block .player_list_item,
#test_topics_basic .test_topics .player_block .player_list_item {
  margin: 0 0 12px 0;
}

#test_topics_ept .test_topics .player_block .player_list_item:last-child,
#test_topics_basic .test_topics .player_block .player_list_item:last-child {
  margin: 0;
}

#test_topics_ept .topics_list_item {
  margin: 0 0 80px 0;
}

#test_topics_ept .topics_list_item:last-child {
  margin: 0;
}

#test_topics_basic {
  margin: 0 0 74px 0;
}

#test_topics_basic .topics_list_item {
  margin: 0 0 30px 0;
}

#test_topics_basic .topics_list_item:last-child {
  margin: 0;
}

@media screen and (max-width: 760px) {
  #test_topics_ept .test_topics .topics_list .topics_list_item .topics_image_wrap {
    display: block;
    gap: 0;
  }
  #test_topics_ept .test_topics .topics_list .topics_list_item .topics_image_wrap .topics_image {
    display: block;
    width: 100%;
    margin: 16px 0;
  }
  #test_topics_ept .test_topics .topics_list .topics_list_item .topics_image_wrap .topics_image img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
}

#about_instructor .section_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#about_instructor .section_contents .section_text {
  max-width: 710px;
  margin: 0 100px 0 0;
}

#about_instructor .section_contents .section_text span {
  display: block;
  margin: 0 0 40px 0;
}

#about_instructor .section_contents .instructor_mark {
  margin: -50px 0 0 0;
}

#about_instructor .section_contents .instructor_mark img {
  width: 220px;
}

#about_instructor_list .btn_round {
  width: 40%;
}

.instructor_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.instructor_list:before {
  content: "";
  display: block;
  width: 205px;
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.instructor_list:after {
  content: "";
  display: block;
  width: 205px;
  height: 0;
}

.instructor_list .instructor_list_item {
  width: 205px;
  height: 310px;
  margin: 0 0 20px 0;
}

.instructor_list .instructor_list_item .instructor_image {
  width: 205px;
  height: 205px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px auto;
}

.instructor_list .instructor_list_item .instructor_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: 0 0;
     object-position: 0 0;
  font-family: "object-fit:cover; object-position: 0 0;";
}

.instructor_list .instructor_list_item .instructor_list_name {
  text-align: center;
  font-size: 17px;
  color: #777777;
  font-weight: 600;
  margin: 0 auto 10px auto;
  max-width: 200px;
}

.instructor_list .instructor_list_item .instructor_list_name a {
  color: #194ca4;
}

#online_Lesson .hatsuon_banner img,
#instructor_list_online_Lesson .hatsuon_banner img {
  width: 322px;
}

#become_instructor .btn_round {
  display: table;
}

#instructor_list .section_inner {
  padding: 50px 0 0 0;
}

#instructor_list .instructor_list {
  margin: 50px 0 0 0;
}

#instructor_list_online_Lesson .section_inner {
  padding: 10px 0 100px 0;
}

#instructor_detail .btn_round {
  width: 40%;
}

#instructor_detail .instructor_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: solid 1px #d3d3d3;
  padding: 10px 0 20px 0;
  margin: 0 0 25px 0;
}

#instructor_detail .instructor_profile .profile_image {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 55px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#instructor_detail .instructor_profile .profile_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: 0 0;
     object-position: 0 0;
  font-family: "object-fit:cover; object-position: 0 0;";
}

#instructor_detail .instructor_profile .profile_info {
  width: 390px;
}

#instructor_detail .instructor_profile .profile_info .job_title,
#instructor_detail .instructor_profile .profile_info .profile_name,
#instructor_detail .instructor_profile .profile_info .hatsuon_instructor,
#instructor_detail .instructor_profile .profile_info .profile_link_list {
  display: block;
}

#instructor_detail .instructor_profile .profile_info .job_title {
  color: #898989;
  font-weight: 600;
  letter-spacing: 1px;
}

#instructor_detail .instructor_profile .profile_info .profile_name {
  color: #194ca4;
  font-size: 35px;
  font-weight: bold;
  margin: 0 0 30px 0;
}

#instructor_detail .instructor_profile .profile_info .hatsuon_instructor {
  margin: -10px 0 30px 0;
}

#instructor_detail .instructor_profile .profile_info .profile_link_list {
  color: #666666;
}

#instructor_detail .instructor_profile .profile_info .profile_link_list .profile_link_item {
  margin: 0 0 20px 0;
  line-height: 26px;
}

#instructor_detail .instructor_profile .profile_info .profile_link_list .profile_link_title {
  font-weight: 500;
  letter-spacing: 1px;
}

#instructor_detail .instructor_profile .profile_info .profile_link_list .profile_link_URL a {
  text-decoration: underline;
  color: #666666;
}

#instructor_detail .instructor_description {
  line-height: 26px;
  margin: 0 0 30px 0;
}

#instructor_detail .instructor_description .instructor_description_text {
  margin: 0 0 30px 0;
}

#instructor_detail .instructor_description .instructor_description_text a {
  text-decoration: underline;
  font-weight: 500;
}

#instructor_detail .instructor_description .mejs__audio {
  margin: 0px 0 40px 0;
}

#instructor_detail .instructor_description .instructor_description_list_block {
  padding: 30px;
  background: #f5fbff;
  border-radius: 5px;
}

#instructor_detail .instructor_description .instructor_description_list_title {
  font-size: 18px;
  font-weight: 600;
  color: #194ca4;
  letter-spacing: 1px;
}

#instructor_detail .instructor_description .instructor_description_list .instructor_description_item {
  padding: 20px 0;
}

#instructor_detail .instructor_description .instructor_description_list .instructor_description_item:last-child {
  border-bottom: none;
}

#instructor_detail .instructor_description .instructor_description_list hr {
  border: dashed 0.5px #cecece;
}

#certification_detail .frame_container {
  position: relative;
  display: block;
  padding: 30px 50px;
}

#certification_detail .container_contents_title {
  margin: 0 0 20px 0;
}

#certification_detail .certification_detail_list li {
  margin: 0 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
}

#certification_detail .certification_detail_list li .text_bgcolor {
  font-weight: normal;
  margin: 0 20px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#certification_detail .certification_detail {
  margin: 0 0 55px 0;
}

#certification_detail .certification_menu .container_contents_text {
  font-size: 16px;
  line-height: 33px;
}

#certification_detail .certification_illust {
  position: absolute;
  bottom: 20px;
  right: 80px;
}

#certification_detail .certification_illust img {
  width: 307px;
}

.faq_list .faq_list_item {
  margin: 0 0 45px 0;
}

.faq_list .faq_list_item:last-child {
  margin: 0;
}

.faq_list .faq_list_item .question {
  font-size: 15px;
  font-weight: 600;
  color: #194ca4;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
}

.faq_list .faq_list_item .question::before {
  content: 'Q.';
  display: inline-block;
  margin: 0 7px 0 0;
}

.faq_list .faq_list_item .answer_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq_list .faq_list_item .answer_box .answer_A {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #194ca4;
  letter-spacing: 1px;
  margin: 0 7px 0 0;
}

.faq_list .faq_list_item .answer_box .answer_text {
  line-height: 26px;
  letter-spacing: 0.5px;
}

#faq_more .section_inner {
  padding: 20px 0 0;
}

#association_hero {
  margin: 40px 0 0;
}

#association_hero .association_hero_img {
  max-width: 1000px;
  margin: 0 auto;
}

#association_hero .association_hero_img img {
  width: 100%;
}

#association_policy .section_inner {
  padding: 65px 0 70px;
}

#president_greeting {
  background: #f5fbff;
}

#president_greeting .section_title {
  margin: 0 0 35px 0;
}

#president_greeting .section_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#president_greeting .president {
  width: 270px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 30px 0px 0;
}

#president_greeting .president .president_image {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px auto;
}

#president_greeting .president .president_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: 0 0;
     object-position: 0 0;
  font-family: "object-fit:cover; object-position: 0 0;";
}

#president_greeting .president .job_title {
  color: #898989;
  font-weight: 500;
  letter-spacing: 1px;
}

#president_greeting .president .president_name {
  color: #194ca4;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 30px 0;
}

#president_greeting .greeting {
  max-width: 680px;
  line-height: 26px;
  letter-spacing: 0.5px;
}

#president_greeting .greeting .greetin_signature {
  text-align: right;
}

#consultant .section_title,
#adviser .section_title {
  margin: 0 0 35px 0;
}

#consultant .member_list,
#adviser .member_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#consultant .member_list .member_list_item .member_image,
#adviser .member_list .member_list_item .member_image {
  width: 205px;
  height: 205px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px auto;
}

#consultant .member_list .member_list_item .member_image img,
#adviser .member_list .member_list_item .member_image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: 0 0;
     object-position: 0 0;
  font-family: "object-fit:cover; object-position: 0 0;";
}

#consultant .member_list .member_list_item .member_name,
#adviser .member_list .member_list_item .member_name {
  text-align: center;
  font-size: 20px;
  color: #194ca4;
  font-weight: 600;
  padding: 0 0 18px 0;
  margin: 0 0 10px 0;
  border-bottom: solid 1px #a0a7aa;
}

#consultant .member_list .member_list_item .member_job,
#adviser .member_list .member_list_item .member_job {
  color: #666666;
}

#consultant .section_inner {
  padding: 120px 0 80px;
}

#consultant .member_list:before {
  content: "";
  display: block;
  width: 205px;
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#consultant .member_list:after {
  content: "";
  display: block;
  width: 205px;
  height: 0;
}

#consultant .member_list .member_list_item {
  width: 205px;
  height: 400px;
  margin: 0 0 20px 0;
}

#consultant .member_list .member_job {
  line-height: 24px;
}

#adviser .section_inner {
  padding: 50px 0 50px;
}

#adviser .member_list_item {
  margin: 0 0 30px 0;
}

#adviser .member_list_item:last-child {
  margin: 0;
}

#adviser .member_job {
  padding: 0 10px;
  line-height: 28px;
}

#about_logo .section_inner {
  padding: 50px 0 60px;
}

#about_logo .meaning_logo_thumbnail {
  max-width: 750px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#about_logo .meaning_logo_thumbnail a:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#about_logo .meaning_logo_thumbnail a img {
  height: 214px;
  width: auto;
  border: solid 1px #6f9cdd;
}

#about_logo .meaning_logo_thumbnail a .meaning_logo_title {
  font-size: 12px;
  color: #727272;
  text-align: center;
}

#association_detail .association_detail_list {
  padding: 10px 40px;
  background: #f5fbff;
  border-radius: 5px;
}

#association_detail .association_detail_list .association_detail_item {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: dashed 1px #cecece;
}

#association_detail .association_detail_list .association_detail_item:last-child {
  border-bottom: none;
}

#association_detail .association_detail_list .association_detail_item .list_headline,
#association_detail .association_detail_list .association_detail_item .list_text {
  display: block;
}

#association_detail .association_detail_list .association_detail_item .list_headline {
  font-weight: 600;
  width: 70px;
  margin: 0 70px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#association_detail .association_detail_list .association_detail_item .list_text {
  line-height: 26px;
}

.info_detail_title_top {
  margin: 0 0 5px 0;
}

#info_detail {
  max-width: 1000px;
  margin: 40px auto 0;
}

#info_detail p {
  line-height: 26px;
}

#info_detail .info_detail_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0 0;
}

#info_detail .info_detail_share .share_fb {
  margin: 0 10px 0 0;
  width: 89px;
}

#info_detail h1 {
  border-left: solid 4px #194ca4;
  padding: 0 0 0 10px;
  margin: 40px 0 20px 0;
  color: #444444;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.5pt;
}

#info_detail h2 {
  margin: 25px 0 0 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.5px;
}

#info_detail .aligncenter {
  display: block;
  margin: 0 auto;
}

#info_detail .alignright {
  display: block;
  margin: 0 0 0 auto;
}

#info_detail .alignleft {
  display: block;
  margin: 0 auto 0 0;
}

#info_detail iframe {
  width: 100%;
}

#organization_description .section_inner {
  padding: 20px 0 10px;
}

#organization_list_block .section_inner {
  padding: 50px 0 20px;
}

#organization_list_block .organization_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#organization_list_block .organization_list:before {
  content: "";
  display: block;
  width: 205px;
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#organization_list_block .organization_list:after {
  content: "";
  display: block;
  width: 205px;
  height: 0;
}

#organization_list_block .organization_list .organization_list_item {
  width: 205px;
  height: 230px;
  margin: 0 0 20px 0;
}

#organization_list_block .organization_list .organization_list_item .organization_logo {
  width: 205px;
  height: 140px;
  margin: 0 auto 10px auto;
}

#organization_list_block .organization_list .organization_list_item .organization_logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  font-family: "object-fit:contain;";
}

#organization_list_block .organization_list .organization_list_item .organization_label {
  font-size: 11px;
  text-align: center;
}

#organization_list_block .organization_list .organization_list_item .organization_label .label_organization,
#organization_list_block .organization_list .organization_list_item .organization_label .label_recommend {
  display: inline-block;
  color: #444444;
  font-weight: 500;
  border-radius: 20px;
  margin: 0 0 8px 0;
  padding: 1px 16px
}

#organization_list_block .organization_list .organization_list_item .organization_label .label_recommend {
  color: #FFFFFF;
  background: #194ca4;
}

#organization_list_block .organization_list .organization_list_item .organization_label .label_organization {
  color: #444444;
  background: #e2e2e2;
}

#organization_list_block .organization_list .organization_list_item .organization_name {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  margin: 0 auto 10px auto;
  max-width: 200px;
}

#organization_list_block .organization_list .organization_list_item .organization_name a {
  color: #194ca4;
}

#become_organization {
  margin: 0 auto 110px auto;
}

#trademarks_description .section_inner {
  padding: 20px 0 10px;
}

#trademarks_list_block .section_inner {
  padding: 50px 0 60px 0;
}

#trademarks_list_block .section_title {
  margin: 0 0 35px 0;
}

#trademarks_list_block .trademarks_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#trademarks_list_block .trademarks_list .trademarks_list_item {
  width: 400px;
  margin: 0 70px 0 0;
}

#trademarks_list_block .trademarks_list .trademarks_list_item:last-child {
  margin: 0;
}

#trademarks_list_block .trademarks_list .trademarks_list_item .trademarks_image {
  width: 160px;
  height: 160px;
  margin: 0 auto 45px;
}

#trademarks_list_block .trademarks_list .trademarks_list_item .trademarks_image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  font-family: "object-fit:contain; object-position: 0 0;";
}

#trademarks_list_block .trademarks_list .trademarks_list_item .trademarks_description {
  text-align: center;
}

#privacy_description .section_inner {
  padding: 20px 0 10px;
}

#privacy_maintext .privacy_section {
  margin: 0 0 35px 0;
  line-height: 26px;
  letter-spacing: 0.5px;
}

#privacy_maintext .privacy_section:last-child {
  margin: 0;
}

#privacy_maintext .privacy_section .privacy_headline {
  font-weight: 600;
  font-size: 14px;
}

#privacy_maintext .privacy_section .privacy_text {
  font-size: 12px;
}

#applicant_complete .section_inner {
  padding: 40px 0 0px;
}

#applicant_complete .section_text {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
}

#way_payment .section_inner {
  padding: 50px 0 70px;
}

#way_payment .section_text {
  margin: 0 0 10px 0;
}

#way_payment .payment_box_text {
  line-height: 26px;
}

#way_payment .payment_box {
  border: solid 2px #e8e8e8;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 30px 40px 40px;
  margin: 0 0 20px 0;
}

#way_payment .payment_box .payment_description_box {
  margin: 0 0 35px 0;
  line-height: 26px;
}

#way_payment .payment_box .payment_description_box .payment_price {
  font-size: 18px;
  font-weight: 600;
}

#way_payment .payment_box .payment_description_box .result_notification {
  display: block;
  width: 320px;
  width: 360px;
  max-width: 100%;
  background: #ededed;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin: 5px 0;
  padding: 5px 20px;
}

#way_payment .payment_box .payment_box_unit_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#way_payment .payment_box .payment_box_unit_wrap .payment_box_unit {
  width: 45%;
}

#way_payment .payment_box .payment_box_unit_wrap .payment_box_title {
  font-size: 18px;
  color: #194ca4;
  letter-spacing: 0.5px;
  font-weight: 600;
}

#way_payment .payment_box form {
  margin: 30px 0 -20px 0;
}

#way_payment .text_small {
  line-height: 22px;
  color: #888888;
}

#way_payment .maker_blue {
  display: block;
  width: 100px;
  font-size: 14px;
  margin: 0 0 5px 0;
}

#not_found .section_title {
  text-align: center;
  margin: 0 0 50px 0;
  border-left: none;
  padding: 0;
}

#not_found .section_title .section_title_text_j {
  font-size: 24px;
  color: #194ca4;
  font-weight: bold;
  letter-spacing: 2px;
}

#not_found .section_title .section_title_text_j br {
  display: none;
}

#not_found .section_text {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  margin: 0 0 100px 0;
  letter-spacing: 1px;
}

#not_found .btn_round {
  width: 300px;
}


/* ===================================================================
  英語発音指導士&reg; 認定コース：あなたの『得意』を『教える』に変える(https://ept.or.jp/instructors/certification/)
=================================================================== */
.certification_instructors_about#about_certification {
  padding-bottom: 0;
}

.certification_instructors_about .section_text {
  margin-bottom: 40px;
}

.certification_instructors_about#about_certification .section_title {
  margin-bottom: 12px;
}

.certification_instructors_about .about_certification_description {
  margin: 0 0 40px;
}

.certification_instructors_about .about_certification_description_title {
  display:flex;
  flex-wrap: nowrap;
  flex-direction:row;
  justify-content: flex-start;
  align-items:center;
  align-content:stretch;
  align-self: stretch;
  gap: 4px;

  color: #194CA4;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

.certification_instructors_about .about_certification_description_text {
  font-size: 14px;
  line-height: 1.9;
}


@media screen and (max-width: 1300px) {
  #header .header_nav_text_e {
    font-size: 9px;
    margin: 0 0 2px 0;
  }
  #header .header_nav_text_j {
    font-size: 13px;
  }
  #header .header_application_btn {
    margin: -3px 0 0 30px;
  }
}

@media screen and (max-width: 1040px) {
  body {
    margin-bottom: 82px;
  }
  .drawer-open #header::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    height: 101%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 0 -30px 0;
  }
  .btn_round {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 0 35px 0 30px;
    min-width: 300px;
  }
  .btn_round::after {
    top: 22px;
    padding: 0;
    width: 7px;
    height: 7px;
  }
  .btn_round:hover {
    line-height: 46px;
  }
  .btn_round:hover::after {
    right: 8px;
    top: 20px;
  }
  .text_bgcolor {
    width: 82px;
    height: 27px;
    font-size: 11px;
    letter-spacing: 0.5px;
    line-height: 27px;
  }
  .maker_orange {
    width: auto;
  }
  .page_title {
    margin: 0 40px;
  }
  .page_title .page_title_text_e {
    font-size: 10px;
    letter-spacing: 0.5px;
    margin: 0;
  }
  .page_title .page_title_text_j {
    font-size: 22px;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
  }
  .anker_menu_list_block {
    display: none;
  }
  .anker_menu_colmn {
    display: block;
  }
  .anker_menu_colmn .anker_menu_list {
    margin: 10px 40px 25px;
    height: auto;
  }
  .anker_menu_colmn .anker_menu_list .anker_menu_list_item {
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
    display: block;
    margin: 0;
  }
  .anker_menu_colmn.h_fix {
    display: none;
  }
  .anker_menu_list_block.anker_menu_colmn {
    position: relative;
    top: 0;
    height: auto;
    -webkit-transform: none;
            transform: none;
    display: block;
    background-color: #fff;
    border: none;
    z-index: 1;
  }
  #pankuzu {
    height: auto;
  }
  #pankuzu .pankuzu_list {
    margin: 0 0 0 40px;
    padding: 8px 0;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
  }
  #pankuzu .pankuzu_list::-webkit-scrollbar {
    display: none;
  }
  #pankuzu .pankuzu_list li {
    line-height: 21px;
  }
  #pankuzu .pankuzu_list li::after {
    content: '>';
    display: inline-block;
    padding: 0 10px 0 10px;
  }
  #pankuzu .pankuzu_list li:last-child {
    padding: 0 25px 0 0;
  }
  .link_faq {
    margin: 0 40px;
  }
  section {
    padding: 0 40px 0;
  }
  section .section_inner {
    max-width: 1000px;
    padding: 40px 0 30px;
    margin: 0 auto;
  }
  section .section_inner .section_title .section_title_text_e {
    line-height: 10px;
    font-size: 9px;
    letter-spacing: 0.2pt;
    margin: 0;
  }
  section .section_inner .section_title .section_title_text_j {
    font-size: 20px;
    letter-spacing: 0.5pt;
    line-height: 28px;
  }
  section .section_text {
    line-height: 24px;
    margin: 0 0 10px 0;
  }
  section .section_text .section_text_unit {
    margin: 0 0 20px 0;
  }
  section .section_text .section_text_unit .section_text_unit_title {
    font-size: 15px;
  }
  .apprication_form_section_title {
    font-size: 20px;
  }
  .color_container .color_container_title {
    height: 40px;
  }
  .color_container .color_container_title p {
    font-size: 15px;
    line-height: 40px;
    letter-spacing: 1px;
  }
  .color_container .color_container_contents {
    line-height: 22px;
    padding: 30px 20px;
  }
  .color_container .color_container_contents .container_contents_section {
    margin: 0 0 75px 0;
  }
  .color_container .color_container_contents .container_contents_section_title {
    font-weight: 600;
    margin: 0 0 20px 0;
  }
  .frame_container {
    display: block;
    border-radius: 5px;
    padding: 20px;
  }
  .frame_container .container_contents_right {
    max-width: 100%;
    margin: 0 auto 15px auto;
  }
  .frame_container .container_contents_text {
    line-height: 24px;
  }
  .frame_container .btn_round {
    width: 60%;
    margin: 0 auto;
  }
  .frame_container_pearlblue {
    padding: 20px;
  }
  #apprication_form_block .color_container .color_container_contents .apprication_form {
    margin: 0 0 0 10px;
  }
  #header {
    padding: 0 30px;
  }
  #header .header_nav_list_pc {
    display: none;
  }
  #header .header_nav_list_sp {
    display: block;
  }
  #header .header_application_btn {
    margin: 20px 0 0 auto;
    width: 180px;
    height: 55px;
    border-top: none;
    border-radius: 5px;
  }
  #header .header_application_btn .header_application_btn_inner {
    margin: 15px auto;
    width: 110px;
  }
  #header .drawer-hamburger {
    display: block;
    margin: 0 0 0 40px;
  }
  #header .drawer-nav_inner {
    padding: 60px 20px 0 55px;
  }
  #header .header_nav_list_main {
    margin: 0 0 70px 0;
  }
  #header .header_nav_list_main .header_nav_item {
    margin: 0 0 40px 0;
  }
  #header .header_nav_list_main .header_nav_item .header_nav_text_e {
    font-size: 10px;
    color: #194ca4;
  }
  #header .header_nav_list_main .header_nav_item .header_nav_text_j {
    font-size: 20px;
    color: #194ca4;
  }
  #header .header_nav_list_sub {
    margin: 0 0 50px 0;
  }
  #header .header_nav_list_sub .header_nav_item {
    margin: 0 0 40px 0;
  }
  #header .header_nav_list_sub .header_nav_item .header_nav_text_j {
    font-size: 18px;
    color: #194ca4;
  }
  #header .drawer_sns .drawer_sns_icon {
    margin: 0 10px 0 0;
  }
  #header .drawer_sns .drawer_sns_icon:last-child {
    margin: 0;
  }
  #header .drawer_sns .drawer_sns_icon img {
    width: 50px;
  }
  #footer {
    height: 82px;
    padding: 0 0 10px 0;
  }
  #footer .footer_inner {
    padding: 18px 0 0 0;
  }
  #footer .footer_inner .footer_inner_bottom {
    display: block;
    text-align: center;
  }
  #footer .footer_inner .footer_inner_top {
    display: none;
  }
  #footer .footer_inner .footer_link {
    margin: 0 0 12px 0;
  }
  #footer .footer_inner .footer_link .footer_link_item {
    display: inline-block;
  }
  #footer .footer_inner .footer_copyright {
    font-size: 10px;
    letter-spacing: 0.2px;
  }
  #hero {
    height: 350px;
  }
  #hero .hero_inner {
    width: auto;
    margin: 0px 40px;
  }
  #hero .hero_menu li {
    width: calc(25% - 10px);
  }
  #hero .hero_menu li a {
    width: 100%;
    height: 110px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hero .hero_menu li a .hero_menu_btn_icon {
    height: auto;
    width: 45px;
    margin: 0 20px 0 23px;
  }
  #hero .hero_menu li a .hero_menu_btn_text {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5pt;
  }
  #hero .hero_menu li a .hero_menu_btn_icon {
    height: 35px;
    width: auto;
    margin: 15px 0 8px 0;
  }
  #hero .hero_slide {
    height: 200px;
    padding: 0 20px;
  }
  #top_main section {
    padding: 0 40px 0;
  }
  #top_test .color_container_contents,
  #test_schedule .color_container_contents {
    padding: 20px;
  }
  #top_test .section_text,
  #test_schedule .section_text {
    margin: 0 0 18px 0;
  }
  #top_test .center_schedule .text_bgcolor,
  #test_schedule .center_schedule .text_bgcolor {
    margin: 0 auto 10px auto;
  }
  #top_test .center_schedule .center_schedule_text,
  #test_schedule .center_schedule .center_schedule_text {
    text-align: center;
    font-size: 14px;
    display: block;
  }
  #top_test .center_schedule .center_schedule_text .center_schedule_year,
  #test_schedule .center_schedule .center_schedule_text .center_schedule_year {
    font-size: 24px;
  }
  #top_test .center_schedule .center_schedule_text .center_schedule_month,
  #top_test .center_schedule .center_schedule_text .center_schedule_date,
  #test_schedule .center_schedule .center_schedule_text .center_schedule_month,
  #test_schedule .center_schedule .center_schedule_text .center_schedule_date {
    font-size: 30px;
  }
  #top_test .center_schedule li,
  #test_schedule .center_schedule li {
    display: block;
    margin: 0 0 20px 0;
  }
  #top_test .center_apprication_date,
  #test_schedule .center_apprication_date {
    font-size: 12px;
  }
  #top_test .online_catch,
  #top_test .ftof_catch,
  #test_schedule .online_catch,
  #test_schedule .ftof_catch {
    font-size: 17px;
    margin: 20px 0 25px 0;
  }
  #top_instructor .section_contents .section_text {
    max-width: 627px;
    margin: 0 60px 0 0;
  }
  #top_instructor .section_contents .section_text span {
    margin: 0 0 25px 0;
  }
  #top_organization .section_inner {
    padding: 40px 0 45px 0;
  }
  #top_organization .organization_block {
    padding: 20px 30px 10px;
    display: block;
  }
  #top_organization .organization_block:after {
    position: relative;
    right: 0;
    bottom: 0;
    display: block;
    text-align: center;
  }
  #top_organization .organization_block .organization_title {
    margin: 0 0 20px 0;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }
  #top_organization .organization_block .organization_logo_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: center;
  }
  #top_organization .organization_block .organization_logo_list .organization_logo {
    margin: 0 10px 20px 0;
  }
  #top_organization .organization_block .organization_logo_list .organization_logo:last-child {
    margin: 0 0 20px 0;
  }
  #top_organization .organization_block .organization_logo_list .organization_logo img {
    max-height: 80px;
    max-width: 250px;
  }
  #way_to_test .color_container_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #way_to_test .color_container_block .color_container {
    width: calc(50% - 10px);
    margin: 0 0 15px 0;
  }
  #way_to_test .color_container_gray {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
  #test_schedule .color_container_gray .color_container_contents .ip_title_block {
    margin: 0 0 16px 0;
  }
  #test_schedule .color_container_gray .color_container_contents .ip_text_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #test_schedule .color_container_gray .color_container_contents .ip_text_block .ip_text {
    max-width: 100%;
    margin: 0 0 15px 0;
  }
  #test_schedule .color_container_gray .color_container_contents .ip_text_block .btn_ip {
    margin: 0 auto;
  }
  #test_schedule .color_container_gray .color_container_contents .ip_text_block .ip_catch {
    font-size: 16px;
  }
  #about_step .step_box_title {
    margin: 0 0 9px 0;
  }
  #about_step .step_box_text {
    line-height: 24px;
  }
  #about_step .step_box {
    padding: 25px 30px 30px;
  }
  #about_step .step_box_important {
    padding: 25px 30px 30px;
  }
  #about_step .step_box_important .step_box_innerBox {
    font-size: 12px;
    padding: 15px 25px 20px;
  }
  #about_step .btn_round {
    min-width: 320px;
  }
  #about_step .tab_contents_center,
  #about_step .tab_contents_online {
    padding: 40px 40px 30px;
    line-height: 26px;
    border-radius: 0 0 5px 5px;
  }
  #about_step .tab_contents_center .tab_contents_title,
  #about_step .tab_contents_online .tab_contents_title {
    font-size: 18px;
    margin: 0 0 20px 0;
  }
  #about_step .next_step_arrow {
    margin: 15px auto 15px;
  }
  #about_step .link_faq {
    margin: 40px 0 0;
  }
  #about_ept .maker_blue,
  #about_ept .maker_turquoise,
  #about_ept .maker_green {
    margin: 0 0 8px 0;
  }
  #about_ept .section_contents .section_text {
    display: block;
    margin: 0;
  }
  #about_ept .section_contents .section_text .section_text_unit {
    width: 100%;
    margin: 0 0 24px 0;
  }
  #about_ept .section_contents .about_ept_illust {
    display: none;
  }
  #test_detail .test_detail_list {
    height: 260px;
  }
  #test_detail .color_container_basic .container_contents_section.test_detail {
    margin: 0 0 75px 0;
  }
  #test_detail .test_level .test_level_list_wrap .test_level_list .test_level_list_item {
    height: 175px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #test_detail .test_level .test_level_list_wrap .test_level_list .test_level_list_item .test_level_text {
    width: auto;
  }
  #test_detail .test_level .test_level_list_wrap .test_level_list .test_level_list_item .test_level_circle {
    width: 85px;
    height: 85px;
    margin: 0 20px 0 0;
    line-height: 86px;
    font-size: 15px;
    letter-spacing: 1px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #test_detail .test_level .test_level_list_wrap .test_level_list .test_level_list_item .test_level_circle span {
    font-size: 9px;
    margin: 0;
  }
  #test_detail .test_level .test_level_list_wrap .test_level_pillar {
    height: 800px;
    width: 7px;
    left: 37px;
  }
  #test_detail .link_arrow {
    margin: -10px 0 10px 0;
  }
  #about_certification .color_container_block .color_container_basic .color_container_contents,
  #about_certification .color_container_block .color_container_gray .color_container_contents {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 20px 30px;
  }
  #about_certification .color_container_block .color_container_basic .color_container_contents .container_contents_right .certification_description,
  #about_certification .color_container_block .color_container_gray .color_container_contents .container_contents_right .certification_description {
    max-width: 100%;
  }
  #about_instructor .section_contents {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #about_instructor .section_contents .instructor_mark img {
    width: 180px;
  }
  #about_instructor .section_contents .section_text {
    max-width: inherit;
    margin: 0 40px 0 0;
  }
  .instructor_list:before {
    width: 190px;
  }
  .instructor_list:after {
    width: 190px;
  }
  .instructor_list .instructor_list_item {
    width: 190px;
    height: 270px;
  }
  .instructor_list .instructor_list_item .instructor_image {
    width: 190px;
    height: 190px;
  }
  #certification_detail .container_contents_title {
    margin: 0 0 10px 0;
  }
  #certification_detail .certification_detail_list li {
    margin: 0 0 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #certification_detail .certification_detail {
    margin: 0 0 55px 0;
  }
  #certification_detail .certification_menu .container_contents_text {
    font-size: 14px;
    line-height: 28px;
  }
  #certification_detail .certification_illust {
    right: 50px;
  }
  #certification_detail .certification_illust img {
    width: 270px;
  }
  #president_greeting .greeting {
    max-width: 680px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  #consultant .section_title,
  #adviser .section_title {
    margin: 0 0 35px 0;
  }
  #consultant .member_list .member_list_item .member_image,
  #adviser .member_list .member_list_item .member_image {
    width: 190px;
    height: 190px;
  }
  #consultant .member_list .member_list_item .member_name,
  #adviser .member_list .member_list_item .member_name {
    font-weight: bold;
    padding: 0 0 10px 0;
    margin: 0 0 5px 0;
  }
  #consultant .member_list .member_list_item .member_job,
  #adviser .member_list .member_list_item .member_job {
    font-size: 12px;
  }
  #consultant .section_inner {
    padding: 50px 0 30px;
  }
  #consultant .member_list:before {
    width: 190px;
  }
  #consultant .member_list:after {
    width: 190px;
  }
  #consultant .member_list .member_list_item {
    width: 190px;
    height: 350px;
  }
  #consultant .member_list .member_job {
    line-height: 22px;
  }
  #adviser .section_inner {
    padding: 40px 0 60px;
  }
  #adviser .member_list_item {
    margin: 0 0 30px 0;
  }
  #adviser .member_job {
    padding: 0;
    line-height: 22px;
  }
  #about_logo .meaning_logo_thumbnail {
    max-width: 660px;
  }
  #about_logo .meaning_logo_thumbnail a img {
    height: 190px;
  }
  #info_detail {
    margin: 30px 40px 0;
  }
  #test_topics_ept .test_topics .topics_list .topics_list_item,
  #test_topics_basic .test_topics .topics_list .topics_list_item {
    letter-spacing: 0;
  }
  #organization_description .section_inner {
    padding: 20px 0 10px;
  }
  #organization_list_block .section_inner {
    padding: 50px 0 20px;
  }
  #organization_list_block .organization_list:before {
    width: 190px;
  }
  #organization_list_block .organization_list:after {
    width: 190px;
  }
  #organization_list_block .organization_list .organization_list_item {
    width: 190px;
    height: 210px;
    margin: 0 0 20px 0;
  }
  #organization_list_block .organization_list .organization_list_item .organization_logo {
    width: 190px;
    height: 140px;
  }
  #organization_list_block .organization_list .organization_list_item .organization_name {
    font-weight: bold;
    max-width: inherit;
  }
  #privacy_maintext .privacy_section {
    line-height: 24px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 800px) {
  #footer_banner .section_inner .footer_banner_list {
    display: block;
  }
  #footer_banner .section_inner .footer_banner_list .footer_banner_list_item {
    width: 100%;
    margin: 0 0 10px 0;
  }
  #top_organization .organization_block .organization_logo_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #test_detail .color_container_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #test_detail .color_container_block .color_container {
    width: 100%;
  }
  #test_detail .color_container_block .color_container .color_container_title {
    cursor: pointer;
    height: 50px;
    border-radius: 5px;
  }
  #test_detail .color_container_block .color_container .color_container_title p {
    line-height: 50px;
    -webkit-transition: background, color .5s;
    transition: background, color .5s;
    position: relative;
  }
  #test_detail .color_container_block .color_container .color_container_title p::after {
    content: '';
  }
  #test_detail .color_container_block .color_container .color_container_title p span {
    position: absolute;
    right: 20px;
    background-color: #FFFFFF;
    border-radius: 4px;
    width: 15px;
    height: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  #test_detail .color_container_block .color_container .color_container_title p span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #test_detail .color_container_block .color_container .color_container_title p span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #test_detail .color_container_block .color_container .active p::after {
    content: '';
  }
  #test_detail .color_container_block .color_container .active p span:nth-of-type(1) {
    display: none;
  }
  #test_detail .color_container_block .color_container .active p span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #test_detail .color_container_block .color_container .color_container_contents {
    display: none;
  }
  #test_detail .color_container_block .color_container_ept {
    margin: 0 0 11px 0;
    display: block;
  }
  #test_detail .color_container_block .color_container_basic {
    margin: 0 0 11px 0;
    display: block;
  }
  #test_detail .test_detail_list {
    height: auto;
    max-width: 400px;
    margin: 0 auto;
  }
  #test_detail .test_level {
    margin: 0;
  }
  #test_detail .test_level .test_level_list_wrap .test_level_list .test_level_list_item {
    height: 135px;
  }
  #test_detail .test_level .test_level_list_wrap .test_level_pillar {
    height: 596px;
    top: 108px;
  }
  #about_instructor .section_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #about_instructor .section_contents .instructor_mark {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
  }
  #about_instructor .section_contents .section_text {
    margin: 0;
  }
  .instructor_list:before {
    width: 150px;
  }
  .instructor_list:after {
    width: 150px;
  }
  .instructor_list .instructor_list_item {
    width: 150px;
    height: 250px;
  }
  .instructor_list .instructor_list_item .instructor_image {
    width: 150px;
    height: 150px;
  }
  .instructor_list .instructor_list_item .instructor_list_name {
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto 3px auto;
  }
  #instructor_list .instructor_list {
    margin: 30px auto 30px auto;
  }
  #instructor_detail .instructor_profile .profile_image {
    width: 220px;
    height: 220px;
    margin: 0 40px 0 0;
  }
  #instructor_detail .instructor_profile .profile_info .profile_name {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
  #instructor_detail .instructor_profile .profile_info .hatsuon_instructor {
    margin: -5px 0 20px 0;
  }
  #instructor_detail .instructor_profile .profile_info .profile_link_list .profile_link_item {
    margin: 0 0 15px 0;
    line-height: 24px;
  }
  #instructor_detail .instructor_description .instructor_description_list_block {
    padding: 25px;
  }
  #certification_detail .frame_container {
    padding: 30px 20px;
  }
  #certification_detail .certification_detail_list li {
    margin: 0 0 15px 0;
  }
  #certification_detail .certification_detail_list li .text_bgcolor {
    margin: 0 15px 0 0;
  }
  #certification_detail .certification_detail {
    margin: 0 0 40px 0;
  }
  #certification_detail .certification_illust {
    right: 20px;
  }
  #certification_detail .certification_illust img {
    width: 200px;
  }
  #association_detail .association_detail_list .association_detail_item .list_headline {
    font-weight: bold;
    margin: 0 40px 0 0;
  }
  #about_logo .meaning_logo_thumbnail {
    max-width: 550px;
  }
  #about_logo .meaning_logo_thumbnail a img {
    height: 170px;
  }
  #scores:last-child {
    margin: 0;
  }
  .scores_list .scores_list_item .scores_user {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 10px 0;
  }
  .scores_list .scores_list_item .scores_user img {
    display: none;
  }
  .scores_list .scores_list_item .scores_user .user_name {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
  }
  .scores_list .scores_list_item .scores_user .user_info {
    font-weight: bold;
    font-size: 12px;
  }
  .scores_list .scores_list_item .scores_text {
    font-size: 12px;
    line-height: 21px;
    margin: 0 0 15px 0;
  }
  #organization_list_block .section_inner {
    padding: 50px 0 20px;
  }
  #organization_list_block .organization_list:before {
    width: 140px;
  }
  #organization_list_block .organization_list:after {
    width: 140px;
  }
  #organization_list_block .organization_list .organization_list_item {
    width: 140px;
    height: 210px;
    margin: 0 0 20px 0;
  }
  #organization_list_block .organization_list .organization_list_item .organization_logo {
    width: 140px;
    height: 140px;
  }
  #organization_list_block .organization_list .organization_list_item .organization_name {
    font-weight: bold;
    max-width: inherit;
  }
  #become_organization {
    margin: 0 auto 40px auto;
  }
  .gc-wrap {
    max-width: 800px;
    margin: 3% auto;
  }
  .g-calendar {
    position: relative;
    overflow: scroll;
    height: 0;
    padding-bottom: 90%;
  }
  .g-calendar iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    min-width: 440px;
    height: 100%;
  }
  #center_schedule .section_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #center_schedule .section_contents .section_text_unit {
    width: 100%;
    padding: 25px;
    margin: 0 0 20px 0;
  }
  #center_schedule .section_contents .section_text_unit .text_bgcolor {
    margin: 0 auto 20px;
  }
  #center_schedule .section_contents .section_text_unit .schedule_date_block {
    margin: 0 0 20px 0;
  }
  #center_schedule .section_contents .section_text_unit .schedule_date_block:last-child {
    margin: 0;
  }
  #center_schedule .section_contents .section_text_unit .schedule_detail_list {
    margin: 0 auto 20px;
    max-width: 450px;
  }
}

@media screen and (max-width: 600px) {
  html,
  body {
    font-size: 12px;
  }
  .drawer-open #header::before {
    margin: 0 -15px 0;
  }
  .wrapper {
    margin: 80px 0 0 0;
  }
  .text_small {
    font-size: 10px;
  }
  .text_large {
    font-size: 15px;
    letter-spacing: 1px;
  }
  .pagetop {
    bottom: 56px;
    right: 0px;
  }
  .pagetop a {
    background: #194ca4;
    font-size: 8px;
    width: 40px;
    height: 40px;
    border-radius: 4px 0 0 4px;
  }
  .pagetop a span {
    position: absolute;
    top: 44%;
    left: 31%;
    width: 9px;
    height: 9px;
    border-bottom: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
  }
  .link_arrow {
    font-size: 13px;
    margin: 0 0 10px 0;
    letter-spacing: 0;
  }
  .link_arrow::before {
    width: 8px;
    height: 8px;
    margin: auto 3px auto 3px;
  }
  .text_bgcolor {
    width: 80px;
    height: 25px;
    font-weight: bold;
    font-size: 11px;
    line-height: 25px;
  }
  .maker_orange {
    width: auto;
  }
  .link_faq {
    margin: 0 20px;
    padding: 15px;
  }
  .link_faq .btn_round {
    margin: 0 auto 12px auto;
  }
  .link_faq .lint_faq_description {
    line-height: 21px;
  }
  #pankuzu .pankuzu_list {
    margin: 0 0 0 15px;
  }
  .page_title {
    margin: 0 15px;
  }
  .page_title .page_title_text_e {
    letter-spacing: 0;
  }
  .page_title .page_title_text_j {
    font-size: 20px;
    letter-spacing: 0;
  }
  .anker_menu_colmn .anker_menu_list {
    margin: 10px 15px 25px;
  }
  section {
    padding: 0 15px 0;
  }
  section .section_inner .section_title {
    margin: 0 0 30px 0;
  }
  section .section_inner .section_title .section_title_text_e {
    font-size: 10px;
    letter-spacing: 0;
    margin: 0 0 5px 0;
  }
  section .section_inner .section_title .section_title_text_j {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 20px;
  }
  section .section_text {
    line-height: 21px;
  }
  .apprication_form_section_title {
    font-size: 16px;
    letter-spacing: 0;
    border: none;
    margin: 0 0 5px 0;
    padding-left: 0;
  }
  #apprication_form_block .color_container .color_container_contents .apprication_form {
    margin: 0;
  }
  /* 対面受験のお申し込みページ */
  #apprication_form_block .line_container_ftof .test_school_list .test_school_list_item {
    flex-wrap: wrap;
  }
  #apprication_form_block .line_container_ftof .test_school_list .test_school_list_item {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  #apprication_form_block .line_container_ftof .contact_block {
    flex: 1;
  }
  #apprication_form_block .line_container_ftof .school_name {
    width: 100%;
    font-size: 15px;
    text-align: center;
    margin: 0 0 16px 0;
  }
  #apprication_form_block .line_container_ftof .contact_btn {
    margin-bottom: 8px;
  }
  .btn_round {
    min-width: 240px;
  }
  .color_container .color_container_contents {
    line-height: 21px;
    padding: 15px;
  }
  .color_container .color_container_contents .container_contents_section {
    margin: 0 0 40px 0;
  }
  .color_container .color_container_contents .container_contents_section_title {
    font-size: 15px;
  }
  .frame_container {
    padding: 15px;
  }
  .frame_container .container_contents_title {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 0 5px 0;
  }
  .frame_container .container_contents_text {
    line-height: 21px;
  }
  #main {
    padding: 30px 0 30px 0;
  }
  #header {
    padding: 0 15px;
    height: 80px;
  }
  #header .header_logo {
    width: 160px;
    margin: 24px 15px 0 0;
  }
  #header .header_application_btn {
    width: 110px;
    height: 46px;
    margin: 17px 0 0 auto;
  }
  #header .header_application_btn .header_application_btn_inner {
    width: 110px;
  }
  #header .header_application_btn .header_application_btn_inner img {
    display: none;
  }
  #header .header_application_btn .header_application_btn_inner p {
    font-size: 12px;
    margin: 0 auto;
    font-weight: bold;
  }
  #header .drawer-hamburger {
    margin: 0 0 0 20px;
  }
  #header .drawer-nav_inner {
    padding: 60px 0 0 40px;
  }
  #header .header_nav_list_main {
    margin: 0 0 40px 0;
  }
  #header .header_nav_list_main .header_nav_item {
    margin: 0 0 30px 0;
  }
  #header .header_nav_list_main .header_nav_item .header_nav_text_e {
    font-size: 9px;
    margin: 0;
  }
  #header .header_nav_list_main .header_nav_item .header_nav_text_j {
    font-size: 15px;
  }
  #header .header_nav_list_sub {
    margin: 0 0 40px 0;
  }
  #header .header_nav_list_sub .header_nav_item {
    margin: 0 0 30px 0;
  }
  #header .header_nav_list_sub .header_nav_item .header_nav_text_j {
    font-size: 14px;
  }
  #header .drawer_sns .drawer_sns_icon {
    margin: 0 5px 0 0;
  }
  #header .drawer_sns .drawer_sns_icon:last_child {
    margin: 0;
  }
  #header .drawer_sns .drawer_sns_icon img {
    width: 40px;
  }
  #footer .footer_link {
    margin: 0 0 12px 0;
  }
  #footer .footer_link:last_child {
    margin: 0;
  }
  #hero {
    height: auto;
    padding: 32px 0 0;
  }
  #hero .hero_inner {
    width: calc(100% - 40px);
    margin: 0px 20px;
    padding: 0 0 70px 0;
  }
  #hero .hero_menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    bottom: -190px;
  }
  #hero .hero_menu li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  #hero .hero_menu li a {
    width: 100%;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  }
  #hero .hero_menu li a .hero_menu_btn_text {
    text-align: center;
  }
  #hero .hero_slide {
    display: none;
  }
  #hero .hero_image_sp {
    display: block;
    text-align: center;
  }
  #hero .hero_image_sp img {
    width: 100%;
    max-width: 340px;
  }
  #top_main {
    margin: 170px 0 0 0;
  }
  #top_main section {
    padding: 0 15px 0;
  }
  #top_main .section_inner {
    padding: 50px 0 40px 0;
  }
  #top_test .section_text,
  #test_schedule .section_text {
    margin: 0 0 18px 0;
  }
  #top_test .color_container_block .color_container,
  #test_schedule .color_container_block .color_container {
    width: 100%;
    margin: 0 0 10px 0;
  }
  #top_test .color_container_block .color_container_online .color_container_contents,
  #test_schedule .color_container_block .color_container_online .color_container_contents {
    height: auto;
    padding: 15px;
  }
  #top_test .center_schedule .text_bgcolor,
  #test_schedule .center_schedule .text_bgcolor {
    margin: 0 auto 10px auto;
  }
  #top_test .center_schedule .center_schedule_text,
  #test_schedule .center_schedule .center_schedule_text {
    text-align: center;
    font-size: 14px;
    display: block;
  }
  #top_test .center_schedule li,
  #test_schedule .center_schedule li {
    display: block;
    margin: 0 0 20px 0;
  }
  #top_test .online_catch,
  #top_test .ftof_catch,
  #test_schedule .online_catch,
  #test_schedule .ftof_catch {
    margin: 0 0 15px 0;
  }
  #top_test .online_desc,
  #test_schedule .online_desc {
    margin: 0 0 20px 0;
  }
  #top_instructor .section_title {
    margin: 0 0 30px 0;
  }
  #top_instructor .section_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #top_instructor .section_contents .instructor_mark {
    margin: 0 auto 20px;
  }
  #top_instructor .section_contents .instructor_mark img {
    width: 177px;
  }
  #top_instructor .section_contents .section_text {
    max-width: 627px;
    margin: 0;
  }
  #top_instructor .section_contents .section_text span {
    margin: 0 0 22px 0;
  }
  #info .section_inner {
    padding: 30px 0 40px 0;
  }
  #info .info_list,
  #info_list_block .info_list {
    padding: 5px 0;
  }
  #info .info_list .info_list_item,
  #info_list_block .info_list .info_list_item {
    border-bottom: dashed 1px #e8e8e8;
  }
  #info .info_list .info_list_item a,
  #info_list_block .info_list .info_list_item a {
    padding: 10px 40px 10px 20px;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #info .info_list .info_list_item a::after,
  #info_list_block .info_list .info_list_item a::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
  }
  .info_date {
    font-weight: bold;
    width: auto;
    margin: 0 6px 8px 0;
  }
  .info_category {
    width: 70px;
    height: 20px;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 0;
  }
  .info_title {
    font-size: 12px;
    font-weight: bold;
    line-height: 21px;
    width: 100%;
    padding: 0;
  }
  #top_organization .section_inner {
    padding: 40px 0 45px 0;
  }
  #top_organization .organization_block {
    padding: 20px 30px 10px;
    display: block;
  }
  #top_organization .organization_block .organization_title {
    margin: 0 0 20px 0;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }
  #top_organization .organization_block .organization_logo_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #top_organization .organization_block .organization_logo_list .organization_logo {
    margin: 0 10px 20px 0;
  }
  #top_organization .organization_block .organization_logo_list .organization_logo:last-child {
    margin: 0 0 20px 0;
  }
  #top_organization .organization_block .organization_logo_list .organization_logo img {
    max-height: 65px;
    max-width: 250px;
  }
  #way_to_test .color_container_block .color_container {
    width: 100%;
    margin: 0 0 10px 0;
  }
  #about_step .tab_btn .tab_btn_center,
  #about_step .tab_btn .tab_btn_online {
    height: 40px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 38px;
  }
  #about_step .tab_btn_current .tab_btn_center,
  #about_step .tab_btn_current .tab_btn_online {
    line-height: 44px;
  }
  #about_step .step_box {
    padding: 0;
    border: none;
  }
  #about_step .step_box .btn_round {
    margin: 15px auto 0;
  }
  #about_step .step_box_text {
    line-height: 19px;
  }
  #about_step .step_box_important {
    padding: 0 0 0 0;
    border: none;
  }
  #about_step .step_box_important .step_box_innerBox {
    padding: 15px 15px 10px;
    margin: 15px 0 10px;
  }
  #about_step .step_box_important .step_box_innerBox .step_box_unit_wrap {
    display: block;
  }
  #about_step .step_box_important .step_box_innerBox .step_box_unit_wrap .step_box_unit {
    width: 100%;
    margin: 0 0 20px 0;
  }
  #about_step .step_box_title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 8px 0;
    line-height: 22px;
    letter-spacing: 1.5px;
    text-align: center;
  }
  #about_step .next_step_arrow {
    margin: 30px auto 30px;
  }
  #about_step .tab_contents_center,
  #about_step .tab_contents_online {
    padding: 30px 15px 30px;
  }
  #about_step .tab_contents_center .tab_contents_title,
  #about_step .tab_contents_online .tab_contents_title {
    font-size: 16px;
    margin: 0 -5px 30px;
    font-weight: bold;
  }
  #about_step .tab_contents_center .step_box_important {
    background: none;
    border: none;
  }
  #about_step .tab_contents_online .step_box_important {
    background: none;
    border: none;
  }
  #about_step .link_faq {
    margin: 50px 0 0;
  }
  #test_schedule .color_container_gray .color_container_contents .ip_title_block .ip_catch {
    font-size: 15px;
    font-weight: bold;
  }
  #test_impression .impression_story_list .impression_story_list_item {
    padding: 15px;
  }
  #apprication_form_block {
    margin: 0 0 80px 0;
  }
  #apprication_form_block .line_container_center,
  #apprication_form_block .line_container_ftof,
  #apprication_form_block .line_container_online,
  #apprication_form_block .line_container_blue {
    border: none;
    background: none;
  }
  #apprication_form_block .color_container .color_container_title {
    display: none;
  }
  #apprication_form_block .color_container .color_container_contents {
    padding: 0;
  }
  #apprication_form_block .color_container .color_container_contents .apprication_description {
    margin: 0 0 30px 0;
  }
  #apprication_form_block .color_container .color_container_contents .container_contents_section_title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
  }
  .online_notes_list p {
    line-height: 24px;
  }
  #ip_detail .frame_container {
    padding: 20px 20px;
  }
  #way_ip_applicant .btn_round {
    width: 70%;
    min-width: 410px;
  }
  #way_ip_applicant .link_arrow {
    margin: 0 0 20px 0;
  }
  #center_schedule .section_contents .section_text_unit {
    padding: 20px;
    margin: 0 0 15px 0;
  }
  #center_schedule .section_contents .section_text_unit .text_bgcolor {
    margin: 0 auto 15px;
  }
  #center_schedule .section_contents .section_text_unit .schedule_date_block {
    margin: 0 0 15px 0;
  }
  #center_schedule .section_contents .section_text_unit .schedule_date_block:last-child {
    margin: 0;
  }
  #center_schedule .section_contents .section_text_unit .schedule_date_block .center_schedule_nth {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0;
  }
  #center_schedule .section_contents .section_text_unit .schedule_date_block .center_schedule_date {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0;
  }
  #center_schedule .section_contents .section_text_unit .schedule_date_block .text_small {
    font-size: 14px;
    margin: 0 0 0 5px;
  }
  #center_schedule .section_contents .section_text_unit .schedule_detail_list {
    margin: 0 auto 15px;
    max-width: 400px;
  }
  #center_schedule .section_contents .section_text_unit .schedule_detail_list li {
    padding: 8px 0;
  }
  #center_schedule .section_contents .section_text_unit .schedule_detail_list li .schedule_detail_list_headline {
    width: 60px;
  }
  #applicant_complete .section_text {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  #way_payment .section_inner {
    padding: 50px 0 50px;
  }
  #way_payment .payment_box {
    padding: 25px 15px 15px;
  }
  #way_payment .payment_box .payment_box_unit_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #way_payment .payment_box .payment_box_unit_wrap .payment_box_unit {
    width: 100%;
    margin: 0 0 30px 0;
  }
  #way_payment .payment_box_text {
    line-height: 21px;
  }
  #way_payment .maker_blue {
    width: 60px;
    height: 25px;
    font-weight: bold;
    font-size: 11px;
    line-height: 25px;
  }
  #about_ept .maker_blue {
    min-width: 200px;
  }
  #about_ept .maker_turquoise {
    min-width: 200px;
  }
  #test_detail .test_detail_list li {
    margin: 0 0 16px 0;
  }
  #test_detail .test_detail_list li:last_child {
    margin: 0;
  }
  #test_detail .test_topics .test_topics_description .test_topics_schedule {
    letter-spacing: 0;
    font-weight: bold;
  }
  #test_detail .test_level {
    margin: 0;
  }
  #test_detail .test_level .test_level_list_wrap .test_level_list .test_level_list_item {
    height: auto;
    padding: 15px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #test_detail .test_level .test_level_list_wrap .test_level_pillar {
    height: 82%;
    top: 68px;
  }
  #test_detail .link_arrow {
    margin: 20px 0 0 0;
  }
  #test_impression .impression_story_list .impression_story_list_item .impression_story_user {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 10px 0;
  }
  #test_impression .impression_story_list .impression_story_list_item .impression_story_user img {
    display: none;
  }
  #test_impression .impression_story_list .impression_story_list_item .impression_story_user .user_name {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
  }
  #test_impression .impression_story_list .impression_story_list_item .impression_story_user .user_info {
    font-weight: bold;
    font-size: 12px;
  }
  #test_impression .impression_story_list .impression_story_list_item .impression_story_text {
    line-height: 21px;
  }
  #about_certification .color_container_block .certification_price_text span {
    font-size: 12px;
  }
  #about_certification .color_container_block .color_container_basic .color_container_contents,
  #about_certification .color_container_block .color_container_gray .color_container_contents {
    padding: 20px 15px 30px;
  }
  #test_topics_basic {
    margin: 0 0 30px 0;
  }
  #scores section .section_inner {
    padding: 40px 0 10px;
  }
  #scores section .section_inner .section_title {
    margin: 0 0 10px 0;
  }
  .scores_list .scores_list_item {
    padding: 15px;
  }
  #test_topics_ept .color_container_contents,
  #test_topics_basic .color_container_contents {
    padding: 20px 15px;
  }
  #test_topics_ept .test_topics .container_contents_section_title,
  #test_topics_ept .topics_posting_schedule .container_contents_section_title,
  #test_topics_basic .test_topics .container_contents_section_title,
  #test_topics_basic .topics_posting_schedule .container_contents_section_title {
    margin: 0 0 5px 0;
  }
  #about_certification .color_container_block .color_container {
    margin: 0 0 10px 0;
  }
  #about_certification .color_container_block .color_container_ept,
  #about_certification .color_container_block .color_container_detail {
    width: 100%;
  }
  #online_Lesson .hatsuon_banner img,
  #instructor_list_online_Lesson .hatsuon_banner img {
    width: 100%;
  }
  .instructor_list:before {
    width: 150px;
  }
  .instructor_list:after {
    width: 150px;
  }
  .instructor_list .instructor_list_item {
    width: 150px;
    height: auto;
    margin: 0 0 25px 0;
  }
  .instructor_list .instructor_list_item .instructor_image {
    width: 150px;
    height: 150px;
  }
  #instructor_detail .btn_round {
    width: 270px;
  }
  #instructor_detail .instructor_profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #instructor_detail .instructor_profile .profile_image {
    margin: 0 0 30px 0;
  }
  #instructor_detail .instructor_profile .profile_info {
    max-width: 320px;
    width: auto;
  }
  #instructor_detail .instructor_profile .profile_info .job_title {
    font-size: 12px;
    letter-spacing: 0.5px;
    text-align: center;
  }
  #instructor_detail .instructor_profile .profile_info .profile_name {
    font-size: 25px;
    margin: 0 0 20px 0;
    text-align: center;
  }
  #instructor_detail .instructor_profile .profile_info .hatsuon_instructor {
    margin: -10px auto 15px auto;
  }
  #instructor_detail .instructor_profile .profile_info .profile_link_list .profile_link_item {
    margin: 0 0 10px 0;
    line-height: 22px;
  }
  #instructor_detail .instructor_description {
    line-height: 21px;
  }
  #instructor_detail .instructor_description .instructor_description_list_block {
    padding: 20px;
  }
  #certification_detail .frame_container {
    padding: 20px 20px;
  }
  #certification_detail .certification_detail_list li {
    margin: 0 0 10px 0;
  }
  #certification_detail .certification_detail_list li .text_bgcolor {
    margin: 0 10px 0 0;
  }
  #certification_detail .certification_detail {
    margin: 0 0 30px 0;
  }
  #certification_detail .certification_menu .container_contents_text {
    font-size: 12px;
    line-height: 22px;
  }
  #certification_detail .certification_illust {
    display: none;
  }
  #association_policy .section_inner {
    padding: 40px 0 70px;
  }
  #president_greeting .section_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #president_greeting .section_contents .president {
    width: auto;
    margin: 0 auto;
  }
  #president_greeting .section_contents .president .president_image {
    width: 170px;
    height: 170px;
  }
  #president_greeting .section_contents .president .job_title {
    letter-spacing: 0;
  }
  #president_greeting .section_contents .president .president_name {
    margin: 0 0 10px 0;
    font-size: 18px;
  }
  #president_greeting .section_contents .greeting {
    line-height: 21px;
  }
  #consultant .member_list .member_list_item .member_image,
  #adviser .member_list .member_list_item .member_image {
    width: 150px;
    height: 150px;
  }
  #consultant .member_list .member_list_item .member_name,
  #adviser .member_list .member_list_item .member_name {
    font-weight: bold;
  }
  #consultant .member_list .member_list_item .member_job,
  #adviser .member_list .member_list_item .member_job {
    font-size: 12px;
  }
  #consultant .section_inner {
    padding: 80px 0 60px;
  }
  #consultant .member_list:before {
    width: 150px;
  }
  #consultant .member_list:after {
    width: 150px;
  }
  #consultant .member_list .member_list_item {
    width: 150px;
    height: auto;
    margin: 0 0 25px 0;
  }
  #consultant .member_list .member_job {
    line-height: 21px;
  }
  #adviser .section_inner {
    padding: 30px 0 60px;
  }
  #adviser .member_list_item {
    margin: 0 0 20px 0;
  }
  #adviser .member_job {
    line-height: 21px;
  }
  #about_logo .meaning_logo_thumbnail {
    max-width: 450px;
  }
  #about_logo .meaning_logo_thumbnail a img {
    height: 125px;
  }
  #about_logo .meaning_logo_thumbnail a .meaning_logo_title {
    font-size: 10px;
  }
  #association_detail .association_detail_list {
    padding: 10px 20px;
  }
  #association_detail .association_detail_list .association_detail_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #association_detail .association_detail_list .association_detail_item .list_headline {
    width: 100%;
    margin: 0 30px 0 0;
  }
  #association_detail .association_detail_list .association_detail_item .list_text {
    line-height: 21px;
  }
  .faq_list .faq_list_item {
    margin: 0 0 30px 0;
  }
  .faq_list .faq_list_item:last-child {
    margin: 0;
  }
  .faq_list .faq_list_item .question {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 23px;
  }
  .faq_list .faq_list_item .answer_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 15px 15px;
  }
  .faq_list .faq_list_item .answer_box .answer_A {
    font-size: 15px;
    font-weight: bold;
    margin: 0;
  }
  .faq_list .faq_list_item .answer_box .answer_text {
    line-height: 21px;
    letter-spacing: 0px;
  }
  #faq_more .section_inner {
    padding: 20px 0 0;
  }
  #faq_more .section_inner .container_contents_text br {
    display: none;
  }
  #info_detail {
    margin: 30px 15px 0;
  }
  #info_detail h1 {
    padding: 0 0 0 8px;
    margin: 20px 0 10px 0;
    font-size: 18px;
    letter-spacing: 0.5pt;
  }
  #info_detail h2 {
    margin: 15px 0 0 0;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
  }
  #organization_list_block .organization_list:before {
    width: 150px;
  }
  #organization_list_block .organization_list:after {
    width: 150px;
  }
  #organization_list_block .organization_list .organization_list_item {
    width: 150px;
    height: auto;
    margin: 0 0 35px 0;
  }
  #organization_list_block .organization_list .organization_list_item .organization_logo {
    width: 150px;
  }
  #organization_list_block .organization_list .organization_list_item .organization_name {
    font-size: 13px;
  }
  #trademarks_list_block .section_inner {
    padding: 40px 0 30px 0;
  }
  #trademarks_list_block .trademarks_list .trademarks_list_item {
    margin: 0 30px 0 0;
  }
  #trademarks_list_block .trademarks_list .trademarks_list_item .trademarks_image {
    width: 140px;
    height: 140px;
    margin: 0px auto 20px;
  }
  #privacy_maintext .section_inner {
    padding: 25px 0 20px;
  }
  #privacy_maintext .privacy_section {
    line-height: 21px;
    margin: 0 0 25px 0;
  }
  #not_found .section_title {
    margin: 0 0 30px 0;
  }
  #not_found .section_title .section_title_text_j {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 28px;
  }
  #not_found .section_title .section_title_text_j br {
    display: inherit;
  }
  #not_found .section_text {
    font-size: 14px;
    margin: 0 0 80px 0;
    letter-spacing: 0;
  }
  #not_found .btn_round {
    width: 250px;
  }



  /* ===================================================================
    英語発音指導士&reg; 認定コース：あなたの『得意』を『教える』に変える(https://ept.or.jp/instructors/certification/)
  =================================================================== */
  .certification_instructors_about#about_certification .section_title .section_title_text_j {
    line-height: 1.5;
  }
  .certification_instructors_about .about_certification_description_text {
    font-size: 12px;
  }
}

@media screen and (max-width: 509px) {
  body {
    margin-bottom: 96px;
  }
  #footer {
    height: 96px;
  }
}

@media screen and (max-width: 420px) {
  br.pc_break{
    display: none;
  }
  .btn_round {
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 0px 30px 0 25px;
  }
  .btn_round::after {
    right: 8px;
    top: 20px;
  }
  .btn_round:hover {
    line-height: 41px;
  }
  .btn_round:hover::after {
    right: 8px;
    top: 18px;
  }
  .btn_2line {
    line-height: 21px;
    height: auto;
    vertical-align: middle;
    padding: 10px 0;
    width: 100%;
    display: inline-block;
    min-width: inherit;
    border-radius: 40px;
  }
  .btn_2line:hover {
    line-height: 21px;
    padding: 8px 0;
  }
  .btn_2line:hover::after {
    top: 26px;
  }
  .btn_2line br {
    display: inherit;
  }
  .btn_2line::after {
    top: 28px;
  }
  .link_faq .lint_faq_description {
    text-align: left;
  }
  .link_faq .lint_faq_description br {
    display: none;
  }
  section .section_inner .section_title {
    margin: 0 0 20px 0;
  }
  #header .header_application_btn {
    width: 95px;
  }
  #header .header_application_btn .header_application_btn_inner {
    width: 95px;
  }
  #header .header_application_btn .header_application_btn_inner p {
    font-size: 11px;
  }
  #footer .footer_inner .footer_link .footer_link_item {
    margin: 0 15px 0 0;
  }
  #top_main section {
    padding: 0 15px 0;
  }
  #top_test .btn_round {
    min-width: 220px;
  }
  #test_schedule .color_container_gray .color_container_contents .ip_title_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #test_schedule .color_container_gray .color_container_contents .ip_title_block .ip_title {
    margin: 0 0 10px 0;
  }
  #test_schedule .btn_round {
    min-width: inherit;
  }
  #about_step .step_box_important .step_box_innerBox {
    padding: 15px 15px 10px;
  }
  #about_step .link_faq .lint_faq_description {
    padding: 0;
  }
  #top_test .online_catch,
  #top_test .ftof_catch,
  #test_schedule .online_catch,
  #test_schedule .ftof_catch {
    letter-spacing: 0px;
  }
  #about_step .btn_round {
    line-height: 21px;
    height: auto;
    vertical-align: middle;
    padding: 10px 0;
    width: 100%;
    display: inline-block;
    min-width: inherit;
    border-radius: 40px;
  }
  #about_step .btn_round:hover {
    padding: 8px 0;
  }
  #about_step .btn_round br {
    display: inherit;
  }
  #about_step .btn_round::after {
    top: 28px;
  }
  #test_detail .color_container .color_container_contents .container_contents_section_title {
    margin: 0 0 20px 0;
  }
  #test_detail .color_container .color_container_contents .container_contents_section {
    margin: 0 0 45px 0;
  }
  #test_detail .color_container .color_container_contents .test_detail_list {
    height: auto;
  }
  #test_detail .color_container .color_container_contents .test_detail_list li {
    margin: 0 0 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #test_detail .color_container .color_container_contents .test_detail_list li .text_bgcolor {
    margin: 0 auto 5px;
  }
  #test_detail .color_container .color_container_contents .test_detail_list li .test_detail_description {
    text-align: center;
  }
  #test_detail .color_container .color_container_contents .test_topics .test_topics_description {
    text-align: center;
    margin: 0 0 10px 0;
  }
  #test_detail .color_container .color_container_contents .test_topics .test_topics_description br {
    display: none;
  }
  #test_detail .color_container .color_container_contents .test_topics .test_topics_description .test_topics_schedule {
    display: block;
  }
  #test_detail .color_container .color_container_contents .test_topics .btn_round {
    min-width: inherit;
  }
  #test_detail .color_container .color_container_contents .test_level {
    margin: 0;
  }
  #test_detail .color_container .color_container_contents .test_level .test_level_list_wrap .test_level_list .test_level_list_item .test_level_circle {
    width: 60px;
    height: 60px;
    margin: 0 20px 0 0;
    line-height: 60px;
    font-size: 11px;
    letter-spacing: 1px;
  }
  #test_detail .color_container .color_container_contents .test_level .test_level_list_wrap .test_level_list .test_level_list_item .test_level_circle span {
    font-size: 9px;
    margin: 0;
  }
  #test_detail .color_container .color_container_contents .test_level .test_level_list_wrap .test_level_pillar {
    height: 88%;
    width: 4px;
    left: 27px;
    top: 50px;
  }
  #test_detail .link_arrow {
    margin: 20px 0 0px 0;
  }
  .instructor_list {
    max-width: 285px;
    margin: 0 auto 10px;
  }
  .instructor_list .instructor_list_item {
    width: 120px;
    height: auto;
    margin: 0 0 30px 0;
  }
  .instructor_list .instructor_list_item .instructor_image {
    width: 120px;
    height: 120px;
  }
  .instructor_list .instructor_list_item:nth-child(odd) {
    margin: 0 45px 30px 0;
  }
  #certification_detail .container_contents_title {
    text-align: center;
  }
  #certification_detail .frame_container {
    padding: 20px 20px;
  }
  #certification_detail .certification_detail_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 15px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  #certification_detail .certification_detail_list li .test_detail_description {
    max-width: 300px;
  }
  #certification_detail .certification_detail_list li .text_bgcolor {
    margin: 0 0 5px 0;
  }
  #consultant .member_list .member_list_item .member_image,
  #adviser .member_list .member_list_item .member_image {
    width: 120px;
    height: 120px;
  }
  #consultant .section_inner {
    padding: 40px 0 0;
  }
  #consultant .member_list {
    margin: 0 auto;
    max-width: 290px;
  }
  #consultant .member_list:before {
    width: 120px;
  }
  #consultant .member_list:after {
    width: 120px;
  }
  #consultant .member_list .member_list_item {
    width: 120px;
    margin: 0 0 30px 0;
  }
  #consultant .member_list .member_list_item:nth-child(odd) {
    margin: 0 45px 30px 0;
  }
  #adviser .section_inner {
    padding: 30px 0 30px;
  }
  #adviser .member_list_item {
    margin: 0 0 30px 0;
  }
  #adviser:last-child {
    margin: 0;
  }
  #about_logo .section_inner {
    padding: 30px 0 30px;
  }
  #about_logo .meaning_logo_thumbnail {
    max-width: 320px;
  }
  #about_logo .meaning_logo_thumbnail a img {
    height: 100px;
  }
  #about_logo .meaning_logo_thumbnail a .meaning_logo_title {
    max-width: 90px;
    margin: 0 auto;
  }
  #association_detail .association_detail_list .association_detail_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 0;
  }
  #association_detail .association_detail_list .association_detail_item .list_headline {
    margin: 0 0 5px 0;
  }
  #apprication_form_block .color_container .color_container_contents .container_contents_section_title {
    font-size: 16px;
    letter-spacing: 0;
    margin: 0 0 10px 0;
  }
  #ip_detail .ip_detail_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 20px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  #ip_detail .ip_detail_list li .test_detail_description {
    max-width: 226px;
  }
  #ip_detail .ip_detail_list li .text_bgcolor {
    margin: 0 0 5px 0;
  }
  #way_ip_applicant .btn_round {
    width: 100%;
    display: inline-block;
    min-width: inherit;
    padding: 0px 25px 0 15px;
  }
  #guid_sponsor .frame_container {
    border: none;
    padding: 0;
  }
  #organization_list_block .section_inner {
    padding: 50px 0 0px;
  }
  #organization_list_block .organization_list {
    max-width: 290px;
    margin: 0 auto;
  }
  #organization_list_block .organization_list:before {
    width: 120px;
  }
  #organization_list_block .organization_list:after {
    width: 120px;
  }
  #organization_list_block .organization_list .organization_list_item {
    width: 120px;
    margin: 0 0 25px 0;
  }
  #organization_list_block .organization_list .organization_list_item:nth-child(odd) {
    margin: 0 30px 25px 0;
  }
  #organization_list_block .organization_list .organization_list_item .organization_logo {
    width: 120px;
    height: 100px;
    margin: 0 auto 5px auto;
  }
  #trademarks_list_block .section_inner {
    padding: 40px 0 30px 0;
  }
  #trademarks_list_block .trademarks_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #trademarks_list_block .trademarks_list .trademarks_list_item {
    width: 100%;
    margin: 0 0 35px;
  }
  #trademarks_list_block .trademarks_list .trademarks_list_item .trademarks_image {
    margin: 0px auto 10px;
  }
  #not_found .section_inner {
    padding: 10px 0 30px;
  }
  #not_found .section_title {
    margin: 0 0 30px 0;
  }
  #not_found .section_title .section_title_text_j {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
  }
  #not_found .section_text {
    font-size: 12px;
    margin: 0 0 60px 0;
    letter-spacing: 0;
    text-align: left;
  }
  #not_found .section_text br {
    display: none;
  }
  .g-calendar {
    padding-bottom: 130%;
  }
}

@media screen and (max-width: 325px) {
  .btn_round {
    padding: 0px 28px 0 22px;
  }
  .btn_2line {
    padding: 10px 0;
  }
  #consultant .member_list .member_list_item:nth-child(odd) {
    margin: 0 30px 30px 0;
  }
  .instructor_list {
    max-width: 270px;
  }
  .instructor_list .instructor_list_item:nth-child(odd) {
    margin: 0 30px 30px 0;
  }
  #organization_list_block .organization_list {
    max-width: 270px;
  }
  #consultant .member_list {
    max-width: 270px;
  }
  #about_step .tab_contents_center .tab_contents_title, #about_step .tab_contents_online .tab_contents_title {
    letter-spacing: 0px;
  }
  #about_logo .meaning_logo_thumbnail {
    max-width: 400px;
  }
  #about_logo .meaning_logo_thumbnail a img {
    height: 90px;
  }
}


/* Jr.EPT style */

.wrapper.jr-ept {}

.wrapper.jr-ept #header {
  border-top: solid 3px #159E7D;
}
.wrapper.jr-ept #header .header_logo {
  margin: 34px 40px 0 0;
}
.wrapper.jr-ept #header .header_logo .pc_view {
  display: block;
}
.wrapper.jr-ept #header .header_logo .sp_view {
  display: none;
}
.wrapper.jr-ept #header .header_logo a img {
  width: 220px;
}
.wrapper.jr-ept #header a {
  color: #159E7D;
}
.wrapper.jr-ept #header .header_nav_list_pc {
  justify-content: space-around;
}
.wrapper.jr-ept #header .header_application_btn {
  background: #159E7D;
  border-top: solid 3px #e9d74d;
}

.wrapper.jr-ept #pankuzu .pankuzu_list li a {
  color: #159E7D;
}

.wrapper.jr-ept .mv {
  background-image: url(../images/jrept/mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.wrapper.jr-ept .mv .mv_copy {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  padding: 100px 0;
}

.wrapper.jr-ept .page_title {
  border-bottom: solid 1px #159E7D;
}

.wrapper.jr-ept .section_inner .section_title {
  border-left: solid 4px #159E7D;
}

.wrapper.jr-ept .section_text .section_text_unit {
  margin: 0 0 30px 0;
}

.wrapper.jr-ept .jrept_description .section_inner {
    padding: 20px 0 10px;
}

.wrapper.jr-ept .jrept_description .description_block {
  display: flex;
  justify-content: space-between;
}
.wrapper.jr-ept .jrept_description .description_block .interest,
.wrapper.jr-ept .jrept_description .description_block .exam {
  width: 49%;
  padding: 30px 40px 35px 40px;
  text-align: center;
  border-radius: 25px;
}
.wrapper.jr-ept .jrept_description .description_block .interest .title,
.wrapper.jr-ept .jrept_description .description_block .exam .title{
  color: #159E7D;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.wrapper.jr-ept .jrept_description .description_block .interest .text,
.wrapper.jr-ept .jrept_description .description_block .exam .text{
  text-align: left;
  line-height: 1.7;
  margin: 0 0 20px 0;
}
.wrapper.jr-ept .jrept_description .description_block .interest {
  background: #F5F5F5;
}
.wrapper.jr-ept .jrept_description .description_block .exam {
  background: #E7FCF5;
}

.wrapper.jr-ept .jrept_description a,
.wrapper.jr-ept .jrept_outline a,
.wrapper.jr-ept .jrept_flow a {
  text-decoration: underline;
}
.wrapper.jr-ept .jrept_description a:hover,
.wrapper.jr-ept .jrept_outline a:hover,
.wrapper.jr-ept .jrept_flow a:hover {
  text-decoration: none;
}
.wrapper.jr-ept .jrept_description .btn_round,
.wrapper.jr-ept .jrept_outline .btn_round,
.wrapper.jr-ept .jrept_flow .btn_round {
  text-decoration: none;
}

.wrapper.jr-ept .jrept_outline .outline_block {}
.wrapper.jr-ept .jrept_outline .outline_block .outline_contents {
  margin: 0 0 25px 0;
}
.wrapper.jr-ept .jrept_outline .outline_block .outline_contents .text_bgcolor {
  width: 150px;
  margin: 0 0 5px 0;
}
.wrapper.jr-ept .jrept_outline .outline_block .outline_contents .recept_date,
.wrapper.jr-ept .jrept_outline .outline_block .outline_contents .outline_text,
.wrapper.jr-ept .jrept_outline .outline_block .outline_contents .submission_date {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 25px 0;
}
.wrapper.jr-ept .price_level_list {
  display: flex;
  justify-content: space-between;
}
.wrapper.jr-ept .price_level_list .price_level_block {
  width: 32.5%;
  padding: 0;
}
.wrapper.jr-ept .price_level_list .price_level_block.bronze,
.wrapper.jr-ept .price_level_list .price_level_block.silver,
.wrapper.jr-ept .price_level_list .price_level_block.gold {
  text-align: center;
  border-radius: 5px;
}
.wrapper.jr-ept .price_level_list .price_level_block.bronze .level,
.wrapper.jr-ept .price_level_list .price_level_block.silver .level,
.wrapper.jr-ept .price_level_list .price_level_block.gold .level {
  border-radius: 5px 5px 0px 0px;
  padding: 10px 0;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 0.8px 1px rgb(0, 0, 0, 0.2);
}
.wrapper.jr-ept .price_level_list .price_level_block.bronze {
  background: #fbf3ec;
}
.wrapper.jr-ept .price_level_list .price_level_block.bronze .level {
  background: linear-gradient(45deg, #a57e65 0%, #a57e65 45%, #f3cfb8 70%, #a57e65 85%, #a57e65 95% 100%);
}
.wrapper.jr-ept .price_level_list .price_level_block.silver {
  background: #F2F2F2;
}
.wrapper.jr-ept .price_level_list .price_level_block.silver .level {
  background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 95% 100%);
}
.wrapper.jr-ept .price_level_list .price_level_block.gold {
  background: #FFFCDA;
}
.wrapper.jr-ept .price_level_list .price_level_block.gold .level {
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 95% 100%);
}
.wrapper.jr-ept .price_level_list .price_level_block .price {
  font-size: 12px;
  margin: 15px 0;
  padding-left: 10px;
}
.wrapper.jr-ept .price_level_list .price_level_block .price span {
  font-size: 24px;
  font-weight: bold;
  color: #d32424;
}
.wrapper.jr-ept .price_level_list .price_level_block .text {
  font-size: 14px;
  line-height: 1.5;
  margin: 20px 0;
}

/* 受験の流れ */
.wrapper.jr-ept .jrept_flow .tab_btn_block {
  background: #159E7D;
  border: none;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 3px;
  height: 60px;
  line-height: 64px;
  border-radius: 5px 5px 0 0;
}
.wrapper.jr-ept .jrept_flow .tab_contents_jrept {
  padding: 50px 60px 45px;
  border-radius: 0 0 5px 5px;
}
.wrapper.jr-ept .jrept_flow .tab_contents_jrept .tab_contents_title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 0 40px 0;
}
.wrapper.jr-ept .jrept_flow .step_box {
  border: solid 2px #d6d6d6;
  padding: 25px 30px;
  border-radius: 5px;
}
.wrapper.jr-ept .jrept_flow .step_box .btn_round {
  margin: 30px auto 0;
}
.wrapper.jr-ept .jrept_flow .step_box_important {
  padding: 25px 30px;
  border-radius: 5px;
}
.wrapper.jr-ept .jrept_flow .step_box_important .step_box_innerBox {
  border: solid 2px #e8e8e8;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 20px;
  margin: 20px 0 10px 0;
}
.wrapper.jr-ept .jrept_flow .step_box_important .step_box_innerBox .step_box_unit_wrap {}
.wrapper.jr-ept .jrept_flow .step_box_important .step_box_innerBox .step_box_unit_wrap .step_box_unit {
  font-size: 13px;
}
.wrapper.jr-ept .jrept_flow .step_box_important .step_box_innerBox .step_box_unit_wrap .step_box_unit .price_level_list {
  margin: 0 0 30px 0;
}
.wrapper.jr-ept .jrept_flow .step_box_important .step_box_innerBox .step_box_unit_wrap .step_box_unit .howto_pay {
  display: flex;
  justify-content: space-between;
}
.wrapper.jr-ept .jrept_flow .step_box_important .step_box_innerBox .step_box_unit_wrap .step_box_unit .howto_pay .step_box_text {
  width: 48%;
  margin: 0;
}
.wrapper.jr-ept .jrept_flow .step_box_important .step_box_innerBox .step_box_unit_wrap .step_box_unit .howto_pay .step_box_text .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  color: #159E7D;
  margin: 0 0 10px 0;
}
.wrapper.jr-ept .jrept_flow .step_box_important .step_box_innerBox .step_box_unit_wrap .step_box_unit .maker_green {
  margin: 0 0 10px 0;
}
.wrapper.jr-ept .jrept_flow .step_box_important .step_box_innerBox .step_box_unit_wrap .step_box_unit .step_box_text .result_notification  {
  display: block;
  background: #ededed;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin: 5px 0;
  padding: 5px 20px;
}
.wrapper.jr-ept .jrept_flow .step_box_important .step_box_innerBox .text_small {
  color: #444444;
}
.wrapper.jr-ept .jrept_flow .step_box_important .step_box_innerBox form {
  margin: 10px 0 0 0;
}
.wrapper.jr-ept .jrept_flow .step_box_important .text_small {
  line-height: 22px;
  color: #888888;
}
.wrapper.jr-ept .jrept_flow .step_box_important .attention {
  color: #888888;
  font-size: 12px;
}
.wrapper.jr-ept .jrept_flow .online_notes_block {
  margin: 25px 0 0 0;
}
.wrapper.jr-ept .jrept_flow .online_notes_block .text_orange {
  margin: 0 0 5px 0;
}
.wrapper.jr-ept .jrept_flow .online_notes_block .online_notes_list {
  font-weight: 600;
}
.wrapper.jr-ept .jrept_flow .step_box_title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px 0;
  letter-spacing: 0.5px;
}
.wrapper.jr-ept .jrept_flow .step_box_text {
  line-height: 1.7;
}
.wrapper.jr-ept .jrept_flow .btn_round {
  width: 55%;
}
.wrapper.jr-ept .jrept_flow .btn_round br {
  display: none;
}
.wrapper.jr-ept .jrept_flow .next_step_arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 16px 0 16px;
  margin: 20px auto 20px;
}
.wrapper.jr-ept .jrept_flow .tab_contents_jrept {
  border: solid 4px #159E7D;
}
.wrapper.jr-ept .jrept_flow .tab_contents_jrept .date_box {
  display: flex;
  justify-content: center;
  background: #FFFFFF;
  border: 2px solid #E8E8E8;
  border-radius: 5px;
  margin: 20px 0 0 0;
  padding: 15px;
}
.wrapper.jr-ept .jrept_flow .tab_contents_jrept .date_box .title,
.wrapper.jr-ept .jrept_flow .tab_contents_jrept .date_box .date {
  font-size: 16px;
  font-weight: bold;
}
.wrapper.jr-ept .jrept_flow .tab_contents_jrept .date_box .date br {
  display: none;
}
.wrapper.jr-ept .jrept_flow .tab_contents_jrept .date_box .title {
  color: #159E7D;
  margin: 0 20px 0 0;
}
.wrapper.jr-ept .jrept_flow .tab_contents_jrept .step_box_important {
  background: #F6FFFC;
  border: solid 4px #159E7D;
}
.wrapper.jr-ept .jrept_flow .tab_contents_jrept .step_box_important .step_box_title {
  color: #159E7D;
}
.wrapper.jr-ept .jrept_flow .tab_contents_jrept .step_box_important .step_box_text {
  margin: 0;
}
.wrapper.jr-ept .jrept_flow .tab_contents_jrept .next_step_arrow {
  border-color: #159E7D transparent transparent transparent;
}
.wrapper.jr-ept .jrept_flow .link_arrow {
  margin: 0;
}
.wrapper.jr-ept .jrept_flow .link_faq {
  margin: 50px 0 0;
  border: none;
  background: none;
  padding: 0;
  max-width: inherit;
}

.wrapper.jr-ept .faq_about_ept .faq_list_item .question {
  color: #159E7D;
}
.wrapper.jr-ept .faq_about_ept .faq_list_item .answer_box {
  background: #F6FBF9;
  border: solid 1px #d6d6d6;
}
.wrapper.jr-ept .faq_about_ept .faq_list_item .answer_box .answer_A {
  color: #159E7D;
}

.wrapper.jr-ept .pagetop a {
  background: #159E7D;
}

.wrapper.jr-ept #footer {
  border-top: solid 2px #159E7D;
}
.wrapper.jr-ept #footer a {
  color: #159E7D;
}


/* Jr.EPTのお支払い方法ページ */
.wrapper.jr-ept #way_payment .payment_box .payment_box_unit_wrap .payment_box_title {
  color: #159E7D;
}


/* 合格証サンプル */
.wrapper.jr-ept .jrept_outline .outline_block .outline_contents .certification_sample .certification_sample_thumbnail {
  display: flex;
  justify-content: space-around;
  max-width: calc(100% - 260px);
  background-color: #F5F5F5;
  border-radius: 5px;
  margin: 0 auto 15px;
  padding: 20px 20px 15px;
}
.wrapper.jr-ept .jrept_outline .outline_block .outline_contents .certification_sample .certification_sample_thumbnail a {
  text-decoration: none;
}
.wrapper.jr-ept .jrept_outline .outline_block .outline_contents .certification_sample .certification_sample_thumbnail a .lebel_title {
  color: #333333;
  font-size: 13px;
  text-align: center;
  margin: 5px 0 0 0;
}
.wrapper.jr-ept .jrept_outline .outline_block .outline_contents .certification_sample .certification_sample_thumbnail a img {
  height: 120px;
  width: auto;
  border: solid 2px #159E7D;
  vertical-align: middle;
}
.wrapper.jr-ept .jrept_outline .outline_block .outline_contents .certification_sample .certification_sample_description {
  color: #727272;
  font-size: 12px;
  text-align: center;
  line-height: 0;
  margin: 0 0 20px 0;
}


/* レスポンシブ対応 */
@media screen and (max-width: 860px) {
  .wrapper {
    margin: 80px 0 0 0;
  }
  .wrapper.jr-ept #header {
    padding: 0 15px;
    height: 80px;
  }
  .wrapper.jr-ept #header .header_logo {
    width: 160px;
    margin: 24px 15px 0 0;
  }
  .wrapper.jr-ept #header .header_logo .pc_view {
    display: none;
  }
  .wrapper.jr-ept #header .header_logo .sp_view {
    display: block;
  }
  .wrapper.jr-ept #header .header_logo a img {
    width: 85px;
  }  
  .wrapper.jr-ept #header .header_application_btn {
    width: 95px;
    height: auto;
    margin: 13px 0 0 auto;
    border-top: none;
    border-radius: 5px;
  }
  .wrapper.jr-ept #header .header_application_btn .header_application_btn_inner {
    width: 95px;
  }
  .wrapper.jr-ept #header .header_application_btn .header_application_btn_inner img {
    display: none;
  }
  .wrapper.jr-ept #header .header_application_btn .header_application_btn_inner p {
    font-size: 12px;
    margin: 0 auto;
    font-weight: bold;
  }

  .wrapper.jr-ept #mv .mv_copy {
    padding: 80px 15px;
  }

  .wrapper.jr-ept .jrept_description .description_block {
    display: block;
  }
  .wrapper.jr-ept .jrept_description .description_block .interest {
    margin: 0 0 10px 0;
  }
  .wrapper.jr-ept .jrept_description .description_block .interest,
  .wrapper.jr-ept .jrept_description .description_block .exam {
    width: 100%;
    padding: 25px 20px 25px 20px;
  }
  .wrapper.jr-ept .jrept_description .description_block .interest .title,
  .wrapper.jr-ept .jrept_description .description_block .exam .title {
    font-size: 18px;
  }
  
  .wrapper.jr-ept .price_level_list {
    display: block;
  }
  .wrapper.jr-ept .price_level_list .price_level_block.bronze,
  .wrapper.jr-ept .price_level_list .price_level_block.silver,
  .wrapper.jr-ept .price_level_list .price_level_block.gold {
    width: 100%;
  }
  .wrapper.jr-ept .price_level_list .price_level_block.bronze,
  .wrapper.jr-ept .price_level_list .price_level_block.silver {
    margin: 0 0 10px 0;
  }
  .wrapper.jr-ept .price_level_list .price_level_block.bronze .level,
  .wrapper.jr-ept .price_level_list .price_level_block.silver .level,
  .wrapper.jr-ept .price_level_list .price_level_block.gold .level {
    padding: 5px 0;
  }
  .wrapper.jr-ept .price_level_list .price_level_block .price {
    margin: 5px 0;
    padding: 5px 0 12px 0;
  }
  .wrapper.jr-ept .price_level_list .price_level_block .price span {
    font-size: 18px;
  }
  .wrapper.jr-ept .price_level_list .price_level_block .text {
    font-size: 12px;
    margin: 0 0 10px 0;
    padding: 10px 0;
  }

  .wrapper.jr-ept .jrept_flow .tab_contents_jrept {
    padding: 30px 15px 30px;
  }
  .wrapper.jr-ept .jrept_flow .step_box,
  .wrapper.jr-ept .jrept_flow .tab_contents_jrept .step_box_important {
    background: none;
    padding: 10px;
  }
  .wrapper.jr-ept .jrept_flow .tab_contents_jrept .step_box_important {
    border: solid 2px #159E7D;
  }
  .wrapper.jr-ept .jrept_flow .step_box_important .step_box_innerBox {
    border: none;
    padding: 0;
  }
  .wrapper.jr-ept .jrept_flow .tab_contents_jrept .date_box {
    display: block;
    text-align: center;
  }
  .wrapper.jr-ept .jrept_flow .tab_contents_jrept .date_box .date br {
    display: block;
  }
  .wrapper.jr-ept .jrept_flow .tab_btn_block {
    height: 40px;
  }
  .wrapper.jr-ept .jrept_flow .tab_btn .tab_btn_jrept {
    height: 40px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 44px;
  }
  .wrapper.jr-ept .jrept_flow .step_box_title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 8px 0;
    line-height: 22px;
    text-align: center;
  }
  .wrapper.jr-ept .jrept_flow .step_box_important .step_box_innerBox .step_box_unit_wrap .step_box_unit .howto_pay {
    display: block;
  }
  .wrapper.jr-ept .jrept_flow .step_box_important .step_box_innerBox .step_box_unit_wrap .step_box_unit .howto_pay .step_box_text {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .wrapper.jr-ept .jrept_flow .btn_round {
    line-height: 21px;
    height: auto;
    vertical-align: middle;
    padding: 10px 0;
    width: 100%;
    display: inline-block;
    min-width: inherit;
    border-radius: 40px;
  }
  .wrapper.jr-ept .jrept_flow .btn_round::after {
    top: 28px;
  }
  .wrapper.jr-ept .jrept_flow .btn_round br {
    display: block;
  }
  .wrapper.jr-ept .jrept_outline .outline_block .outline_contents .certification_sample .certification_sample_thumbnail {
    flex-wrap: wrap;
    max-width: 100%;
  }
  .wrapper.jr-ept .jrept_outline .outline_block .outline_contents .certification_sample .certification_sample_thumbnail a {
    margin: 0 0 15px 0;
  }  
  .wrapper.jr-ept .jrept_outline .outline_block .outline_contents .certification_sample .certification_sample_thumbnail a:last-child {
    margin-bottom: 0;
  }  


}




/* オンライン受験：移行期間サブカードはSP幅でも内側余白を確保（#apprication_form_block の color_container_contents padding:0 を上書き） */
#apprication_form_block .color_container.transition_card .color_container_contents {
  padding: 30px 20px;
}

/*# sourceMappingURL=../maps/style.css.map */
