 @charset "utf-8";

a.mama:link {
  text-decoration:underline;
  color:#0000ee;
}

a.mama:visited {
    color: #551ab8;
}

a.mama:active {
  color:#ff0000;
}

#Maincontents {
  padding-top: 70px;
}

section {
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 40px;
  &.bgc01{
    background-color: #e2f2ef;
  }
  &.bgc02{
    background-color: #faebdb;
  }
  &.bgc03{
    background-color: #dff1fa;
  }
  &.bgc04{
    background-color: #faeaf3;
  }
  &.bgc05{
    background-color: #d2eae6;
  }
}

.inner_box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/****** fade script ******/
.fadeIn {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}
.fadeIn-up {
  transform: translate(0, 50px);
}
.fadeIn {
  transform: translate(0, -50px);
}
.fadeIn-left {
  transform: translate(-50px, 0);
}
.fadeIn-right {
  transform: translate(50px, 0);
}
.scrollIn {
  opacity: 1;
  transform: translate(0, 0);
}
/****** fade script end ******/

/*top*/
.top_area {
  position: relative;
  height: 600px;
  width: 100vw;
  background-color: rgba(0, 183, 255, 0.3); 
}

.top_area::after {
  content: "";
  width: 100vw;
  height: 500px;
  background-image: url(/common_d/connect/img/examplan2026/top_bak.png);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: left bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -10;
}

.top_box {
    position: relative;
    width: 100%;
    height: 600px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.top_box h1 {
  position: absolute;
  top: 20%;
  font-weight: 700;
  font-size: 100px;
  line-height: 100px;
  text-shadow: 8px 8px 3px rgba(255, 255, 255, 1);
}

img.chyu2026 {
  position: absolute;
  top: 30px;
  left: 20px;
}

img.smp {
  position: absolute;
  bottom: 20px;
  right: 0;;
}

.list_box {
  position: absolute;
  bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  max-width: 700px;
}

.speechBubble {
    position: relative;
    display: grid;
    align-items: center;
    text-align: center;
    width: 30%;
    height: 80px;
    margin: 0 10px 20px 0;
    padding: 10px 10px 10px 30px;
    border-radius: 5px;
    background-color: #bfbfbf;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4em;
    color: #fff;
  &.sbcol01 {
    background-color: #e29347;
  }
  &.sbcol02 {
    background-color: #2cb5a9;
  }
  &.sbcol03 {
    background-color: #00b2dd;
  }
  &.sbcol04 {
    background-color: #004893;
  }
  &.sbcol05 {
    background-color: #e39547;
  }
}

.speechBubble {
  &::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #bfbfbf transparent transparent;
    translate: -50% 100%;
  }
  &.sbcol01::after {
    border-top-color: #e29347;
  }
  &.sbcol02::after {
    border-top-color: #2cb5a9;
  }
  &.sbcol03::after {
    border-top-color: #00b2dd;
  }
  &.sbcol04::after {
    border-top-color: #004893;
  }
  &.sbcol05::after {
    border-top-color: #e39547;
  }
}

.onashi::after {
 display: none;
}

.speechBubble a {
  color: #fff;
}

.speechBubble::before {
  content: "▶";
  position: absolute;
  font-size: 14px;
  top:40%;
  left:10px;
}

.speechBubble span {
  display: block;
  font-family: 'Affogato-Regular';
  line-height: 1.4em;
}

.catch_copy {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
  background-color: #2eb6aa;
  color: #fff;
  padding: 30px 100px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 0 0 30px 30px;
}

.catch_copy span {
  display: block;
  font-size: 2.0em;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2em;
}

.move_ttl {
  position: relative;
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3em;
  text-align: center;
  padding: 10px;
  margin-bottom:20px;
  color: #333;
  border-top: 2px solid #2eb6aa;
  border-bottom: 2px solid #2eb6aa;
}

.move_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.move_img {
  text-align: center;
  margin-bottom: 20px;
}

.move_spec {
  font-size: 0.8em;
  line-height: 1.4em;
  text-align: center;
}

.move_spec span {
  font-weight: 600;
}

.kaiwa img {
  margin-bottom: 10px;
}

.kaiwa .smp_img,.kaiwa.migiyose .smp_img {
  display: none;
}

h2#check_01,h2#check_02,h2#check_03,h2#check_04,h2#check_05 {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3em;
  padding-left: 115px;
  margin-bottom: 20px;
}


h2#check_01::before {
  content: url("/common_d/connect/img/examplan2026/check1.png");
  position: absolute;
  left: 0;
  top: 5px;
}
h2#check_02::before {
  content: url("/common_d/connect/img/examplan2026/check2.png");
  position: absolute;
  left: 0;
  top: 5px;
}
h2#check_03::before {
  content: url("/common_d/connect/img/examplan2026/check3.png");
  position: absolute;
  left: 0;
  top: 5px;
}
h2#check_04::before {
  content: url("/common_d/connect/img/examplan2026/check4.png");
  position: absolute;
  left: 0;
  top: 5px;
}

h2#check_05::before {
  content: url("/common_d/connect/img/examplan2026/check5.png");
  position: absolute;
  left: 0;
  top: 5px;
}


h2 .underline_text {
  font-size : 20px;
  color: #333;
  background: linear-gradient(transparent 50%, #ffff66 50%);
}

h3 {
  font-size: 1.3em;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.campus {
  width: 100%;
  background-color: #fff;
  padding: 20px 30px 0;
  border-radius: 15px;
  display: flex;
  margin-bottom: 40px;
}

.campus .left_box {
  width: 34%;
  margin-right: 30px;
}

.campus .right_box {
  width: 66%;
}

.faculty {
  width: 100%;
  margin-bottom: 20px;
}

p.campus_neme {
  font-size: 1.2em;
  font-weight: 600;
  border-bottom: 1px solid #333;
  margin-bottom: 5px;
}

.faculty p {
  position: relative;
  font-size: 1.6em;
  font-weight: 600;
  padding: 5px 0 5px 40px;
  line-height: 35px;
  &::before {
    position: absolute;
    left: 0;
  }
  &.col_law::before {
  content: url("/common_d/connect/img/examplan2026/f-law.png");
  }
  &.col_fundam::before {
    content: url("/common_d/connect/img/examplan2026/f-kikan.png");
  }
  &.col_society::before {
    content: url("/common_d/connect/img/examplan2026/f-syakai.png");
  }
  &.col_advanced::before {
    content: url("/common_d/connect/img/examplan2026/f-senshin.png");
  }
  &.col_economics::before {
    content: url("/common_d/connect/img/examplan2026/f-keizai.png");
  }
  &.col_commerce::before {
    content: url("/common_d/connect/img/examplan2026/f-sho.png");
  }
  &.col_letters::before {
    content: url("/common_d/connect/img/examplan2026/f-bun.png");
  }
  &.col_policy::before {
    content: url("/common_d/connect/img/examplan2026/f-sosei.png");
  }
  &.col_gm::before {
    content: url("/common_d/connect/img/examplan2026/f-gm.png");
  }
  &.col_itl::before {
    content: url("/common_d/connect/img/examplan2026/f-itl.png");
  }
}

.faculty ul {
  padding-left: 30px;
}

.faculty li {
  width: 100%;
}

.faculty li.subordinate {
  font-size: 0.8em;
  line-height: 1.5em;
  padding-left: 20px;
}

.heiyorei, .heiyorei2 {
  position: relative;
  background-color: #fff;
  border: 2px solid #e39547;
  letter-spacing: -0.03em;
  text-align: center;
  padding: 20px 0;
  width: 42%;
  font-size: 14px;
  border-radius: 10px;
}

.heiyorei span.hoshiki, .heiyorei2 span.hoshiki{
  font-weight: 600;
  display: block;
  font-size: 1.4em;
}

.heiyorei {
  margin-left: 10%;
}

.heiyorei::before {
  content: url("/common_d/connect/img/examplan2026/1-heiganrei_208.png");
  position: absolute;
  left: -25%;
  top:0;
}

.heiyorei.jishi2::before {
  content: url("/common_d/connect/img/examplan2026/1-heiganrei_215.png");
}

.heiyorei::after {
  content: url("/common_d/connect/img/examplan2026/1-heiganrei_plus.png");
  position: absolute;
  right:-8%;
  top: 25%;
  width: 8%;
  z-index: 10;
}

img.otoku {
  width: 100%;
}

img.otoku.mr20 {
  padding-right: 20px;
}

.heigan_point {
  width: 280px;
  margin-left: 20px;
  position: relative;
  z-index: 10;
  color: #fff;
  padding: 60px 10px;
  font-size: 1.2em;
  line-height: 1.8em;
  text-align: center;
}

.heigan_point::before {
  content: url(/common_d/connect/img/examplan2026/1-point.png);
  position: absolute;
  left: 10px;
  bottom: 0;
  z-index: 20;
}

.heigan_point::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background-color: #e29347;
  border-radius: 10px;
  z-index: -10;
}

.senbatsu {
  width: 100%;
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 40px;
  position: relative;
}

.hashtag {
  text-align: right;
  margin-bottom: 5px;
}

.hashtag span {
  position: relative;
  display: inline-block;
  font-size: 1.2em;
  font-weight: 600;
  color: #2cb5a9;
  line-height: 1.2em;
  padding: 0 30px;
}

.hashtag span::before {
  content: url("/common_d/connect/img/examplan2026/hashtag.png");
  position: absolute;
  left: 0;
}

.hashtag span:last-child {
  padding :0 0 0 30px
}

.fukidashi_area {
  position: absolute;
  top : 10px;
  right: 10px;
}

.fukidashi {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 50%;
  background-color: #2cb5a9;
  display: grid;
  place-items: center;
}

.fukidashi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #2cb5a9 transparent transparent;
  translate: -50% 100%;
  transform: skew(-30deg);
  transform-origin: top;
}

.fukidashi p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  color: #ffffff;
  text-align: center;
}

.fukidashi2 {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #2cb5a9;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
  color: #ffffff;
  margin-bottom: 5px;
}

.fukidashi2::after {
  content: "";
  position: absolute;
  top: 70%;
  left: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: transparent #2cb5a9 transparent transparent;
  translate: -100% -50%;
}

.fukidashi2 a {
  color: #fff;
  text-decoration: underline;
  text-underline-position: under;
  &:hover {
    color: #ffff00;
  }
}

.fukidashi3 {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 30px;
  border-radius: 40px;
  background-color: #f1cba2;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #333333;
}

.fukidashi3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #f1cba2 transparent transparent;
  translate: -50% 100%;
}

.fukidashi4 {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 160px;
  margin-bottom: 15px;
  padding: 5px;
  border: 2px solid #00a9d6;
  border-radius: 50%;
  background-color: #ffffff; 
  display: grid;
  place-items: center;
}

.fukidashi4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15px 7.5px 0 7.5px;
  border-color: #00a9d6 transparent transparent;
  translate: -50% 100%;
  transform: skew(-25deg);
  transform-origin: top;
}

.fukidashi4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 10.5px 5.3px 0 5.3px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
  transform: skew(-25deg);
  transform-origin: top;
}

.fukidashi4 p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: -0.05em;
  color: #00a9d6;
}

.fukidashi4 p span {
  font-family: 'Affogato-bold';
  font-size: 70px;
}

.fukidashi5 {
  position: relative;
  display: inline-block;
  width: 200px;
  margin-right: 10px;
  padding: 10px;
  border-radius: 10px;
  background-color: #d0f2e6;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #2cb5a9;
  display: grid;
  place-items: center;
}

.wlong {
  width: 300px;
}

.fukidashi5::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #d0f2e6;
  translate: 100% -50%;
}

.onashi::after {
 display: none;
}

.pr_chosei {
  padding-right: 130px;
}

.kyoka_waku {
  width: 30px;
  border: 1px solid #333;
  text-align: center;
  line-height: 1.2em;
  margin-right: 10px;
  display: grid;
  place-items: center;
}

.kyoka_text {
  font-size: 0.8em;
  line-height: 1.6em;
}

.attent_test {
  width: 100%;
  background-color: #e2f2ef;
  margin: 0 auto;
  padding: 20px;
  border-radius: 15px;
  position: relative;
}

table.nittei_hyo {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #666;
  background-color: #fff;
}

table.nittei_hyo th,
table.nittei_hyo td {
  border: 1px solid #666;
  padding: 5px 5px 0;
  text-align: center;
  vertical-align: middle;
}

table.nittei_hyo th {
  background-color: #fbeda8;
}

table.nittei_hyo th.mizuiro, table.nittei_hyo td.mizuiro {
  background-color: #bbe3f3;
  border-top: 2px solid #666;
  border-bottom: 2px solid #666;
}

p.testday {
  font-size: 18px;
  font-weight: 600;
}

p.testday span {
  font-family: 'Affogato-bold';
  font-size: 50px;
}

.kaijyo_point {
  width: 100%;
  position: relative;
  z-index: 10;
  color: #fff;
  padding: 20px 10px 20px 170px;
  font-size: 1.2em;
  line-height: 1.8em;
  background-color: #00b4de;
  border-radius: 10px;
}

.kaijyo_point::before {
  content: url(/common_d/connect/img/examplan2026/4-point.png);
  position: absolute;
  left: 10px;
  bottom: -20px;
  z-index: 20;
}

.test_fee {
  border: 2px solid #004894;
  padding: 10px 0;
  width: 49%;
}

.test_fee hr {
  border: 1px solid #004894;
  width: 100%;
  margin: 10px 0;
}

.test_fee div {
  margin: 0 20px;
}

.test_fee .reidai {
  text-align: center;
  padding-bottom: 10px;
}

.test_fee .fee_fbox {
  display: flex;
  width: auto;
  background-color: #fbeda8;
  padding: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.test_fee .fee_fbox p span.tex_waku {
  margin-bottom: 0;
}

.test_fee .fee_fbox p.price {
  font-weight: 600;
  color: #ea6100;
  text-align: right;
  margin-left: auto;
}

.teisei_line {
  font-size: 0.8em;
  color: #000;
  text-decoration: line-through solid red;
}

p.plus {
  font-size: 1.6em;
  text-align: center;
  line-height: 1.0em;
}

.qa_engimg {
  width: 100%;
}

.qa_engtype {
  width: 280px;
  background-color: #fff;
  margin-left: 10px;
  padding: 10px 10px 0;
}

.qa_engtype p {
  font-size: 0.8em;
  line-height: 1.5em;
  margin-bottom: 10px;
}

.qa_engtype p span {
  display: inline-block;
  background-color: #fff368;
  padding: 0 10px;
  border-radius: 10px;
}

.ucaro_btn {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.ucaro_btn a{
    display:inline-block;
    width:90%;
    text-decoration: none;
    background:#2CB5A9;
    text-align:center;
    padding: 10px;
    color:#FFFFFF;
    font-size:18px;
    font-weight:bold;
    border-radius:30px;
    transition: all 0.5s ease;
}
.ucaro_btn a:hover{
    background:#D0F2E6;
    color:#CCCCCC;
    margin-left:0px;
    margin-top:0px;
    box-shadow:none;
}

.scroll_img {
  width: 100%;
}


/****felxbox****/
.flexbox {
  width: 100%;
  display: flex;
}

.between {
  justify-content: space-between;
}


/*******共通・変更etc*****/

.tex80 {
  font-size: 80%;
  line-height: 130%;
}

.tex90 {
  font-size: 90%;
}

.tex120 {
  font-size: 120%;
}

.tex140 {
  font-size: 140%;
}

.tex160 {
  font-size: 160%;
}


.tex_waku {
  padding: 0 10px;
  margin-right: 5px;
  color: #fff;
  white-space: nowrap;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 5px;
}

.method_b {
 background-color: #666;
}

.method_w {
 background-color: #fff;
 border: 1px solid #000;
 color: #000;
}

.method_g {
 background-color: #ccc;
 color: #000;
}

.method_5 {
  background-color: #00b2dd;
  width: 100%;
  text-align: center;
}

.migiyose {
  text-align: right;
  margin-left: auto;
}

.nakayose {
  text-align: center;
}

.underline {
  border-bottom: 2px solid #666;
}

.namisen {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: red;
}

.rightline {
  border-right: 2px solid #666;
  padding-right: 10px;
  margin-right: 10px;
}

.w100{
  width: 100%;
}

.mr10 {
  margin-right: 10px;
}

.marker {
  background-color: #ffff66;
}

.tb_in {
  display: none;
}

.pc_no-smp_in {
  display: none;
}

/*color*/
.bodercol01 {
  border-color: #e29347;
}
.col01 {
  color: #e29347;
}
.bodercol02 {
  border-color: #2cb5a9;
}
.col02 {
  color: #2cb5a9;
}
.bodercol03 {
  border-color: #00b2dd;
}
.col03 {
  color: #00b2dd;
}
.bodercol04 {
  border-color: #004893;
}
.col04 {
  color: #004893;
}
.bodercol05 {
  border-color: #e39547;
}
.col05 {
  color: #e39547;
}

/*学部カラー*/
.bakcol_law{background-color:#666699;}
.bakcol_economics{background-color:#0099ff;}
.bakcol_commerce{background-color:#009966;}
.bakcol_fundam{background-color:#e9b310;}
.bakcol_society{background-color:#ef8200;}
.bakcol_advanced{background-color:#e95520;}
.bakcol_letters{background-color:#e40077;}
.bakcol_policy{background-color:#009fa8;}
.bakcol_gm{background-color:#002063;}
.bakcol_itl{background-color:#231815;}

.col_law{color:#666699;}
.col_economics{color:#0099ff;}
.col_commerce{color:#009966;}
.col_fundam{color:#e9b310;}
.col_society{color:#ef8200;}
.col_advanced{color:#e95520;}
.col_letters{color:#e40077;}
.col_policy{color:#009fa8;}
.col_gm{color:#002063;}
.col_itl{color:#231815;}


/**********tb*************/
@media screen and (max-width: 1000px){
  .inner_box {
    width: 95%;
  }

  img.smp {
    bottom: auto;
    right: 10px;
    top: 55px;
    height: 350px;
  }

  .list_box {
    width: 96%;
    max-width: 100%;
    justify-content: space-around;
  }

  .catch_copy {
    padding: 30px 30px;
  }

  .campus {
    flex-direction: column;
  }

  .campus .left_box,.campus .right_box {
    width: 100%;
  }

  .flexbox_rikou {
    display: flex;
    flex-wrap: wrap;
  }

  .flexbox_rikou .faculty {
    width: 50%;
  }

  .hashtag {
    text-align: left;
  }

  .heigan_point {
    width: 100%;
    margin-left: auto;
    padding: 30px 10px 30px 100px;
    margin-top: 20px;
  }

  .heigan_point::before {
    bottom: auto;
    top: 5px;
  }

  .heigan_point::after {
    height:100%;
    border-radius: 10px;
  }

  .fukidashi4 {
    margin-top: 80px;
  }

  .tex_waku {
    padding: 0 5px;
  }

  .tb_w70 {
    width: 70%;
  }

  .tb_w30 {
    width: 30%;
  }

  .kaijyo_point::before {
    bottom: auto;
  }

  .tb_none {
    display: none;
  }

  .tb_in {
    display: inline-block;
  }

  .qa_engtype {
    width: 100%;
    margin-left: auto;
  }

  .fukidashi5 {
    width: 100%;
    margin-bottom:10px;
  }

  .fukidashi5::after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    border-width: 10px 5px 0 5px;
    border-color: #d0f2e6 transparent transparent;
    translate: -50% 100%;
  }

  .ucaro_btn {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .flexbox.tb_column {
    flex-direction: column;
  }

}

/**********smp*********/
@media screen and (max-width: 599px){
  #Maincontents {
    padding-top: 60px;
    padding-bottom: 0;
  }

  p {
    line-height: 160%;
  }

  .top_box {
    padding: 0 10px;
  }

  img.smp {
    right: -35px;
    top: auto;
    bottom: 40px;
    height: 340px;
  }

  img.chyu2026 {
    top: 10px;
    left: 10px;
    width: 350px;
  }

  .top_box h1 {
    top: 70px;
    font-weight: 700;
    font-size: 70px;
    line-height: 70px;
    text-shadow: 5px 5px 3px rgba(255, 255, 255, 1);
  }

  .list_box  {
    bottom: 10px;
    width: 270px;
  }

  .speechBubble {
      width: 100%;
      height: auto;
      margin: 0 10px 11px 0;
      padding: 8px 5px 8px 20px;
      font-size:13px;
      line-height: 1.2em;
  }

  .speechBubble::before {
      font-size: 12px;
      top: 30%;
      left: 5px;
  }

  .catch_copy {
      padding: 20px 10px;
      font-size: 16px;
  }

  .campus {
    padding: 20px 20px 0;
  }

  h2#check_01, h2#check_02, h2#check_03, h2#check_04, h2#check_05 {
    font-size: 26px;
    padding-left: 110px;
    height: 100px;
  }

  .kaiwa img {
    width: 100%;
  }

  .kaiwa .smp_img,.kaiwa.migiyose .smp_img {
    display: block;
  }

  .kaiwa .pc_img,.kaiwa.migiyose .pc_img {
    display: none;
  }

  .flexbox, .flexbox_rikou {
    flex-direction: column;
  }

  .flexbox_rikou .faculty{
    width: 100%;
  }

.heiyorei, .heiyorei2 {
width: 80%;
margin-left: 20%;
}

.heiyorei2 {
  margin-top: 40px;
}


.heiyorei::before {
  left: -25%;
}

.heiyorei.jishi2::before {
  content: url("/common_d/connect/img/examplan2026/1-heiganrei_215.png");
}

.heiyorei::after {
  right: 50%;
  top: auto;
  bottom: -60%;
}

  img.otoku.mr20 {
  padding-right: 0;
}

  .heigan_point {
    padding: 10px 10px 10px 160px;
    text-align: left;
  } 

  .heigan_point::before {
    top: auto;
    left: 0;
    bottom: -40px;
    content: url(/common_d/connect/img/examplan2026/1-point_s.png);
  }

  .kyoka_waku {
    display: inline-block;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 10px;
  }

  .pr_chosei, .tandoku_smp {
    padding-right: 110px;
  }

  .fukidashi_area {
    top:5px;
    right: 5px;
  }

  .rightline {
    border-right: none;
    border-bottom: 1px solid #666;
    padding-right: 0;
    margin-right: 0;
  }

  .smp_underline {
    border-bottom: 2px solid #666;
  }

  .attent_test {
    padding: 80px 10px 20px 10px;
  }

  .fukidashi3::after {
    left: 80%;
  }

  .fukidashi4 {
    margin-top: 170px;
    width: 150px;
    height: 150px;
  }

  .tex_waku {
    padding: 0 10px;
  }

  .kaijyo_point {
    padding: 5px 10px 5px 165px;
  }

  .kaijyo_point::before {
    bottom: 0;
    left: 5px;
  }

  .test_fee {
    width: 100%;
  }

  .test_fee div {
    margin: 0 10px;
  }

  .qa_engimg {
    width: auto;
  }

  .pc_no-smp_in {
    display: inline-block;
  }

  .smp_none {
    display: none;
  }

 .scroll {
        overflow: auto;
  }

  .scroll_img {
    width: auto;
  }

  .tb_w40, .tb_w60 {
    width: 100%;
  }

}