@charset "utf-8";
/* CSS Document */

#wrap.dialog {
  width: 100%;
}
#wrap.dialog #pan {
  width: 1000px;
  margin: 0 auto 20px;
}
#wrap.dialog .cont {
  font-size: 109%;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}

@media screen and (max-width: 1020px) {
  #wrap.dialog #pan {
    width: 95%;
  }
}

/* nav */
#nav_fix {
  width: 100%;
  height: 50px;
  position: fixed;
  top: -100px;
  left: 0;
  z-index: 1000;
  font-size: 115%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}
#nav_fix.active {
  top: 0;
}
#nav_fix ul {
  display: table;
  width: 100%;
  height: 50px;
  background: #2e3092;
}
#nav_fix ul li {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#nav_fix ul li ul,
#nav_fix ul li ul li {
  display: block;
}
#nav_fix ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}

#nav_fix ul li a i {
  display: block;
  border: solid #fff;
  border-width: 0 1px 0 0;
}

#nav_fix ul li.logo {
  background: #fff;
  border: solid 1px #2e3092;
  line-height: 0;
}
#nav_fix ul li.logo img {
  width: auto;
  height: 30px;
  margin: 0 auto;
}
#nav_fix ul li.highschool {
  background: #008cce;
  border: solid 1px #2e3092;
}
#nav_fix ul li.gnavi_brand {
  background: #008cce;
  border: solid 1px #2e3092;
}
#nav_fix ul li.gnavi_brand_fix {
  background: #008cce;
  border: solid 1px #2e3092;
}
#nav_fix ul li.sp_btn {
  display: none;
}
#nav_fix ul li.sp_btn_brand_fix {
  display: none;
}

#nav_fix ul li:nth-of-type(1) {
  width: 14.3%;
}
#nav_fix ul li:nth-of-type(2) {
  width: 15.9%;
}
#nav_fix ul li:nth-of-type(3) {
  width: 9.6%;
}
#nav_fix ul li:nth-of-type(4) {
  width: 6.2%;
}
#nav_fix ul li:nth-of-type(5) {
  width: 6.9%;
}
#nav_fix ul li:nth-of-type(6) {
  width: 8.2%;
}
#nav_fix ul li:nth-of-type(7) {
  width: 14%;
}
#nav_fix ul li:nth-of-type(8) {
  width: 8.2%;
}
#nav_fix ul li:nth-of-type(9) {
  width: 9.7%;
}

#nav_fix ul li ul li {
  width: 280px !important;
  text-align: left;
}

#nav_fix ul li a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#nav_fix ul li ul {
  position: absolute;
  display: none;
  top: 50px;
  height: auto;
  font-size: 88%;
  background: none;
}
#nav_fix ul li:hover ul {
  display: block;
}

#nav_fix ul li ul li.course {
  background: #ffffff !important;
  color: #091074;
  text-indent: 0;
  height: auto;
  text-align: left;
  font-weight: bold;
  padding: 4px 20px 2px;
  text-decoration: none;
  border-left: 10px solid #091074;
  border-right: 10px solid #091074;
  line-height: 1.3em;
}
#nav_fix ul li ul li {
  float: none;
  margin: 0;
  background: #091074 url('https://dialo.jp/images2017/gnavi_dot.png') no-repeat 50% 100%;
  padding: 0 0 1px;
}
#nav_fix ul li ul li.last {
  background: none;
  padding: 0;
}
#nav_fix ul li ul li a {
  background: #091074 !important;
  color: #ffffff;
  text-indent: 0;
  width: 280px;
  height: auto;
  text-align: left;
  padding: 4px 20px;
  text-decoration: none;
}
#nav_fix ul li ul li a:hover {
  background: #15359a !important;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media screen and (max-width: 1080px) {
  #nav_fix {
    font-size: 100%;
  }
  #nav_fix ul li ul {
    font-size: 100%;
  }
}
@media screen and (max-width: 1020px) {
  #nav_fix {
    height: 50px;
    top: -130px;
    z-index: 998;
  }
  #nav_fix ul {
    height: 60px;
    background: #fff;
    border: solid #e3e3e3;
    border-width: 0 0 1px;
  }
  #nav_fix ul li {
    display: none;
  }
  #nav_fix ul li.logo {
    display: table-cell;
    border: none;
    text-align: left;
    padding: 0 0 0 15px;
    width: auto;
  }
  #nav_fix ul li.logo img {
    width: auto;
    height: 28px;
  }
  #nav_fix ul li.sp_btn {
    display: table-cell;
    text-align: right;
    padding: 0 20px 0 0;
    line-height: 0;
    width: 60px;
  }
  #nav_fix ul li.sp_btn_brand_fix {
    display: block;
    width: 30px;
    position: absolute;
    right: 120px;
    top: 0;
  }
}

/* リスト */
#dialog_clm_content ol {
  list-style-type: decimal;
  margin-left: 1.75em;
  margin-bottom: 0;
}
#dialog_clm_content ul {
  list-style-type: none;
  margin-bottom: 0;
}
.dialog #dialog_clm_content ul.dialog_post_list,
.dialog #dialog_clm_content ol.dialog_post_list {
  margin-left: initial;
}
#dialog_clm_content .dialog_f_sns ul,
#dialog_clm_content .dialog_f_sns ol {
  list-style-type: none;
}
#dialog_clm_content .dialog_date_sns ul.sns,
#dialog_clm_content .dialog_date_sns ol.sns {
  list-style-type: none;
}
#dialog_clm_content .execphpwidget ul,
#dialog_clm_content .execphpwidget ol {
  list-style-type: none;
}
#dialog_clm_content .newest_area ul,
#dialog_clm_content .newest_area ol {
  list-style-type: none;
}

.dialog #dialog_clm_content > ul {
  list-style-type: disc;
  margin-left: 1.5em;
}
.dialog #dialog_clm_content > ul li {
  font-size: 15px;
  line-height: 2;
}

.dialog #dialog_clm_content > ol {
  margin-left: 1.5em;
}
.dialog #dialog_clm_content > ol li {
  font-size: 15px;
  line-height: 2;
}

#dialog_main {
  padding: 20px 0 30px;
  margin: 0 0 70px;
  background: -moz-linear-gradient(top, #f6fafd, #cfe3f7);
  background: -webkit-linear-gradient(top, #f6fafd, #cfe3f7);
  background: linear-gradient(to bottom, #f6fafd, #cfe3f7);
}

#dialog_main .ttl {
  font-size: 129%;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}
#dialog_main .ttl img {
  width: 227px;
}

#dialog_slider {
  width: 100%;
  margin: 20px auto 0;
}

#dialog_slider a:visited {
  color: #fff;
}

#dialog_slider a:link {
  color: #fff;
}

#dialog_slider li {
  width: 680px;
  padding: 0 10px;
}
#dialog_slider li .outer {
  position: relative;
}
#dialog_slider li .img {
  margin: 0;
  line-height: 0;
}
#dialog_slider li .txt {
  background: url('../images_column/dialog_main_txt_bg.png');
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  margin: 0;
  color: #fff;
  font-weight: bold;
}
#dialog_slider li .txt span {
  display: block;
}
#dialog_slider li .txt span.ex01 {
  position: relative;
  left: -8px;
}
#dialog_slider li .txt span.ex02 {
  font-size: 115%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#dialog_slider .slick-dots {
  bottom: -22px !important;
}

#dialog_slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
#dialog_slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 11px;
  height: 11px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
#dialog_slider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  content: ' ';
  text-align: center;
  opacity: 1;
  background: url('../images_column/slider_off.png') no-repeat;
}
#dialog_slider .slick-dots li.slick-active button:before {
  opacity: 1;
  background: url('../images_column/slider_on.png') no-repeat;
}

@media screen and (max-width: 768px) {
  #dialog_main {
    padding: 20px 0 36px;
    margin: 0 0 80px;
  }
  #dialog_slider li {
    width: 100%;
    padding: 0;
  }
  #dialog_slider li .txt {
    background: #008cce;
    position: relative;
  }

  #dialog_slider .slick-dots {
    bottom: -25px !important;
  }
}

.dialog_indx_sec {
  padding: 0 0 120px;
}
.dialog_indx_sec.mb {
  padding: 0 0 60px;
}
.dialog_indx_sec_f {
  padding: 0;
}

@media screen and (max-width: 1020px) {
  .dialog_indx_sec {
    padding: 0 2.5% 120px;
  }
  .dialog_indx_sec.mb {
    padding: 0 2.5% 120px;
  }
}
@media screen and (max-width: 768px) {
  .dialog_indx_sec {
    padding: 0 2.5% 80px;
  }
  .dialog_indx_sec.mb {
    padding: 0 2.5% 40px;
  }
}

.dialog .dialog_h01 {
  padding: 0 0 15px;
  margin: 0 0 50px;
  border: solid #1d2087;
  border-width: 0 0 2px;
  text-align: center;
  background: none;
}

@media screen and (max-width: 768px) {
  .dialog .dialog_h01 {
    margin: 0 0 30px;
  }
}

.dialog .dialog_h01 img {
  height: 40px;
}
.dialog .dialog_h01 img.jp {
  height: 44px;
}

.dialog .dialog_h02 {
  width: initial;
  padding: 0 0 15px;
  margin: 0 0 40px;
  border: solid #1d2087;
  border-width: 0 0 5px;
  text-align: center;
  font-size: 171%;
  color: #1d2087;
  font-weight: bold;
  background: none;
}

.dialog_post_list {
  margin: 0;
}
/*.dialog_post_list li{width:490px;float:left;border:solid #ededed 5px;margin:0 0 20px;padding:10px 10px 15px;}*/
/* .dialog_post_list li{width:350px;float:left;border:solid #ededed 5px;margin:0 0 20px;padding:10px 10px 15px;} */
.dialog_post_list li {
  width: 100%;
  max-width: 360px;
  float: left;
  border: solid #ededed 5px;
  margin: 0 0 20px;
  padding: 1.2rem;
}
.dialog_post_list li:hover {
  border: solid #008cce 5px;
}
.dialog_post_list li:nth-of-type(2n) {
  float: right;
}
.dialog_post_list li:nth-of-type(2n + 1) {
  clear: both;
}
.dialog_post_list a {
  text-decoration: none;
}

.dialog_post_list .ttl_set {
  display: table;
  width: 100%;
  margin: 0 0 20px;
}
.dialog_post_list .ttl_set .thumb,
.dialog_post_list .ttl_set .ttl {
  display: table-cell;
  vertical-align: top;
}
.dialog_post_list .ttl_set .thumb {
  width: 120px;
  margin: 0;
  line-height: 0;
}
.dialog_post_list .ttl_set .ttl {
  padding: 0 0 0 20px;
}
.dialog_post_list .ttl_set .ttl .ex01 {
  margin: 0 0 10px;
  font-size: 86%;
  position: relative;
  color: #008cce;
  border-left: 2px #008cce solid;
  padding-left: 6px;
  line-height: 1.5 !important;
}
.dialog_post_list .ttl_set .ttl .ex02 {
  margin: 0;
  font-size: 115%;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.dialog_post_list .ex_cont {
  font-size: 86%;
  margin-bottom: 0;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.dialog_post_list .tag {
  margin: 0;
}
.dialog_post_list .tag li {
  display: inline-block;
  color: #008cce;
  border: #008cce 1px solid;
  height: 20px;
  line-height: 18px;
  border-radius: 10px;
  font-size: 88%;
  width: auto;
  margin: 0 5px 0 0;
  padding: 0 10px;
  float: none;
}
.dialog_post_list .tag li:hover {
  border: #008cce 1px solid;
}
.dialog_post_list a:hover .ttl_set,
.dialog_post_list a:hover .ex_cont {
  text-decoration: none;
}

@media screen and (max-width: 1020px) {
  .dialog_post_list li {
    width: 48.5%;
  }
}
@media screen and (max-width: 768px) {
  .dialog_post_list li {
    width: 100%;
    max-width: initial;
    float: none !important;
  }
  .dialog_post_list .ttl_set .thumb {
    width: 100px;
    margin: 0;
    line-height: 0;
  }
  .dialog_post_list .ttl_set .ttl .ex01 {
    font-size: 110%;
  }
  .dialog .dialog_h01 img {
    height: 34px;
  }
  .dialog .dialog_h01 img.jp {
    height: 36px;
  }
  #new_page02,
  #new_page03 {
    display: none;
  }
}

.new_block {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.new_block .pageset {
  width: 100%;
}
.new_block .pageset {
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transition: all 1.3s ease;
  -moz-transition: all 1.3s ease;
}
.new_block .pageset.cur {
  position: relative;
  left: 0;
}
.new_block .pageset.left {
  left: calc(-100% - 20px);
}
.new_block .pageset.right {
  left: calc(100% + 20px);
}

.dialog_page_nav {
  display: table;
  margin: 0 auto;
}
.dialog_page_nav .nav,
.dialog_page_nav .cur {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.dialog_page_nav .cur {
  padding: 0 20px;
  font-size: 115%;
}
.dialog_page_nav .nav {
  width: 36px;
  height: 36px;
  font-size: 108%;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.dialog_page_nav .nav:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.dialog_page_nav .nav a {
  display: table;
  width: 100%;
  height: 100%;
  border: solid 1px #1d2087;
  color: #1d2087;
  border-radius: 50%;
  text-decoration: none;
}
.dialog_page_nav .nav a span {
  display: table-cell;
  vertical-align: middle;
}
.dialog_page_nav .nav.prev a span {
  padding: 0 3px 0 0;
}
.dialog_page_nav .nav.next a span {
  padding: 0 0 0 3px;
}

.dialog_page_nav .cur.num01:after {
  content: '1/3';
}
.dialog_page_nav .cur.num02:after {
  content: '2/3';
}
.dialog_page_nav .cur.num03:after {
  content: '3/3';
}

.dialog_list_btn {
  display: table;
  width: 260px;
  height: 46px;
  margin: 0 auto;
  text-align: center;
  background: #1d2087;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.dialog_list_btn:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.dialog_list_btn a {
  display: table-cell;
  vertical-align: middle;
  font-size: clamp(1rem, 0.686rem + 1.07vw, 1.2rem);
  color: #fff;
  text-decoration: none;
}
.dialog_list_btn:after {
  content: '>';
  position: absolute;
  color: #fff;
  font-size: clamp(1rem, 0.686rem + 1.07vw, 1.2rem);
  font-weight: bold;
  top: 47%;
  right: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.dialog_cate_list {
}
.dialog_cate_list li {
  width: 240px;
  float: left;
  margin: 0 10px 13px 0;
}
/*
.dialog_cate_list li:nth-of-type(4n){float:right;margin:0 0 13px;}
.dialog_cate_list li:nth-of-type(4n+1){clear:both;}
*/
.dialog_cate_list li:nth-of-type(3n) {
  float: right;
  margin: 0 0 13px;
}
.dialog_cate_list li:nth-of-type(3n + 1) {
  clear: both;
}

.dialog_cate_list li a {
  display: table;
  width: 100%;
  height: 50px;
  border: solid 1px #1d2087;
  font-size: 115%;
  color: #1d2087;
  text-align: center;
  text-decoration: none;
}
.dialog_cate_list li a:hover {
  background: #1d2087;
  color: #fff;
}
.dialog_cate_list li a span {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 1020px) {
  .dialog_cate_list li {
    width: 22%;
    margin: 0 4% 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .dialog_cate_list li {
    width: 48.5%;
    margin: 0 0 10px;
  }
  .dialog_cate_list li:nth-of-type(3n) {
    float: left;
    margin: 0 0 13px;
  }
  .dialog_cate_list li:nth-of-type(3n + 1) {
    clear: none;
  }
  .dialog_cate_list li:nth-of-type(2n) {
    float: right;
    margin: 0 0 10px !important;
  }
  .dialog_cate_list li:nth-of-type(2n + 1) {
    clear: both;
  }
  .dialog_page_nav {
    display: none;
  }
  .dialog_list_btn {
    height: 55px;
  }
}

#dialog_f_contact_box {
  background: #1d2087;
  padding: 20px;
  margin-top: 40px;
}
#dialog_f_contact_box .btn_set {
  width: 640px;
  display: table;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}
#dialog_f_contact_box .btn_set .clm {
  display: table-cell;
  vertical-align: bottom;
  width: 320px;
}
#dialog_f_contact_box .btn_set .clm:nth-of-type(1) {
  padding: 0 20px 0 0;
}

#dialog_f_contact_box .btn_set .clm:nth-of-type(1) .txt {
  color: #fbeb02;
  margin: 0 0 8px;
  font-size: 115%;
}

#dialog_f_contact_box .btn_set .clm:nth-of-type(2) {
  padding: 0 0 0 20px;
}

#dialog_f_contact_box .btn_set .clm:nth-of-type(2) .txt {
  color: #fbeb02;
  margin: 0 0 8px;
  font-size: 115%;
}

#dialog_f_contact_box .btn_set .clm .btn {
  margin: 0;
  display: table;
  width: 100%;
  height: 50px;
}
#dialog_f_contact_box .btn_set .clm .btn a {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 3px;
  font-size: 129%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
#dialog_f_contact_box .btn_set .clm .btn a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#dialog_f_contact_box .btn_set .clm:nth-of-type(1) .btn a {
  border: solid 2px #fff;
  color: #fbeb02;
  background: rgba(29, 32, 135);
}
#dialog_f_contact_box .btn_set .clm:nth-of-type(2) .btn a {
  background: #008cce;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #dialog_f_contact_box {
    padding: 15px 10px 15px 5px;
  }
  #dialog_f_contact_box .btn_set {
    width: 100%;
    display: table;
  }
  #dialog_f_contact_box .btn_set .clm {
    display: table-cell;
    width: 46%;
    padding: 0 2% !important;
  }
  #dialog_f_contact_box .btn_set .clm:nth-of-type(1) {
    padding: 0;
  }
  #dialog_f_contact_box .btn_set .clm:nth-of-type(1) .txt {
    margin: 0 0 5px;
  }
  #dialog_f_contact_box .btn_set .clm:nth-of-type(2) {
    padding: 0;
  }
  #dialog_f_contact_box .btn_set .clm:nth-of-type(2) .txt {
    margin: 0 0 5px;
  }
  #dialog_f_contact_box .btn_set .clm .btn {
    margin: 0 5px;
    width: 100%;
    height: 40px;
  }
  #dialog_f_contact_box .btn_set .clm .btn a {
    font-size: 95%;
  }
  #dialog_f_contact_box .btn_set .clm .txt {
    font-size: 0.65em !important;
  }
}

#f_bnr_dialog {
  width: 100%;
  height: 100px;
  background: rgba(29, 32, 135, 0.8);
  position: fixed;
  bottom: 0;
  z-index: 2;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}
#f_bnr_dialog .in {
  width: 960px;
  height: 100%;
  margin: 0 auto;
  padding: 20px 0 10px;
  position: relative;
}
#f_bnr_dialog .btn_list {
  width: 740px;
  text-align: center;
  position: relative;
  height: 100%;
}
#f_bnr_dialog .btn_list .f_bnr_ttl {
  font-size: 123%;
  color: #fff;
  margin: 0;
  line-height: 1em;
  font-weight: bold;
}
#f_bnr_dialog .btn_list ul {
  margin: 0;
  font-size: 115%;
  position: absolute;
  left: 0;
  bottom: 0;
}
#f_bnr_dialog .btn_list ul li {
  display: table;
  width: 240px;
  height: 40px;
  float: left;
  margin: 0 10px 0 0;
  font-weight: bold;
}
#f_bnr_dialog .btn_list ul li:nth-of-type(3) {
  margin: 0;
}
#f_bnr_dialog .btn_list ul li a {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
#f_bnr_dialog .btn_list ul li a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#f_bnr_dialog .btn_list ul li:nth-of-type(1) a {
  border: solid 2px #fff;
  color: #fff;
  background: rgba(29, 32, 135, 0.5) !important;
}
#f_bnr_dialog .btn_list ul li:nth-of-type(2) a {
  background: #fff;
  color: #1d2087;
}
#f_bnr_dialog .btn_list ul li:nth-of-type(3) a {
  background: #008cce;
  color: #fff;
}

#f_bnr_dialog #f_bnr_img {
  width: 200px;
  position: absolute;
  margin: 0;
  line-height: 0;
  bottom: 10px;
  right: 0;
}

@media screen and (max-width: 1020px) {
  #f_bnr_dialog .in {
    width: 100%;
    padding: 20px 10px 10px;
  }
  #f_bnr_dialog .btn_list {
    width: calc(100% - 260px);
  }
  #f_bnr_dialog .btn_list ul {
    width: 100%;
  }
  #f_bnr_dialog .btn_list ul li {
    width: 32%;
    margin: 0 2% 0 0;
  }
  #f_bnr_dialog #f_bnr_img {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  #f_bnr_dialog {
    height: 80px;
  }
  #f_bnr_dialog .in {
    width: 100%;
    width: 100%;
    padding: initial;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    margin: 0 auto;
  }
  #f_bnr_dialog .btn_list {
    width: 95%;
    z-index: 2;
    position: initial;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: auto;
    margin: 0 auto;
  }
  #f_bnr_dialog .btn_list .f_bnr_ttl {
    color: #fff;
    position: initial;
    margin-bottom: 1em;
  }
  #f_bnr_dialog .btn_list ul {
    height: 40px;
    position: initial;
  }
  #f_bnr_dialog .btn_list ul li {
    height: 100%;
  }
  #f_bnr_dialog .btn_list ul li a {
    border-radius: 5px;
  }
  #f_bnr_dialog .btn_list ul li:nth-of-type(1) a {
    background: #1d2087;
  }

  #f_bnr_dialog #f_bnr_img {
    width: 100%;
    bottom: 0;
    right: 0;
    z-index: 1;
    position: relative;
  }
  #f_bnr_dialog #f_bnr_img img {
    width: 100%;
  }

  #f_bnr_dialog #f_bnr_img img.pc {
    display: none;
  }
  #f_bnr_dialog #f_bnr_img img.sp {
    display: inline;
  }
}
@media screen and (max-width: 540px) {
  #f_bnr_dialog .btn_list .f_bnr_ttl {
    font-size: 82%;
  }
  #f_bnr_dialog .btn_list ul {
    font-size: 88%;
  }
}

/* second */
#dialog_clm_content {
  width: 740px;
  float: left;
}
#dialog_clm_side {
  width: 230px;
  float: right;
}

/* modified by cake */
.search_area h1 {
  font-size: 2em;
}
/*.search_area .dialog_post_list li {width:100%; max-width: initial;}*/
.search_area .dialog_post_list li {
  width: 49%;
  max-width: initial;
}
.search_area .dialog_post_list .tag li {
  width: auto;
}
.search_area .search_paginate {
  margin: 50px auto;
  text-align: center;
}
.search_area .search_paginate a {
  border: solid #ededed 3px;
  text-decoration: none;
  padding: 2px 5px;
}

.category_area #dialog_main {
  padding: 20px 0 20px;
}
.category_area h1 {
  font-size: 2em;
}
.category_area .dialog_post_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/*.category_area .dialog_post_list li {width:100%;max-width:490px;}*/
.category_area .dialog_post_list li {
  width: 100%;
  max-width: 360px;
}
.category_area .dialog_post_list .tag li {
  width: auto;
}
.category_area .search_paginate {
  margin: 50px auto;
  text-align: center;
}
.category_area .search_paginate a {
  border: solid #ededed 3px;
  text-decoration: none;
  padding: 2px 5px;
}

.category_area .dialog_cate_h {
  background: -moz-linear-gradient(right, #1d2087, #84b7ec);
  background: -webkit-linear-gradient(right, #1d2087, #84b7ec);
  background: linear-gradient(to left, #1d2087, #84b7ec);
  color: #fff;
  padding: 5px 10px;
  font-size: 1.75em;
}

.tag_area h1 {
  font-size: 2em;
}
.tag_area .dialog_post_list li {
  width: 100%;
}
.tag_area .dialog_post_list .tag li {
  width: auto;
}
.tag_area .search_paginate {
  margin: 50px auto;
  text-align: center;
}
.tag_area .search_paginate a {
  border: solid #ededed 3px;
  text-decoration: none;
  padding: 2px 5px;
}

.tag_area .dialog_cate_h {
  background: -moz-linear-gradient(right, #1d2087, #84b7ec);
  background: -webkit-linear-gradient(right, #1d2087, #84b7ec);
  background: linear-gradient(to left, #1d2087, #84b7ec);
  color: #fff;
  padding: 5px 10px;
  font-size: 1.75em;
}

.ranking_area ul,
.related_area ul,
.newest_area ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ranking_area ul li,
.related_area ul li,
.newest_area ul li {
  -webkit-flex: 0 1 30%;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
}

.ranking_area ul li .rank {
  text-align: center;
}

@media screen and (max-width: 1020px) {
  /*.category_area .dialog_post_list li {width:48%;max-width:490px;}*/
  .search_area .dialog_post_list li,
  .category_area .dialog_post_list li {
    width: 48%;
    max-width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .search_area .dialog_post_list,
  .category_area .dialog_post_list {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .search_area .dialog_post_list li,
  .category_area .dialog_post_list li {
    width: 100%;
    max-width: initial;
    float: none !important;
  }
  .search_area .dialog_post_list .ttl_set .thumb,
  .category_area .dialog_post_list .ttl_set .thumb {
    width: 100px;
    margin: 0;
    line-height: 0;
  }
  .category_area .dialog_post_list .ttl_set .ttl .ex01 {
    font-size: 110%;
  }
  .dialog .dialog_h01 img {
    height: 34px;
  }
  .dialog .dialog_h01 img.jp {
    height: 36px;
  }
  #new_page02,
  #new_page03 {
    display: none;
  }

  .ranking_area {
    margin-bottom: 80px;
  }
  .ranking_area ul,
  .related_area ul,
  .newest_area ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .dialog_post_list ul.tag {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .ranking_area ul li,
  .related_area ul li,
  .newest_area ul li {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;

    position: relative;
  }
  .ranking_area ul li .rank {
    position: absolute;
    top: 0;
    left: 15px;
    transform: translate(-50%, -50%);
    z-index: 10;
  }
}

#dialog_clm_side_sticky {
  width: 230px;
  float: right;
  position: sticky;
  top: 100px;
}
/* modified by cake */

@media screen and (max-width: 1020px) {
  #dialog_clm_content {
    width: 95%;
    float: none;
    margin: 0 auto;
  }
  #dialog_clm_side {
    width: 90%;
    float: none;
    margin-left: 5%;
    margin-top: 50px;
  }
  #dialog_clm_side .bnr {
    text-align: center;
  }
  #dialog_clm_side .bnr img {
    width: 80%;
  }

  #dialog_clm_side_sticky {
    width: 90%;
    float: none;
    margin-left: 5%;
  }
  #dialog_clm_side_sticky .bnr {
    text-align: center;
  }
  #dialog_clm_side_sticky .bnr img {
    width: 80%;
  }
}

.dialog_cate_h {
  background: -moz-linear-gradient(right, #1d2087, #84b7ec);
  background: -webkit-linear-gradient(right, #1d2087, #84b7ec);
  background: linear-gradient(to left, #1d2087, #84b7ec);
  color: #fff;
  padding: 2px 5px;
  font-size: 115%;
}
.dialog h1 {
  font-size: 171%;
  margin: 0 0 20px;
  font-weight: bold;
}
.dialog h2 {
  background: -moz-linear-gradient(right, #1d2087, #84b7ec);
  background: -webkit-linear-gradient(right, #1d2087, #84b7ec);
  background: linear-gradient(to left, #1d2087, #84b7ec);
  color: #fff;
  padding: 10px 10px;
  font-size: 171%;
  font-weight: bold;
  margin: 70px 0 30px;
  width: 100%;
}
.dialog h3 {
  color: #1d2087;
  border: solid #1d2087;
  border-width: 0 0 2px;
  font-size: 143%;
  font-weight: bold;
  padding: 0 0 5px;
  margin: 0 0 20px;
}
.dialog h4 {
  color: #1d2087;
  font-size: 115%;
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  background: url('../images_column/h_dot_h4.png') no-repeat 0 7px;
}

@media screen and (max-width: 768px) {
  .dialog h3 {
    font-size: 27px;
  }
  .dialog h4 {
    font-size: 22px;
  }
}

.dialog_cont_sec {
  padding: 0 0 30px;
}
@media screen and (max-width: 1020px) {
  .dialog_cont_sec {
    padding: 0 0 30px;
  }
  .dialog h2 {
    padding: 15px 10px;
  }
  #dialog_clm_content {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 768px) {
  .dialog h2 {
    margin: 80px 0 30px;
    width: 100%;
  }
}

.dialog_date_sns {
  display: table;
  width: 100%;
  margin: 0 0 10px;
}
.dialog_date_sns .date,
.dialog_date_sns .sns {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

.dialog_date_sns .date {
  font-size: 88%;
}

.dialog_date_sns .sns {
  width: 134px;
}
.dialog_date_sns .sns li {
  float: left;
  margin: 0 10px 0 0;
  line-height: 0;
}
.dialog_date_sns .sns li:last-of-type {
  margin: 0;
}

.dialog_tag_sns {
  display: table;
  width: 100%;
  margin: 0 0 20px;
}
.dialog_tag_sns .tag,
.dialog_tag_sns .sns {
  display: table-cell;
  vertical-align: top;
  margin: 0;
}

.dialog_tag_sns .sns {
  width: 134px;
  display: none;
}
.dialog_tag_sns .sns li {
  float: left;
  margin: 0 10px 0 0;
  line-height: 0;
}
.dialog_tag_sns .sns li:last-of-type {
  margin: 0;
}

.dialog_tag_sns .tag {
  margin: 0;
}
.dialog_tag_sns .tag li {
  display: inline-block;
  color: #008cce;
  border: #008cce 1px solid;
  height: 24px;
  line-height: 22px;
  border-radius: 10px;
  font-size: 88%;
  width: auto;
  margin: 0 5px 10px 0;
  padding: 0 10px;
  float: none;
}

@media screen and (max-width: 1020px) {
  .dialog_date_sns .sns {
    display: none;
  }
  .dialog_tag_sns .sns {
    display: table-cell;
  }
}

.dialog_f_sns {
  margin: 0;
}
.dialog_f_sns .sns {
  width: 134px;
  float: right;
}
.dialog_f_sns .sns li {
  float: left;
  margin: 0 10px 0 0;
  line-height: 0;
}
.dialog_f_sns .sns li:last-of-type {
  margin: 0;
}

/* modified by cake */
.dialog_cont_mokuji {
  background: #f2f2f2;
  margin: 0 0 120px;
  padding: 15px 25px 30px;
  border-radius: 20px;
}
.dialog_cont_mokuji .h {
  display: table;
  margin: 0 auto 20px;
  color: #fff;
  background: #008cce;
  width: 160px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  font-weight: normal;
}
.dialog_cont_mokuji .h span {
  display: table-cell;
  vertical-align: middle;
}
.dialog_cont_mokuji .h span strong {
  font-size: 115%;
  font-weight: normal;
}

.dialog_cont_mokuji ol {
  margin: 0;
  font-weight: bold;
  list-style: decimal;
  margin-left: 12px;
  padding-left: 12px;
}
.dialog_cont_mokuji ol li {
  margin: 0 0 10px;
}
.dialog_cont_mokuji ol li:last-of-type {
  margin: 0;
}
.dialog_cont_mokuji ol a {
  text-decoration: none;
}
.dialog_cont_mokuji ol a:hover {
  text-decoration: underline;
}

#toc_container {
  background: #f2f2f2;
  margin: 0 0 120px;
  padding: 25px 25px 30px;
  border-radius: 20px;
}
#toc_container .toc_title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: #fff;
  background: #008cce;
  width: 160px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  font-weight: normal;
  font-size: 115%;
  font-weight: normal;
  line-height: 2.5em;
}
#toc_container ul {
  margin: 0;
  font-weight: bold;
  list-style: none;
}

#toc_container ul li {
  margin: 0;
}

#toc_container ul li:last-of-type {
  margin: 0;
}

#toc_container ul > li {
  margin-bottom: 1.2rem;
}

#toc_container ul > li:last-of-type {
  margin-bottom: 0;
}

#toc_container ul > li > ul li {
  margin-bottom: 0;
}

#toc_container ul > li > ul {
  margin-left: 1.8rem;
}

#toc_container ul a {
  text-decoration: none;
}
#toc_container ul a:hover {
  text-decoration: underline;
}

/* balloon */
.w_b_f_n {
  align-self: center !important;
  text-align: center !important;
}
.w_b_radius {
  border-radius: 0 !important;
}
.w_b_ava_img {
  max-width: 50px !important;
  max-height: 50px !important;
  display: inline-block !important;
  margin: 0 auto !important;
}
.w_b_db {
  display: none !important;
}
.w_b_size_S {
  height: 50px !important;
}
.w_b_talk_L {
  color: #ffffff !important;
  background: #1d2087 !important;
  padding: 15px !important;
}
.w_b_talk_L:before {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  right: 100% !important;
  margin-top: -8px !important;
  border: 8px solid transparent !important;
  border-right: 14px solid #1d2087 !important;
}
.w_b_talk_L:after {
  content: none !important;
}

.w_b_talk_R {
  color: #ffffff !important;
  background: #008cce !important;
  padding: 15px !important;
}
.w_b_talk_R:before {
  content: '' !important;
  position: absolute !important;
  top: 50% !important;
  right: -20px !important;
  margin-top: -8px !important;
  border: 8px solid transparent !important;
  border-left: 14px solid #008cce !important;
}
.w_b_talk_R:after {
  content: none !important;
}

.w_b_quote {
  line-height: 1.7em !important;
}
/* modified by cake */

@media screen and (max-width: 768px) {
  .dialog_cont_mokuji {
    margin: 0 0 40px;
    padding: 15px 15px 30px;
  }
  #toc_container {
    margin: 0 0 40px;
    padding: 15px 15px 30px;
  }
}

.dialog_cont_box01 {
  background: -moz-linear-gradient(right, #1d2087, #84b7ec);
  background: -webkit-linear-gradient(right, #1d2087, #84b7ec);
  background: linear-gradient(to left, #1d2087, #84b7ec);
  padding: 5px;
  margin: 0 0 60px;
}
.dialog_cont_box01 .in {
  background: #fff;
  padding: 15px;
}

.dialog_comment_box01 {
  padding: 0 0 50px;
}
.dialog_comment_box01 .comment {
  margin: 0 0 35px;
  min-height: 50px;
}
.dialog_comment_box01 .comment.comment01 {
  padding: 0 75px 0 0;
  background: url('../images_column/ico_face01.png') no-repeat 100% 50%;
  background-size: 50px;
}
.dialog_comment_box01 .comment.comment02 {
  padding: 0 0 0 75px;
  background: url('../images_column/ico_face02.png') no-repeat 0 50%;
  background-size: 50px;
}
.dialog_comment_box01 .comment .ex {
  width: 665px;
  border-radius: 10px;
  padding: 15px;
  color: #fff;
  position: relative;
}
.dialog_comment_box01 .comment.comment01 .ex {
  background: #008cce;
}
.dialog_comment_box01 .comment.comment01 .ex:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left: 14px solid #008cce;
}
.dialog_comment_box01 .comment.comment02 .ex {
  background: #1d2087;
}
.dialog_comment_box01 .comment.comment02 .ex:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  border: 8px solid transparent;
  border-right: 14px solid #1d2087;
}

@media screen and (max-width: 1020px) {
  .dialog_comment_box01 .comment .ex {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .dialog_comment_box01 {
    padding: 0 0 30px;
  }
  .dialog_comment_box01 .comment {
    margin: 0 0 20px;
  }
  .dialog_comment_box01 .comment.comment01 {
    padding: 0 40px 0 0;
    background: url('../images_column/ico_face01.png') no-repeat 100% 15px;
    background-size: 25px;
  }
  .dialog_comment_box01 .comment.comment02 {
    padding: 0 0 0 40px;
    background: url('../images_column/ico_face02.png') no-repeat 0 15px;
    background-size: 25px;
  }
  .dialog_comment_box01 .comment.comment01 .ex:before {
    content: '';
    position: absolute;
    top: 22px;
    left: 100%;
    margin-top: 0;
    border: 6px solid transparent;
    border-left: 10px solid #008cce;
  }
  .dialog_comment_box01 .comment.comment02 .ex {
    background: #1d2087;
  }
  .dialog_comment_box01 .comment.comment02 .ex:before {
    content: '';
    position: absolute;
    top: 22px;
    right: 100%;
    margin-top: 0;
    border: 6px solid transparent;
    border-right: 10px solid #1d2087;
  }
}

.dialog_cont_box02 {
  background: #f7f7f7;
  margin: 0 0 20px;
}
.dialog_cont_box02 a {
  display: table;
  width: 100%;
  text-decoration: none;
  padding: 15px;
}
.dialog_cont_box02 a:hover {
  text-decoration: underline;
}
.dialog_cont_box02 a .thumb,
.dialog_cont_box02 a .txt {
  display: table-cell;
  vertical-align: middle;
}
.dialog_cont_box02 a .thumb {
  width: 120px;
  line-height: 0;
}
.dialog_cont_box02 a .txt {
  padding: 0 0 0 20px;
  font-size: 115%;
  font-weight: bold;
}

.dialog_cont_box02 .cont_flex_box {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 0.8em;
  gap: 1em;
}

.dialog_cont_box02 .cont_flex_box a {
  padding: 0;
}

.dialog_cont_box02 .cont_flex_box a {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 0;
  gap: 1em;
}

.dialog_cont_box02 .cont_flex_box .eye_cat {
  display: block;
  width: 100%;
  max-width: 120px;
  height: auto;
}

.dialog_cont_box02 .cont_flex_box .eye_cat img {
  width: 100%;
  object-fit: contain;
}

.dialog_cont_box02 .cont_flex_box .txt {
  width: calc(100% - 120px);
  padding-left: 0;
}

.dialog_cont_box02 .cont_flex_box .txt p {
  line-height: 1.6 !important;
}

.dialog_cont_box02 .cont_flex_box .txt p:last-child {
  margin-bottom: 0;
}

.dialog_related li {
  width: 360px;
  float: left;
  margin: 0 0 20px;
  border: solid 1px #d5d5d5;
  background: #fff;
}
.dialog_related li:nth-of-type(2n) {
  float: right;
}
.dialog_related li:nth-of-type(2n + 1) {
  clear: both;
}

.dialog_related li a {
  display: table;
  padding: 14px;
  text-decoration: none;
}
.dialog_related li a:hover {
  text-decoration: underline;
}
.dialog_related li a .thumb,
.dialog_related li a .txt {
  display: table-cell;
  vertical-align: middle;
}
.dialog_related li a .thumb {
  width: 100px;
  line-height: 0;
}
.dialog_related li a .txt {
  padding: 0 0 0 10px;
  font-weight: bold;
}

@media screen and (max-width: 1020px) {
  .dialog_related li {
    width: 48.5%;
  }
}
@media screen and (max-width: 768px) {
  .dialog_related li {
    width: 100%;
    float: none !important;
  }
  .dialog_cont_box02 {
    background: #f7f7f7;
    margin: 0 0 20px;
    border: solid 1px #d5d5d5;
  }
  .dialog_cont_box02 a .thumb {
    width: 80px;
    line-height: 0;
  }
  .dialog_cont_box02 a .thumb {
    vertical-align: top;
  }
  .dialog_cont_box02 a .txt {
    font-size: 0.9em;
  }
  .dialog_related li a .thumb {
    width: 80px;
    line-height: 0;
  }
  .dialog_related li a .thumb {
    vertical-align: top;
  }
  .dialog_related li a .txt {
    font-size: 0.9em;
  }
}

/* 合格者の声 */
.dialog_voice {
  display: block;
  width: 100%;
  margin: 0 auto 2.5em;
  padding: 1.25em;
  background-color: #f4f8ff;
}
.dialog_voice .personal_wrap {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: flex-end;
  margin-bottom: 1.5em;
}

.personal_wrap img {
  width: 22%;
  padding-right: 1em;
  object-fit: contain;
  min-width: 120px;
}

.personal_wrap .voice_profile {
  width: 75%;
  font-weight: bold;
}

#dialog_clm_content .voice_profile .past_results {
  font-size: clamp(1.15rem, 0.991rem + 0.8vw, 1.5rem);
  margin-bottom: 0.5em;
}

#dialog_clm_content .voice_profile .student_name {
  font-size: clamp(1.05rem, 0.959rem + 0.45vw, 1.25rem);
}

.dialog_voice .dialog_voice_txt {
  position: relative;
  padding: 20px;
  background-color: #fff;
  color: #000;
  border-radius: 10px;
}

.dialog_voice .dialog_voice_txt h4.voice_title {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.dialog_voice .dialog_voice_txt:before {
  content: '';
  position: absolute;
  border: 12px solid transparent;
  border-bottom: 12px solid #fff;
  top: -24px;
  left: 9%;
}

.dialog_voice .dialog_voice_txt p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .dialog_voice {
    padding: 1em;
  }

  .dialog_voice .dialog_voice_txt {
    padding: 15px;
  }
}

/* side */

.dialog_search {
  margin: 0 0 25px;
}
.dialog_search input[type='text'] {
  width: 160px;
  height: 34px;
  border: solid 1px #707070;
  box-sizing: border-box;
  float: left;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
.dialog_search input[type='button'] {
  width: 56px;
  height: 34px;
  background: #1d2087;
  color: #fff;
  float: right;
  border: none;
  border-radius: 5px;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  cursor: pointer;
}

.dialog_side_h {
  font-weight: bold;
  color: #1d2087;
  font-size: 115%;
  margin: 0 0 20px;
  padding: 0 0 7px;
  border: solid #1d2087;
  border-width: 0 0 3px;
}

.dialog_side_list {
  margin: 0 0 25px;
  font-size: 88%;
}
.dialog_side_list li {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 0 5px;
}
.dialog_side_list li:before {
  content: '・';
}

.dialog_side_list a {
  text-decoration: none;
}
.dialog_side_list a:hover {
  text-decoration: underline;
}

.dialog_side_mokuji {
  background: #f2f2f2;
  margin: 0 0 50px;
  padding: 15px 12px 25px;
  border-radius: 20px;
}
.dialog_side_mokuji .h {
  display: table;
  margin: 0 auto 20px;
  color: #fff;
  background: #008cce;
  width: 160px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  font-weight: normal;
}
.dialog_side_mokuji .h span {
  display: table-cell;
  vertical-align: middle;
}
.dialog_side_mokuji .h span strong {
  font-size: 115%;
  font-weight: normal;
}

.dialog_side_mokuji ol {
  margin: 0;
  font-size: 88%;
  font-weight: bold;
  list-style: decimal;
  margin-left: 12px;
  padding-left: 12px;
}
.dialog_side_mokuji ol li {
  margin: 0 0 10px;
}
.dialog_side_mokuji ol li:last-of-type {
  margin: 0;
}
.dialog_side_mokuji ol a {
  text-decoration: none;
}
.dialog_side_mokuji ol a:hover {
  text-decoration: underline;
}

/* modified by cake */
.widget-container h3 {
  font-weight: bold;
  color: #1d2087;
  font-size: 115%;
  margin: 0 0 20px;
  padding: 0 0 7px;
  border: solid #1d2087;
  border-width: 0 0 3px;
}
.widget-container ul {
}
.widget-container ul {
  margin: 0 0 25px;
  font-size: 88%;
}
.widget-container ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 0 5px;
}
.widget-container ul li:before {
  content: '・';
}

.widget-ranking ul li {
  padding: 10px;
  border-bottom: 1px dashed #1d1f87;
  text-indent: 0;
}
.widget-ranking ul li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
.widget-ranking ul li:before {
  content: '';
}
.widget-ranking ul li span {
  align-self: flex-start;
  border-radius: 2px;
  padding: 2px 8px;
  color: #ffffff;
  margin-right: 10px;
}
.widget-ranking ul li span.rank1 {
  background: #f5cb3c;
}
.widget-ranking ul li span.rank2 {
  background: #c3c3c3;
}
.widget-ranking ul li span.rank3 {
  background: #a36e51;
}
.widget-ranking ul li span.rank4 {
  background: #6f6f6f;
}
.widget-ranking ul li span.rank5 {
  background: #6f6f6f;
}
.widget-ranking ul li:nth-of-type(2n + 1) {
  background: #f7f9ff;
}

.widget-container ul a {
  text-decoration: none;
}
.widget-container ul a:hover {
  text-decoration: underline;
}

.toc_widget_list {
  margin: 0 !important;
  font-size: 88% !important;
  font-weight: bold;
  list-style: none;
  margin-left: 12px !important;
  padding-left: 12px !important;
}
.toc_widget_list li {
  margin: 0 0 10px;
}
.toc_widget_list li:before {
  content: none !important;
}
.toc_widget_list li:last-of-type {
  margin: 0;
}
.toc_widget_list a {
  text-decoration: none;
}
.toc_widget_list a:hover {
  text-decoration: underline;
}

.widget-container .searchform {
  margin: 0 0 25px;
}
.widget-container .searchform div {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.widget-container .searchform .screen-reader-text {
  display: none;
}
.widget-container .searchform input[type='text'] {
  width: 80%;
  height: 34px;
  border: solid 1px #707070;
  box-sizing: border-box;
  float: left;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  margin-right: 7px;
}
.widget-container .searchform input[type='submit'] {
  width: 56px;
  height: 34px;
  background: #1d2087;
  color: #fff;
  float: right;
  border: none;
  border-radius: 5px;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  cursor: pointer;
}

/* modified by cake */

@media screen and (max-width: 1020px) {
  .dialog_side_list {
    margin: 0 0 25px;
    font-size: 100%;
  }
  .dialog_side_mokuji {
    display: none;
  }
  .dialog_search input[type='text'] {
    width: 80%;
  }

  .widget-container ul {
    margin: 0 0 25px;
    font-size: 100%;
  }
}

/* modified by cake */
.brand_overlay_fix {
  width: 100%;
  height: 100%;
  background: #d8d8d8;
  opacity: 0.5;
  position: fixed;
  z-index: 1;
  display: none;
}

.brand_close_fix {
  display: block;
  width: 30px; /*枠の大きさ*/
  height: 30px; /*枠の大きさ*/
  background: #ffffff;
  position: relative;
  float: right;
  cursor: pointer;
}

.brand_close_fix::before,
.brand_close_fix::after {
  content: '';
  display: block;
  width: 100%; /*バツ線の長さ*/
  height: 2px; /*バツ線の太さ*/
  background: #2e3092;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: calc(14% - 5px);
  left: 14%;
}

.brand_close_fix::after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}

.gnavi_brand_fix {
  width: 16% !important;
  text-align: center;
  margin-left: 15px;
  line-height: 1.2em;
}
.gnavi_brand_fix a {
  padding-left: 15px !important;
}

.brand_popup_fix .brand_logo_dialo {
  width: 68%;
  margin: 1rem 0;
}
.brand_popup_fix .brand_logo_at {
  width: 100%;
  margin: 1rem 0 0.5rem;
}
.brand_popup_fix .brand_logo_online {
  width: 100%;
  margin: 1rem 0 0.5rem;
}
.brand_popup_fix .brand_logo_hs {
  width: 100%;
  margin: 1rem 0 0.5rem;
}

.brand_popup_fix {
  text-align: center;
  position: absolute;
  width: 100vw;
  z-index: 1000;
  background: rgba(255, 255, 255, 1);
  display: none;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
  right: -20px;
  top: 49px;
}

.brand_popup_fix .lead {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  margin: 20px 0;
}

.brand_popup_fix ul {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;

  top: 10px !important;

  position: relative !important;
}

.brand_popup_fix ul li {
  border: 2px dotted #2e3092;
  margin-bottom: 20px !important;
  text-align: center;

  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;

  background: rgba(255, 255, 255, 0.6) !important;
}
.brand_popup_fix ul li:nth-child(4) {
  border: 2px dotted #008cce;
}

.brand_popup_fix ul li:nth-of-type(1) {
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.brand_popup_fix ul li:nth-of-type(n + 2) {
  -webkit-flex: 0 1 49%;
  -ms-flex: 0 1 49%;
  flex: 0 1 49%;
}

.brand_popup_fix ul li:nth-of-type(1) .student {
  display: inline-block;
}

.brand_popup_fix ul li:nth-of-type(1) .school {
  display: inline-block;
}

.brand_popup_fix ul li a {
  text-decoration: none;
  display: block !important;
  padding: 20px !important;
}

.brand_popup_fix ul li .type {
  font-size: 100%;
}

.brand_popup_fix ul li .type.type2 {
  font-size: 130%;
}

.brand_popup_fix ul li .type span {
  padding: 0 5px;
}

.brand_popup_fix ul li .school {
  font-size: 130%;
  color: #666666;
}

.brand_popup_fix ul li .student {
  color: #ffffff;
  margin: 0;
}

.brand_popup_fix ul li .student span {
  display: inline-block;
  padding: 5px 7px 3px;
  margin: 5px 3px;
  font-size: 110%;
}

.brand_popup_fix ul li .student .hs {
  display: inline-block;
  background: #2e3092;
}

.brand_popup_fix ul li .student .ob {
  display: inline-block;
  background: #6b6b6b;
}

.brand_popup_fix ul li .student .js {
  display: inline-block;
  background: #1790d0;
}

.brand_popup_fix ul li .student .js-03 {
  display: inline-block;
  background: #79c8f2;
}

.brand_popup_fix ul li img {
  width: 80%;
}

#nav_fix ul li #brand_popup_fix ul li a {
  background: rgba(255, 255, 255, 0.1) !important;
  width: 100%;
  text-align: center;
}

#head_brand_sp_fix {
  position: relative;
  display: inline-block;
  width: 125px;

  top: 15px;
  cursor: pointer;
  display: none;
}
#head_brand_sp_fix img {
  max-width: 100px;
}

@media screen and (max-width: 1020px) {
  .brand_overlay_fix {
    top: 0;
  }

  .brand_popup_fix {
    padding: 0 5%;
    top: 0;
    width: 100%;
    height: 100vh;
    left: 50%;
    transform: translate(-50%, 0);
    position: fixed;
    overflow: auto;
  }
  .brand_popup {
    top: 0 !important;
    transform: translate(-50%, 0%) !important;
  }

  .brand_popup_fix .lead {
    font-size: 120%;
    margin: 10px 0;
  }

  .brand_popup_fix ul li {
    -webkit-flex: 0 1 100% !important;
    -ms-flex: 0 1 100% !important;
    flex: 0 1 100% !important;
  }
  .brand_popup_fix ul li a {
    padding: 6px;
  }
  .brand_popup_fix ul li a .school {
    font-size: 100%;
  }

  .brand_popup_fix ul li a .student span {
    font-size: 100%;
  }

  .brand_popup_fix ul li .type {
    font-size: 135%;
  }

  .brand_popup_fix .brand_logo_dialo {
    width: 75%;
    margin: 0.8rem 0;
  }
  .brand_popup_fix ul li .type.type2 {
    font-size: 130%;
  }
  .brand_popup_fix ul li .type {
    font-size: 130%;
  }

  .brand_popup_fix .brand_logo_at {
    width: 78%;
  }
  .brand_popup_fix .brand_logo_online {
    width: 77%;
  }
  .brand_popup_fix .brand_logo_hs {
    width: 75%;
  }

  .brand_popup_fix ul li:nth-of-type(1) .school {
    display: block;
  }

  #head_brand_sp_fix {
    display: inline-block;
    border: solid 1.5px;
    padding: 0.3rem 0;
    font-weight: bold;
    color: #2e3092;
    font-size: 115%;
  }

  #head_brand_sp_fix:hover {
    color: #fff;
    background: #2e3092;
  }
}

@media screen and (max-width: 640px) {
  .brand_popup_fix ul li .student span {
    padding: 2px 5px;
  }
  .brand_popup {
    transform: translate(-50%, 0%) !important;
  }

  .brand_popup_fix .brand_logo_at {
    width: 78%;
    margin: 0.5rem 0;
  }
  .brand_popup_fix .brand_logo_online {
    width: 77%;
    margin: 0.5rem 0;
  }
  .brand_popup_fix .brand_logo_hs {
    width: 75%;
    margin: 0.5rem 0;
  }

  .brand_popup_fix ul li .type.type2 {
    font-size: 110%;
  }
  .brand_popup_fix ul li .type {
    font-size: 110%;
  }

  .brand_popup_fix {
    transform: translate(-50%, 0);
  }

  .brand_popup_fix ul li {
    margin-bottom: 12px;
  }

  #head_brand_sp_fix {
    right: 50px;
  }
  #head_brand_sp_fix img {
    max-width: 40px;
  }
}

@media screen and (max-width: 380px) {
  #head_brand_sp_fix {
    right: 50px;
  }
  #lead {
    width: auto;
  }
}

#nav_fix ul.school {
  width: 480px;
}

#nav_fix ul.school li {
  width: 100% !important;
}

#nav_fix ul.school span.set {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  background: #091074;
}

#nav_fix ul.school span.set li {
  -webkit-flex: 0 1 45%;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%;
  background: #091074;
  border: 1px solid #ffffff;
  margin: 2px 10px;
  padding: 3px 0px;
  width: 100% !important;
}

#nav_fix ul.school span.set li a {
  background: #091074 !important;
  color: #ffffff;
  text-indent: 0;
  width: 280px;
  height: auto;
  text-align: left;
  padding: 2.5px 20px;
  text-decoration: none;
  display: table-cell;
}

#nav_fix ul.school span:nth-of-type(1) {
  padding-top: 2px;
}
#nav_fix ul.school span:nth-of-type(6) {
  padding-top: 2px;
}
#nav_fix ul.school span:nth-of-type(7) {
  padding-top: 2px;
}
#nav_fix ul.school span:nth-of-type(9) {
  padding-top: 2px;
}
#nav_fix ul.school span:nth-of-type(11) {
  padding-top: 2px;
}
#nav_fix ul.school span:nth-of-type(12) {
  padding-top: 2px;
}
#nav_fix ul.school span:nth-of-type(13) {
  padding-top: 2px;
}

#nav_fix ul.school span:nth-of-type(5) {
  padding-bottom: 2px;
}
#nav_fix ul.school span:nth-of-type(6) {
  padding-bottom: 2px;
}
#nav_fix ul.school span:nth-of-type(8) {
  padding-bottom: 2px;
}
#nav_fix ul.school span:nth-of-type(10) {
  padding-bottom: 2px;
}
#nav_fix ul.school span:nth-of-type(11) {
  padding-bottom: 2px;
}
#nav_fix ul.school span:nth-of-type(12) {
  padding-bottom: 2px;
}

@media screen and (max-width: 1020px) {
  .mov_outer {
    width: 100%;
  }
}

#dialog_slider li .outer img {
  aspect-ratio: 1.91 / 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 345px;
  background-image: url('../images_column/dialog_thumbnail_under.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}
img.thumbnail {
  aspect-ratio: 1.91 / 1;
  object-fit: cover;
  width: 100%;
  background-image: url('../images_column/dialog_thumbnail_under.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}
.thumb img {
  aspect-ratio: 1.91 / 1;
  object-fit: cover;
  background-image: url('../images_column/dialog_thumbnail_under.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
}
.contents p.ttl {
  font-size: 115%;
  font-weight: bold;
}
.contents a {
  text-decoration: none;
}

.dialog_post_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.dialog_post_list li {
  display: flex;
  flex-direction: column;
  width: 49%;
  max-width: initial;
}

#toc_container .toc_list li {
  position: relative;
  list-style-type: none;
}

#toc_container .toc_list ul > li {
  font-weight: normal;
}

#toc_container .toc_list ul > li:before {
  content: '';
  width: 9px;
  height: 2px;
  background-color: black;
  position: absolute;
  top: 10px;
  left: -15px;
}

#toc_container .toc_list ul ul > li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background-color: black;
  position: absolute;
  top: 9px;
  left: -15px;
}

#toc_container .toc_list ul ul {
  display: none;
}

.dialog #dialog_clm_content p {
  font-size: 15px;
  line-height: 2;
}

.dialog #dialog_clm_content ul + p {
  margin-top: 1.5em;
}

.dialog #dialog_clm_content p iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.dialog #dialog_clm_content .youtube-video {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.dialog #dialog_clm_content .youtube-video iframe {
  width: 100%;
  height: 100%;
}

.dialog #dialog_clm_content .youtube-video + p {
  margin-top: 1.5em;
}

@media screen and (max-width: 768px) {
  .dialog_post_list li {
    width: 100%;
  }

  .dialog_cont_sec > div,
  .dialog_cont_sec > p {
    width: 94%;
    margin: 0 auto;
  }
}

.execphpwidget .bnr li {
  margin-bottom: 0.65em;
}
.execphpwidget .bnr li img {
  border: solid 1px #bdbdbd;
}

/* modified by cake */

.ranking_area .execphpwidget ul {
  margin-bottom: 60px;
}

a.dialog__inner--btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2.8rem 0 1.5rem;
  width: fit-content;
  height: 46px;
  margin: 1rem auto;
  color: #fff;
  font-size: clamp(1rem, 0.686rem + 1.07vw, 1.2rem);
  text-decoration: none;
  background: #1d2087;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

a.dialog__inner--btn:hover {
  opacity: 0.7;
}

a.dialog__inner--btn::after {
  content: '>';
  position: absolute;
  color: #fff;
  font-size: clamp(1rem, 0.686rem + 1.07vw, 1.2rem);
  font-weight: bold;
  top: 47%;
  right: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* #dialog_clm_content img.aligncenter {
  width: initial;
} */

#dialog_clm_content img.size-full {
  width: initial;
}

@media screen and (min-width: 768px) {
  /* #dialog_clm_content img.aligncenter {
    width: 85%;
  } */

  #dialog_clm_content img.size-full {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
}

.execphpwidget .sp .bnr {
  width: 95%;
  margin: 0 auto;
  text-align: center;
}

.dialog #dialog_clm_content > ul + h3 {
  margin-top: 1.7em;
}

.dialog #dialog_clm_content > ol + h3 {
  margin-top: 1.7em;
}

.d-thumb {
  margin: 0 auto 1rem;
  width: 100%;
  height: auto;
}

.d-thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.91 / 1;
  object-fit: cover;
}

/* dialog CTA btn */
#dialog_main:has(+ .c-dialog-cta) {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #dialog_main:has(+ .c-dialog-cta) {
    margin-bottom: 20px;
  }
}

.c-dialog-cta {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 70px;
}

.c-dialog-cta-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  width: 90%;
  max-width: 824px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .c-dialog-cta-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
}
.c-dialog-cta-btn li {
  display: block;
  width: calc(50% - 12px);
}
@media (max-width: 768px) {
  .c-dialog-cta-btn li {
    width: 100%;
  }
}
.c-dialog-cta-btn li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  margin: auto;
  background-color: #1d2087;
  border: solid 3px #1d2087;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  word-break: keep-all;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .c-dialog-cta-btn li a {
    height: 52px;
    font-size: clamp(0.875rem, 0.83rem + 0.223vw, 0.9375rem);
  }
}
.c-dialog-cta-btn li a.c-l-blue {
  background-color: #1790d0;
  border: solid 3px #1790d0;
}
.c-dialog-cta-btn li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0.87em;
  -webkit-transform: translateY(-44%);
  transform: translateY(-44%);
  background-image: url(../images/renew-school/icon-btn-arrow.svg);
  background-image: url(https://dialo.jp/images/renew-school/icon-btn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
  transition: -webkit-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-filter: invert(100%) sepia(0%) saturate(231%) hue-rotate(122deg) brightness(111%) contrast(100%);
  filter: invert(100%) sepia(0%) saturate(231%) hue-rotate(122deg) brightness(111%) contrast(100%);
}
.c-dialog-cta-btn li a:hover {
  background-color: #fff;
  color: #1d2087;
}
.c-dialog-cta-btn li a:hover::after {
  -webkit-filter: invert(12%) sepia(92%) saturate(2861%) hue-rotate(233deg) brightness(86%) contrast(99%);
  filter: invert(12%) sepia(92%) saturate(2861%) hue-rotate(233deg) brightness(86%) contrast(99%);
}
.c-dialog-cta-btn li a.c-l-blue:hover {
  color: #1790d0;
}
.c-dialog-cta-btn li a.c-l-blue:hover::after {
  -webkit-filter: invert(44%) sepia(92%) saturate(474%) hue-rotate(157deg) brightness(92%) contrast(96%);
  filter: invert(44%) sepia(92%) saturate(474%) hue-rotate(157deg) brightness(92%) contrast(96%);
}
@media (max-width: 768px) {
  .c-dialog-cta-btn.v-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
    width: 100%;
  }
}
.c-dialog-cta-btn.v-2 li a {
  height: 58px;
}
@media (max-width: 768px) {
  .c-dialog-cta-btn.v-2 li a {
    height: 50px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .c-dialog-cta-btn.v-2 li a::after {
    right: 0.2em;
    width: 1.3em;
    height: 1.3em;
  }
}
