@charset "UTF-8";
/**
 * admissionページ共通パーツ
 *
 * 00. Settings
 * 01. Title
 * 02. Table
 * 03. Icon
 * 04. Section
 * 05. Parts
 *
 */
/* ==========================================================================
   00. Settings
   ========================================================================== */
.admission .adm * {
  box-sizing: border-box; }

.admission .adm .main img {
  height: auto;
  line-height: 1;
  max-width: 100%;
	width: 100%;
  vertical-align: top; }

/* ==========================================================================
   01. Title
   ========================================================================== */
.policy .policy-title {
  border-top: 1px dotted #333333;
  border-bottom: 1px dotted #333333; }

h4.ttl span {
  color: #bf102c; }

.adm-ttl {
  text-align: center;
  border-top: 1px dotted #333333;
  border-bottom: 1px dotted #333333;
  padding: 50px 0;
  font-weight: bold; }
  .adm-ttl span {
    display: block;
    margin-bottom: 20px;
    font-size: 10px;
    letter-spacing: 0.1em;
    color: #c1272d; }
  .adm-ttl h1 {
    margin-bottom: 10px;
    font-size: 28px;
    color: #231815; }

.adm-ttl01 {
  color: #000;
  font-weight: bold;
  border-top: 2px solid #bf102c;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 35px;
  margin-top: 73px;
  padding: 10px 0 8px 0px;
  font-size: 138.461538462%; }
  .adm-ttl01:first-child {
    margin-top: 0; }

.adm-ttl01-bn {
  color: #000;
  font-weight: bold;
  border-top: 2px solid #bf102c;
  margin-top: 73px;
  padding: 10px 0 0 0;
  font-size: 138.461538462%; }
  .adm-ttl01-bn:first-child {
    margin-top: 0; }

.adm-ttl02 {
  padding-bottom: 5px;
  border-bottom: 1px solid #bfbfbf;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 19px;
  padding-left: 18px;
  position: relative;
  font-size: 123.076923077%; }
  .adm-ttl02:before {
    background-color: #bf102c;
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    left: 0;
    top: 7px;
    width: 12px; }

.adm-ttl03 {
  color: #bf102c;
  margin-top: 19px;
  margin-bottom: 5px;
  font-size: 107.692307692%; }

.adm-ttl04 {
  margin-bottom: 16px;
  margin-top: 16px; }


.device-mobile .adm-ttl {
  border-top: none;
  border-bottom: 1px dotted #000;
  padding: 20px; }
  .device-mobile .adm-ttl span {
    margin-bottom: 10px; }
  .device-mobile .adm-ttl h1 {
    font-size: 15px; }
  .device-mobile .adm-ttl .adm-ttl-lead {
    font-size: 11px;
    font-weight: normal;
    line-height: 1.8; }

.device-mobile .policy .policy-title {
  border-top: none;
  border-bottom: 1px dotted #000;
  padding: 20px; }
  .device-mobile .policy .policy-title span {
    margin-bottom: 10px; }
  .device-mobile .policy .policy-title h1 {
    font-size: 15px; }

.device-mobile .adm-ttl01 {
  font-size: 15px;
  margin-bottom: 15px;
  margin-top: 20px;
  padding: 10px 0 8px 0px; }
  .device-mobile .adm-ttl01:first-child {
    margin-top: 0; }


.device-mobile .adm-ttl01-bn {
  font-size: 15px;
  margin-top: 20px;
  padding: 10px 0 0 0; }
  .device-mobile .adm-ttl01:first-child-bn {
    margin-top: 0; }

.device-mobile .adm-ttl02 {
  font-size: 14px;
  margin-top: 17px;
  margin-bottom: 10px;
  padding-left: 15px; }
  .device-mobile .adm-ttl02:before {
    height: 10px;
    top: 4px;
    width: 10px; }

.device-mobile .adm-ttl03 {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 8px; }

.device-mobile .adm-ttl04 {
  margin-top: 10px;
  margin-bottom: 8px; }


/* ==========================================================================
   02. Table
   ========================================================================== */
.adm-tbl01 {
  border: 1px solid #b3b3b3;
  margin-top: 10px;
  margin-bottom: 10px; }
  .adm-tbl01 th,
  .adm-tbl01 td {
    font-weight: bold;
    padding: 10px 8px;
    text-align: center;
    vertical-align: middle; }
    .adm-tbl01 th.line-btm-none,
    .adm-tbl01 td.line-btm-none {
      border-bottom: none !important; }
    .adm-tbl01 th.line-r-none,
    .adm-tbl01 td.line-r-none {
      border-right: none !important; }
    .adm-tbl01 th .small,
    .adm-tbl01 td .small {
      font-size: 80%; }
  .adm-tbl01 th {
    background-color: #bf102c;
    border-right: 1px solid #FFF;
    color: #FFF; }
    .adm-tbl01 th:last-child {
      border-right: none; }
  .adm-tbl01 .bb-w {
    border-bottom: 1px solid #FFF; }
    .adm-tbl01 .bb-w .sup-text {
      color: #FFFF !important;
      vertical-align: top;
      position: relative;
      top: -0.1em;
      font-size: 30%; }
  .adm-tbl01 .br-w {
    border-right: 1px solid #FFF !important; }
  .adm-tbl01 th[rowspan] {
    border-bottom: 1px solid #FFF; }
  .adm-tbl01 td {
    border-bottom: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3; }

.device-mobile .sp-scroll-tbl {
  overflow-x: auto;
  font-size: 11px; }
  .device-mobile .sp-scroll-tbl table {
    min-width: 640px; }

.device-mobile .sp-scroll-tbl::-webkit-scrollbar {
  height: 5px; }

.device-mobile .sp-scroll-tbl::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee; }

.device-mobile .sp-scroll-tbl::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #bbb; }

/* ==========================================================================
   03. Icon
   ========================================================================== */
/* ==========================================================================
   04. Section
   ========================================================================== */
.adm-sct {
  margin-top: 73px;
  margin-bottom: 73px; }
  .adm-sct:first-child {
    margin-top: 0; }
  .adm-sct:last-child {
    margin-bottom: 0; }

.device-mobile .adm-sct {
  margin-top: 35px;
  margin-bottom: 35px; }

/* ==========================================================================
   05. Parts
   ========================================================================== */
/* アドミッションポリシーの開閉メニュー
   ========================================================================== */
.policy-wrap {
  margin-top: 20px; }

.policy-wrap-ttl {
  background: url(/common/img/pc/bg-stripe-light-red.gif) repeat left top;
  border-top: 2px solid #bf102c;
  border-bottom: 1px solid #bfbfbf;
  color: #000;
  /*cursor: pointer;*/
  font-size: 123%;
  padding: 14px 20px 10px;
  position: relative; }
/*  .policy-wrap-ttl:before, .policy-wrap-ttl:after {
    background-color: #000;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .policy-wrap-ttl:before {
    right: 16px;
    height: 2px;
    width: 17px; }
  .policy-wrap-ttl:after {
    right: 24px;
    height: 17px;
    width: 2px; }*/
/*  .policy-wrap-ttl.-open:after {
    display: none; }*/

.policy h2.policy-wrap-ttl {
  color: #111;
  margin-bottom: 0; }

.pink-ttl {
  background-image: url(../../../admission/assets/img/pc/bg-stripe-light-pink.gif);
  border-top: 2px solid #e67487; }

.blue-ttl {
  background-image: url(../../../admission/assets/img/pc/bg-stripe-light-blue.gif);
  border-top: 2px solid #00b8e1; }

.green-ttl {
  background-image: url(../../../admission/assets/img/pc/bg-stripe-light-green.gif);
  border-top: 2px solid #5fb063; }

.purple-ttl {
  background-image: url(../../../admission/assets/img/pc/bg-stripe-light-purple.gif);
  border-top: 2px solid #be71a1; }

.orange-ttl {
  background-image: url(../../../admission/assets/img/pc/bg-stripe-light-orange.gif);
  border-top: 2px solid #eea05f; }

.purple2-ttl {
  background-image: url(../../../admission/assets/img/pc/bg-stripe-light-purple2.gif);
  border-top: 2px solid #816da1; }

.red2-ttl {
  background-image: url(../../../admission/assets/img/pc/bg-stripe-light-red2.gif);
  border-top: 2px solid #942a5b; }

.blue2-ttl {
  background-image: url(../../../admission/assets/img/pc/bg-stripe-light-blue2.gif);
  border-top: 2px solid #0076b0; }

.policy-wrap-main {
  background: url(/common/img/pc/bg-stripe-light-gray.gif) repeat left top;
  /*display: none;*/ }
  .policy-wrap-main.-open {
    display: block; }

.policy-wrap-main-inner {
  font-weight: bold;
  line-height: 1.7;
  padding: 22px 20px; }
  .policy-wrap-main-inner li {
    font-weight: normal; }

.policy-wrap-sttl {
  color: #bf102c;
  font-size: 108%;
  margin-bottom: 5px;
  margin-top: 15px; }
  .policy-wrap-sttl:first-child {
    margin-top: 0; }

.device-mobile .policy-wrap-ttl {
  font-size: 12px;
  padding: 12px 20px; }
  .device-mobile .policy-wrap-ttl:before {
    right: 16px;
    width: 12px; }
  .device-mobile .policy-wrap-ttl:after {
    right: 21px;
    height: 12px; }

/* テキスト
   ========================================================================== */
.text-bold {
  font-weight: bold; }

.big-red {
  font-size: 18px;
  color: #bf102c; }

.red {
  color: #bf102c; }

.small {
  font-size: 50% !important;
  color: #231815 !important; }

.cont-indent {
  padding-left: 1.25em; }

.anchor-select {
  margin-top: 30px;
  margin-bottom: 10px; }

.device-mobile .anchor-select {
  padding-left: 20px;
  padding-right: 20px; }

/* リスト
   ========================================================================== */
.adm ol,
.adm ul {
  margin-top: 10px;
  margin-bottom: 10px; }
  .adm ol li,
  .adm ul li {
    margin-bottom: 5px; }
    .adm ol li:last-child,
    .adm ul li:last-child {
      margin-bottom: 0; }

.qa ul {
  margin-top: 0px; }

.list-num li {
  padding-left: 1.5em;
  position: relative; }
  .list-num li span {
    position: absolute;
    left: 0;
    top: 0; }

.list-num-circle li {
  padding-left: 1.25em;
  position: relative; }
  .list-num-circle li span {
    position: absolute;
    left: 0;
    top: 0; }

.list-attention li {
  padding-left: 2.5em;
  position: relative;
  color: #5a5858;
  font-size: 90%; }
  .list-attention li span {
    position: absolute;
    left: 0;
    top: 0; }

.list-attention.text13 li {
  font-size: 100%;
  color: #111; }

.list-num-attention li {
  padding-left: 2.5em; }

/* ボックス
   ========================================================================== */
.box-border {
  border: 1px solid #b3b3b3;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 25px; }

.adm .adm-item-wrap a[target="_blank"] .btn span:before {
  content: "\f24d";
  font-family: FontAwesome;
  font-size: 12px;
  font-weight: bold;
  top: 35%; }

.adm .adm-item-wrap a[href$=".pdf"] {
  color: #111;
  text-decoration: none; }
  .adm .adm-item-wrap a[href$=".pdf"]:hover, .adm .adm-item-wrap a[href$=".pdf"]:visited {
    color: #111;
    text-decoration: none; }
  .adm .adm-item-wrap a[href$=".pdf"]::before {
    display: none; }
  .adm .adm-item-wrap a[href$=".pdf"] .btn span:before {
    content: "\f1c1";
    font-family: FontAwesome;
    font-size: 12px;
    font-weight: bold;
    top: 35%; }

.adm .adm-item-wrap.no-figure {
  display: flex;
  flex-wrap: wrap; }
  .adm .adm-item-wrap.no-figure .item {
    border-top: 1px solid #a19d9d;
    border-bottom: 1px solid #a19d9d;
    margin-bottom: -1px;
    margin-right: 28px;
    width: 325px; }
    .adm .adm-item-wrap.no-figure .item:nth-child(2n) {
      margin-right: 0; }
    .adm .adm-item-wrap.no-figure .item p.text {
      margin-bottom: 0; }
    .adm .adm-item-wrap.no-figure .item a {
      box-sizing: border-box;
      height: 100%;
      padding: 35px 100px 30px 0;
      width: 100%; }
  .adm .adm-item-wrap.no-figure.pdg-s a {
    padding: 35px 20px 30px 0; }

.device-desktop .adm .item-wrap .item:nth-child(1), .device-desktop .adm .item-wrap .item:nth-child(2) {
  padding-top: 0; }

.device-desktop .adm p.text img {
  height: 16px;
  width: auto; }

.device-desktop .adm .adm-item-wrap + .adm-item-wrap {
  margin-top: 66px; }

.device-desktop .adm .adm-item-wrap.no-figure .item a {
  display: block;
  position: relative; }
  .device-desktop .adm .adm-item-wrap.no-figure .item a:before {
    color: #c11329;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.45rem;
    content: "\f054";
    font-family: FontAwesome;
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    font-size: 0.9rem;
    font-weight: 400; }

.device-desktop .adm .adm-item-wrap.no-figure .item a[href$=".pdf"]:before {
  content: "\f1c1";
  font-size: 0.9rem; }

.device-mobile .adm .adm-item-wrap {
  background: none !important;
  padding-top: 0 !important; }

.device-mobile .adm .adm-item-wrap .item {
  padding-right: 0 !important; }
  .device-mobile .adm .adm-item-wrap .item p.text img {
    height: 12px;
    width: auto; }
  .device-mobile .adm .adm-item-wrap .item.col {
    margin-top: 0 !important;
    padding: 0 !important; }
    .device-mobile .adm .adm-item-wrap .item.col:first-child {
      padding: 0 !important; }
  .device-mobile .adm .adm-item-wrap .item:before {
    display: none; }
  .device-mobile .adm .adm-item-wrap .item a {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 8px 5% 8px 0 !important;
    height: 100%; }
    .device-mobile .adm .adm-item-wrap .item a:before {
      color: #c11329;
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -0.45rem;
      content: "\f054";
      font-family: FontAwesome;
      -moz-transform: scale(0.9, 0.9);
      -ms-transform: scale(0.9, 0.9);
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9);
      font-size: 0.9rem;
      font-weight: 400; }
  .device-mobile .adm .adm-item-wrap .item a[href$=".pdf"]:before {
    content: "\f1c1";
    font-size: 0.9rem; }
  .device-mobile .adm .adm-item-wrap .item:before {
    content: "\f1c1";
    font-family: FontAwesome;
    font-size: 12px;
    font-weight: bold;
    top: 35%; }
  .device-mobile .adm .adm-item-wrap .item h2 {
    margin-bottom: 6px; }

.device-mobile .adm .adm-item-wrap.no-figure {
  display: block;
  padding: 0 7.81% 0; }
  .device-mobile .adm .adm-item-wrap.no-figure .item {
    background-repeat: repeat-x;
    background-position: left top;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMxMTExMTEiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(25%, #111111), color-stop(25%, transparent), color-stop(50%, transparent), color-stop(50%, transparent), color-stop(75%, transparent), color-stop(75%, transparent), color-stop(100%, transparent));
    background-image: -moz-linear-gradient(left, #111111 25%, transparent 25%, transparent 50%, transparent 50%, transparent 75%, transparent 75%, transparent);
    background-image: -webkit-linear-gradient(left, #111111 25%, transparent 25%, transparent 50%, transparent 50%, transparent 75%, transparent 75%, transparent);
    background-image: linear-gradient(to right, #111111 25%, transparent 25%, transparent 50%, transparent 50%, transparent 75%, transparent 75%, transparent);
    background-size: 3px 1px;
    border: none;
    margin-right: 0;
    width: 100%; }
    .device-mobile .adm .adm-item-wrap.no-figure .item a {
      padding: 17px 5% 15px 0; }

.adm .step-flow-wrap {
  padding-top: 57px; }

.adm .step-flow {
  margin-top: 14px;
  padding-bottom: 36px;
  position: relative; }
  .adm .step-flow:first-child {
    margin-top: 0; }
  .adm .step-flow:last-child {
    padding-bottom: 0; }
    .adm .step-flow:last-child:before, .adm .step-flow:last-child:after {
      display: none; }
  .adm .step-flow:before {
    background-color: #ccc;
    content: '';
    display: block;
    height: 96%;
    left: 17px;
    top: 0;
    position: absolute;
    width: 5px; }
  .adm .step-flow:after {
    content: '';
    display: block;
    border-top: 20px solid #ccc;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    height: 0;
    position: absolute;
    left: 9px;
    bottom: 0;
    width: 0; }

.adm .step-flow-header {
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 13px;
  position: relative;
  z-index: 5; }
  .adm .step-flow-header.has-btn .step-flow-heading {
    padding-right: 20px;
    width: 447px; }
  .adm .step-flow-header.line-btm {
    position: relative; }
    .adm .step-flow-header.line-btm:after {
      background-color: #ccc;
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: -25px;
      height: 1px;
      width: 605px; }

.adm .step-flow-header-num p {
  background-color: #FFF;
  line-height: 1.1;
  font-weight: bold;
  padding-bottom: 8px;
  font-size: 269.230769231%; }

.adm .step-flow-header-num span {
  display: block;
  font-size: 45.7142857143%; }

.adm .step-flow-heading {
  padding-left: 36px;
  flex: 1; }

.adm .step-flow-header-ttl {
  color: #bf102c;
  margin-bottom: 5px;
  font-size: 138.461538462%; }

.adm .step-flow-sct {
  align-items: center;
  border-top: 1px dotted #d4d4d4;
  border-bottom: 1px dotted #d4d4d4;
  display: flex;
  margin-left: 75px;
  margin-bottom: -1px;
  padding: 24px 0 24px 50px; }
  .adm .step-flow-sct:last-child {
    border-bottom: 1px solid #ccc; }
  .adm .step-flow-sct.align-top {
    align-items: flex-start; }

.adm .step-flow-sct-detail {
  padding-right: 20px;
  width: 365px; }

.adm .step-flow-sct-btn {
  width: 190px; }
  .adm .step-flow-sct-btn p {
    margin-bottom: 10px; }
    .adm .step-flow-sct-btn p:last-child {
      margin-bottom: 0; }

.adm .step-flow-sct-ttl {
  margin-top: 0; }

.adm .step-flow-faculty {
  background: url(img/icon_faculty.png) no-repeat 1px 25px;
  background-size: 38px auto; }

.adm .step-flow-campus {
  background: url(img/icon_campus.png) no-repeat 1px 18px;
  background-size: 39px auto; }

.adm .step-flow-event {
  background: url(img/icon_event.png) no-repeat 7px 25px;
  background-size: 27px auto; }

.adm .step-flow-course {
  background: url(img/icon_course.png) no-repeat 4px 27px;
  background-size: 35px auto; }

.adm .step-flow-general {
  background: url(img/icon_general.png) no-repeat 2px 25px;
  background-size: 37px auto; }

.adm .step-flow-qa {
  background: url(img/icon_qa.png) no-repeat 3px 24px;
  background-size: 35px auto; }

.device-mobile .adm .step-flow-wrap {
  padding-top: 0; }

.device-mobile .adm .step-flow {
  margin-top: 22px;
  padding-bottom: 36px;
  position: relative; }
  .device-mobile .adm .step-flow:before {
    bottom: 14px;
    height: 2px;
    left: 0;
    top: auto;
    width: 100%; }
  .device-mobile .adm .step-flow:after {
    border-top: 14px solid #ccc;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0; }

.device-mobile .adm .step-flow-header {
  margin-bottom: 0;
  padding-bottom: 20px; }
  .device-mobile .adm .step-flow-header.has-btn {
    flex-wrap: wrap; }
  .device-mobile .adm .step-flow-header.has-btn .step-flow-heading, .device-mobile .adm .step-flow-header.line-btm .step-flow-heading {
    flex: 1;
    padding-right: 0;
    width: auto; }
  .device-mobile .adm .step-flow-header.has-btn .step-flow-sct-btn, .device-mobile .adm .step-flow-header.line-btm .step-flow-sct-btn {
    margin-left: 60px; }
  .device-mobile .adm .step-flow-header.line-btm:after {
    display: none; }

.device-mobile .adm .step-flow-header-num p {
  font-size: 3.5rem;
  padding-bottom: 0; }

.device-mobile .adm .step-flow-header-num span {
  font-size: 1.6rem; }

.device-mobile .adm .step-flow-heading {
  padding-left: 17px; }
  .device-mobile .adm .step-flow-heading .text-bold {
    font-size: 1.3rem; }

.device-mobile .adm .step-flow-header-ttl {
  font-size: 1.7rem; }

.device-mobile .adm .step-flow-sct {
  display: block;
  margin-left: 0;
  padding: 25px 0 17px 60px; }
  .device-mobile .adm .step-flow-sct:last-child {
    border-bottom: none; }

.device-mobile .adm .step-flow-sct-detail {
  padding-right: 20px;
  width: 100%; }
  .device-mobile .adm .step-flow-sct-detail p {
    font-size: 1.3rem; }

.device-mobile .adm .step-flow-sct-ttl {
  font-size: 1.4rem; }

.device-mobile .adm .step-flow-sct-btn {
  margin-top: 12px;
  width: 100%; }
  .device-mobile .adm .step-flow-sct-btn p {
    margin-bottom: 10px; }
    .device-mobile .adm .step-flow-sct-btn p:last-child {
      margin-bottom: 0; }

.device-mobile .adm .step-flow-sct-ttl {
  margin-top: 0; }

/* リンク
   ========================================================================== */
.link-red {
  color: #bf102c !important;
  text-decoration: underline !important; }
  .link-red:hover, .link-red:visited {
    color: #bf102c !important; }

.adm a[href$=".pdf"] {
  color: #bf102c;
  text-decoration: underline; }
  .adm a[href$=".pdf"]:hover, .adm a[href$=".pdf"]:visited {
    color: #bf102c; }
  .adm a[href$=".pdf"]::before {
    display: inline-block;
    content: "\f1c1";
    color: #bf102c;
    font-family: FontAwesome;
    filter: none;
    font-size: 12px;
    padding-right: 3px;
    vertical-align: top; }

/* GoogleMap
   ========================================================================== */
.gmap {
  height: 0;
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 56.25%;
  position: relative; }

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

/* 申し出～受験までのフロー
   ========================================================================== */
.adm-flow-wrap {
  display: flex;
  margin-bottom: 56px; }
  .adm-flow-wrap .adm-flow {
    margin-right: 25px; }
    .adm-flow-wrap .adm-flow:last-child {
      margin-right: 0; }
      .adm-flow-wrap .adm-flow:last-child:after {
        display: none; }
    .adm-flow-wrap .adm-flow.col-w40 {
      width: 40%; }
    .adm-flow-wrap .adm-flow.col-w60 {
      width: 60%; }
    .adm-flow-wrap .adm-flow.col-w100 {
      width: 100%; }

.adm-flow-ttl {
  margin-bottom: 11px;
  position: relative;
  text-align: center; }
  .adm-flow-ttl span {
    background-color: #FFF;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    z-index: 5; }
  .adm-flow-ttl:before {
    background-color: #b3b3b3;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%; }

.adm-flow-inner {
  display: flex;
  position: relative; }

.adm-flow-set {
  box-sizing: border-box;
  flex: 1;
  padding-right: 25px;
  position: relative; }
  .adm-flow-set:last-child {
    padding-right: 0; }

.adm-flow-item {
  background: url(/common/img/pc/bg-stripe-light-red.gif) repeat left top;
  box-sizing: border-box;
  padding: 5px;
  position: relative; }
  .adm-flow-item dt,
  .adm-flow-item dd {
    background-color: #FFF;
    box-sizing: border-box;
    display: table;
    font-weight: bold;
    text-align: center;
    padding: 15px 4px;
    position: relative;
    width: 100%; }
  .adm-flow-item dt {
    color: #bf102c;
    line-height: 1.1;
    margin-bottom: 3px; }
  .adm-flow-item dd {
    line-height: 1.3;
    font-size: 115.384615385%; }
  .adm-flow-item .adm-flow-item-wrap {
    display: table-cell;
    height: 100%;
    vertical-align: middle; }
  .adm-flow-item:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #ccc;
    content: '';
    display: block;
    position: absolute;
    right: -21px;
    top: 50%;
    transform: translateY(-50%); }

.adm-flow:last-child .adm-flow-set:last-child .adm-flow-item:after {
  display: none; }

.adm-flow-stxt {
  font-size: 84.6153846154%; }

.adm-flow-comment-set {
  margin-top: 10px; }

.adm-flow-comment {
  font-size: 80.7692307692%;
  text-align: center; }

.device-mobile .adm-flow-wrap {
  display: block;
  margin-bottom: 28px; }
  .device-mobile .adm-flow-wrap .adm-flow {
    display: flex;
    margin-right: 0; }
    .device-mobile .adm-flow-wrap .adm-flow:last-child {
      margin-right: 0; }
    .device-mobile .adm-flow-wrap .adm-flow.col-w40 {
      width: 100%; }
    .device-mobile .adm-flow-wrap .adm-flow.col-w60 {
      width: 100%; }
    .device-mobile .adm-flow-wrap .adm-flow.col-w100 {
      width: 100%; }

.device-mobile .adm-flow-ttl {
  margin-bottom: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright; }
  .device-mobile .adm-flow-ttl span {
    padding: 8px 0;
    position: relative;
    left: -8px;
    top: -12px; }
  .device-mobile .adm-flow-ttl:before {
    height: calc(100% - 25px);
    top: 0;
    transform: translateY(0);
    width: 2px; }

.device-mobile .adm-flow-inner {
  display: block;
  flex: 1; }
  .device-mobile .adm-flow-inner:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #ccc;
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: auto;
    top: auto;
    transform: translateX(-50%) rotate(90deg); }

.device-mobile .adm-flow:last-child .adm-flow-inner:after {
  display: none; }

.device-mobile .adm-flow-set {
  padding-right: 0;
  padding-bottom: 25px; }
  .device-mobile .adm-flow-set:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #ccc;
    content: '';
    display: block;
    position: absolute;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(-50%) rotate(90deg); }
  .device-mobile .adm-flow-set:last-child:after {
    display: none; }

.device-mobile .adm-flow-item {
  align-items: center;
  display: flex;
  justify-content: center; }
  .device-mobile .adm-flow-item dt,
  .device-mobile .adm-flow-item dd {
    padding: 15px 4px;
    position: relative;
    width: 50%; }
  .device-mobile .adm-flow-item dt {
    margin-bottom: 0;
    margin-right: 3px; }
  .device-mobile .adm-flow-item dd {
    font-size: 14px;
    line-height: 1.3; }
  .device-mobile .adm-flow-item:after {
    display: none; }

.device-mobile .adm-flow-stxt {
  font-size: 11px;
  position: relative;
  bottom: 1px;
  vertical-align: bottom; }

/* スマホレイアウト時に画像を横スクロール
   ========================================================================== */
.device-mobile .sp-scroll-img {
  overflow-x: auto; }
  .device-mobile .sp-scroll-img img {
    min-width: 640px; }

.device-mobile .sp-scroll-img::-webkit-scrollbar {
  height: 5px; }

.device-mobile .sp-scroll-img::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee; }

.device-mobile .sp-scroll-img::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #bbb; }

/* 余白
   ========================================================================== */
.device-mobile .sp-pdg {
  padding-left: 20px;
  padding-right: 20px; }

/* ボタン
   ========================================================================== */
.adm .adm-btn {
  border: 2px solid #bf102c;
  color: #bf102c;
  display: block; }
  .adm .adm-btn span {
    display: block;
    position: relative;
    padding: 7px 15px 6px; }
    .adm .adm-btn span:before {
      content: "\f054";
      font-family: FontAwesome;
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%); }
  .adm .adm-btn[href$=".pdf"] {
    text-decoration: none; }
    .adm .adm-btn[href$=".pdf"]:before {
      display: none; }
    .adm .adm-btn[href$=".pdf"] span:before {
      content: "\f1c1";
      font-family: FontAwesome;
      font-size: 12px;
      font-weight: bold; }
  .adm .adm-btn:hover {
    background: url(/common/img/pc/bg-stripe-light-red.gif) repeat left top;
    color: #bf102c; }
  .adm .adm-btn.w100 {
    width: 100%; }
  .adm .adm-btn.w80 {
    width: 80%; }
  .adm .adm-btn.w50 {
    width: 50%; }
  .adm .adm-btn.w30 {
    width: 30%; }

.adm .commingsoon-btn {
  opacity: 0.3;
  border: 2px solid #111111;
  color: #111111; }
  .adm .commingsoon-btn:hover {
    background: url(/common/img/pc/bg-stripe-light-gray.gif) repeat left top;
    color: #111111; }

.adm .adm-btn-bnr {
  border: 2px solid #bf102c;
  color: #bf102c;
  display: block;
  overflow: hidden;
  position: relative; }
  .adm .adm-btn-bnr img {
    transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .adm .adm-btn-bnr:before {
    content: "\f054";
    font-family: FontAwesome;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5; }
  .adm .adm-btn-bnr:hover {
    color: #bf102c; }
    .adm .adm-btn-bnr:hover img {
      transform: scale(1.05); }

.adm .adm-btn-bnr-w {
  color: #fff; }
  .adm .adm-btn-bnr-w:hover {
    color: #fff; }

.device-mobile .adm .adm-btn span {
  padding: 8px 15px; }

.device-mobile .adm .adm-btn.w100 {
  width: 100%; }

.device-mobile .adm .adm-btn.w80 {
  width: 100%; }

.device-mobile .adm .adm-btn.w50 {
  width: 50%; }

.device-mobile .adm .adm-btn.w30 {
  width: 50%; }

.tree-menu label:after {
  background: url("../../qa/img/ico_open.png") no-repeat right center; }

.tree-menu input[type=checkbox]:checked + label:after {
  background: url("../../qa/img/ico_close.png") no-repeat right center; }

#exam-footer h2 {
  color: #111111; }

.policy .tabs .second .menu-list li a {
  font-size: 14px !important; }



/* 24.6.28追加分
   ========================================================================== */
.fac_nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fac_nav .botton {
	width: 32%;
	margin-bottom: 10px;
}
.fac_nav .botton a {
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	border-radius: 8px;
}
.adm .adm-item-wrap.no-figure.pdg-s .fac_nav .botton a {padding: 10px;color: #fff;}
.fac_nav .botton.let a {background-color: #ec6e74;}
.fac_nav .botton.eco a {background-color: #00ac84;}
.fac_nav .botton.law a {background-color: #ce92c0;}
.fac_nav .botton.bus a {background-color: #f28f43;}
.fac_nav .botton.cube a {background-color: #b02863;}
.fac_nav .botton.gro a {background-color: #203864;}
.fac_nav .botton.sci a {background-color: #7fccdf;}
.fac_nav .botton.ii a {background-color: #b1a6d1;}
.fac_nav .botton.first a {background-color: #78acdd;}

.fac_nav .botton a[href$=".pdf"] {
	color: #fff;
}
.fac_nav .botton a[href$=".pdf"]:hover,
.fac_nav .botton a[href$=".pdf"]:visited {
	color: #fff;
}

.sec_topics2024 {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-bottom: 50px;
}
.sec_topics2024 .topics {
	padding: 30px 0 0;
}
.sec_topics2024 .topics.tp1 {border: solid #B75696 6px;}
.sec_topics2024 .topics.tp2 {border: solid #B6AA52 6px;}
.sec_topics2024 .topics.tp3 {border: solid #1FAEB6 6px;}
.sec_topics2024 .topics.tp4 {border: solid #DC6B5F 6px;}
.sec_topics2024 .topics.tp5 {border: solid #4E64A6 6px;}

.sec_topics2024 .topics .title {
	max-width: 615px;
	margin: 0 auto 15px;
	display: flex;
	align-items: center;
}
.sec_topics2024 .topics .title .__img {
	margin-right: 20px;
}
.sec_topics2024 .topics .title .__icon {
	font-size: 16px;
	line-height: 1.208;
	font-weight: bold;
	border: solid 1px #707070;
	margin: 0 10px 0 0;
	padding: 8px 18px;
}
.sec_topics2024 .topics .title .__sttl {
	font-size: 18px;
	line-height: 1.208;
	font-weight: bold;
}
.sec_topics2024 .topics .title .__ttl {
	font-size: 26.5px;
	line-height: 1.208;
	font-weight: bold;
}
.sec_topics2024 .topics .innar {
	width: 90%;
	max-width: 480px;
	margin: 0 auto;
	padding: 0 0 40px;
}
.sec_topics2024 .topics .innar .__text01 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.714;
	margin: 0 0 20px;
}
.sec_topics2024 .topics .innar .__text02 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.714;
	margin: 0 0 10px;
}
.sec_topics2024 .topics .innar .__text04 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.314;
	margin: 0 0 20px;
}
.sec_topics2024 .topics .innar .__text04 span {
	font-weight: bold;
	font-size: 36px;
	margin: 0 2px;
}
.sec_topics2024 .topics.tp1 .innar .__text02 span {color: #B75696;}
.sec_topics2024 .topics.tp2 .innar .__text02 span {color: #B6AA52;}
.sec_topics2024 .topics.tp3 .innar .__text02 span {color: #1FAEB6;}
.sec_topics2024 .topics.tp4 .innar .__text02 span {color: #DC6B5F;}
.sec_topics2024 .topics.tp5 .innar .__text02 span {color: #4E64A6;}
.sec_topics2024 .topics .innar .__text03 {
	font-size: 15px;
	margin: 0 0 20px;
}
.sec_topics2024 .topics .innar p:last-child {
	margin: 0;
}
 a.lp-btn {
    display: inline-block;
    width: 40%;
    margin: 0 5% 20px 0;
}
	.adm a.lp-btn[href$=".pdf"]::before {
		display: none
	}
@media screen and (max-width: 768px) {
	.fac_nav {
		flex-direction: column;
		gap: 10px;
}
.fac_nav .botton {
	width: 100%;
	margin-bottom: 0px;
}
.fac_nav .botton a {
	padding: 5px;
}
.adm .adm-item-wrap.no-figure.pdg-s .fac_nav .botton a {padding: 10px;color: #fff;}
.fac_nav .botton.let a {background-color: #ec6e74;}
.fac_nav .botton.eco a {background-color: #00ac84;}
.fac_nav .botton.law a {background-color: #ce92c0;}
.fac_nav .botton.bus a {background-color: #f28f43;}
.fac_nav .botton.cube a {background-color: #b02863;}
.fac_nav .botton.gro a {background-color: #203864;}
.fac_nav .botton.sci a {background-color: #7fccdf;}
.fac_nav .botton.ii a {background-color: #b1a6d1;}
.fac_nav .botton.first a {background-color: #78acdd;}


.sec_topics2024 {
	display: flex;
	flex-direction: column;
	gap: 40px;
	margin-bottom: 30px;
}
.sec_topics2024 .topics {
	padding: 34px 0 0;
}
.sec_topics2024 .topics.tp1 {}
.sec_topics2024 .topics.tp2 {border: solid #B6AA52 6px;}
.sec_topics2024 .topics.tp3 {border: solid #1FAEB6 6px;}
.sec_topics2024 .topics.tp4 {border: solid #DC6B5F 6px;}
.sec_topics2024 .topics.tp5 {border: solid #4E64A6 6px;}

.sec_topics2024 .topics .title {
	margin: 0 auto 15px;
	width: 90%;
	flex-direction: column;
}
.sec_topics2024 .topics .title .__img {
	margin: 0 auto 10px;
}
.sec_topics2024 .topics .title .__icon {
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 6px 10px;
}
.sec_topics2024 .topics .title .__sttl {
	font-size: 16px;
}
.sec_topics2024 .topics .title .__ttl {
	font-size: 18px;
}
.sec_topics2024 .topics .innar {
	width: 90%;
	padding: 0 0 30px;
}
.sec_topics2024 .topics .innar .__text01 {
	margin: 0 0 15px;
}
.sec_topics2024 .topics .innar .__text02 {
	margin: 0 0 10px;
}
.sec_topics2024 .topics .innar .__text03 {
	margin: 0 0 20px;
}
 a.lp-btn {
    width: 100%;
    margin: 0 0 10px 0;
}
}

/* 2025/06/26 */
  .adm .btn_youkou[href$=".pdf"]::before{
    display: none;
  }

/* 2026年度 */

.sec_topics2026{
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
}

.sec_topics2026 p,
.sec_topics2026 div{
  margin: 0;
  padding: 0;
}

.sec_topics2026 .topics{
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: 
  "point ttl"
  "blank txt";
  column-gap: 20px;
  row-gap: 15px;
  align-items: start;
}

.sec_topics2026 .tp_point{
  color: #bc0c16;
  line-height: 1.53;
  text-align: center;
  width: fit-content;
  height: fit-content;
  padding: 3.25px 8px;
  margin: 0;
  border-right: 2px solid #bc0c16;
  border-left: 2px solid #bc0c16;
  grid-area: point;
}

.sec_topics2026 .tp_ttl{
  color: #bc0c16;
  font-size: 26.5px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  width: fit-content;
  padding-bottom: 20px;
  display: flex;
  align-items: start;
  overflow: hidden;
  position: relative;
  grid-area: ttl;
}
@media screen and (max-width:768px){
  .sec_topics2026 .tp_ttl{
    font-size: 17px;
  }
}

.sec_topics2026 .tp_ttl::after{
  content: "";
  display: block;
  width: 120%;
  height: 5px;
  background: linear-gradient(to right, #e2a68b 50%, #b5b6b6 51%, #b5b6b6 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transform: skewX(-45deg);
  transform-origin: left bottom;
  position: absolute;
  bottom: 0;
  left: -10%;
}

.sec_topics2026 .tp_ttl span:first-of-type{
  color: #231815;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  border: solid 1px #707070;
  margin-right: 10px;
  padding: 8px 18px;
}

@media screen and (max-width: 768px){
  .sec_topics2026 .tp_ttl span:first-of-type{
    font-size: 12px;
    padding: 6px 13px;
  }
}

.sec_topics2026 .tp_ttl span:last-of-type{
  flex: 1;
}


.sec_topics2026 .tp_blank{
  grid-area: blank;
}

.sec_topics2026 .tp_txt{
  font-size: 15px;
  line-height: 1.714;
  margin: 0;
  grid-area: txt;
}
@media screen and (max-width:768px){
  .sec_topics2026 .tp_txt{
    font-size: 13px;
  }
}

.sec_topics2026 .tp_txt .big{
  font-size: 24px;
  margin: 0 2px;
}

.sec_topics2026 .tp_txt .txt_flex{
  display: flex;
  gap: 30px;
}

.sec_topics2026 .tp_txt .txt_flex:first-of-type{
  margin-bottom: 18px;
}

.sec_topics2026 .tp_txt .txt_topic{
  width: 156px;
  padding-left: 18px;
  position: relative;
}

.sec_topics2026 .tp_txt .txt_content{
  flex: 1;
  line-height: 1.5;
}

.sec_topics2026 .tp_txt .txt_topic::before{
  content: "";
  width: 12px;
  aspect-ratio: 1/1;
  background: #bc0c16;
  position: absolute;
  top: 0.5em;
  left: 0;
  flex: 1;
}

.general_table2026 ul{
  padding: 0;
}

.general_table2026 ul li{
  list-style: none;
  margin-left: 0;
  display: flex;
  gap: 10px;
  margin-bottom: 8px;
}

.general_table2026 ul li span:nth-of-type(1){
  width: 80px;
  text-align: center;
}

.general_table2026 ul li span:nth-of-type(2){
  width: 16px;
}

.general_table2026 ul li span:nth-of-type(3){
  flex: 1;
}

.general_table2026 ul li span:nth-of-type(3) span{
  display: block;
  width: auto;
  text-align: left;
  padding-left: 3em;
  text-indent: -3em;
}

.general_table2026 ul li span:nth-of-type(4){
  width: 77px;
}


.general_table2026 ul li a{
  color: #bc0c16;
  text-decoration: underline;
}