@charset "UTF-8";
/*

media
751?
1024?
1280?

*/
/* 変数インポート
--------------------------------------------------------------------------------- */
/* コンテンツ
--------------------------------------------------------------------------------- */
#contents {
  padding-top: 50px;
  padding-bottom: 40px;
}
.pt0 #contents {
  padding-top: 50px;
}
#contents .wrap {
  margin: 0px auto;
  padding: 0px 20px;
  max-width: 864px;
}

.bg {
  padding: 0px;
}

.text-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  display: inline;
  transition: background-size 0.35s;
  background: linear-gradient(#000, #000) right bottom/100% 1px no-repeat;
  padding-bottom: 2px;
}
.text-link:hover {
  background-size: 0 1px;
}
.text-link::before {
  vertical-align: top;
  left: 0px;
  top: -4px;
  position: absolute;
}
.text-link.outlink::after, .text-link.pdf::after, .text-link.word::after, .text-link.excel::after, .text-link[href^="http"]::after, .text-link[href$=".pdf"]::after, .text-link[href$=".doc"]::after, .text-link[href$=".docx"]::after, .text-link[href$=".xls"]::after, .text-link[href$=".xlsx"]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-image: url(/adm/wp-content/themes/adm/images/icon_out_gr2.png);
  background-position: center center;
  background-size: 12px auto;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-top: -2px;
  margin-right: 5px;
}
.text-link[href^="https://www.tuad.ac.jp/adm/"]::after, .text-link[href^="https://www.pipi.ne.jp/kari/"]::after {
  display: none;
}
.text-link.pdf::after, .text-link[href$=".pdf"]::after {
  background-image: url(/adm/wp-content/themes/adm/images/icon_pdf_gr2.png);
  margin-top: -3px;
  display: inline-block;
}
.text-link.word::after, .text-link[href$=".doc"]::after, .text-link[href$=".docx"]::after {
  background-image: url(/adm/wp-content/themes/adm/images/icon_word_gr2.png);
  margin-top: -3px;
  display: inline-block;
}
.text-link.excel::after, .text-link[href$=".xls"]::after, .text-link[href$=".xlsx"]::after {
  background-image: url(/adm/wp-content/themes/adm/images/icon_excel_gr2.png);
  margin-top: -3px;
  display: inline-block;
}
.text-link[href^="mailto"]::before {
  content: "";
  display: none;
}
.text-link.sns {
  padding-left: 0px;
  font-size: 12px;
  line-height: 18px;
  color: #4d4d4d;
}
.text-link.sns::before {
  display: none;
}

.sns {
  padding-left: 0px;
  font-size: 12px;
  line-height: 18px;
}
.sns a {
  padding-left: 0px;
  color: #4d4d4d;
}
.sns a::before {
  display: none;
}

/* ホーム
--------------------------------------------------------------------------------- */
#home-main-image {
  overflow: hidden;
}
#home-main-image #image p {
  margin: 0px;
}

#slide {
  position: relative;
  z-index: 0;
  margin: 20px;
}
#slide .slider {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#slide .slider li {
  position: relative;
  overflow: hidden;
}
#slide .slider li::before {
  content: '';
  display: block;
  padding-top: 93.75%;
}
#slide .slider li p {
  margin: 0px;
}
#slide .slider li .img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
#slide .slider li .img img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: contain; object-position: 50% 50%;";
}
#slide .slider li a {
  background-color: #fff;
  display: inline-block;
}
#slide .slider li a:hover {
  opacity: 1;
}

.slick-prev,
.slick-next {
  height: 35px !important;
  width: 35px !important;
  left: 10px !important;
  z-index: 10;
}

.slick-next {
  left: auto !important;
  right: 10px !important;
}

.slick-prev::before,
.slick-next::before {
  content: "" !important;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/adm/wp-content/themes/adm/images/slide_arrow_prev.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.slick-next::before {
  background-image: url(/adm/wp-content/themes/adm/images/slide_arrow_next.png);
}

.news-area {
  background-color: #f8c1e2;
  overflow: hidden;
  margin-left: calc((100vw - 100%)/2*-1);
  margin-right: calc((100vw - 100%)/2*-1);
}
.news-area .inner {
  padding: 50px 20px 20px;
}
.news-area .news-list {
  clear: both;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.news-area .news-list li {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  font-size: 13px;
  line-height: 20px;
}
.news-area .news-list li p {
  display: inline-block;
  margin: 0px;
}
.news-area .news-list li p.date {
  margin-bottom: 5px;
  margin-right: 1em;
  line-height: 17px;
  float: left;
}
.news-area .news-list li p.cate {
  margin-bottom: 5px;
  float: left;
  width: 100px;
  height: 17px;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 0;
  background-color: #808080;
  color: #fff;
  text-align: center;
}
.news-area .news-list li p.title {
  clear: both;
  width: 100%;
}
.news-area .news-list li p.title span {
  display: inline;
  transition: all 0.35s;
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  padding-bottom: 2px;
}
.news-area .news-list li a {
  text-decoration: none;
}
.news-area .news-list li a:hover .title span {
  background-size: 100% 1px;
}
.news-area .btn-01 {
  width: 120px;
  line-height: 16px;
}
.news-area .btn-01 a {
  height: 30px;
}

.home-area-01 {
  background-color: #999;
  overflow: hidden;
  margin-left: calc((100vw - 100%)/2*-1);
  margin-right: calc((100vw - 100%)/2*-1);
  padding: 50px 20px 20px;
}
.home-area-01 a {
  color: #fff;
}

.home-area-02 {
  background-color: #fff;
  overflow: hidden;
  margin-left: calc((100vw - 100%)/2*-1);
  margin-right: calc((100vw - 100%)/2*-1);
  padding: 0px 20px 20px;
  margin-bottom: -40px;
}

.index-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
  margin: 0px -10px;
}
.index-area .index-box {
  width: calc(50% - 20px);
  margin: 0px 10px 46px;
}
.index-area .index-box.large {
  width: calc(100% - 20px);
}
.index-area .index-box.large .img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.index-area .index-box a {
  text-decoration: none;
}
.index-area .index-box a:hover {
  opacity: 1;
}
.index-area .index-box a:hover .img {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
}
.index-area .index-box a:hover .img img {
  opacity: 1;
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
.index-area .index-box a:hover .txt h3 {
  background-size: 100% 1px;
}
.index-area .index-box a[href^="http"] .txt h3::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-image: url(/adm/wp-content/themes/adm/images/icon_out_gr2.png);
  background-position: center center;
  background-size: 12px auto;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-top: -2px;
  margin-right: 5px;
}
.index-area .index-box a[href^="https://www.tuad.ac.jp/adm/"] .txt h3::after, .index-area .index-box a[href^="https://www.pipi.ne.jp/kari/"] .txt h3::after {
  display: none;
}
.index-area .index-box a.youtube .txt h3::after {
  display: none;
}
.index-area .index-box .img {
  position: relative;
  overflow: hidden;
  transition: all 0.35s;
  margin-bottom: 12px;
}
.index-area .index-box .img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.index-area .index-box .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.index-area .index-box .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.index-area .index-box .txt h3 {
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
  padding-bottom: 2px;
  color: #4d4d4d;
  display: inline;
  transition: all 0.35s;
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
}
.index-area .index-box .txt p {
  font-size: 13px;
  line-height: 22px;
  margin: 10px 0px 0px;
}
.index-area .index-box.video .img {
  position: relative;
  overflow: hidden;
}
.index-area .index-box.video .img::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.index-area .index-box.video .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.index-area .index-box.video .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.index-area .btn-01 {
  margin: 40px auto 24px auto;
  padding: 0px;
  display: block;
  width: auto;
}
.index-area.home-index-01 {
  justify-content: center;
}
.index-area.home-index-01 .index-box a[href^="http"] .txt h3::after {
  background-image: url(/adm/wp-content/themes/adm/images/icon_out.png);
}
.index-area.home-index-01 .index-box .img {
  border-style: solid;
  border-color: #c2c2c2;
  border-width: 1px;
  border-radius: 0px;
}
.index-area.home-index-01 .index-box .img p {
  border-style: solid;
  border-color: #fff;
  border-width: 9px;
  border-radius: 0px;
}
.index-area.home-index-01 .index-box .txt h3 {
  font-size: 14px;
  color: #fff;
  background: linear-gradient(#fff, #fff) 0 100%/0 1px no-repeat;
}
.index-area.home-index-02 .index-box .img {
  position: relative;
  overflow: hidden;
}
.index-area.home-index-02 .index-box .img::before {
  content: '';
  display: block;
  padding-top: 75%;
}
.index-area.home-index-02 .index-box .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.index-area.home-index-02 .index-box .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.index-area.home-index-02 .index-box .txt h3 {
  font-size: 14px;
}
.index-area.home-index-03 .index-box {
  text-align: left;
}
.index-area.home-index-03 .index-box .txt h3 {
  font-size: 13px;
  line-height: 17px;
  text-align: left;
}
.index-area.home-index-04 .index-box .txt h3 {
  font-size: 14px;
}

.banner-l {
  overflow: hidden;
  margin-bottom: 20px;
}
.banner-l p {
  margin: 0px;
}
.banner-l .img {
  position: relative;
  height: auto;
  margin: 0px;
}
.banner-l .img::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.banner-l .img p {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
  margin: 0px;
}
.banner-l .img img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.btn-01 {
  font-size: 13px;
  line-height: 16px;
  width: 195px;
  margin: 0px 8px 24px 8px;
  text-align: center;
  display: inline-block;
}
.btn-01.left {
  display: block;
  margin: 0px 16px 24px 0px;
}
.btn-01 a {
  display: block;
  color: #4d4d4d;
  text-decoration: none;
  background-color: #fff;
  border-style: solid;
  border-color: #4d4d4d;
  border-width: 1px;
  border-radius: 0px;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.btn-01 a:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.btn-01.long02 {
  line-height: 18px;
  width: 100%;
  margin: 0px 0px 24px;
}
.btn-01.long02 a {
  padding: 0px 20px;
  height: 60px;
}
.btn-01.long03 {
  line-height: 18px;
  width: 100%;
  margin: 0px 0px 24px;
}
.btn-01.long03 a {
  padding: 15px 20px;
  height: auto;
}
.btn-01.long04 {
  line-height: 18px;
  width: 100%;
  margin: 0px 0px 24px;
}
.btn-01.long04 a {
  padding: 15px 20px;
  height: auto;
  background-color: #FFF67E;
}
.btn-01.arrows a::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 18px;
  background-image: url(/adm/wp-content/themes/adm/images/arrow_301.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}
.btn-01.faq {
  line-height: 18px;
  width: 100%;
  max-width: 500px;
  margin: 0px 0px 24px;
}
.btn-01.faq a {
  padding: 0px 20px;
  height: 50px;
  border-radius: 25px;
  background-color: #387DCD;
  color: #fff;
  border: none;
}
.btn-01.faq a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/adm/wp-content/themes/adm/images/arrow_505.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
}
.btn-01.faq a:hover {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  background-color: #fff;
  color: #387DCD;
  border-style: solid;
  border-color: #387DCD;
  border-width: 1px;
  border-radius: 25px;
}
.btn-01.faq a:hover::before {
  background-image: url(/adm/wp-content/themes/adm/images/arrow_506.png);
}
.btn-01.round01 {
  line-height: 18px;
  width: 100%;
  max-width: 500px;
  margin: 0px 0px 24px;
}
.btn-01.round01 a {
  padding: 0px 20px;
  height: 50px;
  border-radius: 25px;
  background-color: #387DCD;
  color: #fff;
  border: none;
}
.btn-01.round01 a::after {
  background-image: url(/adm/wp-content/themes/adm/images/icon_out.png) !important;
}
.btn-01.round01 a:hover {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  background-color: #fff;
  color: #387DCD;
  border-style: solid;
  border-color: #387DCD;
  border-width: 1px;
  border-radius: 25px;
}
.btn-01.round01 a:hover::after {
  background-image: url(/adm/wp-content/themes/adm/images/icon_out_blue.png) !important;
}
.btn-01.round02 {
  line-height: 18px;
  width: 100%;
  max-width: 380px;
  margin: 0px 0px 24px;
}
.btn-01.round02 a {
  padding: 0px 20px;
  height: 50px;
  border-radius: 25px;
  background-color: #387DCD;
  color: #fff;
  border: none;
}
.btn-01.round02 a::after {
  background-image: url(/adm/wp-content/themes/adm/images/icon_out.png) !important;
}
.btn-01.round02 a:hover {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  background-color: #fff;
  color: #387DCD;
  border-style: solid;
  border-color: #387DCD;
  border-width: 1px;
  border-radius: 25px;
}
.btn-01.color-y {
  font-weight: bold;
}
.btn-01.color-y a {
  background-color: #FEFCE8;
  background-image: url(/adm/wp-content/themes/adm/images/arrow_501.png);
  background-position: left 5px top 5px;
  background-size: 20px auto;
  background-repeat: no-repeat;
  height: 60px;
}

/* 2024背景色追加 */
.home-area-02 {
  margin-bottom: 0px;
}

.bg-news-white {
  background-color: #fff;
  padding: 40px 20px 20px;
}

.home-area-02.bg-topics {
  background-color: #f8c1e2;
  overflow: hidden;
}
.home-area-02.bg-grad {
  background-color: #f8c1e2;
  overflow: hidden;
}

/* 下層ページ共通
--------------------------------------------------------------------------------- */
.main-img {
  margin-top: -20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.main-img p {
  margin: 0px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 31.25%;
}
.main-img p img {
  display: none;
}
.main-img::before {
  position: relative;
  z-index: 1;
}

#local-nav {
  overflow: hidden;
  padding: 0px;
  margin: -50px 20px 50px 20px;
  position: relative;
  border-style: solid;
  border-color: #c5c5c5;
  border-width: 1px 0px;
  border-radius: 0px;
}

.lnav {
  margin: 0px -10px;
  padding: 0px;
  list-style-type: none;
  overflow: hidden;
  padding: 15px 0px 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
}
.lnav li {
  margin: 0px 10px 8px 10px;
  padding: 0px;
  font-size: 10px;
  line-height: 16px;
  width: calc(50% - 20px);
}
.lnav li a {
  text-decoration: none;
  display: inline;
  transition: all 0.35s;
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  padding-bottom: 2px;
  position: relative;
  padding-left: 14px;
}
.lnav li a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/adm/wp-content/themes/adm/images/arrow_103.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.lnav li a:hover {
  opacity: 1;
  background-size: 100% 1px;
}

.btn a.outlink, .btn a.pdf, .btn a.word, .btn a.excel, .btn a[href^="http"], .btn a[href$=".pdf"], .btn a[href$=".doc"], .btn a[href$=".docx"], .btn a[href$=".xls"], .btn a[href$=".xlsx"],
.btn-01 a.outlink,
.btn-01 a.pdf,
.btn-01 a.word,
.btn-01 a.excel,
.btn-01 a[href^="http"],
.btn-01 a[href$=".pdf"],
.btn-01 a[href$=".doc"],
.btn-01 a[href$=".docx"],
.btn-01 a[href$=".xls"],
.btn-01 a[href$=".xlsx"],
.btn-list li a.outlink,
.btn-list li a.pdf,
.btn-list li a.word,
.btn-list li a.excel,
.btn-list li a[href^="http"],
.btn-list li a[href$=".pdf"],
.btn-list li a[href$=".doc"],
.btn-list li a[href$=".docx"],
.btn-list li a[href$=".xls"],
.btn-list li a[href$=".xlsx"] {
  position: relative;
}
.btn a.outlink::after, .btn a.pdf::after, .btn a.word::after, .btn a.excel::after, .btn a[href^="http"]::after, .btn a[href$=".pdf"]::after, .btn a[href$=".doc"]::after, .btn a[href$=".docx"]::after, .btn a[href$=".xls"]::after, .btn a[href$=".xlsx"]::after,
.btn-01 a.outlink::after,
.btn-01 a.pdf::after,
.btn-01 a.word::after,
.btn-01 a.excel::after,
.btn-01 a[href^="http"]::after,
.btn-01 a[href$=".pdf"]::after,
.btn-01 a[href$=".doc"]::after,
.btn-01 a[href$=".docx"]::after,
.btn-01 a[href$=".xls"]::after,
.btn-01 a[href$=".xlsx"]::after,
.btn-list li a.outlink::after,
.btn-list li a.pdf::after,
.btn-list li a.word::after,
.btn-list li a.excel::after,
.btn-list li a[href^="http"]::after,
.btn-list li a[href$=".pdf"]::after,
.btn-list li a[href$=".doc"]::after,
.btn-list li a[href$=".docx"]::after,
.btn-list li a[href$=".xls"]::after,
.btn-list li a[href$=".xlsx"]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-image: url(/adm/wp-content/themes/adm/images/icon_out_gr2.png);
  background-position: center center;
  background-size: 12px auto;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-top: -1px;
  margin-right: 5px;
}
.btn a[href^="https://www.tuad.ac.jp/adm/"]::after, .btn a[href^="https://www.pipi.ne.jp/kari/"]::after,
.btn-01 a[href^="https://www.tuad.ac.jp/adm/"]::after,
.btn-01 a[href^="https://www.pipi.ne.jp/kari/"]::after,
.btn-list li a[href^="https://www.tuad.ac.jp/adm/"]::after,
.btn-list li a[href^="https://www.pipi.ne.jp/kari/"]::after {
  display: none;
}
.btn a.pdf::after, .btn a[href$=".pdf"]::after,
.btn-01 a.pdf::after,
.btn-01 a[href$=".pdf"]::after,
.btn-list li a.pdf::after,
.btn-list li a[href$=".pdf"]::after {
  background-image: url(/adm/wp-content/themes/adm/images/icon_pdf_gr2.png);
  margin-top: -3px;
  display: inline-block;
}
.btn a.word::after, .btn a[href$=".doc"]::after, .btn a[href$=".docx"]::after,
.btn-01 a.word::after,
.btn-01 a[href$=".doc"]::after,
.btn-01 a[href$=".docx"]::after,
.btn-list li a.word::after,
.btn-list li a[href$=".doc"]::after,
.btn-list li a[href$=".docx"]::after {
  background-image: url(/adm/wp-content/themes/adm/images/icon_word_gr2.png);
  margin-top: -3px;
  display: inline-block;
}
.btn a.excel::after, .btn a[href$=".xls"]::after, .btn a[href$=".xlsx"]::after,
.btn-01 a.excel::after,
.btn-01 a[href$=".xls"]::after,
.btn-01 a[href$=".xlsx"]::after,
.btn-list li a.excel::after,
.btn-list li a[href$=".xls"]::after,
.btn-list li a[href$=".xlsx"]::after {
  background-image: url(/adm/wp-content/themes/adm/images/icon_excel_gr2.png);
  margin-top: -3px;
  display: inline-block;
}
.btn a[href^="mailto"]::before,
.btn-01 a[href^="mailto"]::before,
.btn-list li a[href^="mailto"]::before {
  content: "";
  display: none;
}
.btn.arrows a[href^="http"]::after, .btn.arrows a[href^="https://www.tuad.ac.jp/adm/"]::after, .btn.arrows a[href^="https://www.pipi.ne.jp/kari/"]::after,
.btn-01.arrows a[href^="http"]::after,
.btn-01.arrows a[href^="https://www.tuad.ac.jp/adm/"]::after,
.btn-01.arrows a[href^="https://www.pipi.ne.jp/kari/"]::after,
.btn-list li.arrows a[href^="http"]::after,
.btn-list li.arrows a[href^="https://www.tuad.ac.jp/adm/"]::after,
.btn-list li.arrows a[href^="https://www.pipi.ne.jp/kari/"]::after {
  display: block;
  content: "";
  display: inline-block;
  width: 4px;
  height: 18px;
  background-image: url(/adm/wp-content/themes/adm/images/arrow_301.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}

.caption {
  font-size: 12px;
  line-height: 18px;
  margin-top: -16px;
}

.border {
  overflow: hidden;
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  border-radius: 0px;
  padding: 14px 14px 0px 14px;
  margin: 40px 0px;
}

.wb {
  overflow: hidden;
  background-color: #fefce8;
  padding: 20px 20px 0px 20px;
  margin-bottom: 26px;
}
.wb .col-box {
  margin-top: 0px;
  margin-bottom: 0px;
}

.gb {
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 20px 20px 0px 20px;
  margin-bottom: 26px;
}
.gb .col-box {
  margin-top: 0px;
  margin-bottom: 0px;
}

.note {
  font-size: 12px;
  line-height: 22px;
  margin-left: 1em;
  text-indent: -1em;
}

.btn-list {
  margin: 0px auto 26px auto;
  padding: 0px;
  list-style-type: none;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
  width: 195px;
}
.btn-list li {
  margin: 0px 0px 14px 0px;
  padding: 0px;
  text-align: center;
  font-size: 13px;
  line-height: 14px;
  width: 195px;
}
.btn-list li.small {
  font-size: 12px;
}
.btn-list li.high a {
  height: 58px;
}
.btn-list li a {
  display: block;
  color: #4d4d4d;
  text-decoration: none;
  background-color: #fff;
  border-style: solid;
  border-color: #4d4d4d;
  border-width: 1px;
  border-radius: 0px;
  height: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.btn-list li a:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.btn-list.long50 {
  width: 100%;
}
.btn-list.long50 li {
  width: 100%;
}

.staff-box {
  margin-bottom: 24px;
}
.staff-box h3 {
  font-size: 14px;
  line-height: 18px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 13px 60px 13px 26px;
  cursor: pointer;
  background-image: url(/adm/wp-content/themes/adm/images/more.png);
  background-position: right center;
  background-size: 65px auto;
  background-repeat: no-repeat;
}
.staff-box h3.on {
  background-image: url(/adm/wp-content/themes/adm/images/more_on.png);
}
.staff-box .hidden-area {
  display: none;
  overflow: hidden;
  background-color: #fff;
  padding: 20px 26px 0px 26px;
}
.staff-box p {
  margin-bottom: 20px;
}
.staff-box .img {
  position: relative;
  height: auto;
  margin: 0px 0px 26px 0px;
}
.staff-box .img::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.staff-box .img p {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
  margin: 0px;
}
.staff-box .img img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.bg-gray {
  background-color: #f5f5f5;
  margin-bottom: -40px;
  margin-left: calc((100vw - 100%)/2*-1);
  margin-right: calc((100vw - 100%)/2*-1);
  padding: 50px calc((100vw - 100%)/2) 20px;
}
.bg-gray.top {
  margin-top: -103px;
  padding-top: 80px;
  margin-bottom: 0px;
}

.bg-white {
  background-color: #fff;
  margin-left: calc((100vw - 100%)/2*-1);
  margin-right: calc((100vw - 100%)/2*-1);
  padding: 50px calc((100vw - 100%)/2) 20px;
  overflow: hidden;
}

.hover-box {
  text-decoration: none;
  z-index: 1;
  display: block;
  position: relative;
  line-height: 24px;
  margin-bottom: 18px;
}
.hover-box .category {
  margin: 0px;
  background-color: #000;
  color: #fff;
  position: absolute;
  padding: 2px 40px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.15em;
  top: 0px;
  left: 0px;
  z-index: 10;
}
.hover-box.outlink .category::after,
.hover-box.outlink .line-txt::after, .hover-box.pdf .category::after,
.hover-box.pdf .line-txt::after, .hover-box.excel .category::after,
.hover-box.excel .line-txt::after, .hover-box.word .category::after,
.hover-box.word .line-txt::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-image: url(/adm/wp-content/themes/adm/images/icon_out.png);
  background-position: center center;
  background-size: 12px;
  background-repeat: no-repeat;
  margin-left: 5px;
}
.hover-box.outlink .line-txt::after, .hover-box.pdf .line-txt::after, .hover-box.excel .line-txt::after, .hover-box.word .line-txt::after {
  background-image: url(/adm/wp-content/themes/adm/images/icon_out_gr2.png);
  margin-top: -2px;
}
.hover-box.outlink:hover .line-txt::after, .hover-box.pdf:hover .line-txt::after, .hover-box.excel:hover .line-txt::after, .hover-box.word:hover .line-txt::after {
  background-image: url(/adm/wp-content/themes/adm/images/icon_out_blk.png);
}
.hover-box.pdf .category::after {
  background-image: url(/adm/wp-content/themes/adm/images/icon_pdf.png);
}
.hover-box.pdf .line-txt::after {
  background-image: url(/adm/wp-content/themes/adm/images/icon_pdf_gr2.png);
}
.hover-box.pdf:hover .line-txt::after {
  background-image: url(/adm/wp-content/themes/adm/images/icon_pdf_blk.png);
}
.hover-box[href$=".doc"] .category::after, .hover-box[href$=".docx"] .category::after {
  background-image: url(/adm/wp-content/themes/adm/images/icon_word.png);
}
.hover-box[href$=".doc"] .line-txt::after, .hover-box[href$=".docx"] .line-txt::after {
  background-image: url(/adm/wp-content/themes/adm/images/icon_word_gr2.png);
}
.hover-box[href$=".doc"]:hover .line-txt::after, .hover-box[href$=".docx"]:hover .line-txt::after {
  background-image: url(/adm/wp-content/themes/adm/images/icon_word_blk.png);
}
.hover-box.excel .category::after {
  background-image: url(/adm/wp-content/themes/adm/images/icon_excel.png);
}
.hover-box.excel .line-txt::after {
  background-image: url(/adm/wp-content/themes/adm/images/icon_excel_gr2.png);
}
.hover-box.excel:hover .line-txt::after {
  background-image: url(/adm/wp-content/themes/adm/images/icon_excel_blk.png);
}
.hover-box .img {
  position: relative;
  margin-bottom: 10px;
}
.hover-box .img p {
  position: relative;
  overflow: hidden;
  margin: 0px;
  z-index: 1;
}
.hover-box .img img {
  transition: all 0.35s;
}
.hover-box .img::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
  position: absolute;
  transition: all 0.35s;
}
.hover-box .line-txt {
  position: relative;
  display: inline;
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  transition: background .35s;
  padding-bottom: 4px;
  line-height: 20px;
  margin-top: -10px;
}
.hover-box .txt {
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.35s;
  z-index: 10;
}
.hover-box .txt .inner {
  padding: 14px 14px 10px 14px;
}
.hover-box .txt .inner::before {
  display: none;
}
.hover-box .txt p {
  margin: 0px 0px 4px 0px;
  font-size: 13px;
  line-height: 18px;
}
.hover-box .txt .date {
  font-size: 10px;
  line-height: 16px;
}
.hover-box:hover .img img {
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
.hover-box:hover .img::after {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
.hover-box:hover .line-txt {
  background-size: 100% 1px;
}
.hover-box.border .img p {
  border-style: solid;
  border-color: #7d7d7d;
  border-width: 1px;
  border-radius: 0px;
}

.youtube .img p::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 5;
  background-image: url(/adm/wp-content/themes/adm/images/play4.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  opacity: 1;
}

/* NEWS
--------------------------------------------------------------------------------- */
.news-list-page {
  margin: 0px auto;
  padding: 0px 20px;
  max-width: 784px;
  list-style-type: none;
}
.news-list-page li {
  margin: 0px 0px 26px 0px;
  padding: 0px;
  font-size: 13px;
  line-height: 20px;
}
.news-list-page li p {
  display: inline-block;
  margin: 0px;
}
.news-list-page li p.date {
  margin-bottom: 5px;
  margin-right: 1em;
  line-height: 17px;
  float: left;
}
.news-list-page li p.cate {
  margin-bottom: 5px;
  float: left;
  width: 100px;
  height: 17px;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 0;
  background-color: #808080;
  color: #fff;
  text-align: center;
}
.news-list-page li p.title {
  clear: both;
  width: 100%;
}
.news-list-page li p.title span {
  display: inline;
  transition: all 0.35s;
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  padding-bottom: 2px;
}
.news-list-page li a {
  text-decoration: none;
}
.news-list-page li a:hover .title span {
  background-size: 100% 1px;
}

.page-nation {
  overflow: hidden;
  margin: 60px -4px;
}
.page-nation ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: left;
  font-size: 0;
}
.page-nation ul li {
  margin: 0px 2px;
  padding: 0px;
  font-size: 10px;
  line-height: 28px;
  width: 28px;
  display: inline-block;
  text-align: center;
  color: #808080;
}
.page-nation ul li a {
  display: block;
  background-color: #fff;
  text-decoration: none;
  color: #808080;
  border-style: solid;
  border-color: #808080;
  border-width: 1px;
  border-radius: 0px;
}
.page-nation ul li a.on, .page-nation ul li a:hover {
  color: #000;
  border-color: #000;
}
.page-nation ul li.prev a:hover, .page-nation ul li.next a:hover {
  color: #999;
}

.news-title {
  overflow: hidden;
  margin-bottom: 50px;
}
.news-title .date {
  font-size: 10px;
  line-height: 17px;
  margin-bottom: 26px;
  margin-right: 2em;
  float: left;
}
.news-title .cate {
  margin-bottom: 26px;
  width: 100px;
  height: 17px;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: 0;
  background-color: #808080;
  color: #fff;
  text-align: center;
  float: left;
}
.news-title h3 {
  clear: both;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

#yesno_wrap p, #yesno_wrap li, #yesno_wrap dt, #yesno_wrap dd, #yesno_wrap th, #yesno_wrap td, #yesno_wrap h5, #yesno_wrap h6 {
  text-align: center;
}

/* メッセージ
--------------------------------------------------------------------------------- */
.message-page .m01 {
  display: none;
}
.message-page #topic-path {
  margin-top: 6px;
  position: absolute;
}

.mes-wrap {
  position: relative;
  margin-top: 0px;
  margin-bottom: -40px;
  padding: 0px 40px;
  z-index: 10;
  overflow: hidden;
}
.mes-wrap::before, .mes-wrap::after {
  content: "";
  display: block;
  width: 20px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #000;
  z-index: -2;
}
.mes-wrap::after {
  left: auto;
  right: 0px;
}

strong.bgolor {
  background-color: rgba(255, 235, 96, 0.3);
  font-weight: 500;
}

.mes-title {
  overflow: hidden;
  position: relative;
  margin: 0px -40px -70px;
  padding: 20px 0px 0px;
  z-index: 10;
  overflow: hidden;
  z-index: -1;
}
.mes-title::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  height: 40px;
  top: 0px;
  left: 0px;
  background-color: #000;
  z-index: -1;
}

.mes-intro {
  margin-bottom: 40px;
}
.mes-intro h3 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: left;
}
.mes-intro p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0px;
}

.more-box {
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  border-radius: 0px;
  margin-top: -1px;
  background-color: #fff;
}
.mes-wrap .more-box {
  margin-left: -20px;
  margin-right: -20px;
}
.more-box .more-title {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  padding: 20px;
  padding-right: 30px;
  cursor: pointer;
}
.more-box .more-title.num {
  padding-left: 50px;
}
.more-box .more-title.num.line1 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.more-box .more-title.num span {
  position: absolute;
  left: 20px;
  top: 0px;
  bottom: 0px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.more-box .more-title.life {
  font-size: 16px;
  line-height: 20px;
}
.more-box .more-title.life span {
  font-size: 13px;
}
.more-box .more-title.course {
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
}
.more-box .more-title.course span {
  font-size: 16px;
  line-height: 22px;
}
.more-box .more-title::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  background-color: #000;
  top: calc(50% - 0.5px);
  right: 20px;
}
.more-box .more-title::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: #000;
  top: calc(50% - 12px);
  right: 32px;
}
.more-box .more-title.on::after {
  display: none;
}
.more-box .hidden-area {
  padding-top: 40px;
  padding: 20px;
  display: none;
}

.more-area {
  border-style: solid;
  border-color: #000;
  border-width: 1px 0px;
  border-radius: 0px;
  margin-top: -1px;
}
.more-area .more-title {
  text-align: left;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  position: relative;
  padding: 20px 0px;
  padding-right: 40px;
  cursor: pointer;
}
.more-area .more-title::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  background-color: #000;
  top: calc(50% - 0.5px);
  right: 0px;
}
.more-area .more-title::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: #000;
  top: calc(50% - 12px);
  right: 12px;
}
.more-area .more-title.on::after {
  display: none;
}
.more-area .hidden-area {
  padding-top: 20px;
  padding-bottom: 24px;
  display: none;
}
.more-area.faq {
  position: relative;
}
.more-area.faq::before {
  content: "Q.";
  position: absolute;
  top: 14px;
  left: 0px;
  font-size: 24px;
}
.more-area.faq .more-title {
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
  padding-left: 38px;
}
.more-area.faq .hidden-area {
  position: relative;
  padding-left: 38px;
}
.more-area.faq .hidden-area::before {
  content: "A.";
  font-size: 24px;
  margin: -6px 0px 0px -38px;
  float: left;
}

/* 2024メッセージ */
.mes-wrap-2024 {
  padding: 0px 20px 60px;
  margin-top: 60px;
}

.mes-title-2024 {
  margin-bottom: 30px;
}

.mes-2024-img-txt .img-area {
  padding: 0px 36px;
  margin-bottom: 24px;
}
.mes-2024-img-txt .img-area p {
  margin: 0px;
}
.mes-2024-img-txt .txt-area h3 {
  font-size: 20px;
  line-height: 33px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.mes-2024-img-txt .txt-area .name {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 34px;
}
.mes-2024-img-txt .txt-area .copy {
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0;
  border-style: solid;
  border-color: #000;
  border-width: 1px 0px;
  border-radius: 0px;
  padding: 34px 0px;
  margin-bottom: 36px;
}
.mes-2024-img-txt .profile {
  background-color: #eeeeee;
  padding: 24px;
  margin-bottom: 100px;
  display: none;
}
.mes-2024-img-txt .profile p {
  font-size: 13px;
  line-height: 26px;
  margin-bottom: 0px;
  letter-spacing: 0;
}

.mes-2024-txt h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 24px;
  margin-top: 50px;
}
.mes-2024-txt h4.mt0 {
  margin-top: 0px;
}
.mes-2024-txt p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 26px;
}
.mes-2024-txt .profile {
  background-color: #eeeeee;
  padding: 24px;
}
.mes-2024-txt .profile p {
  font-size: 13px;
  line-height: 26px;
  margin-bottom: 0px;
  letter-spacing: 0;
}
.mes-2024-txt .mes-line {
  margin: 40px 0px 36px 0px;
  padding: 0px;
  display: block;
  border-style: solid;
  border-color: #000;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
}

/* 2025メッセージ */
.mes-wrap-2025 {
  margin-top: 30px;
  letter-spacing: 0;
}

.mes-title-2025 {
  margin-bottom: 46px;
}

.mes-title-2025-sub {
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 5px;
  margin-bottom: 46px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.mes-title-2025-sub::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.mes-2025-img-txt {
  padding: 0px 27px;
  margin: 0px 20px 50px;
  border-style: solid;
  border-color: #000;
  border-width: 0px 0px 1px;
  border-radius: 0px;
}
.mes-2025-img-txt .img-area {
  margin-bottom: 30px;
}
.mes-2025-img-txt .img-area p {
  margin: 0px;
}
.mes-2025-img-txt .txt-area h3 {
  font-size: 20px;
  line-height: 33px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 33px;
}
.mes-2025-img-txt .txt-area .name {
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  margin-bottom: 34px;
}

.mes-2025-txt {
  padding: 0px 20px;
}
.mes-2025-txt h4 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
  text-align: left;
  color: #e75297;
}
.mes-2025-txt .txt-area {
  margin-bottom: 40px;
}
.mes-2025-txt .txt-area p {
  font-size: 14px;
  line-height: 25px;
  margin: 0px;
}
.mes-2025-txt .img-area {
  margin: 0px -20px 40px;
}
.mes-2025-txt .img-area.col1 .img {
  margin: 0px 46px;
}
.mes-2025-txt .img-area.col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
}
.mes-2025-txt .img-area.col2 .img {
  width: 50%;
  margin: 0px;
}

.mes-2025-profile {
  background-color: #eeeeee;
  padding: 30px;
  margin: 20px 20px 40px;
}
.mes-2025-profile .img {
  margin: 0px 30px 30px;
}
.mes-2025-profile p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0px;
}

/* mg赌场电子游艺_十大博彩公司￥赌场娱乐
--------------------------------------------------------------------------------- */
.student-life-box {
  background-image: url(/adm/wp-content/themes/adm/images/sl_line.png);
  background-position: center bottom;
  background-size: auto 3px;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  margin-top: 100px;
  margin-bottom: 20px;
}

.sl-img-txt {
  position: relative;
}
.sl-img-txt .img {
  position: relative;
  overflow: hidden;
}
.sl-img-txt .img::before {
  content: '';
  display: block;
  padding-top: 67.8571428571%;
}
.sl-img-txt .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.sl-img-txt .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.sl-img-txt .txt {
  background-color: #149043;
  margin: -28px 36px 45px;
  padding: 20px;
  position: relative;
  color: #fff;
}
.sl-img-txt .txt p {
  margin: 0px;
  font-size: 12px;
  line-height: 18px;
}
.sl-img-txt .txt p.course {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
}
.sl-img-txt .txt p.name {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 4px;
}
.sl-img-txt .vlog {
  width: 84px;
  height: 84px;
  margin: 0px;
  position: absolute;
  left: -12px;
  top: -50px;
}
.sl-img-txt .vlog a {
  background-color: #149043;
  color: #fff;
  text-decoration: none;
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background-image: url(/adm/wp-content/themes/adm/images/vlog.png);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #149043;
}
.sl-img-txt .vlog a:hover {
  background-color: #fff;
  background-image: url(/adm/wp-content/themes/adm/images/vlog_on.png);
}

.sl-txt {
  overflow: hidden;
  margin-bottom: 20px;
}
.sl-txt h5 {
  font-size: 15px;
  line-height: 22px;
  color: #149043;
  margin-bottom: 16px;
}

.sl-col h5 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #000;
}
.sl-col h6 {
  font-size: 15px;
  line-height: 22px;
  color: #149043;
  margin-bottom: 16px;
}
.sl-col .col {
  margin-bottom: 50px;
}
.sl-col .img-01 {
  max-width: 312px;
  margin-left: auto;
  margin-right: auto;
}
.sl-col .col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}
.sl-col .col2 .img-02 {
  width: calc(50% - 13px);
}

.life-img-txt {
  background-color: #eaeaea;
  margin: 0px -20px 26px;
}
.life-img-txt p {
  margin: 0px;
}
.life-img-txt .txt {
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.life-img-txt .txt .life-name {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}
.life-img-txt .txt p {
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
}
.life-img-txt .txt .face {
  width: 56px;
  float: right;
  margin-left: 20px;
  overflow: hidden;
}
.life-img-txt .txt .face .img {
  width: 56px;
  height: 56px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.life-img-txt .txt .face .img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.life-img-txt .txt .face .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.life-img-txt .txt .face .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.life-img-txt .txt .face .caption {
  font-size: 10px;
  line-height: 14px;
  text-align: center;
}

.life-col h6 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border-style: solid;
  border-color: #000;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.life-col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  margin: 0px -10px;
}
.life-col-2 p {
  width: calc(50% - 20px);
  margin: 0px 10px;
}

.bottom-index {
  margin-bottom: -40px;
  position: relative;
  z-index: 0;
}

.mq {
  font-size: 13px;
  line-height: 16px;
  border-style: solid;
  border-color: #000;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  text-align: left;
  padding: 10px 0px 10px 40px;
  margin-bottom: 20px;
  position: relative;
  min-height: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
}
.mq::before {
  content: "Q";
  display: block;
  font-size: 32px;
  line-height: 36px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.club-tab {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}
.club-tab tr {
  border-style: dashed;
  border-color: #000;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  overflow: hidden;
}
.club-tab th,
.club-tab td {
  font-weight: 500;
  padding: 15px 0px;
  vertical-align: middle;
}
.club-tab th {
  font-size: 13px;
  line-height: 18px;
}
.club-tab td {
  font-size: 12px;
  line-height: 18px;
  text-align: right;
}
.club-tab td .text-link {
  padding-left: 0px;
  color: #4d4d4d;
}
.club-tab td .text-link::before {
  display: none;
}

.area-info .img {
  width: 50px;
  margin: 0px auto 14px;
}
.area-info .img p {
  margin: 0px;
}
.area-info .txt {
  overflow: hidden;
  margin-bottom: 40px;
}
.area-info .txt h4 {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 14px;
}
.area-info .txt .area-list {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.area-info .txt .area-list li {
  margin: 0px 0px 12px 0px;
  padding: 0px 0px 0px 30px;
  font-size: 13px;
  line-height: 18px;
  position: relative;
}
.area-info .txt .area-list li .alph {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 26px;
  height: 26px;
  background-color: #009944;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
}
.area-info .txt .area-list li .time a {
  padding-left: 0px;
}
.area-info .txt .area-list li .time a::before {
  display: none;
}

.apart-tab {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
}
.apart-tab th,
.apart-tab td {
  font-weight: 500;
  vertical-align: top;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  display: block;
}
.apart-tab th .text-link,
.apart-tab td .text-link {
  padding-left: 0px;
  color: #4d4d4d;
}
.apart-tab th .text-link::before,
.apart-tab td .text-link::before {
  display: none;
}
.apart-tab th {
  padding-top: 15px;
}
.apart-tab td {
  border-style: dashed;
  border-color: #000;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  padding-bottom: 15px;
}

.img-caption-main {
  text-align: right;
  margin: -40px 0px 20px 0px;
  font-size: 10px;
  line-height: 20px;
  padding: 0px 20px;
  position: relative;
  z-index: 20;
}

.img-caption {
  text-align: right;
  margin: -20px 0px 20px 0px;
  font-size: 10px;
  line-height: 20px;
  padding: 0px 20px;
  position: relative;
  z-index: 20;
  margin-left: calc((100vw - 100%)/2*-1);
  margin-right: calc((100vw - 100%)/2*-1);
}

.image_wrap img {
  max-width: none !important;
}

/* 2025 */
.student-life-2025 {
  margin: 0px calc( ( ( 100svw - 100% )  / 2 ) * -1 );
}

.student-life-box-2025 {
  margin: 0px 0px 40px;
  max-width: 1140px;
}
.student-life-box-2025 .view-area {
  background-color: #006c3b;
  color: #fff;
  position: relative;
  padding: 30px;
}
.student-life-box-2025 .view-area .num {
  width: 60px;
  margin: 0px;
  position: absolute;
  top: 0px;
  left: 30px;
  z-index: 1;
}
.student-life-box-2025 .view-area .img {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.student-life-box-2025 .view-area .img::before {
  content: '';
  display: block;
  padding-top: 67.8571428571%;
}
.student-life-box-2025 .view-area .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.student-life-box-2025 .view-area .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.student-life-box-2025 .view-area .course {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.student-life-box-2025 .view-area .course span {
  font-size: 10px;
}
.student-life-box-2025 .view-area .name {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  color: #ffe33f;
}
.student-life-box-2025 .view-area .name span {
  font-size: 10px;
}
.student-life-box-2025 .view-area .info {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0px;
  padding-right: 80px;
}
.student-life-box-2025 .view-area .txt-inner {
  position: relative;
  border-style: solid;
  border-color: #fff;
  border-width: 0px 0px 1px;
  border-radius: 0px;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.student-life-box-2025 .view-area .copy {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 0px;
}
.student-life-box-2025 .view-area .youtubelink {
  width: 73px;
  height: 83px;
  position: absolute;
  right: 0px;
  bottom: 25px;
  margin: 0px;
}
.student-life-box-2025 .view-area .youtubelink a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-indent: -9999px;
  background-image: url(/adm/wp-content/themes/adm/images/sl_2025_check.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.student-life-box-2025 .view-area .youtubelink a::before, .student-life-box-2025 .view-area .youtubelink a::after {
  display: none;
}
.student-life-box-2025 .view-area .youtubelink a:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
.student-life-box-2025 .hide-area {
  background-color: #f0ede4;
  position: relative;
  padding: 20px 20px 0px;
  display: none;
}
.student-life-box-2025 .hide-area.on {
  display: block;
}

.faq {
  margin-top: 34px;
}
.faq .qarea {
  color: #006c3b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
  border-style: solid;
  border-color: #006c3b;
  border-width: 0px 0px 1px;
  border-radius: 0px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.faq .qarea .qnum {
  font-size: 33px;
  line-height: 30px;
  font-weight: 600;
  margin: 0px;
  width: 83px;
  background-image: url(/adm/wp-content/themes/adm/images/sl_2025_faq.png);
  background-position: left bottom;
  background-size: 64px auto;
  background-repeat: no-repeat;
}
.faq .qarea .qtxt {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  margin: 0px;
  width: calc( 100% - 83px );
}

.faq-img {
  margin: 0px -20px;
  padding-bottom: 26px;
}
.faq-img .img {
  position: relative;
  overflow: hidden;
  margin: 0px 1px;
}
.faq-img .img::before {
  content: '';
  display: block;
  padding-top: 55.3935860058%;
}
.faq-img .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.faq-img .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.faq-img .slick-dots li button::before {
  border-style: solid;
  border-color: #006c3b;
  border-width: 1px;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.faq-img .slick-dots li.slick-active button::before {
  background-color: #006c3b;
}
.faq-img .slick-dots li {
  width: 16px;
  height: 16px;
}

.favorite {
  background-color: #fff;
  padding: 20px;
}
.favorite .favorite-box {
  overflow: hidden;
  margin-bottom: 10px;
}
.favorite .favorite-box h4 {
  background-color: #006c3b;
  color: #fff;
  font-size: 13px;
  line-height: 27px;
  font-weight: 600;
  text-align: left;
  padding: 0px 10px;
  margin-bottom: 10px;
}
.favorite .favorite-box .img {
  margin-bottom: 14px;
}
.favorite .favorite-box .img p {
  text-align: center;
  margin: 0px;
}
.favorite .favorite-box h5 {
  color: #006c3b;
  font-size: 14px;
  line-height: 23px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
}

.open-close {
  height: 70px;
  background-color: #f0ede4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #006c3b;
  margin: 0px;
  cursor: pointer;
  transition: all .2s;
}
.open-close::before {
  content: "OPEN";
}
.open-close span {
  background-image: url(/adm/wp-content/themes/adm/images/life_open_01.png);
  background-position: right center;
  background-size: 14px auto;
  background-repeat: no-repeat;
  padding-right: 20px;
  display: inline-block;
  height: 18px;
}
.open-close.on::before {
  content: "CLOSE";
}
.open-close.on span {
  background-image: url(/adm/wp-content/themes/adm/images/life_open_02.png);
}
.open-close.on:hover span {
  background-image: url(/adm/wp-content/themes/adm/images/life_open_02_on.png);
}
.open-close:hover {
  background-color: #006c3b;
  color: #f0ede4;
}
.open-close:hover span {
  background-image: url(/adm/wp-content/themes/adm/images/life_open_01_on.png);
}

/* 入試情報
--------------------------------------------------------------------------------- */
.exam-tab {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  margin: -20px -20px -20px;
  background-color: #fefce8;
  padding: 20px;
}
.exam-tab th, .exam-tab td {
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
  display: block;
}
.exam-tab th {
  margin-bottom: 5px;
}
.exam-tab td {
  border-style: dashed;
  border-color: #000;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.poit-box {
  border-style: solid;
  border-color: #000;
  border-width: 1px 0px;
  border-radius: 0px;
  margin-top: -1px;
  overflow: hidden;
}
.poit-box h3 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
  padding: 20px 0px;
  cursor: pointer;
  position: relative;
}
.poit-box h3::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  background-color: #000;
  top: calc(50% - 0.5px);
  right: 0px;
}
.poit-box h3::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: #000;
  top: calc(50% - 12px);
  right: 12px;
}
.poit-box h3.on::after {
  display: none;
}
.poit-box h4 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  padding: 7px 10px;
  background-color: #f5f5f5;
  text-align: left;
  margin-bottom: 20px;
}
.poit-box h5 {
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 10px;
  position: relative;
}
.poit-box h5::before {
  content: "1";
  display: block;
  width: 30px;
  height: 30px;
  margin: 0px auto 0px;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 5px;
  background-color: #387DCD;
  color: #fff;
  border-radius: 50%;
}
.poit-box h5.no02::before {
  content: "2";
}
.poit-box h5.no03::before {
  content: "3";
}
.poit-box .point-area {
  background-color: #fefce8;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 26px;
}
.poit-box .point-area h6 {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 5px;
}
.poit-box .point-area p {
  margin: 0px;
}
.poit-box .point-area ul,
.poit-box .point-area ol {
  margin-bottom: 0px;
}
.poit-box .look {
  overflow: hidden;
  margin-bottom: 26px;
}
.poit-box .look .img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  margin: 0px -5px;
}
.poit-box .look .img-wrap p {
  width: calc(50% - 10px);
  margin: 0px 5px;
}
.poit-box .hide {
  display: none;
  padding-top: 20px;
  padding-bottom: 40px;
}

.page-btn {
  margin: 0px 0px 70px 0px;
  padding: 0px;
  list-style-type: none;
}
.page-btn li {
  margin: 0px 0px -1px 0px;
  padding: 0px;
  font-size: 17px;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
}
.page-btn li a {
  display: block;
  height: 120px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background-image: url(/adm/wp-content/themes/adm/images/arrow_101.png);
  background-position: center bottom 10px;
  background-size: 14px auto;
  background-repeat: no-repeat;
  border-style: solid;
  border-color: #707070;
  border-width: 1px;
  border-radius: 0px;
}
.page-btn li a:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
  background-image: url(/adm/wp-content/themes/adm/images/arrow_102.png);
}
.page-btn.blue li {
  margin-bottom: 1px;
}
.page-btn.blue li a {
  background-color: #387DCD;
  color: #fff;
  border-color: #387DCD;
  background-image: url(/adm/wp-content/themes/adm/images/arrow_106.png);
}
.page-btn.blue li a:hover {
  background-color: #FFF;
  color: #000;
  border-color: #707070;
  background-image: url(/adm/wp-content/themes/adm/images/arrow_101.png);
}

.examcate-tab,
.examcate-tab-2 {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  margin: 0px 0px 20px;
  width: 100%;
  border-style: solid;
  border-color: #ABAAAA;
  border-width: 1px 0px 0px 0px;
  border-radius: 0px;
}
.examcate-tab th, .examcate-tab td,
.examcate-tab-2 th,
.examcate-tab-2 td {
  border-style: solid;
  border-color: #ABAAAA;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding: 10px 10px;
  vertical-align: top;
  font-family: '游ゴシック', YuGothic, 'YuGothic M', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ ゴシック', 'MS Gothic', 'メイリオ', Meiryo, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.examcate-tab th .name, .examcate-tab td .name,
.examcate-tab-2 th .name,
.examcate-tab-2 td .name {
  background-color: #FEF139;
  font-weight: bold;
}
.examcate-tab th .blue, .examcate-tab td .blue,
.examcate-tab-2 th .blue,
.examcate-tab-2 td .blue {
  color: #387DCD;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 22px;
}
.examcate-tab th .per, .examcate-tab td .per,
.examcate-tab-2 th .per,
.examcate-tab-2 td .per {
  background-color: #FEF139;
  margin: 0px;
  line-height: 16px;
  text-align: center;
  border-radius: 10px;
  width: 88px;
  padding: 6px 0px;
}
.examcate-tab th .per .per-txt-01, .examcate-tab td .per .per-txt-01,
.examcate-tab-2 th .per .per-txt-01,
.examcate-tab-2 td .per .per-txt-01 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 500;
  font-family: Futura, 'Century Gothic';
}
.examcate-tab th .per .per-txt-02, .examcate-tab td .per .per-txt-02,
.examcate-tab-2 th .per .per-txt-02,
.examcate-tab-2 td .per .per-txt-02 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}
.examcate-tab th .date, .examcate-tab td .date,
.examcate-tab-2 th .date,
.examcate-tab-2 td .date {
  font-size: 22px;
  line-height: 35px;
  font-weight: bold;
}
.examcate-tab th .btn, .examcate-tab td .btn,
.examcate-tab-2 th .btn,
.examcate-tab-2 td .btn {
  width: 90px;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
}
.examcate-tab th .btn a, .examcate-tab td .btn a,
.examcate-tab-2 th .btn a,
.examcate-tab-2 td .btn a {
  background: none;
  display: block;
  border-style: solid;
  border-color: #387DCD;
  border-width: 1px;
  border-radius: 0px;
  padding: 0px;
  background-color: #387DCD;
  color: #fff;
}
.examcate-tab th .btn a::before, .examcate-tab td .btn a::before,
.examcate-tab-2 th .btn a::before,
.examcate-tab-2 td .btn a::before {
  display: none;
}
.examcate-tab th .btn a:hover, .examcate-tab td .btn a:hover,
.examcate-tab-2 th .btn a:hover,
.examcate-tab-2 td .btn a:hover {
  background-color: #fff;
  color: #387DCD;
  border-color: #387DCD;
}
.examcate-tab th.btn-area, .examcate-tab td.btn-area,
.examcate-tab-2 th.btn-area,
.examcate-tab-2 td.btn-area {
  padding-right: 0px;
  width: 90px;
}
.examcate-tab th.name, .examcate-tab td.name,
.examcate-tab-2 th.name,
.examcate-tab-2 td.name {
  width: 185px;
}
.examcate-tab th.date, .examcate-tab td.date,
.examcate-tab-2 th.date,
.examcate-tab-2 td.date {
  width: 160px;
}
.examcate-tab th.td-img, .examcate-tab td.td-img,
.examcate-tab-2 th.td-img,
.examcate-tab-2 td.td-img {
  padding-left: 0px;
  padding-right: 0px;
}
.examcate-tab th,
.examcate-tab-2 th {
  background-color: #EFEFEF;
  white-space: nowrap;
}
.examcate-tab.center th,
.examcate-tab.center td,
.examcate-tab-2.center th,
.examcate-tab-2.center td {
  text-align: center;
  vertical-align: middle;
}
.examcate-tab.center th.left,
.examcate-tab.center td.left,
.examcate-tab-2.center th.left,
.examcate-tab-2.center td.left {
  text-align: left;
}

.examcate-tab-2 th, .examcate-tab-2 td {
  border-right-width: 1px;
}
.examcate-tab-2 th {
  text-align: center;
}
.examcate-tab-2 tr th:last-child,
.examcate-tab-2 tr td:last-child {
  border-right-width: 0px;
}

.exam-tab-img {
  height: 50px;
  max-width: none;
  width: auto;
}

.page-link {
  margin: 0px 0px 60px;
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
  border-style: solid;
  border-color: #000;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}
.page-link li {
  margin: 0px 4px 14px;
  padding: 0px;
  font-size: 14px;
  line-height: 20px;
}
.page-link li a {
  text-decoration: none;
  padding-left: 20px;
  background-image: url(/adm/wp-content/themes/adm/images/arrow_103.png);
  background-position: left 10px center;
  background-size: 14px auto;
  background-repeat: no-repeat;
  padding: 2px 10px 2px 30px;
  border-radius: 10px;
}
.page-link li a:hover {
  background-color: #387DCD;
  color: #fff;
  background-image: url(/adm/wp-content/themes/adm/images/arrow_507.png);
}

.more-area-02 {
  margin-bottom: 1px;
}
.more-area-02 .more-title {
  text-align: left;
  font-size: 17px;
  line-height: 24px;
  font-weight: bold;
  position: relative;
  padding: 0px 20px;
  padding-right: 40px;
  cursor: pointer;
  background-color: #EFEFEF;
  height: 57px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
}
.more-area-02 .more-title::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  background-color: #000;
  top: calc(50% - 0.5px);
  right: 20px;
}
.more-area-02 .more-title::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background-color: #000;
  top: calc(50% - 12px);
  right: 32px;
}
.more-area-02 .more-title.on::after {
  display: none;
}
.more-area-02 .hidden-area {
  padding-top: 20px;
  padding-bottom: 24px;
  display: none;
}

.gm-link {
  font-size: 12px;
  padding-left: 35px;
  background-image: url(/adm/wp-content/themes/adm/images/arrow_104.png);
  background-position: left center;
  background-size: 24px auto;
  background-repeat: no-repeat;
}

.ex-list {
  margin: 0px 0px 60px;
  padding: 0px;
  list-style-type: none;
}
.ex-list li {
  margin: 0px 0px 10px;
  padding: 0px;
  font-size: 14px;
  line-height: 22px;
  padding-left: 35px;
  background-image: url(/adm/wp-content/themes/adm/images/arrow_104.png);
  background-position: left top 4px;
  background-size: 24px auto;
  background-repeat: no-repeat;
}
.ex-list li a {
  text-decoration: none;
  display: inline;
  transition: all 0.35s;
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  padding-bottom: 2px;
}
.ex-list li a:hover {
  background-size: 100% 1px;
}
.ex-list li a.outlink::after, .ex-list li a.pdf::after, .ex-list li a.word::after, .ex-list li a.excel::after, .ex-list li a[href^="http"]::after, .ex-list li a[href$=".pdf"]::after, .ex-list li a[href$=".doc"]::after, .ex-list li a[href$=".docx"]::after, .ex-list li a[href$=".xls"]::after, .ex-list li a[href$=".xlsx"]::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-image: url(/adm/wp-content/themes/adm/images/icon_out_gr2.png);
  background-position: center center;
  background-size: 12px auto;
  background-repeat: no-repeat;
  margin-left: 5px;
  margin-top: -2px;
  margin-right: 5px;
}
.ex-list li a[href^="https://www.tuad.ac.jp/adm/"]::after, .ex-list li a[href^="https://www.pipi.ne.jp/kari/"]::after {
  display: none;
}
.ex-list li a.pdf::after, .ex-list li a[href$=".pdf"]::after {
  background-image: url(/adm/wp-content/themes/adm/images/icon_pdf_gr2.png);
  margin-top: -3px;
  display: inline-block;
}
.ex-list li a.word::after, .ex-list li a[href$=".doc"]::after, .ex-list li a[href$=".docx"]::after {
  background-image: url(/adm/wp-content/themes/adm/images/icon_word_gr2.png);
  margin-top: -3px;
  display: inline-block;
}
.ex-list li a.excel::after, .ex-list li a[href$=".xls"]::after, .ex-list li a[href$=".xlsx"]::after {
  background-image: url(/adm/wp-content/themes/adm/images/icon_excel_gr2.png);
  margin-top: -3px;
  display: inline-block;
}
.ex-list li a[href^="mailto"]::before {
  content: "";
  display: none;
}

.common-test #layout {
  background-color: #DFF2FC;
}

.commomn-txt {
  border-style: solid;
  border-color: #000;
  border-width: 2px 0px;
  border-radius: 0px;
  margin: 25px 0px;
  padding: 20px 0px;
  position: relative;
}
.commomn-txt p {
  text-align: center;
  margin: 0px;
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
}
.commomn-txt::before, .commomn-txt::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 2px;
  left: 0px;
}
.commomn-txt::after {
  top: auto;
  bottom: 2px;
}

.ct-box-01-wrap {
  overflow: hidden;
  margin-bottom: 40px;
}

.ct-box-01 {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  margin: 0px auto 20px;
  max-width: 374px;
}
.ct-box-01 h5 {
  background-color: #6C9BD2;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 58px;
}
.ct-box-01 h5::before {
  content: "1";
  display: inline-block;
  width: 34px;
  height: 58px;
  background-image: url(/adm/wp-content/themes/adm/images/arrow_401.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  color: #6C9BD2;
  margin-right: 10px;
  font-size: 24px;
  line-height: 58px;
}
.ct-box-01:nth-child(2) h5::before {
  content: "2";
}
.ct-box-01 .img {
  margin: 15px 80px 20px;
}
.ct-box-01 .img p {
  margin: 0px;
}
.ct-box-01 .txt {
  margin: 18px;
}
.ct-box-01 .txt p {
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
}

.ct-m01 {
  width: 120px;
  margin: -100px 0px 40px -10px;
  position: relative;
}

.ct-m02 {
  width: 74px;
  margin: -120px 0px 10px -10px;
  position: relative;
}

.ct-txt-01 {
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
}

.faq-q {
  font-size: 18px;
  line-height: 31px;
  font-weight: 500;
  text-align: left;
  padding: 0px 0px 10px 38px;
  border-style: solid;
  border-color: #000;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  margin-top: 70px;
  margin-bottom: 20px;
  position: relative;
}
.faq-q::before {
  content: "Q.";
  font-size: 24px;
  line-height: 30px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.faq-a {
  padding: 0px 0px 0px 38px;
  margin-bottom: 20px;
  position: relative;
}
.faq-a::before {
  content: "A.";
  font-size: 24px;
  line-height: 30px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.faq-a h5 {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 24px;
}

.ct-tab {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  margin: 0px 0px 20px;
  width: 100%;
}
.ct-tab th, .ct-tab td {
  border-style: solid;
  border-color: #ABAAAA;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding: 8px 15px;
  vertical-align: top;
}
.ct-tab th.noline, .ct-tab td.noline {
  border: none;
  padding-bottom: 0px;
}
.ct-tab th.white, .ct-tab td.white {
  color: #fff;
}
.ct-tab th.color001, .ct-tab td.color001 {
  color: #CE93BF;
}
.ct-tab th.color002, .ct-tab td.color002 {
  color: #F7BB9E;
}
.ct-tab th.color003, .ct-tab td.color003 {
  color: #D8E698;
}
.ct-tab th.color004, .ct-tab td.color004 {
  color: #86B2E0;
}
.ct-tab th.color005, .ct-tab td.color005 {
  color: #F19CA7;
}
.ct-tab th.arrows001, .ct-tab th.arrows002, .ct-tab th.arrows003, .ct-tab th.arrows004, .ct-tab th.arrows005, .ct-tab td.arrows001, .ct-tab td.arrows002, .ct-tab td.arrows003, .ct-tab td.arrows004, .ct-tab td.arrows005 {
  padding-right: 34px;
  background-position: right center;
  background-size: 14px auto;
  background-repeat: no-repeat;
}
.ct-tab th.arrows001, .ct-tab td.arrows001 {
  background-image: url(/adm/wp-content/themes/adm/images/arrow_201.png);
}
.ct-tab th.arrows002, .ct-tab td.arrows002 {
  background-image: url(/adm/wp-content/themes/adm/images/arrow_202.png);
}
.ct-tab th.arrows003, .ct-tab td.arrows003 {
  background-image: url(/adm/wp-content/themes/adm/images/arrow_203.png);
}
.ct-tab th.arrows004, .ct-tab td.arrows004 {
  background-image: url(/adm/wp-content/themes/adm/images/arrow_204.png);
}
.ct-tab th.arrows005, .ct-tab td.arrows005 {
  background-image: url(/adm/wp-content/themes/adm/images/arrow_205.png);
}
.ct-tab th {
  background-color: #F19CA7;
  white-space: nowrap;
}

.ct-box-02-wrap {
  overflow: hidden;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
  margin: 0px 0px 20px;
}

.ct-box-02 {
  width: calc(50% - 36px);
  margin: 0px 18px 20px;
}
.ct-box-02 .img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 15px;
}
.ct-box-02 .img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.ct-box-02 .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.ct-box-02 .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.ct-box-02 .txt {
  text-align: center;
}
.ct-box-02 .txt h5 {
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
}
.ct-box-02 .txt p {
  font-size: 12px;
  line-height: 20px;
  margin: 0px;
  text-align: center;
}

.bg-dot {
  background-color: #fff;
  background-image: radial-gradient(#83CCD2 30%, transparent 30%);
  background-size: 3px 3px;
  margin-left: calc((100vw - 100%)/2*-1);
  margin-right: calc((100vw - 100%)/2*-1);
  padding: 20px calc((100vw - 100%)/2) 20px;
  overflow: hidden;
  margin-bottom: 40px;
}

.ct-box-03-wrap {
  overflow: hidden;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
  margin: 0px -17px 20px;
}

.ct-box-03 {
  width: calc(50% - 34px);
  margin: 0px 17px 20px;
}
.ct-box-03 .img {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.ct-box-03 .img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.ct-box-03 .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.ct-box-03 .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.ct-box-03 .txt {
  text-align: center;
}
.ct-box-03 .txt h5 {
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
}
.ct-box-03 .txt p {
  font-size: 12px;
  line-height: 20px;
  margin: 0px;
  text-align: center;
}

.y-back {
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  background-color: #FEF139;
  display: inline-block;
}

.exam-list {
  margin: 0px 0px 60px;
  padding: 0px;
  list-style-type: none;
}
.exam-list li {
  margin: 0px 0px -1px 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
.exam-list li a {
  display: block;
  text-decoration: none;
  background: none;
  padding: 0px 40px 0px 20px;
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  border-radius: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
  height: 50px;
  position: relative;
}
.exam-list li a::before {
  display: none;
}
.exam-list li a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #387DCD;
  border-style: solid;
  border-color: #fff;
  border-width: 1px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/adm/wp-content/themes/adm/images/arrow_502.png);
  background-position: center center;
  background-size: 12px auto;
  background-repeat: no-repeat;
}
.exam-list li a:hover {
  color: #fff;
  background-color: #387DCD;
}
.exam-list li:first-child a {
  border-radius: 20px 20px 0px 0px;
}
.exam-list li:last-child a {
  border-radius: 0px 0px 20px 20px;
}

.exam-page-link {
  margin: 0px 0px 60px;
  padding: 0px;
  list-style-type: none;
}
.exam-page-link li {
  margin: 0px 0px -1px 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
}
.exam-page-link li a {
  display: block;
  text-decoration: none;
  background: none;
  padding: 0px 40px 0px 20px;
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  border-radius: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  flex-direction: row;
  height: 50px;
  position: relative;
}
.exam-page-link li a::before {
  display: none;
}
.exam-page-link li a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/adm/wp-content/themes/adm/images/arrow_504.png);
  background-position: center center;
  background-size: 16px auto;
  background-repeat: no-repeat;
}
.exam-page-link li a:hover {
  color: #fff;
  background-color: #387DCD;
}
.exam-page-link li a:hover::after {
  background-image: url(/adm/wp-content/themes/adm/images/arrow_503.png);
}
.exam-page-link li:first-child a {
  border-radius: 20px 20px 0px 0px;
}
.exam-page-link li:last-child a {
  border-radius: 0px 0px 20px 20px;
}

.howto-ex {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  counter-reset: my-counter;
}
.howto-ex li {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 50px;
  font-size: 18px;
  line-height: 26px;
  position: relative;
}
.howto-ex li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #FEFCE8;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  color: #000;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* 学科?コース 
--------------------------------------------------------------------------------- */
.course-box-01 h4 {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
}
.course-box-01 .img {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.course-box-01 .img::before {
  content: '';
  display: block;
  padding-top: 69.6581196581%;
}
.course-box-01 .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.course-box-01 .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

/* モーダル
--------------------------------------------------------------------------------- */
#cboxOverlay {
  background: none !important;
  background-color: #000 !important;
  opacity: 0.8 !important;
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
  display: none;
}

#cboxLoadedContent {
  margin-bottom: 0px !important;
  background-color: #fff !important;
}

#cboxContent {
  float: none !important;
  margin-left: 21px !important;
  margin-right: -21px !important;
  border-style: solid;
  border-color: #fff;
  border-width: 10px;
  border-radius: 0px;
  overflow: visible !important;
}

#cboxClose {
  width: 40px !important;
  height: 40px !important;
  background-image: url(/adm/wp-content/themes/adm/images/close.png) !important;
  background-position: center center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  top: -10px !important;
  right: -10px !important;
  bottom: auto !important;
}

/* 共通
--------------------------------------------------------------------------------- */
/* アンカー */
.anchor {
  display: block;
  position: relative;
  padding-top: 60px;
  margin-top: -60px;
  pointer-events: none;
  height: 0px;
}

/* パンくず */
#topic-path {
  overflow: hidden;
  text-align: left;
  padding: 0px 20px;
  margin: 0px 0px 70px 0px;
  z-index: 20;
}
#topic-path p {
  font-size: 10px;
  line-height: 14px;
  margin: 0px;
}
#topic-path p a {
  text-decoration: none;
}

/* 見出し */
.m01 {
  font-size: 18px;
  line-height: 24px;
  height: 100px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #fff;
}
.m01 .en {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  margin: 0px;
}
.m01 .sub {
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  margin: 0px;
}
.m01 .subsub {
  display: block;
  margin-top: -50px;
}
.m01 .new-mark {
  padding: 10px 60px;
  background-image: url(/adm/wp-content/themes/adm/images/craft_mark.png);
  background-position: center left;
  background-size: 55px auto;
  background-repeat: no-repeat;
}

.m02,
.m02-2,
.m02-3,
.m02-4 {
  font-size: 20px;
  line-height: 32px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.m02-2 {
  margin-top: 0px;
}

.m02-3 {
  margin-top: 0px;
}

.m03,
.m03-2 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
  margin-top: 60px;
  text-align: left;
  position: relative;
  padding-left: 23px;
}
.m03::before,
.m03-2::before {
  content: "";
  display: block;
  width: 7px;
  background-color: #000;
  left: 0px;
  top: 2px;
  bottom: 2px;
  position: absolute;
}

.m03-2 {
  margin-top: 0px;
}

.m04,
.m04-2 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
  margin-top: 60px;
  text-align: left;
}
.m04 span,
.m04-2 span {
  border-style: solid;
  border-color: #000;
  border-width: 0px 0px 0px 7px;
  border-radius: 0px;
  padding-left: 16px;
}

.m04-2 {
  margin-top: 0px;
}

.m05 {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
  text-align: left;
}

.m06 {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 24px;
  text-align: left;
}
.m06 span {
  font-size: 12px;
}

.m07 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 50px;
}

.m08 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 18px;
}

.m09 {
  font-size: 16px;
  line-height: 24px;
  border-style: solid;
  border-color: #000;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  text-align: left;
}

.m10 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 14px;
  text-align: left;
}

.m11 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 50px;
}

.m12 {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 26px;
  text-align: left;
}

.m13 {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0px;
  text-align: left;
}

.m14 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 26px;
  text-align: left;
  padding-bottom: 4px;
  border-style: solid;
  border-color: #000;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}

.m15 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 50px;
  text-align: left;
  position: relative;
  padding-left: 28px;
}
.m15::before {
  content: "";
  display: block;
  width: 8px;
  position: absolute;
  left: 0px;
  top: 2px;
  bottom: 2px;
  background-color: #387DCD;
  border-radius: 4px;
}

.m16 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 30px;
  text-align: left;
}

.m17 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  padding: 0px 20px;
  display: inline-block;
  color: #EC6D84;
  position: relative;
}
.m17::before, .m17::after {
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  border-radius: 1px;
  background-color: #EC6D84;
  position: absolute;
  top: 0px;
}
.m17::before {
  left: 0px;
  transform: rotate(-25deg);
}
.m17::after {
  right: 0px;
  transform: rotate(25deg);
}

.m18 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  padding: 0px 20px;
  display: inline-block;
  position: relative;
}
.m18::before, .m18::after {
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  border-radius: 1px;
  background-color: #000;
  position: absolute;
  top: 0px;
}
.m18::before {
  left: 0px;
  transform: rotate(-25deg);
}
.m18::after {
  right: 0px;
  transform: rotate(25deg);
}

.m19 {
  font-size: 24px;
  line-height: 30px;
  padding: 10px 20px;
  margin-bottom: 40px;
  position: relative;
  background-color: #6C9BD2;
  color: #fff;
}
.m19::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-width: 25px 20px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.m20 {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 24px;
}

.m21 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 50px;
  text-align: left;
  position: relative;
  padding-left: 28px;
}
.m21::before {
  content: "";
  display: block;
  width: 8px;
  position: absolute;
  left: 0px;
  top: 2px;
  bottom: 2px;
  background-color: #387DCD;
  border-radius: 4px;
}

.m22 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 26px;
  text-align: left;
  position: relative;
  padding-left: 28px;
}
.m22::before {
  content: "";
  display: block;
  width: 8px;
  position: absolute;
  left: 0px;
  top: 2px;
  bottom: 2px;
  background-color: #000;
}

/* リスト */
ul {
  margin-left: 0px;
  padding-left: 1em;
}
ul li {
  margin: 0px;
  padding: 0px;
}
ul li ul {
  font-size: 100%;
}
ul.nomark {
  padding-left: 0px;
  list-style-type: none;
}
ul.nomark li {
  margin-bottom: 15px;
}
ul.list01 {
  padding: 0px;
  list-style-type: none;
}
ul.list01 li {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 10px;
  padding-left: 1.2em;
  position: relative;
}
ul.list01 li::before {
  content: "●";
  position: absolute;
  left: 0px;
  color: #00AFD5;
  color: #387DCD;
}

ol {
  margin-left: 1.4em;
  padding: 0px;
}
ol li {
  margin: 0px;
  padding: 0px;
}
ol.num-list01 li {
  margin-bottom: 12px;
}
ol.large li {
  font-size: 16px;
  line-height: 28px;
}
ol.num01 {
  margin-left: 0px;
  list-style-type: none;
}
ol.num01 li {
  padding-left: 1.5em;
  position: relative;
  counter-increment: cnt;
}
ol.num01 li li {
  padding-left: 0px;
  counter-increment: none;
  list-style-type: disc;
}
ol.num01 li li::before {
  display: none;
}
ol.num01 li::before {
  content: counter(cnt) "）";
  position: absolute;
  left: 0px;
}

/* 段組 */
.col-box {
  clear: both;
  margin: 0px 0px;
}
.col-box .img p {
  text-align: center;
}
.col-box.col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
  margin-left: -4px;
  margin-right: -4px;
}
.col-box.col2 .col {
  width: calc(50% - 8px);
  margin: 0px 4px;
}
.col-box.col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
  margin-left: -4px;
  margin-right: -4px;
}
.col-box.col3 .col {
  width: calc((1/3)*100% - 8px);
  margin: 0px 4px;
}
.col-box.col2-2 .btn-01 {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
.col-box.col2-3 {
  display: block;
}
.col-box.col2-3 .col {
  width: auto;
  margin: 0px;
}
.col-box.col2-3 .col .img {
  max-width: 190px;
  margin-left: auto;
  margin-right: auto;
}
.col-box.col2-6 .col {
  width: auto;
  margin: 0px;
}
.col-box.col2-8 .col.c2 {
  margin: 0px auto;
  width: 200px;
}
.col-box.col2-9 .col {
  width: auto;
  margin: 0px;
}
.col-box.col2-10 .col .img p {
  margin: 0px;
}
.col-box.col2-11 .col .img p {
  margin: 0px auto 30px;
  max-width: 206px;
}
.col-box.col4-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  flex-direction: row;
}
.col-box.col4-2 .col {
  width: 50%;
}
.col-box.col4-2 .col .img {
  position: relative;
  overflow: hidden;
}
.col-box.col4-2 .col .img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.col-box.col4-2 .col .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.col-box.col4-2 .col .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.col-box.col4-2 .col p {
  margin: 0px;
}
.col-box.grad .col .category {
  margin: 0px;
  background-color: #000;
  color: #fff;
  position: absolute;
  padding: 2px 20px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.15em;
  top: 0px;
  left: 0px;
  z-index: 10;
}
.col-box.grad .col .img {
  position: relative;
  position: relative;
  overflow: hidden;
}
.col-box.grad .col .img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.col-box.grad .col .img p {
  margin: 0px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: 0px;
  overflow: hidden;
}
.col-box.grad .col .img p img {
  transition: all 0.35s;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  /* 他のブラウザ用(＝通常の指定) */
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.col-box.grad .col a {
  text-decoration: none;
  z-index: 1;
  display: block;
  position: relative;
  line-height: 24px;
  margin-bottom: 18px;
  overflow: hidden;
}
.col-box.grad .col a.outlink .category::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-image: url(/adm/wp-content/themes/adm/images/icon_out.png);
  background-position: center center;
  background-size: 12px;
  background-repeat: no-repeat;
  margin-left: 5px;
}
.col-box.grad .col a:hover {
  opacity: 1;
}
.col-box.grad .col a:hover img {
  opacity: 1;
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
.col-box.grad .col .txt {
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.35s;
  z-index: 10;
}
.col-box.grad .col .txt .inner {
  padding: 14px 14px 10px 14px;
}
.col-box.grad .col .txt .inner::before {
  display: none;
}
.col-box.grad .col .txt p {
  margin: 0px 0px 4px 0px;
  font-size: 13px;
  line-height: 18px;
}
.col-box.grad .col .txt .date {
  font-size: 10px;
  line-height: 16px;
}
.col-box.grad .col .inner {
  position: relative;
  z-index: 0;
}
.col-box.grad .col .inner::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  position: absolute;
  transition: all 0.35s;
}
.col-box.grad .col .inner:hover::before {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
}
.col-box.wide {
  margin-left: calc((100vw - 100%)/2*-1);
  margin-right: calc((100vw - 100%)/2*-1);
}
.col-box.dashed .col {
  border-style: dashed;
  border-color: #000;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  margin-bottom: 40px;
}
.col-box.ex-map .col {
  width: auto;
  margin: 0px;
}
.col-box.ex-map .col:first-child {
  padding: 0px 20px;
}
.col-box.ex-map .col .img a {
  display: block;
  position: relative;
}
.col-box.ex-map .col .img a::after {
  content: "";
  display: block;
  width: 65px;
  height: 30px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-image: url(/adm/wp-content/themes/adm/images/zoom.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* テーブル */
.basic, .narrow-table {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
  border-style: solid;
  border-color: #abaaaa;
  border-width: 1px 0px 0px 1px;
  border-radius: 0px;
}
.basic th, .narrow-table th, .basic td, .narrow-table td {
  padding: 20px 15px;
  border-style: solid;
  border-color: #abaaaa;
  border-width: 0px 1px 1px 0px;
  border-radius: 0px;
  vertical-align: middle;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.basic th.w100, .narrow-table th.w100, .basic td.w100, .narrow-table td.w100 {
  width: 100px;
}
.basic th.w200, .narrow-table th.w200, .basic td.w200, .narrow-table td.w200 {
  width: 200px;
}
.basic th.w300, .narrow-table th.w300, .basic td.w300, .narrow-table td.w300 {
  width: 300px;
}
.basic th.w400, .narrow-table th.w400, .basic td.w400, .narrow-table td.w400 {
  width: 400px;
}
.basic th.left, .narrow-table th.left, .basic td.left, .narrow-table td.left {
  text-align: left;
}
.basic th, .narrow-table th {
  font-weight: bold;
  text-align: center;
  background-color: #efefef;
  font-weight: 500;
}
.basic.left th, .left.narrow-table th, .basic.left td, .left.narrow-table td {
  text-align: left;
}
.basic.tdleft td, .tdleft.narrow-table td {
  text-align: left;
}
.basic.wid-auto, .wid-auto.narrow-table {
  width: auto;
}

.basic2 {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
  border-style: solid;
  border-color: #abaaaa;
  border-width: 1px 0px 0px 1px;
  border-radius: 0px;
}
.basic2 th, .basic2 td {
  padding: 20px 15px;
  border-style: solid;
  border-color: #abaaaa;
  border-width: 0px 1px 1px 0px;
  border-radius: 0px;
  vertical-align: middle;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.basic2 th.w100, .basic2 td.w100 {
  width: 100px;
}
.basic2 th.w200, .basic2 td.w200 {
  width: 200px;
}
.basic2 th.w300, .basic2 td.w300 {
  width: 300px;
}
.basic2 th.w400, .basic2 td.w400 {
  width: 400px;
}
.basic2 th.left, .basic2 td.left {
  text-align: left;
}
.basic2 th .text-link, .basic2 td .text-link {
  padding-left: 0px;
}
.basic2 th .text-link::before, .basic2 td .text-link::before {
  display: none;
}
.basic2 th {
  font-weight: bold;
  text-align: center;
  background-color: #efefef;
  font-weight: 500;
  padding: 10px 15px;
}
.basic2.left th, .basic2.left td {
  text-align: left;
}
.basic2.tdleft td {
  text-align: left;
}
.basic2.wid-auto {
  width: auto;
}

.narrow-table {
  margin: 37px auto;
  width: auto;
}
.narrow-table th, .narrow-table td {
  padding: 9px 14px;
  font-size: 10px;
  line-height: 13px;
}
.narrow-table th {
  text-align-last: justify;
}
.narrow-table td {
  text-align: left;
}

.noline-tab {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 0px;
}
.noline-tab th, .noline-tab td {
  padding: 0px;
  vertical-align: top;
  font-size: 12px;
  line-height: 26px;
  padding-bottom: 26px;
}
.noline-tab th {
  white-space: nowrap;
  font-weight: bold;
  text-align: left;
  padding-right: 40px;
}
.noline-tab p {
  font-size: 12px;
  line-height: 26px;
}
.noline-tab li {
  font-size: 12px;
  line-height: 26px;
  margin: 0px;
}

.history-tab {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
  margin-top: 24px;
}
.history-tab th {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #abaaaa;
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  padding-bottom: 20px;
  width: 110px;
}
.history-tab th span {
  font-size: 10px;
}
.history-tab td {
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  padding-bottom: 20px;
}

.curriculum-tab {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
  margin-top: 20px;
}
.curriculum-tab th, .curriculum-tab td {
  padding: 15px;
  border-style: solid dashed solid dashed;
  border-color: #b2b2b2;
  border-width: 0px 1px 1px 0px;
  border-radius: 0px;
  vertical-align: top;
  font-size: 12px;
  line-height: 18px;
}
.curriculum-tab th {
  white-space: nowrap;
  font-weight: 500;
  text-align: center;
}
.curriculum-tab .tr-last th, .curriculum-tab .tr-last td {
  border-bottom-width: 0px;
}
.curriculum-tab .th-last,
.curriculum-tab .td-last {
  border-right-width: 0px;
}
.curriculum-tab .th-last.last-cancel,
.curriculum-tab .td-last.last-cancel {
  border-right-width: 1px;
}
.curriculum-tab .rowspan-last {
  border-bottom-width: 0px;
}
.curriculum-tab .tr-convex {
  height: 5em;
}
.curriculum-tab .no-wrap {
  white-space: nowrap;
}
.curriculum-tab p {
  font-size: 12px;
  line-height: 18px;
}
.curriculum-tab ul {
  margin-bottom: 0px;
}
.curriculum-tab li {
  font-size: 12px;
  line-height: 18px;
  margin: 0px;
}

.profile-tab {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
}
.profile-tab th, .profile-tab td {
  padding: 8px 0px;
  border-style: solid;
  border-color: #b2b2b2;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
  vertical-align: top;
  font-size: 12px;
  line-height: 18px;
}
.profile-tab th {
  white-space: nowrap;
  font-weight: bold;
  text-align: left;
  padding-right: 20px;
}
.profile-tab .tr-last th, .profile-tab .tr-last td {
  border-bottom-width: 0px;
}
.profile-tab .th-last,
.profile-tab .td-last {
  border-right-width: 0px;
}

.disclosure-tab {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
}
.disclosure-tab th, .disclosure-tab td {
  padding: 0px 0px 24px 0px;
  vertical-align: top;
  font-size: 13px;
  line-height: 24px;
  text-align: left;
}
.disclosure-tab th {
  white-space: nowrap;
  font-weight: 500;
  width: 3em;
}

.recruit-tab {
  border-collapse: separate;
  border: none;
  border-spacing: 0;
  width: 100%;
  border-style: solid;
  border-color: #abaaaa;
  border-width: 1px 0px 0px 1px;
  border-radius: 0px;
}
.recruit-tab th, .recruit-tab td {
  padding: 20px 15px;
  border-style: solid;
  border-color: #abaaaa;
  border-width: 0px 1px 1px 0px;
  border-radius: 0px;
  vertical-align: middle;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}
.recruit-tab th.left, .recruit-tab td.left {
  text-align: left;
}
.recruit-tab th.documents, .recruit-tab td.documents {
  text-align: left;
}
.recruit-tab th {
  font-weight: bold;
  text-align: center;
  background-color: #efefef;
  font-weight: 500;
}
.recruit-tab th.category {
  background-color: transparent;
  text-align: left;
  position: relative;
  padding-left: 34px;
}
.recruit-tab th.category::before {
  content: "●";
  display: block;
  position: absolute;
  left: 15px;
}

div.scroll {
  overflow: scroll;
  margin-bottom: 26px;
}
div.scroll table {
  width: 700px;
  margin-bottom: 0px;
}

div.scroll-02 {
  overflow: scroll;
  margin-bottom: 26px;
}
div.scroll-02 table {
  width: 784px;
  margin-bottom: 0px;
}

div.scroll-03 {
  overflow: scroll;
  margin-bottom: 26px;
}
div.scroll-03 table {
  width: 946px;
  margin-bottom: 0px;
}

.scroll-txt-01,
.scroll-txt-02 {
  font-size: 12px;
  line-height: 20px;
  margin-top: -16px;
}

/* イメージ */
img {
  max-width: 100%;
  height: auto;
}

p.img {
  text-align: center;
}

.img-box {
  overflow: hidden;
  clear: both;
}

/* 動画 */
.movie {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
  margin-bottom: 26px;
}
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* イメージ?テキスト */
/* カラム */
/* テキスト */
/* 太さ */
.bold {
  font-weight: bold;
}

/* 大きさ */
.large {
  font-size: 16px;
  line-height: 28px;
}

.xlarge {
  font-size: 17px;
  line-height: 28px;
}

.small {
  font-size: 12px;
  line-height: 18px;
}

/* 色 */
.red {
  color: #ff0000;
}

.color01 {
  color: #000;
}

mark {
  background: linear-gradient(transparent 60%, yellow 0%);
}

/* アンカー */
/* クリア */
.clear {
  clear: both;
}

/* 罫線 */
/* 文字揃え */
.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

/* 改行 */
.tab,
.tabpc,
.pc {
  display: none;
}

/* マージン */
hr.mb, hr.mb10, hr.mb25, hr.mb50, hr.mb100 {
  clear: both;
  border: none;
  display: block;
  overflow: hidden;
}
hr.mb {
  margin-bottom: 50px;
}
hr.mb10 {
  margin-bottom: 10px;
}
hr.mb25 {
  margin-bottom: 25px;
}
hr.mb50 {
  margin-bottom: 50px;
}
hr.mb100 {
  margin-bottom: 100px;
}
hr.dashed {
  border-style: dashed;
  border-color: #000;
  border-width: 0px 0px 1px 0px;
  border-radius: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.mt0 {
  margin-top: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mt10 {
  margin-top: 10px;
}

.ml1em {
  margin-left: 1em;
}

.ml2em {
  margin-left: 2em;
}

.ml3em {
  margin-left: 3em;
}

.im1em {
  text-indent: -1em;
  padding-left: 1em;
}

.im2em {
  text-indent: -2em;
  padding-left: 2em;
}

.im3em {
  text-indent: -3em;
  padding-left: 3em;
}

/* media
--------------------------------------------------------------------------------- */
/*
--------------------------------------------------------------------------------- 768 */
@media all and (min-width: 768px) {
  /* コンテンツ
  --------------------------------------------------------------------------------- */
  #contents {
    padding-top: 60px;
  }
  .pt0 #contents {
    padding-top: 0px;
  }
  #contents .wrap {
    padding: 0px 40px;
  }

  /* ホーム
  --------------------------------------------------------------------------------- */
  #home-main-image {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    padding: 20px 0px calc(60/1280*100%);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #home-main-image #image {
    width: 50%;
  }

  #slide {
    width: 50%;
    margin: 0px;
  }

  .news-area .inner {
    padding: 70px 80px 40px;
  }
  .news-area .news-list {
    position: relative;
    margin: 0px auto 40px;
    max-width: 810px;
  }
  .news-area .news-list li {
    margin: 0px 0px 14px 0px;
    font-size: 13px;
    line-height: 25px;
  }
  .news-area .news-list li p.date {
    margin-right: 2em;
  }
  .news-area .news-list li p.cate {
    float: left;
    margin-right: 2em;
  }
  .news-area .news-list li p.title {
    width: auto;
    clear: none;
    display: block;
    overflow: hidden;
    line-height: 22px;
    transform: translateY(-3px);
  }

  .home-area-01 {
    margin-left: calc((100vw - 100%)/2*-1);
    margin-right: calc((100vw - 100%)/2*-1);
    padding: 60px 20px 20px;
  }

  .home-area-02 {
    margin-left: calc((100vw - 100%)/2*-1);
    margin-right: calc((100vw - 100%)/2*-1);
    padding: 0px 20px 20px;
  }

  .index-area {
    margin: 0px -15px;
  }
  .index-area .index-box {
    width: calc(25% - 30px);
    margin: 0px 15px 46px;
  }
  .index-area .index-box.large {
    width: calc(25% - 30px);
  }
  .index-area .index-box.large .img {
    width: 100%;
  }
  .index-area.home-index-01 {
    justify-content: left;
    width: 718px;
    margin: 0px auto;
  }
  .index-area.home-index-01 .index-box {
    width: calc((1/3)*100% - 30px);
  }
  .index-area.home-index-01 .index-box .img {
    margin-bottom: 16px;
  }
  .index-area.home-index-01 .index-box .txt h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .index-area.home-index-02 {
    width: 718px;
    margin: 0px auto;
  }
  .index-area.home-index-02 .index-box {
    width: calc((1/3)*100% - 30px);
  }
  .index-area.home-index-02 .index-box .img {
    margin-bottom: 16px;
  }
  .index-area.home-index-02 .index-box .txt h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .index-area.home-index-03 {
    width: 718px;
    margin: 0px auto;
  }
  .index-area.home-index-03 .index-box {
    width: calc((1/3)*100% - 30px);
  }
  .index-area.home-index-04 {
    width: 718px;
    margin: 0px auto;
  }
  .index-area.home-index-04 .index-box {
    width: calc((1/3)*100% - 30px);
  }
  .index-area.home-index-04 .index-box .img {
    margin-bottom: 16px;
  }
  .index-area.home-index-04 .index-box .txt h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .btn-01.long {
    width: 100%;
    margin: 0px 0px 24px;
  }
  .btn-01.long02 {
    line-height: 14px;
  }
  .btn-01.long02 a {
    height: 42px;
  }
  .btn-01.color-y {
    font-size: 16px;
  }

  /* 2024背景色追加 */
  .home-area-02 {
    padding-bottom: 60px;
  }

  .news-area .inner {
    padding: 40px 40px 40px;
  }

  .bg-news-white {
    padding: 40px 40px 20px;
    margin-top: 0px;
  }

  /* 下層ページ共通
  --------------------------------------------------------------------------------- */
  .main-img {
    margin-top: -100px;
    margin-bottom: 100px;
  }

  #local-nav {
    margin: 0px;
    position: absolute;
    border: none;
    top: 226px;
    width: 100%;
    overflow: visible;
    display: none;
    padding: 20px 0px 30px;
  }
  .lnav-page #local-nav {
    display: block;
  }
  #local-nav.fix {
    position: fixed;
    top: 60px;
    z-index: 20;
  }

  .lnav {
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    overflow: visible;
  }
  .lnav li {
    margin: 0px;
    font-size: 12px;
    line-height: 16px;
    width: auto;
  }
  .lnav li a {
    padding-left: 18px;
  }
  .lnav li a::before {
    width: 12px;
    height: 12px;
  }
  .lnav li::after {
    content: "｜";
    margin-left: 1em;
    margin-right: 1em;
  }
  .lnav li:last-child::after {
    display: none;
  }

  .border {
    padding: 14px 14px 0px 14px;
    margin: 40px 0px;
  }

  .wb {
    padding: 30px 30px 4px 30px;
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .gb {
    padding: 48px 48px 20px 48px;
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .btn-list {
    width: auto;
    margin: 0px -25px 0px;
  }
  .btn-list li {
    margin: 0px 25px 30px;
    width: calc((1/3)*100% - 50px);
  }
  .btn-list li.long {
    width: 100%;
  }
  .btn-list li.high a {
    height: 42px;
  }
  .btn-list.long50 {
    width: auto;
    margin: 0px -12px 0px;
  }
  .btn-list.long50 li {
    margin: 0px 12px 30px;
    width: calc((1/2)*100% - 24px);
  }

  .bg-gray.top {
    margin-top: -100px;
  }

  .bg-white {
    margin-left: -58px;
    margin-right: -58px;
    padding: 70px 58px 40px;
    border-radius: 10px;
  }

  /* NEWS
  --------------------------------------------------------------------------------- */
  .news-list-page {
    padding: 0px 40px;
    position: relative;
  }
  .news-list-page li {
    margin: 0px 0px 14px 0px;
    font-size: 13px;
    line-height: 25px;
  }
  .news-list-page li p.date {
    margin-right: 2em;
  }
  .news-list-page li p.cate {
    float: left;
    margin-right: 2em;
  }
  .news-list-page li p.title {
    width: auto;
    clear: none;
    display: block;
    overflow: hidden;
    line-height: 22px;
    transform: translateY(-3px);
  }

  .page-nation {
    margin: 60px -4px;
  }
  .page-nation ul li {
    margin: 0px 4px;
    width: 30px;
  }

  .news-title {
    margin-top: 100px;
  }
  .news-title .date {
    margin-bottom: 20px;
  }
  .news-title h3 {
    font-size: 24px;
    line-height: 36px;
  }

  /* メッセージ
  --------------------------------------------------------------------------------- */
  .message-page #topic-path {
    margin-top: 0px;
  }

  .mes-wrap {
    margin-top: 0px;
    padding: 0px 40px;
  }
  .mes-wrap::before, .mes-wrap::after {
    width: 70px;
    top: 0;
  }

  .mes-title {
    margin: 0px -40px calc(120/768*100%*-1);
    padding: 50px 0px 0px;
  }
  .mes-title::after {
    height: 11.0677083333vw;
    top: 0;
  }

  .mes-intro {
    margin-bottom: 70px;
  }
  .mes-intro h3 {
    font-size: 24px;
    line-height: 41px;
    margin-bottom: 20px;
    text-align: center;
  }
  .mes-intro p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .mes-left {
    width: 40.6976744186%;
    float: left;
    clear: left;
  }

  .mes-right {
    width: 53.488372093%;
    float: right;
    clear: right;
  }

  .mes-wrap .more-box {
    margin-left: 0px;
    margin-right: 0px;
  }
  .more-box .more-title {
    font-size: 16px;
    line-height: 24px;
    padding: 26px;
  }
  .more-box .more-title.num {
    padding-left: 74px;
  }
  .more-box .more-title.num.line1 {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .more-box .more-title.num span {
    font-size: 46px;
    line-height: 50px;
    left: 26px;
  }
  .more-box .more-title.life {
    font-size: 24px;
    line-height: 30px;
  }
  .more-box .more-title.life span {
    font-size: 16px;
  }
  .title-h .more-box .more-title {
    padding: 0px 26px;
    height: 76px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    flex-direction: row;
  }
  .more-box .hidden-area {
    padding: 26px;
  }

  .more-area .more-title {
    font-size: 18px;
    line-height: 30px;
    padding: 17px 0px;
    padding-right: 40px;
  }
  .more-area.faq::before {
    top: 11px;
  }

  .col-wrap.col2 {
    position: relative;
  }
  .col-wrap.col2 .more-box {
    width: 50%;
    float: left;
    clear: left;
  }
  .col-wrap.col2 .more-box:nth-child(even) {
    float: right;
    clear: right;
    transform: translateX(-1px);
  }

  /* 2024メッセージ */
  .mes-wrap-2024 {
    padding: 0px 40px 80px;
    margin-top: 80px;
  }

  .mes-2024-img-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    flex-direction: row;
    position: relative;
    margin: 0px auto 60px;
    max-width: 840px;
  }
  .mes-2024-img-txt .img-area {
    padding: 0px;
    margin-bottom: 0px;
    width: 50%;
  }
  .mes-2024-img-txt .txt-area {
    width: 50%;
    padding: 0px 0px 0px calc((20 / 470) * 100%);
  }
  .mes-2024-img-txt .txt-area h3 {
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    margin-bottom: 20px;
  }
  .mes-2024-img-txt .txt-area .name {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 40px;
  }
  .mes-2024-img-txt .txt-area .copy {
    font-size: 15px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 0px;
    padding: 0px;
    border: none;
  }
  .mes-2024-img-txt .profile {
    padding: 24px;
    margin-bottom: 0px;
  }
  .mes-2024-img-txt .profile p {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 0px;
  }

  .mes-2024-txt {
    margin: 0px auto;
    max-width: 840px;
  }
  .mes-2024-txt h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
    margin-top: 100px;
  }

  /* 2025メッセージ */
  .mes-wrap-2025 {
    padding: 0px 40px 80px;
  }

  .mes-title-2025 {
    margin: 40px -40px 46px;
  }

  .mes-2025-img-txt {
    padding: 0px;
    margin: 0px 0px 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    border: none;
  }
  .mes-2025-img-txt .img-area {
    margin-bottom: 0px;
    width: 48%;
  }
  .mes-2025-img-txt .txt-area {
    width: 46%;
  }

  .mes-2025-txt {
    padding: 0px;
  }
  .mes-2025-txt .img-area {
    margin: 0px -40px 40px;
  }
  .mes-2025-txt .img-area.col1 .img {
    margin: 0px 86px;
  }

  .mes-2025-profile {
    margin: 60px 0px 40px;
  }
  .mes-2025-profile .img {
    margin: 0px 60px 30px;
  }

  /* mg赌场电子游艺_十大博彩公司￥赌场娱乐
  --------------------------------------------------------------------------------- */
  .student-life-box {
    margin-top: 80px;
  }

  .sl-img-txt {
    width: 560px;
    margin: 0px auto 50px;
  }
  .sl-img-txt .txt {
    margin: 0px;
    padding: 20px 12px;
    position: absolute;
    top: 35px;
    right: -100px;
    width: 300px;
  }
  .sl-img-txt .vlog {
    width: 130px;
    height: 130px;
    left: -80px;
    top: auto;
    bottom: -24px;
  }

  .sl-txt {
    margin: 0px auto 80px;
  }
  .sl-txt h5 {
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 50px;
  }
  .sl-txt p {
    width: 640px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 28px;
  }

  .sl-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
  .sl-col .col {
    margin-bottom: 0px;
  }
  .sl-col .col.no01 {
    width: calc((360 / 920) * 100%);
  }
  .sl-col .col.no02 {
    width: calc((312 / 920) * 100%);
  }
  .sl-col .col.no03 {
    width: calc((162 / 920) * 100%);
  }
  .sl-col .img-01 {
    max-width: none;
  }
  .sl-col .col2 {
    display: block;
    max-width: none;
  }
  .sl-col .col2 .img-02 {
    width: auto;
  }

  .life-img-txt {
    margin: 0px 0px 34px;
  }
  .life-img-txt .txt .life-name {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  .life-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
    margin: 0px -8px;
  }
  .life-col h6 {
    margin-bottom: 30px;
  }
  .life-col .cols {
    width: calc(65% - 16px);
    margin: 0px 8px;
  }
  .life-col .cols:nth-child(2) {
    width: calc(35% - 16px);
  }

  .life-col-2 {
    margin: 0px;
  }
  .life-col-2 p {
    width: 100%;
    margin: 0px 0px 20px;
  }

  .bottom-index::after {
    content: "";
    display: block;
    width: 100vw;
    height: 200px;
    background-color: #f5f5f5;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }

  .mq {
    min-height: 68px;
  }

  .area-info {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
  }
  .area-info .img {
    width: 102px;
    margin: 0px 50px 0px 0px;
  }
  .area-info .txt {
    margin-bottom: 40px;
    width: calc(100% - 152px);
  }
  .area-info .txt h4 {
    text-align: left;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .area-info .txt .area-list li {
    margin: 0px 0px 12px 0px;
    padding: 0px 0px 0px 30px;
    font-size: 16px;
    line-height: 20px;
  }
  .area-info .txt .area-list li .time {
    font-size: 13px;
  }
  .area-info .txt .area-list li .time a {
    padding-left: 0px;
  }
  .area-info .txt .area-list li .time a::before {
    display: none;
  }

  .apart-tab th,
  .apart-tab td {
    font-size: 14px;
    display: table-cell;
    padding: 15px 0px;
  }
  .apart-tab th {
    border-style: dashed;
    border-color: #000;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
  }
  .apart-tab td {
    text-align: right;
  }

  .img-caption-main {
    margin: -90px 0px 70px 0px;
    font-size: 12px;
    padding: 0px 40px;
  }

  .img-caption {
    margin-top: -16px;
    margin-bottom: -4px;
    font-size: 12px;
    padding: 0px 40px;
  }

  /* 2025 */
  .student-life-2025 {
    padding: 0px 40px;
  }

  .student-life-box-2025 {
    margin: 0px auto 60px;
  }
  .student-life-box-2025 .view-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
  .student-life-box-2025 .view-area .img {
    margin-bottom: 0px;
    width: 48%;
  }
  .student-life-box-2025 .view-area .txt {
    width: 48%;
  }
  .student-life-box-2025 .view-area .txt-inner {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .student-life-box-2025 .view-area .copy {
    text-align: left;
  }
  .student-life-box-2025 .view-area .youtubelink {
    bottom: 16px;
  }
  .student-life-box-2025 .hide-area {
    padding: 30px 30px 0px;
  }

  .faq-img {
    margin: 50px 0px 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
  .faq-img .img {
    margin: 0px;
    width: calc( ( 1 / 3 ) * 100% - 1px );
  }

  .favorite {
    margin-top: 60px;
  }

  /* 入試情報
  --------------------------------------------------------------------------------- */
  .exam-tab {
    margin: -26px;
    padding: 40px;
    width: calc(100% + 52px);
  }
  .exam-tab th, .exam-tab td {
    display: table-cell;
    border-style: dashed;
    border-color: #000;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
    vertical-align: top;
    margin: 0px;
    padding: 10px 0px;
  }
  .exam-tab th {
    padding-right: 2em;
  }

  .poit-box h3 {
    font-size: 18px;
    line-height: 22px;
    padding: 20px 0px;
  }
  .poit-box h4 {
    margin-bottom: 30px;
  }
  .poit-box h5 {
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
    padding-left: 46px;
  }
  .poit-box h5::before {
    text-align: center;
    margin: 0px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
  .poit-box .point-area {
    padding: 30px;
    margin-bottom: 40px;
  }
  .poit-box .look .img-wrap {
    margin: 0px -7px;
  }
  .poit-box .look .img-wrap p {
    width: calc(50% - 14px);
    margin: 0px 7px;
  }
  .poit-box .movie {
    width: 500px;
    margin: 0px auto 26px;
    padding-bottom: 281.25px;
  }

  .page-btn {
    margin: 0px 0px 70px 0px;
    height: 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
  .page-btn li {
    margin: 0px;
    width: calc((248/784)*100%);
  }
  .page-btn.col4 li {
    margin: 0px;
    width: calc((186/784)*100%);
  }

  .page-link {
    margin: 0px 0px 60px;
  }
  .page-link li {
    margin: 0px 4px 18px;
  }

  .more-area-02 .hidden-area {
    padding: 20px 20px 24px;
  }

  .ct-box-01-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    margin-bottom: 40px;
  }

  .ct-box-01 {
    margin: 0px 15px;
    max-width: 300px;
  }
  .ct-box-01 .img {
    margin: 17px 45px 20px;
  }
  .ct-box-01 .txt {
    margin: 17px;
  }
  .ct-box-01 .txt p {
    letter-spacing: 0;
  }

  .ct-m01 {
    width: 179px;
    margin: -120px 0px 44px -30px;
  }

  .ct-m02 {
    width: 99px;
    margin: -134px 0px 0px -30px;
  }

  .faq-q {
    margin-top: 90px;
    margin-bottom: 33px;
  }

  .ct-box-02-wrap {
    justify-content: space-between;
    margin-bottom: 80px;
  }

  .ct-box-02 {
    width: 140px;
    margin: 0px;
  }
  .ct-box-02 .txt {
    letter-spacing: 0.04em;
  }

  .bg-dot {
    margin-left: 0px;
    margin-right: 0px;
    padding: 20px 38px 20px;
    overflow: hidden;
    margin-bottom: 40px;
  }

  .ct-box-03-wrap {
    justify-content: space-between;
    margin: 0px;
  }

  .ct-box-03 {
    width: 170px;
    margin: 0px;
  }
  .ct-box-03 .txt {
    letter-spacing: 0.04em;
  }

  .exam-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
  }
  .exam-list li {
    margin: 0px -1px -1px 0px;
    width: 50%;
  }
  .exam-list li:first-child a {
    border-radius: 20px 0px 0px 0px;
  }
  .exam-list li:nth-child(2) a {
    border-radius: 0px 20px 0px 0px;
  }
  .exam-list li:nth-last-child(2) a {
    border-radius: 0px 0px 0px 20px;
  }
  .exam-list li:last-child a {
    border-radius: 0px 0px 20px 0px;
  }

  /* モーダル
  --------------------------------------------------------------------------------- */
  #cboxContent {
    margin-left: 21px !important;
    margin-right: -21px !important;
    border-style: solid;
    border-color: #fff;
    border-width: 30px;
    border-radius: 0px;
  }

  #cboxClose {
    width: 60px !important;
    height: 60px !important;
    top: -30px !important;
    right: -30px !important;
  }

  /* 共通
  --------------------------------------------------------------------------------- */
  /* アンカー */
  .anchor.sl-anchor {
    padding-top: 126px;
    margin-top: -126px;
  }

  /* パンくず */
  #topic-path {
    position: absolute;
    top: 70px;
    left: 40px;
    margin: 0px;
    padding: 0px;
    color: #fff;
  }
  #topic-path a {
    color: #fff;
  }

  /* 見出し */
  .m01 {
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 100px;
    height: 125px;
  }
  .lnav-page .m01 {
    height: 250px;
  }
  .m01 .en {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 16px;
  }
  .m01 .sub {
    display: block;
    font-size: 12px;
    margin-bottom: 16px;
  }
  .m01 .subsub {
    display: block;
    font-size: 30px;
    width: 100%;
    margin-top: -70px;
  }
  .m01 .new-mark {
    margin-top: -30px;
    padding: 10px 100px;
    background-position: center left;
    background-size: 90px auto;
  }
  .common-test .m01 {
    height: 160px;
  }

  .m02,
  .m02-2,
  .m02-3,
  .m02-4 {
    font-size: 24px;
    line-height: 41px;
    margin-top: 110px;
    margin-bottom: 70px;
  }

  .m02-2 {
    margin-top: 0px;
  }

  .m02-3 {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .m02-4 {
    margin-bottom: 40px;
  }

  .m03,
  .m03-2 {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    margin-top: 110px;
  }

  .m03-2 {
    margin-top: 0px;
  }

  .m04,
  .m04-2 {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    margin-top: 110px;
  }

  .m04-2 {
    margin-top: 0px;
  }

  .m05 {
    font-size: 14px;
    line-height: 26px;
  }

  .m06 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 26px;
  }

  .m08 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 28px;
  }

  .m11 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 14px;
    text-align: left;
  }

  .m12 {
    font-size: 24px;
    line-height: 41px;
    margin-bottom: 70px;
    text-align: center;
  }

  .m13 {
    font-size: 16px;
    line-height: 26px;
  }

  .m14 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px;
  }

  .m15 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 50px;
    padding-left: 28px;
  }

  .m16 {
    margin-bottom: 40px;
  }

  .m17 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .m17::before, .m17::after {
    height: 28px;
  }

  .m21 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 50px;
    padding-left: 28px;
  }

  .m22 {
    font-size: 24px;
    line-height: 32px;
    padding-left: 28px;
  }

  /* リスト */
  ul.nomark li {
    margin-bottom: 15px;
  }
  ul.list01 li {
    margin-bottom: 20px;
  }

  ol.num-list01 li {
    margin-bottom: 12px;
  }
  ol.large li {
    font-size: 16px;
    line-height: 28px;
  }

  /* 段組 */
  .col-box.col2 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .col-box.col2 .col {
    width: calc(50% - 20px);
    margin: 0px 10px;
  }
  .col-box.col3 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .col-box.col3 .col {
    width: calc((1/3)*100% - 20px);
    margin: 0px 10px;
  }
  .col-box.col3-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-box.col3-2 .col {
    width: calc((1/3)*100% - 30px);
    margin: 0px 15px;
  }
  .col-box.col2-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
    margin-left: -15px;
    margin-right: -15px;
  }
  .col-box.col2-2 .col {
    width: calc(40% - 30px);
    margin: 0px 15px;
  }
  .col-box.col2-2 .col.c2 {
    width: calc(60% - 30px);
  }
  .col-box.col2-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    width: 560px;
  }
  .col-box.col2-3 .col {
    width: calc(50% - 30px);
    margin: 0px 15px;
  }
  .col-box.col2-3 .col .img {
    max-width: none;
  }
  .col-box.col2-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
  }
  .col-box.col2-4 .col {
    width: 50%;
  }
  .col-box.col2-4 .col:nth-child(1) .more-box.off {
    display: none;
  }
  .col-box.col2-4 .col:nth-child(2) {
    transform: translateX(-1px);
  }
  .col-box.col2-5, .col-box.col2-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    margin-left: -23px;
    margin-right: -23px;
    margin-bottom: 26px;
  }
  .col-box.col2-5 .col, .col-box.col2-6 .col {
    width: calc(50% - 46px);
    margin: 0px 23px;
  }
  .col-box.col2-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
    margin-left: -23px;
    margin-right: -23px;
  }
  .col-box.col2-7 .col {
    width: calc((346/830)*100% - 46px);
    margin: 0px 23px;
  }
  .col-box.col2-7 .col.c2 {
    width: calc((480/830)*100% - 46px);
  }
  .col-box.col2-7-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row-reverse;
    margin-left: -23px;
    margin-right: -23px;
  }
  .col-box.col2-7-2 .col {
    width: calc((346/830)*100% - 46px);
    margin: 0px 23px;
  }
  .col-box.col2-7-2 .col.c2 {
    width: calc((480/830)*100% - 46px);
  }
  .col-box.col2-8 {
    margin-left: -23px;
    margin-right: -23px;
  }
  .col-box.col2-8 .col {
    width: calc((480/830)*100% - 46px);
    margin: 0px 23px;
    float: right;
  }
  .col-box.col2-8 .col.c2 {
    width: calc((346/830)*100% - 46px);
    float: left;
    margin: 0px 23px;
  }
  .col-box.col2-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    margin-left: -23px;
    margin-right: -23px;
    margin-bottom: 26px;
  }
  .col-box.col2-9 .col {
    width: calc(50% - 46px);
    margin: 0px 23px;
  }
  .col-box.col2-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
  }
  .col-box.col2-10 .col {
    width: 50%;
  }
  .col-box.col2-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
  .col-box.col2-11 .col {
    width: calc((540/746)*100%);
  }
  .col-box.col2-11 .col.c2 {
    width: calc((166/746)*100%);
  }
  .col-box.col2-11 .col .img p {
    max-width: none;
    margin: 0px;
  }
  .col-box.col4-2 .col {
    width: 25%;
  }
  .col-box.grad {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    flex-direction: row;
    margin: 0px -15px;
  }
  .col-box.grad .col {
    width: calc((1/3)*100% - 30px);
    margin: 0px 15px 30px;
  }
  .col-box.grad .col .txt {
    transform: translate3d(0, 100%, 0);
  }
  .col-box.grad .col .txt .inner {
    margin: 0px;
  }
  .col-box.grad .col a:hover .txt {
    transform: translate3d(0, 0, 0);
  }
  .col-box.dashed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
    border-style: dashed;
    border-color: #000;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
    margin-bottom: 26px;
  }
  .col-box.dashed .col {
    width: calc(50% - 23px);
    margin: 0px;
    border: none;
  }
  .col-box.ex-map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
  .col-box.ex-map .col {
    width: calc((330/744)*100%);
    padding: 0px;
  }
  .col-box.ex-map .col:first-child {
    width: calc((390/744)*100%);
    padding: 0px;
  }

  /* テーブル */
  .basic th, .narrow-table th, .basic td, .narrow-table td {
    font-size: 14px;
    line-height: 21px;
  }

  .basic2 th, .basic2 td {
    font-size: 16px;
    line-height: 28px;
  }

  .narrow-table th, .narrow-table td {
    font-size: 14px;
    line-height: 21px;
  }

  .noline-tab th, .noline-tab td {
    font-size: 14px;
    line-height: 21px;
  }
  .noline-tab p {
    font-size: 14px;
    line-height: 21px;
  }
  .noline-tab li {
    font-size: 14px;
    line-height: 21px;
  }

  .history-tab th, .history-tab td {
    font-size: 14px;
    line-height: 21px;
  }

  .curriculum-tab th, .curriculum-tab td {
    font-size: 14px;
    line-height: 21px;
  }
  .curriculum-tab p {
    font-size: 14px;
    line-height: 21px;
  }
  .curriculum-tab li {
    font-size: 14px;
    line-height: 21px;
  }

  .profile-tab th, .profile-tab td {
    font-size: 14px;
    line-height: 21px;
  }

  .disclosure-tab th, .disclosure-tab td {
    font-size: 14px;
    line-height: 21px;
  }

  .recruit-tab th, .recruit-tab td {
    font-size: 14px;
    line-height: 21px;
  }

  div.scroll {
    overflow: hidden;
    margin-bottom: 26px;
  }
  div.scroll table {
    width: auto;
  }
  div.scroll table.basic, div.scroll table.narrow-table, div.scroll table.examcate-tab, div.scroll table.examcate-tab-2 {
    width: 100%;
  }

  /* 改行 */
  .sp {
    display: none;
  }

  .tab,
  .tabpc {
    display: inline-block;
  }

  /* マージン */
  hr.mb {
    margin-bottom: 100px;
  }

  .mb0 {
    margin-bottom: 0px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
/*
--------------------------------------------------------------------------------- 880 */
@media all and (min-width: 880px) {
  div.scroll-02 {
    overflow: hidden;
  }
  div.scroll-02 table {
    width: 100%;
  }

  .scroll-txt-01 {
    display: none;
  }
}
/*
--------------------------------------------------------------------------------- 1024 */
/*
--------------------------------------------------------------------------------- 1280 */
@media all and (min-width: 1280px) {
  /* コンテンツ
  --------------------------------------------------------------------------------- */
  #contents {
    padding-top: 95px;
  }
  #home #contents {
    padding-top: calc(680px + 95px);
  }

  /* ホーム
  --------------------------------------------------------------------------------- */
  #home-main-image {
    position: fixed;
    width: 1280px;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    z-index: 0;
    padding: 55px 0px 60px;
  }

  .news-area {
    margin: 0px -248px;
    position: relative;
    z-index: 10;
  }

  .home-area-01 {
    margin: 0px -248px;
    padding: 60px 20px 20px;
    position: relative;
    z-index: 10;
  }

  .home-area-02 {
    margin: 0px -248px -40px;
    padding: 0px 20px 20px;
    position: relative;
    z-index: 10;
  }

  .index-area {
    margin: 0px -138px;
  }
  .index-area .index-box {
    width: calc(25% - 50px);
    margin: 0px 25px 46px;
  }
  .index-area .index-box.large {
    width: calc(25% - 50px);
  }
  .index-area .index-box .txt h3 {
    font-size: 14px;
    line-height: 24px;
  }
  .index-area.home-index-01 {
    width: 1170px;
  }
  .index-area.home-index-01 .index-box {
    width: calc((1/3)*100% - 30px);
    margin: 0px 15px 46px;
  }
  .index-area.home-index-01 .index-box .img {
    margin-bottom: 16px;
  }
  .index-area.home-index-01 .index-box .txt h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .index-area.home-index-02 {
    width: 1170px;
  }
  .index-area.home-index-02 .index-box {
    width: calc((1/3)*100% - 30px);
    margin: 0px 15px 46px;
  }
  .index-area.home-index-02 .index-box .img {
    margin-bottom: 16px;
  }
  .index-area.home-index-02 .index-box .txt h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .index-area.home-index-03 {
    width: 1170px;
  }
  .index-area.home-index-03 .index-box {
    width: calc(25% - 30px);
    margin: 0px 15px 46px;
  }
  .index-area.home-index-04 {
    width: 1170px;
  }
  .index-area.home-index-04 .index-box {
    width: calc((1/3)*100% - 30px);
    margin: 0px 15px 46px;
  }
  .index-area.home-index-04 .index-box .txt h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .btn-01 {
    font-size: 14px;
    line-height: 40px;
    width: 240px;
    margin: 0px 24px 26px 24px;
  }
  .btn-01.short {
    width: 240px;
    margin: 0px 24px 26px 24px;
  }
  .btn-01.short-btn {
    width: 195px;
    margin: 0px 24px 26px 24px;
  }

  /* 2024背景色追加 */
  .home-area-01 {
    padding: 80px 20px 40px;
  }

  .home-area-02 {
    margin-bottom: 0px;
    padding-bottom: 80px;
  }

  .news-area .inner {
    padding: 70px 70px 70px;
  }

  .bg-news-white {
    padding: 60px 40px 40px;
    margin-top: 0px;
  }

  .home-area-02.bg-grad {
    margin-bottom: -40px;
  }

  /* 下層ページ共通
  --------------------------------------------------------------------------------- */
  .main-img p {
    margin: 0px;
    background-position: center top;
    background-size: 1280px auto;
    background-attachment: fixed;
  }

  .btn-list {
    margin: 0px -98px;
  }
  .btn-list li {
    width: calc((1/4)*100% - 50px);
  }

  .bg-gray {
    margin-left: -248px;
    margin-right: -248px;
    padding: 50px 248px 40px;
  }

  .hover-box .txt {
    transform: translate3d(0, 100%, 0);
  }
  .hover-box .txt .inner {
    margin: 0px;
  }
  .hover-box:hover .txt {
    transform: translate3d(0, 0, 0);
  }

  #local-nav {
    top: calc(226px + 35px);
  }
  #local-nav.fix {
    width: 1280px;
  }

  /* NEWS
  --------------------------------------------------------------------------------- */
  .news-title {
    margin-top: 160px;
    margin-bottom: 60px;
  }

  /* メッセージ
  --------------------------------------------------------------------------------- */
  .mes-wrap {
    margin-top: 0px;
    padding: 0px 70px;
  }
  .mes-wrap::before, .mes-wrap::after {
    width: 120px;
  }

  .mes-title {
    margin: 0px -70px -230px;
    padding: 90px 0px 0px;
  }
  .mes-title::after {
    height: 152px;
  }

  .mes-intro {
    margin-bottom: 60px;
    width: 540px;
    float: right;
  }
  .mes-intro h3 {
    text-align: left;
  }
  .mes-intro p {
    text-align: left;
  }

  .mes-left {
    width: 540px;
  }

  .mes-right {
    width: 540px;
  }

  .col-wrap.col2 {
    margin: 0px -178px;
  }

  /* 2024メッセージ */
  .mes-wrap-2024 {
    padding: 0px 0px 100px;
    margin-top: 100px;
  }

  .mes-title-2024 {
    margin-bottom: 60px;
  }

  .mes-2024-img-txt {
    max-width: 1140px;
    align-items: stretch;
  }
  .mes-2024-img-txt .img-area {
    width: 670px;
    margin-bottom: 0px;
  }
  .mes-2024-img-txt .txt-area {
    width: 470px;
    padding-left: 30px;
    padding-top: 46px;
  }
  .mes-2024-img-txt .txt-area h3 {
    font-size: 24px;
    line-height: 41px;
    margin-bottom: 24px;
  }
  .mes-2024-img-txt .txt-area .name {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  .mes-2024-img-txt .txt-area .copy {
    font-size: 18px;
    line-height: 41px;
    margin-bottom: 0px;
  }
  .mes-2024-img-txt .profile {
    padding: 30px;
    position: relative;
    margin: -110px 0px 0px 500px;
    display: block;
  }
  .mes-2024-img-txt .profile p {
    font-size: 14px;
    line-height: 26px;
  }

  .mes-2024-txt {
    margin: 0px auto;
    max-width: 840px;
  }
  .mes-2024-txt h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
    margin-top: 100px;
  }
  .mes-2024-txt .profile {
    display: none;
  }
  .mes-2024-txt .mes-line {
    display: none;
  }

  /* 2025メッセージ */
  .mes-wrap-2025 {
    margin: 0px;
    padding: 0px 70px 80px;
  }

  .mes-title-2025 {
    margin: 0px -70px 80px;
  }

  .mes-title-2025-sub {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 65px;
  }

  .mes-2025-img-txt {
    margin: 0px 0px 156px;
  }
  .mes-2025-img-txt .img-area {
    width: 600px;
  }
  .mes-2025-img-txt .txt-area {
    width: 500px;
  }
  .mes-2025-img-txt .txt-area h3 {
    font-size: 32px;
    line-height: 53px;
    margin-bottom: 53px;
    white-space: nowrap;
  }
  .mes-2025-img-txt .txt-area .name {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0px;
  }

  .mes-2025-txt {
    margin-bottom: 150px;
  }
  .mes-2025-txt h4 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 56px;
    width: 100%;
  }
  .mes-2025-txt .txt-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
  .mes-2025-txt .txt-area {
    margin-bottom: 0px;
    width: 570px;
  }
  .mes-2025-txt .txt-area p {
    margin-bottom: 25px;
  }
  .mes-2025-txt .img-area {
    margin: 0px;
    width: 500px;
  }
  .mes-2025-txt .img-area.col1 .img {
    margin: 0px;
    margin-bottom: 10px;
  }
  .mes-2025-txt .img-area.col2 {
    display: block;
  }
  .mes-2025-txt .img-area.col2 .img {
    width: 100%;
    margin-bottom: 10px;
  }

  .mes-2025-profile {
    padding: 0px;
    margin: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    flex-direction: row;
  }
  .mes-2025-profile .img {
    margin: 0px;
    width: 300px;
  }
  .mes-2025-profile .txt {
    padding: 0px 30px;
    width: calc( 100% - 300px );
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: colmun;
  }

  /* mg赌场电子游艺_十大博彩公司￥赌场娱乐
  --------------------------------------------------------------------------------- */
  .student-life-box {
    margin-left: -68px;
    margin-right: -68px;
    padding-bottom: 50px;
  }

  .sl-img-txt .txt {
    right: -260px;
  }
  .sl-img-txt .txt p.name {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 4px;
  }

  .life-img-txt .txt .face {
    width: 100px;
    margin-left: 40px;
  }
  .life-img-txt .txt .face .img {
    width: 100px;
    height: 100px;
  }

  .life-col {
    margin: 0px -12px;
  }
  .life-col h6 {
    font-size: 18px;
    line-height: 24px;
  }
  .life-col .cols {
    width: calc(64% - 24px);
    margin: 0px 12px;
  }
  .life-col .cols:nth-child(2) {
    width: calc(36% - 24px);
  }

  .bottom-index::after {
    width: 1280px;
  }

  .mq {
    min-height: 52px;
  }

  .img-caption-main {
    padding: 0px 70px;
  }

  .img-caption {
    padding: 0px 70px;
    margin-left: -248px;
    margin-right: -248px;
  }

  .slimg p {
    background-position: center top 220px;
  }

  /* 2025 */
  .student-life-box-2025 {
    margin-bottom: 100px;
  }
  .student-life-box-2025 .view-area {
    padding: 50px;
  }
  .student-life-box-2025 .view-area .num {
    width: 110px;
    left: 50px;
  }
  .student-life-box-2025 .view-area .img {
    width: 560px;
  }
  .student-life-box-2025 .view-area .txt {
    width: 450px;
  }
  .student-life-box-2025 .view-area .course {
    margin-bottom: 15px;
  }
  .student-life-box-2025 .view-area .course span {
    font-size: 12px;
  }
  .student-life-box-2025 .view-area .name {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  .student-life-box-2025 .view-area .name span {
    font-size: 18px;
  }
  .student-life-box-2025 .view-area .info {
    font-size: 14px;
    line-height: 22px;
  }
  .student-life-box-2025 .view-area .txt-inner {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .student-life-box-2025 .view-area .copy {
    font-size: 23px;
    line-height: 37px;
    white-space: nowrap;
  }
  .student-life-box-2025 .view-area .youtubelink {
    width: 100px;
    height: 113px;
    bottom: auto;
    top: 0px;
  }
  .student-life-box-2025 .hide-area {
    background-color: #f0ede4;
    position: relative;
    padding: 50px 50px 50px;
  }

  .faq {
    margin-top: 0px;
    margin-bottom: 70px;
  }
  .faq .qarea {
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .faq .qarea .qnum {
    font-size: 40px;
    line-height: 40px;
    width: 90px;
    background-size: 78px auto;
  }
  .faq .qarea .qtxt {
    font-size: 16px;
    line-height: 21px;
    width: calc( 100% - 90px );
  }

  .faq-col-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
  .faq-col-3 .faq {
    width: 326px;
  }

  .faq-col-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
  .faq-col-2 .faq {
    width: 490px;
  }

  .faq-img {
    margin-top: 0px;
    margin-bottom: 90px;
  }
  .faq-img .img {
    width: calc( ( 1 / 3 ) * 100% - 3px );
    margin: 0px 1.5px;
  }

  .favorite {
    padding: 60px 30px 20px;
    margin-top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
  .favorite .favorite-box {
    margin-bottom: 40px;
  }
  .favorite .favorite-box h4 {
    font-size: 15px;
    padding: 0px 12px;
    margin-bottom: 20px;
  }
  .favorite .favorite-box .img {
    margin-bottom: 0px;
  }
  .favorite .favorite-box .img.small-img img {
    width: 154px;
  }
  .favorite .favorite-box h5 {
    margin-bottom: 10px;
  }
  .favorite .favorite-box p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 23px;
  }
  .favorite .favorite-box .img-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
  }
  .favorite .favorite-box .img-txt .img {
    width: 224px;
  }
  .favorite .favorite-box .img-txt .txt {
    width: 190px;
  }

  .favorite-col-1 {
    width: 430px;
  }

  .favorite-col-2 {
    width: 510px;
  }

  /* 学科?コース 
  --------------------------------------------------------------------------------- */
  .course-box-01 {
    margin-bottom: 40px;
    border-style: solid;
    border-color: #000;
    border-width: 1px;
    border-radius: 0px;
    position: relative;
  }
  .course-box-01::before, .course-box-01::after {
    content: "";
    width: 21px;
    height: 21px;
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    z-index: 10;
    background-image: url(/adm/wp-content/themes/adm/images/kado01.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .course-box-01::after {
    left: auto;
    right: -1px;
    background-image: url(/adm/wp-content/themes/adm/images/kado02.png);
  }
  .course-box-01 .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    flex-direction: row;
  }
  .course-box-01 .inner::before, .course-box-01 .inner::after {
    content: "";
    width: 21px;
    height: 21px;
    display: block;
    position: absolute;
    left: -1px;
    bottom: -1px;
    z-index: 10;
    background-image: url(/adm/wp-content/themes/adm/images/kado03.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .course-box-01 .inner::after {
    left: auto;
    right: -1px;
    background-image: url(/adm/wp-content/themes/adm/images/kado04.png);
  }
  .course-box-01 .img {
    margin: 0px;
    width: 234px;
  }
  .course-box-01 .txt {
    width: 310px;
    padding: 0px 25px;
  }
  .course-box-01 .txt h4 {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 5px;
    margin-bottom: 8px;
    border-style: solid;
    border-color: #000;
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
    font-feature-settings: "palt";
    white-space: nowrap;
  }
  .course-box-01 .txt p {
    font-size: 11px;
    line-height: 19px;
    margin-bottom: 0px;
    font-feature-settings: "palt";
  }

  /* 共通
  --------------------------------------------------------------------------------- */
  /* パンくず */
  #topic-path {
    top: 105px;
    left: 70px;
  }

  /* 見出し */
  .m01 {
    font-size: 38px;
    line-height: 50px;
  }

  .m09 {
    font-size: 18px;
  }

  /* 段組 */
  .col-box.col3-2 {
    margin: 0px -208px;
  }
  .col-box.col3-2 .col {
    width: calc((1/3)*100% - 60px);
    margin: 0px 30px;
  }
  .col-box.col2-4 {
    margin: 0px -178px;
  }
  .col-box.col2-6 {
    margin: 0px -201px;
  }
  .col-box.col4-2 {
    margin: 0px -178px;
  }
  .col-box.grad {
    margin: 0px -208px;
  }
  .col-box.wide {
    margin: 0px -248px;
  }
  .col-box.wide2 {
    margin: 0px -178px;
  }

  /* 改行 */
  .sp,
  .sptab,
  .tab {
    display: none;
  }

  .pc {
    display: inline-block;
  }

  /* マージン */
  .mb0 {
    margin-bottom: 0px;
  }

  .mt0 {
    margin-top: 0px;
  }

  .mb10 {
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .mt10 {
    margin-top: 10px;
  }

  .ml1em {
    margin-left: 1em;
  }

  .ml2em {
    margin-left: 2em;
  }

  .ml3em {
    margin-left: 3em;
  }

  .im1em {
    text-indent: -1em;
    padding-left: 1em;
  }

  .im2em {
    text-indent: -2em;
    padding-left: 2em;
  }

  .im3em {
    text-indent: -3em;
    padding-left: 3em;
  }
}
