@charset "UTF-8";
@import url(common.css);
/*
-----------------------------------------------------------------------
style
-----------------------------------------------------------------------
*/
/* index */
body#index main .mainVisualArea {
  position: relative;
  z-index: 0;
}

body#index main .mainVisualArea img {
  width: 100%;
  height: auto;
}

body#index main .mainVisualArea p {
  margin: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  <!--background-image: url("../images/index/main_txt1.png");-->
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom 10px;
}

body#index main .innerFream .newsArea {
  width: 100%;
}

body#index main .innerFream .newsArea .newsInner {
  width: 100%;
  height: 400px;
  overflow: scroll;
  padding: 15px 10px 20px 10px;
  margin-bottom: 20px;
}
body#index main .innerFream .newsArea .newsInner::-webkit-scrollbar{
  width: 10px;
}
body#index main .innerFream .newsArea .newsInner::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777; 
}
body#index main .innerFream .newsArea .newsInner::-webkit-scrollbar-thumb{
  background: #003388;
  border-radius: 10px;
  box-shadow: none;
}

body#index main .innerFream .newsArea dl {
  border-bottom: 1px dotted #CCC;
  padding: 5px 0;
}

body#index main .innerFream .newsArea dl dt {
  color: #003388;
  width: 100%;
  margin-bottom: 5px;
}

body#index main .innerFream .newsArea dl dd {
  width: 100%;
  padding: 0 0 0 10px;
  text-indent: -12px;
}

body#index main .innerFream .newsArea dl dd:before {
  color: #CCC;
  content: "\25B6";
  font-size: 10px;
  font-size: 1rem;
  padding-right: 2px;
}

body#index main .innerFream .newsArea dl dd a {
  text-decoration: underline;
}

body#index main .innerFream .newsArea dl dd p {
  font-size: 1em;
}

body#index main .innerFream .newsArea dl dd.single {
  padding: 0;
  text-indent: 0;
}

body#index main .innerFream .newsArea dl dd.single:before {
  content: none;
}

body#index main .innerFream .newsArea dl dd.single p {
  text-indent: -1em;
  margin-left: 1em;
}

body#index main .panelArea {
  width: 100%;
  overflow: hidden;
}

body#index main .panelArea a {
  display: block;
}

body#index main .panelArea dl {
  position: relative;
}

body#index main .panelArea dl#panel1, body#index main .panelArea dl#panel2, body#index main .panelArea dl#panel3, body#index main .panelArea dl#panel4 {
  width: 100%;
  height: 180px;
}

body#index main .panelArea dl#panel1 dt, body#index main .panelArea dl#panel2 dt, body#index main .panelArea dl#panel3 dt, body#index main .panelArea dl#panel4 dt {
  width: 100%;
  height: 180px;
  padding: 20px 0 0 20px;
  position: absolute;
  z-index: 100;
}

body#index main .panelArea dl#panel1 dt img, body#index main .panelArea dl#panel2 dt img, body#index main .panelArea dl#panel3 dt img, body#index main .panelArea dl#panel4 dt img {
  width: 160px;
  height: 110px;
}

body#index main .panelArea dl#panel1 dd img, body#index main .panelArea dl#panel2 dd img, body#index main .panelArea dl#panel3 dd img, body#index main .panelArea dl#panel4 dd img {
  width: auto;
  height: 180px;
}

body#index main .panelArea dl.bluepanel {
  background: #003388;
}

body#index main .panelArea dl.bluepanel dt {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #003388), color-stop(80%, rgba(0, 51, 136, 0)));
  background: linear-gradient(to right, #003388 20%, rgba(0, 51, 136, 0) 80%);
}

body#index main .panelArea dl.graypanel {
  background: #CACFDA;
}

body#index main .panelArea dl.graypanel dt {
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #cacfda), color-stop(80%, rgba(202, 207, 218, 0)));
  background: linear-gradient(to right, #cacfda 20%, rgba(202, 207, 218, 0) 80%);
}

@media screen and (max-width: 767px) {
  body#index main .panelArea dl dd img {
    position: absolute;
    top: auto;
    right: 0;
    bottom: auto;
    left: auto;
    max-width: none;
  }
}

@media screen and (min-width: 768px) {
  body#index main .mainVisualArea p {
    max-width: 835px;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 13%;
    left: 0;
    height: 70px;
  }
  body#index main .innerFream {
    padding: 40px 0;
  }
  body#index main .innerFream .mainLogo {
    width: 260px;
    height: 95px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
    background-image: url("../images/common/logo_b.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  body#index main .innerFream .newsArea {
    width: 620px;
    margin-left: 70px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
  }
  body#index main .innerFream .newsArea h2 {
    width: 90px;
    height: 90px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    overflow: hidden;
    text-indent: 150%;
    white-space: nowrap;
    background-image: url("../images/index/news_tit01.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  body#index main .innerFream .newsArea .newsInner {
    width: 505px;
    height: 200px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    overflow: auto;
    margin-left: 15px;
    padding: 0;
  }
  body#index main .innerFream .newsArea dl dt {
    float: left;
    clear: left;
    width: 90px;
    margin-bottom: 0;
  }
  body#index main .innerFream .newsArea dl dd {
    padding: 0 0 0 90px;
  }
  body#index main .innerFream .newsArea dl dd a:hover {
    text-decoration: none;
  }
  body#index main .panelArea dl {
    float: left;
    overflow: hidden;
  }
  body#index main .panelArea dl#panel1, body#index main .panelArea dl#panel2 {
    width: 40%;
    height: 280px;
  }
  body#index main .panelArea dl#panel1 dt, body#index main .panelArea dl#panel2 dt {
    height: 280px;
  }
  body#index main .panelArea dl#panel1 dt img, body#index main .panelArea dl#panel2 dt img {
    width: 240px;
    height: 165px;
  }
  body#index main .panelArea dl#panel1 dd img, body#index main .panelArea dl#panel2 dd img {
    width: auto;
    height: 280px;
  }
  body#index main .panelArea dl dd {
    float: right;
  }
  body#index main .panelArea dl#panel3, body#index main .panelArea dl#panel4 {
    width: 20%;
    height: 140px;
  }
  body#index main .panelArea dl#panel3 dt, body#index main .panelArea dl#panel4 dt {
    height: 140px;
    padding: 30px 0 0 20px;
  }
  body#index main .panelArea dl#panel3 dt img, body#index main .panelArea dl#panel4 dt img {
    width: 120px;
    height: 82px;
  }
  body#index main .panelArea dl#panel3 dd img, body#index main .panelArea dl#panel4 dd img {
    width: auto;
    height: 140px;
  }
}

/* 本学の特徴 */
body.about main.main .contentsArea .col3Fream .col3 {
  padding-top: 20px;
  width: 100%;
}

body.about main.main .contentsArea .col3Fream .col3 .circleTit {
  margin: auto;
}

body.about main.main .contentsArea .col3Fream .col3 p {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 20px 0;
  line-height: 150%;
  text-align: justify;
  text-justify: inter-ideograph;
}

body.about main.main .contentsArea .col3Fream .col3 img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  body.about main.main .contentsArea .col3Fream {
    padding-top: 30px;
    letter-spacing: -.40em;
  }
  body.about main.main .contentsArea .col3Fream .col3 {
    padding-top: 0;
    margin-bottom: 30px;
    width: 260px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
  }
  body.about main.main .contentsArea .col3Fream .col3:nth-of-type(2) {
    margin: 0 60px;
  }
}

/* 未来型医学教育 */
body#about-index main.main .titArea h1.mainTit {
  height: 41px;
  background-image: url("../images/about/index/title01.png");
  background-repeat: no-repeat;
  background-position: 0 center;
}

body#about-index main.main .contentsArea h3.circleTit {
  background-repeat: no-repeat;
  background-size: contain;
}

body#about-index main.main .contentsArea h3#circleTit01 {
  background-image: url("../images/about/index/sub_title01.png");
}

body#about-index main.main .contentsArea h3#circleTit02 {
  background-image: url("../images/about/index/sub_title02.png");
}

body#about-index main.main .contentsArea h3#circleTit03 {
  background-image: url("../images/about/index/sub_title03.png");
}

body#about-index main.main .contentsArea .paging li:nth-child(1) a {
  background: #003388;
  color: #FFF;
}

/* 世界基準の学び */
body#worldstandard main.main .titArea h1.mainTit {
  height: 42px;
  background-image: url("../images/about/worldstandard/title01.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
}

body#worldstandard main.main .contentsArea h3.circleTit {
  background-repeat: no-repeat;
  background-size: contain;
}

body#worldstandard main.main .contentsArea h3#circleTit01 {
  background-image: url("../images/about/worldstandard/sub_title01.png");
}

body#worldstandard main.main .contentsArea h3#circleTit02 {
  background-image: url("../images/about/worldstandard/sub_title02.png");
}

body#worldstandard main.main .contentsArea h3#circleTit03 {
  background-image: url("../images/about/worldstandard/sub_title03.png");
}

body#worldstandard main.main .contentsArea .paging li:nth-child(2) a {
  background: #003388;
  color: #FFF;
}

/* 活発な国際交流 */
body#exchange main.main .titArea h1.mainTit {
  height: 41px;
  background-image: url("../images/about/exchange/title01.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
}

body#exchange main.main .contentsArea h3.circleTit {
  background-repeat: no-repeat;
  background-size: contain;
}

body#exchange main.main .contentsArea h3#circleTit01 {
  background-image: url("../images/about/exchange/sub_title01.png");
}

body#exchange main.main .contentsArea h3#circleTit02 {
  background-image: url("../images/about/exchange/sub_title02.png");
}

body#exchange main.main .contentsArea h3#circleTit03 {
  background-image: url("../images/about/exchange/sub_title03.png");
}

body#exchange main.main .contentsArea .paging li:nth-child(3) a {
  background: #003388;
  color: #FFF;
}

/* アドミッションポリシー	/カリキュラムポリシー/ディプロマポリシー */
body#policy main.main .titArea h1.mainTit {
  height: 41px;
  background-image: url("../images/about/policy/title01.png");
  background-repeat: no-repeat;
  background-position: 0 center;
}

body#policy main.main .contentsArea .innerFream2 {
  padding: 15px 0 20px 0;
}

body#policy main.main .contentsArea .circleTit {
  width: 60px;
  margin: auto;
}

body#policy main.main .contentsArea .txtArea {
  margin-top: 20px;
  width: 100%;
}

body#policy main.main .contentsArea .txtArea p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

body#policy main.main .contentsArea .txtArea h3 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

body#policy main.main .contentsArea .txtArea ul li {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

body#policy main.main .contentsArea .txtArea dl dt, body#policy main.main .contentsArea .txtArea dl dd {
  font-size: 14px;
  font-size: 1.4rem;
}

body#policy main.main .contentsArea .txtArea dl dt {
  color: #003388;
  margin-bottom: 2px;
}

body#policy main.main .contentsArea .txtArea dl dd {
  margin-left: 20px;
  margin-bottom: 10px;
}

body#policy main.main .contentsArea .txtArea dl dd:last-child {
  margin-bottom: 0;
}

body#policy main.main .contentsArea h2.circleTit {
  background-repeat: no-repeat;
  background-size: contain;
}

body#policy main.main .contentsArea h2#circleTit01 {
  background-image: url("../images/about/policy/sub_title01.png");
}

body#policy main.main .contentsArea h2#circleTit02 {
  background-image: url("../images/about/policy/sub_title02.png");
}

body#policy main.main .contentsArea h2#circleTit03 {
  background-image: url("../images/about/policy/sub_title03.png");
}

body#policy main.main .contentsArea .paging li:nth-child(3) a {
  background: #003388;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  #admission, #curriculum, #diploma {
    padding-top: 90px;
    margin-top: -90px;
  }
}

@media screen and (min-width: 768px) {
  body#policy main.main .contentsArea .innerFream2 {
    letter-spacing: -.40em;
    padding-bottom: 30px;
  }
  body#policy main.main .contentsArea .circleTit {
    width: 90px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
  }
  body#policy main.main .contentsArea .txtArea {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    width: 780px;
    margin-left: 30px;
  }
  body#policy main.main .contentsArea .txtArea p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  body#policy main.main .contentsArea .txtArea h3 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  body#policy main.main .contentsArea .txtArea ul li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  body#policy main.main .contentsArea .txtArea dl dt, body#policy main.main .contentsArea .txtArea dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  body#policy main.main .contentsArea .txtArea dl dt {
    color: #003388;
    margin-bottom: 2px;
  }
  body#policy main.main .contentsArea .txtArea dl dd {
    margin-left: 20px;
    margin-bottom: 10px;
  }
  body#policy main.main .contentsArea .txtArea dl dd:last-child {
    margin-bottom: 0;
  }
}

/* 学生メッセージ */
body.message main.main .titArea h1.mainTit {
  height: 41px;
  background-image: url("../images/message/common/title01.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
}

body.message main.main .titArea h1.mainTit2 {
  height: 41px;
  background-image: url("../images/message/common/title02-1.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
}

body.message main.main .titArea h1.mainTit3 {
  height: 41px;
  background-image: url("../images/message/common/title03.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
}

body.message main.main .contentsArea h2.circleTit {
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
}

body.message main.main .contentsArea h2#circleTit01 {
  background-image: url("../images/message/common/sub_title01.png");
}

body.message main.main .contentsArea h2#circleTit02 {
  background-image: url("../images/message/common/sub_title02.png");
}

body.message main.main .contentsArea h2#circleTit03 {
  background-image: url("../images/message/common/sub_title03.png");
}

body.message main.main .contentsArea h2#circleTit04 {
  background-image: url("../images/message/common/sub_title04.png");
}

body.message main.main .contentsArea h2#circleTit05 {
  background-image: url("../images/message/common/sub_title05.png");
}

body.message main.main .contentsArea h2#circleTit06 {
  background-image: url("../images/message/common/sub_title06.png");
}

body.message main.main .contentsArea h2#circleTit08 {
  background-image: url("../images/message/common/sub_title08.png");
}

body.message main.main .contentsArea h2#circleTit09 {
  background-image: url("../images/message/common/sub_title09.png");
}
body.message main.main .contentsArea h2#circleTit10 {
  background-image: url("../images/message/common/sub_title10.png");
}
body.message main.main .contentsArea h2#circleTit11 {
  background-image: url("../images/message/common/sub_title11.png");
}
body.message main.main .contentsArea h2#circleTit12 {
  background-image: url("../images/message/common/sub_title2024.png");
}

body.message main.main .contentsArea .box01 {
  padding-bottom: 30px;
  margin-top: 10px;
}

body.message main.main .contentsArea .box01 .innerBox01 .txt01, body.message main.main .contentsArea .box01 .innerBox01 .name {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
}

body.message main.main .contentsArea .box01 .innerBox01 .txt01 {
  margin-bottom: 10px;
}

body.message main.main .contentsArea .box01 .innerBox01 .name {
  height: 17px;
}

body.message main.main .contentsArea .box01 .innerBox01 .list01 {
  margin-top: 20px;
  border-top: 1px solid #CBCFDA;
}

body.message main.main .contentsArea .box01 .innerBox01 .list01 li {
  width: 100%;
  border-bottom: 1px solid #CBCFDA;
  padding: 11px 5px;
}

body.message main.main .contentsArea .box01 .innerBox01 .list01 li a {
  width: 100%;
  height: 16px;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  display: block;
}

body.message main.main .contentsArea .box01 .innerBox01 .list01 li:nth-child(1) a {
  background-image: url("../images/message/common/txt01.png");
  background-repeat: no-repeat;
  background-size: contain;
}

body.message main.main .contentsArea .box01 .innerBox01 .list01 li:nth-child(2) a {
  background-image: url("../images/message/common/txt02.png");
  background-repeat: no-repeat;
  background-size: contain;
}

body.message main.main .contentsArea .box01 .innerBox01 .list01 li:nth-child(3) a {
  background-image: url("../images/message/common/txt03.png");
  background-repeat: no-repeat;
  background-size: contain;
}

body.message main.main .contentsArea .box01 .img01 {
  margin-top: 20px;
  width: 100%;
}

body.message main.main .contentsArea .list02 {
  margin-top: 30px;
  letter-spacing: -.40em;
}

body.message main.main .contentsArea .list02 li {
  width: 100%;
  margin-bottom: 10px;
}

body.message main.main .contentsArea .list02 li a {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #CBCFDA;
  color: #003388;
  display: block;
  width: 100%;
  height: 30px;
}

body.message main.main .contentsArea .list02 li a:hover {
  background-color: #003388;
  color: #FFF;
  opacity: 1;
}

body.message main.main .contentsArea .list02 li a span {
  padding: 5px 0 0 7px;
  margin-right: 10px;
  display: inline-block;
  width: 80px;
  height: 30px;
  color: #FFF;
  background-image: url("../images/common/arrow_bg2.png");
  background-repeat: no-repeat;
}

body.message main.main .contentsArea .faqArea {
  margin-top: 10px;
}

body.message main.main .contentsArea .faqArea dt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 15px;
  color: #003388;
}

body.message main.main .contentsArea .faqArea dd {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: 0.15em;
  padding-bottom: 20px;
}

body.message main.main .contentsArea .box02 .innerBox02 {
  width: 100%;
}

body.message main.main .contentsArea .box02 .innerBox02 .txt02 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #003388;
  border-bottom: 1px solid #CBCFDA;
  margin-bottom: 10px;
  padding-bottom: 1px;
}

body.message main.main .contentsArea .box02 .innerBox02 .txt03 {
  margin: 10px 0 30px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 150%;
  list-style: 0.15em;
}

body.message main.main .contentsArea .box02 .img02 {
  display: block;
  margin: auto;
  width: 180px;
}

/* 浪人受験：卒業生 齊藤 */
body#message-index main.main .contentsArea .box01 .txt01 {
  width: 100%;
  height: 52px;
  background-image: url("../images/message/index/txt01.png");
  background-repeat: no-repeat;
  background-size: contain;
}

body#message-index main.main .contentsArea .box01 .name {
  background-image: url("../images/message/index/name01.png");
  background-repeat: no-repeat;
  background-size: contain;
}

body#message-index main.main .contentsArea .list02 li:first-child a {
  background-color: #003388;
  color: #FFF;
}

/* 浪人受験：5年 島田 */
body#message2 main.main .contentsArea .box01 .txt01 {
  width: 100;
  height: 51px;
  background-image: url("../images/message/message02/txt01.png");
  background-repeat: no-repeat;
  background-size: contain;
}

body#message2 main.main .contentsArea .box01 .name {
  background-image: url("../images/message/message02/name01.png");
  background-repeat: no-repeat;
  background-size: contain;
}

body#message2 main.main .contentsArea .list02 li:nth-child(2) a {
  background-color: #003388;
  color: #FFF;
}

/* 再受験：1年 緒方 */
body#message3 main.main .contentsArea .box01 .txt01 {
  width: 100;
  height: 51px;
  background-image: url("../images/message/message03/txt01.png");
  background-repeat: no-repeat;
  background-size: contain;
}

body#message3 main.main .contentsArea .box01 .name {
  background-image: url("../images/message/message03/name01.png");
  background-repeat: no-repeat;
  background-size: contain;
}

body#message3 main.main .contentsArea .list02 li:nth-child(3) a {
  background-color: #003388;
  color: #FFF;
}

@media (max-width: 767px) {
  #link01, #link02, #link03 {
    padding-top: 90px;
    margin-top: -90px;
  }
}

@media screen and (min-width: 768px) {
  body.message main.main .contentsArea .innerFream2 {
    letter-spacing: -.40em;
  }
  body.message main.main .contentsArea .circleTit {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
  }
  body.message main.main .contentsArea .box01 {
    margin-top: 0;
    vertical-align: top;
    display: inline-block;
    letter-spacing: -.40em;
    width: 780px;
    margin-left: 30px;
  }
  body.message main.main .contentsArea .box01 .innerBox01, body.message main.main .contentsArea .box01 .img01 {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
  }
  body.message main.main .contentsArea .box01 .innerBox01 {
    width: 330px;
    margin-right: 30px;
  }
  body.message main.main .contentsArea .box01 .innerBox01 .txt01 {
    margin-bottom: 15px;
  }
  body.message main.main .contentsArea .box01 .innerBox01 .list01 {
    margin-top: 48px;
  }
  body.message main.main .contentsArea .box01 .img01 {
    width: 420px;
  }
  body.message main.main .contentsArea .list02 li {
    width: 250px;
    margin-bottom: 0;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
  }
  body.message main.main .contentsArea .list02 li:nth-child(2) {
    margin: 0 15px;
  }
  body.message main.main .contentsArea .list02 li a {
    width: 250px;
  }
  body.message main.main .contentsArea .faqArea {
    width: 780px;
    margin-left: 30px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
  }
  body.message main.main .contentsArea .faqArea dt {
    margin-bottom: 20px;
  }
  body.message main.main .contentsArea .box02 {
    width: 780px;
    margin-left: 30px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
  }
  body.message main.main .contentsArea .box02 .innerBox02, body.message main.main .contentsArea .box02 .img02 {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
  }
  body.message main.main .contentsArea .box02 .innerBox02 {
    width: 570px;
    margin-right: 25px;
  }
  body.message main.main .contentsArea .box02 .innerBox02 .txt03 {
    margin-top: 30px;
  }
  body.message main.main .contentsArea .box02 .img02 {
    width: 180px;
  }
  /* 浪人受験：5年 齊藤 */
  body#message-index main.main .contentsArea .box01 .txt01 {
    width: 328px;
  }
  /* 浪人受験：3年 島田 */
  body#message2 main.main .contentsArea .box01 .txt01 {
    width: 305px;
  }
  /* 再受験：1年 緒方 */
  body#message3 main.main .contentsArea .box01 .txt01 {
    width: 286px;
  }
}

body#briefing main.main .contentsArea h2 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

body#briefing main.main .contentsArea .box01 {
  margin-bottom: 20px;
}

body#briefing main.main .contentsArea .box01 p {
  margin: 10px 0;
  font-size: 14px;
  font-size: 1.4rem;
}

body#briefing main.main .contentsArea dl dt {
  color: #003388;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 5px;
}

body#briefing main.main .contentsArea dl dd {
  border-bottom: 1px dotted #CBCFDA;
  width: 100%;
  padding-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

body#briefing main.main .contentsArea dl dd h3 {
  font-size: 14px;
  font-size: 1.4rem;
}

body#briefing main.main .contentsArea dl dd a {
  color: #0066cc;
  text-decoration: underline;
}

body#briefing main.main .contentsArea dl dd a:after {
  content: url("../images/common/icon_blank_blue.png");
  margin-left: 3px;
}

@media screen and (max-width: 767px) {
  body#briefing main.main .contentsArea dl dt.days,
  body#briefing main.main .contentsArea dl dd.tit {
    background: #003388;
    color: #FFF;
    padding-left: 10px;
  }
  body#briefing main.main .contentsArea dl dt {
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 768px) {
  body#briefing main.main .contentsArea {
    letter-spacing: -.40em;
  }
  body#briefing main.main .contentsArea .box01 {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    margin-bottom: 40px;
  }
  body#briefing main.main .contentsArea .box01:nth-child(even) {
    margin-right: 20px;
  }
  body#briefing main.main .contentsArea .box01:nth-child(odd) {
    margin-left: 20px;
  }
  body#briefing main.main .contentsArea .box01 p {
    margin: 10px;
  }
  body#briefing main.main .contentsArea dl dt.days {
    width: 140px;
    height: 30px;
    background: #003388;
    color: #FFF;
    border-right: 1px solid #FFF;
  }
  body#briefing main.main .contentsArea dl dt:not(.days) {
    width: 50px;
    color: #003388;
  }
  body#briefing main.main .contentsArea dl dt {
    float: left;
    clear: left;
    padding: 5px 0 5px 10px;
  }
  body#briefing main.main .contentsArea dl dd.tit {
    width: 430px;
    padding-left: 140px;
    background: #CBCFDA;
    color: #003388;
  }
  body#briefing main.main .contentsArea dl dd.tit h3 {
    font-weight: bold;
    padding-left: 10px;
  }
  body#briefing main.main .contentsArea dl dd:not(.tit) {
    padding-left: 50px;
    border-bottom: 1px dotted #CBCFDA;
  }
  body#briefing main.main .contentsArea dl dd {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  body#briefing main.main .contentsArea .box01.vertical01 dl dt.days {
    height: 50px;
  }
  body#briefing main.main .contentsArea .box01.vertical01 dl dd.tit {
    height: 50px;
  }
  body#briefing main.main .snsArea li {
    margin-top: 0;
  }
}

/* オープンキャンパス概要 */
body#opencampus-index main.main .titArea h1.mainTit {
  height: 41px;
  background-image: url("../images/opencampus/index/title01.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
}

body#opencampus-index main.main .contentsArea .innerFream2 {
  padding: 15px 0 20px 0;
}

body#opencampus-index main.main .contentsArea .circleTit {
  width: 60px;
  margin: auto;
}

body#opencampus-index main.main .contentsArea .txtArea {
  width: 100%;
}

body#opencampus-index main.main .contentsArea .txtArea h3 {
  font-size: 15px;
  font-size: 1.5rem;
  padding-left: 20px;
  font-weight: bold;
  color: #003388;
  position: relative;
  border-bottom: 1px solid #003388;
  margin-top: 30px;
}

body#opencampus-index main.main .contentsArea .txtArea h3:first-child {
  margin-top: 20px;
}

body#opencampus-index main.main .contentsArea .txtArea h3:before {
  content: "●";
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0;
}

body#opencampus-index main.main .contentsArea .txtArea .box dt {
  color: #003388;
  padding-top: 8px;
  font-size: 14px;
  font-size: 1.4rem;
}

body#opencampus-index main.main .contentsArea .txtArea .box dd {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 3px 0 8px 0;
  border-bottom: 1px dotted #CBCFDA;
}

body#opencampus-index main.main .contentsArea .txtArea .box dd:last-child {
  border-bottom: none;
}

body#opencampus-index main.main .contentsArea .txtArea .box dd.txtBlock {
  letter-spacing: -.40em;
}

body#opencampus-index main.main .contentsArea .txtArea .box dd.txtBlock span.txt01, body#opencampus-index main.main .contentsArea .txtArea .box dd.txtBlock span.txt02 {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

body#opencampus-index main.main .contentsArea .txtArea .box dd.txtBlock span.txt01 {
  width: 25%;
}

body#opencampus-index main.main .contentsArea .txtArea .box dd.txtBlock span.txt02 {
  width: 75%;
}

body#opencampus-index main.main .contentsArea .txtArea .box dd.txtBlock .br {
  display: block;
}

body#opencampus-index main.main .contentsArea .txtArea .box dd a {
  color: #0066cc;
  text-decoration: underline;
}

body#opencampus-index main.main .contentsArea .txtArea .box dd a::after {
  content: url("../images/common/icon_blank_blue.png");
  vertical-align: -2px;
  margin-left: 2px;
}

body#opencampus-index main.main .contentsArea .txtArea .box dd ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

body#opencampus-index main.main .contentsArea .txtArea .box dd ul li {
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
  padding-left: 15px;
}

body#opencampus-index main.main .contentsArea .txtArea .box dd ul li:before {
  content: "○";
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0;
}

body#opencampus-index main.main .contentsArea .txtArea .box dd span.triangle {
  display: block;
}

body#opencampus-index main.main .contentsArea .txtArea .box dd span.triangle:before {
  font-size: 11px;
  font-size: 1.1rem;
  content: "\0025B6";
  color: #666;
}

body#opencampus-index main.main .contentsArea .txtArea .box dd span.triangle {
  margin-right: 10px;
  margin-bottom: 5px;
  padding-left: 10px;
  position: relative;
}

body#opencampus-index main.main .contentsArea .txtArea .box dd span.triangle:before {
  font-size: 10px;
  font-size: 1rem;
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 0;
}

body#opencampus-index main.main .contentsArea .txtArea .box2 dt {
  color: #003388;
  padding-top: 8px;
  font-size: 14px;
  font-size: 1.4rem;
}

body#opencampus-index main.main .contentsArea .txtArea .box2 dd {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 3px 0 8px 0;
  border-bottom: 1px dotted #003388;
}

body#opencampus-index main.main .contentsArea .txtArea .box2 dd:last-child {
  border-bottom: none;
}

body#opencampus-index main.main .contentsArea .txtArea .box2 dd.txtBlock {
  letter-spacing: -.40em;
}

body#opencampus-index main.main .contentsArea .txtArea .box2 dd.txtBlock span.txt01, body#opencampus-index main.main .contentsArea .txtArea .box2 dd.txtBlock span.txt02 {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

body#opencampus-index main.main .contentsArea .txtArea .box2 dd.txtBlock span.txt01 {
  width: 25%;
}

body#opencampus-index main.main .contentsArea .txtArea .box2 dd.txtBlock span.txt02 {
  width: 75%;
}

body#opencampus-index main.main .contentsArea .txtArea .box2 dd.txtBlock .br {
  display: block;
}

body#opencampus-index main.main .contentsArea .txtArea .box2 dd a {
  color: #0066cc;
  text-decoration: underline;
}

body#opencampus-index main.main .contentsArea .txtArea .box2 dd a::after {
  content: url("../images/common/icon_blank_blue.png");
  vertical-align: -2px;
  margin-left: 2px;
}

body#opencampus-index main.main .contentsArea .txtArea .box2 dd ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

body#opencampus-index main.main .contentsArea .txtArea .box2 dd ul li {
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
  padding-left: 15px;
}

body#opencampus-index main.main .contentsArea .txtArea .box2 dd ul li:before {
  content: "○";
  position: absolute;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0;
}

body#opencampus-index main.main .contentsArea .txtArea .box2 dd span.triangle {
  display: block;
}

body#opencampus-index main.main .contentsArea .txtArea .box2 dd span.triangle:before {
  font-size: 11px;
  font-size: 1.1rem;
  content: "\0025B6";
  color: #666;
}

body#opencampus-index main.main .contentsArea .txtArea .box2 dd span.triangle {
  margin-right: 10px;
  margin-bottom: 5px;
  padding-left: 10px;
  position: relative;
}

body#opencampus-index main.main .contentsArea .txtArea .box2 dd span.triangle:before {
  font-size: 10px;
  font-size: 1rem;
  position: absolute;
  top: 2px;
  right: auto;
  bottom: auto;
  left: 0;
}

body#opencampus-index main.main .contentsArea .txtArea p {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 30px;
  margin-bottom: 10px;
}

body#opencampus-index main.main .contentsArea h2#circleTit01 {
  background-image: url("../images/opencampus/index/sub_title01.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}

body#opencampus-index main.main .contentsArea h2#circleTit02 {
  background-image: url("../images/opencampus/index/sub_title02.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}

body#opencampus-index main.main .contentsArea h2#circleTit03 {
  background-image: url("../images/opencampus/index/sub_title03.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}

body#opencampus-index main.main .contentsArea h2#circleTit04 {
  background-image: url("../images/opencampus/index/sub_title_2025.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}
body#opencampus-index main.main .contentsArea #section-oc--title{
  background-image: url("../images/opencampus/index/sub_title_photo.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}

.section__item--flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}
.section__item--imgs{
  width: 49%;
}
.section__item--imgs:nth-of-type(n+3){
  margin-top: 15px;
}
.section__item--imgs img{
  display: block;
  max-width: 100%;
}
body#opencampus-index main.main .contentsArea .txtArea p.section__item--imgs--caption,
.section__item--imgs--caption{
  font-size: 1.2rem;
  font-weight: bold;
  color: #003388;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  body#opencampus-index main.main .contentsArea .innerFream2 {
    letter-spacing: -.40em;
    padding-bottom: 30px;
  }
  body#opencampus-index main.main .contentsArea .circleTit {
    width: 90px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
  }
  body#opencampus-index main.main .contentsArea .txtArea {
    width: 780px;
    margin-left: 30px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
  }
  body#opencampus-index main.main .contentsArea .txtArea h3:first-child {
    margin-top: 0px;
  }
  body#opencampus-index main.main .contentsArea .txtArea dl.box dt {
    float: left;
    clear: left;
    padding: 8px 0;
  }
  body#opencampus-index main.main .contentsArea .txtArea dl.box dd {
    padding: 8px 0 8px 120px;
  }
  body#opencampus-index main.main .contentsArea .txtArea dl.box dd span.triangle {
    margin-right: 10px;
    margin-bottom: 8px;
    padding-left: 10px;
    position: relative;
  }
  body#opencampus-index main.main .contentsArea .txtArea dl.box dd span.triangle:before {
    font-size: 10px;
    font-size: 1rem;
    position: absolute;
    top: 2px;
    right: auto;
    bottom: auto;
    left: 0;
  }
  body#opencampus-index main.main .contentsArea .txtArea .box2 dt {
    float: left;
    clear: left;
    padding: 8px 0;
  }
  body#opencampus-index main.main .contentsArea .txtArea .box2 dd {
    padding: 8px 0 8px 120px;
  }
  body#opencampus-index main.main .contentsArea .txtArea .box2 dd.txtBlock {
    letter-spacing: -.40em;
  }
  body#opencampus-index main.main .contentsArea .txtArea .box2 dd.txtBlock span.txt01, body#opencampus-index main.main .contentsArea .txtArea .box2 dd.txtBlock span.txt02 {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
  }
  body#opencampus-index main.main .contentsArea .txtArea .box2 dd.txtBlock span.txt01 {
    width: 75px;
  }
  body#opencampus-index main.main .contentsArea .txtArea .box2 dd.txtBlock span.txt02 {
    width: 585px;
  }
  body#opencampus-index main.main .contentsArea .txtArea .box2 dd.txtBlock .br {
    display: block;
  }
  body#opencampus-index main.main .contentsArea .txtArea .box2 dd span.triangle {
    margin-right: 10px;
    margin-bottom: 8px;
    padding-left: 10px;
    position: relative;
  }
  body#opencampus-index main.main .contentsArea .txtArea .box2 dd span.triangle:before {
    font-size: 10px;
    font-size: 1rem;
    position: absolute;
    top: 2px;
    right: auto;
    bottom: auto;
    left: 0;
  }
  .section__item--flex{
    margin-top: 30px;
  }
  body#opencampus-index main.main .contentsArea .txtArea p.section__item--imgs--caption,
  .section__item--imgs--caption{
    font-size: 1.5rem;
  }
  .section__item--imgs:nth-of-type(n+3){
    margin-top: 30px;
  }
}

/* キャンパスガイド */
body#guide main.main .titArea h1.mainTit {
  height: 41px;
  background-image: url("../images/opencampus/guide/title01.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
}

body#guide main.main .contentsArea {
  padding: 0;
  margin-top: 20px;
  position: relative;
}

body#guide main.main .contentsArea #tabMenu {
  position: relative;
  z-index: 99;
  letter-spacing: -.40em;
}

body#guide main.main .contentsArea #tabMenu li {
  width: 49%;
  height: 54px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}

body#guide main.main .contentsArea #tabMenu li span {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  color: #003388;
  font-weight: bold;
  height: 54px;
  cursor: pointer;
}

body#guide main.main .contentsArea #tabMenu li:nth-child(1) span {
  text-align: center;
  padding: 17px 15px 0 0;
}

body#guide main.main .contentsArea #tabMenu li:nth-child(2) span {
  text-align: center;
  padding: 17px 0 0 0;
}

body#guide main.main .contentsArea #tabArea {
  position: relative;
  top: -55px;
  left: 0;
  z-index: 9;
  width: 100%;
  background-image: url("../images/opencampus/guide/bg.png");
  background-repeat: repeat-x;
}

body#guide main.main .contentsArea #tabArea #musashiArea {
  background-image: url("../images/opencampus/guide/musashi.png");
  background-position: center 0;
  background-repeat: no-repeat;
}

body#guide main.main .contentsArea #tabArea #musashiArea h2 {
  width: 100%;
  height: 40px;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background-image: url("../images/opencampus/guide/txt01.png");
  background-repeat: no-repeat;
  background-size: contain;
}

body#guide main.main .contentsArea #tabArea #sendagiArea {
  display: none;
  background-image: url("../images/opencampus/guide/sendagi.png");
  background-position: center 0;
  background-repeat: no-repeat;
}

body#guide main.main .contentsArea #tabArea #sendagiArea h2 {
  width: 100%;
  height: 40px;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background-image: url("../images/opencampus/guide/txt02.png");
  background-repeat: no-repeat;
  background-size: contain;
}

body#guide main.main .contentsArea #tabArea .innerBox {
  padding: 80px 10px 0 10px;
}

body#guide main.main .contentsArea #tabArea .innerBox h2 {
  margin-bottom: 10px;
}

body#guide main.main .contentsArea #tabArea .innerBox p {
  font-size: 13px;
  font-size: 1.3rem;
}

body#guide main.main .contentsArea #tabArea .innerBox .imgArea {
  margin-top: 20px;
}

body#guide main.main .contentsArea #tabArea .innerBox .imgArea .imgL img, body#guide main.main .contentsArea #tabArea .innerBox .imgArea .sArea img {
  width: 100%;
  height: auto;
}

body#guide main.main .contentsArea #tabArea .innerBox .imgArea div {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

body#guide main.main .contentsArea #tabArea .innerBox .imgArea div p {
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #FFF;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.7);
}

body#guide main.main .contentsArea #tabArea .innerBox .mapArea {
  margin-top: 20px;
}

body#guide main.main .contentsArea #tabArea .innerBox .mapArea iframe {
  width: 100%;
  height: 150px;
  display: block;
}

body#guide main.main .contentsArea #tabArea .innerBox .mapArea p {
  background: #003388;
  color: #FFF;
  padding: 5px 10px;
}

body#guide main.main .faqBtn {
  margin-top: -20px;
}

@media screen and (min-width: 768px) {
  body#guide main.main .contentsArea #tabMenu li {
    width: 450px;
  }
  body#guide main.main .contentsArea #tabMenu li span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  body#guide main.main .contentsArea #tabMenu li:nth-child(1) span {
    padding: 17px 0 0 15px;
    text-align: left;
  }
  body#guide main.main .contentsArea #tabMenu li:nth-child(2) span {
    padding: 17px 0 0 20px;
    text-align: left;
  }
  body#guide main.main .contentsArea #tabArea #musashiArea h2, body#guide main.main .contentsArea #tabArea #sendagiArea h2 {
    width: 389px;
    height: 51px;
  }
  body#guide main.main .contentsArea #tabArea .innerBox {
    padding: 80px 0 0 0;
  }
  body#guide main.main .contentsArea #tabArea .innerBox h2 {
    margin-bottom: 20px;
  }
  body#guide main.main .contentsArea #tabArea .innerBox .imgArea {
    margin-top: 40px;
    letter-spacing: -.40em;
  }
  body#guide main.main .contentsArea #tabArea .innerBox .imgArea .imgL, body#guide main.main .contentsArea #tabArea .innerBox .imgArea .sArea {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
  }
  body#guide main.main .contentsArea #tabArea .innerBox .imgArea .imgL {
    width: 440px;
  }
  body#guide main.main .contentsArea #tabArea .innerBox .imgArea .sArea {
    width: 210px;
    margin-left: 20px;
    vertical-align: top;
  }
  body#guide main.main .contentsArea #tabArea .innerBox .imgArea .sArea img {
    width: 210px;
  }
  body#guide main.main .contentsArea #tabArea .innerBox .imgArea .sArea div:nth-child(1) {
    margin-bottom: 20px;
  }
  body#guide main.main .contentsArea #tabArea .innerBox .mapArea {
    margin-top: 40px;
  }
  body#guide main.main .contentsArea #tabArea .innerBox .mapArea iframe {
    height: 300px;
  }
  body#guide main.main .snsArea li {
    margin-top: -20px;
  }
}

/* 各種説明会情報 */
body#briefing main.main .titArea h1.mainTit {
  height: 41px;
  background-image: url("../images/opencampus/briefing/title01.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
}

body#briefing main.main .contentsArea h2 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

body#briefing main.main .contentsArea .box01 {
  margin-bottom: 20px;
}

body#briefing main.main .contentsArea .box01 p {
  margin: 10px 0;
  font-size: 14px;
  font-size: 1.4rem;
}

body#briefing main.main .contentsArea dl dt {
  color: #003388;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 5px;
}

body#briefing main.main .contentsArea dl dd {
  border-bottom: 1px dotted #CBCFDA;
  width: 100%;
  padding-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

body#briefing main.main .contentsArea dl dd h3 {
  font-size: 14px;
  font-size: 1.4rem;
}

body#briefing main.main .contentsArea dl dd a {
  color: #0066cc;
  text-decoration: underline;
}

body#briefing main.main .contentsArea dl dd a:after {
  content: url("../images/common/icon_blank_blue.png");
  margin-left: 3px;
}

@media screen and (max-width: 767px) {
  body#briefing main.main .contentsArea dl dt.days,
  body#briefing main.main .contentsArea dl dd.tit {
    background: #003388;
    color: #FFF;
    padding-left: 10px;
  }
  body#briefing main.main .contentsArea dl dt {
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 768px) {
  body#briefing main.main .contentsArea {
    letter-spacing: -.40em;
  }
  body#briefing main.main .contentsArea .box01 {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    margin-bottom: 40px;
  }
  body#briefing main.main .contentsArea .box01:nth-child(even) {
    margin-right: 20px;
  }
  body#briefing main.main .contentsArea .box01:nth-child(odd) {
    margin-left: 20px;
  }
  body#briefing main.main .contentsArea .box01 p {
    margin: 10px;
  }
  body#briefing main.main .contentsArea dl dt.days {
    width: 140px;
    height: 30px;
    background: #003388;
    color: #FFF;
    border-right: 1px solid #FFF;
  }
  body#briefing main.main .contentsArea dl dt:not(.days) {
    width: 50px;
    color: #003388;
  }
  body#briefing main.main .contentsArea dl dt {
    float: left;
    clear: left;
    padding: 5px 0 5px 10px;
  }
  body#briefing main.main .contentsArea dl dd.tit {
    width: 430px;
    padding-left: 140px;
    background: #CBCFDA;
    color: #003388;
  }
  body#briefing main.main .contentsArea dl dd.tit h3 {
    font-weight: bold;
    padding-left: 10px;
  }
  body#briefing main.main .contentsArea dl dd:not(.tit) {
    padding-left: 50px;
    border-bottom: 1px dotted #CBCFDA;
  }
  body#briefing main.main .contentsArea dl dd {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  body#briefing main.main .contentsArea .box01.vertical01 dl dt.days {
    height: 50px;
  }
  body#briefing main.main .contentsArea .box01.vertical01 dl dd.tit {
    height: 50px;
  }
  body#briefing main.main .snsArea li {
    margin-top: 0;
  }
}

/* 入試日程・概要 */
body#admission-index main.main .titArea h1.mainTit {
  height: 42px;
  background-image: url("../images/admission/index/title01.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
}

body#admission-index main.main .contentsArea h2.circleTit {
  margin: auto;
}

body#admission-index main.main .contentsArea h2#circleTit01 {
  background-image: url("../images/admission/index/sub_title01.png");
  background-repeat: no-repeat;
  background-size: contain;
}

body#admission-index main.main .contentsArea h2#circleTit02 {
  background-image: url("../images/admission/index/sub_title02.png");
  background-repeat: no-repeat;
  background-size: contain;
}

body#admission-index main.main .contentsArea h2#circleTit03 {
  background-image: url("../images/admission/index/sub_title03.png");
  background-repeat: no-repeat;
  background-size: contain;
}

body#admission-index main.main .contentsArea h2#circleTit04 {
  background-image: url("../images/admission/index/sub_title04.png");
  background-repeat: no-repeat;
  background-size: contain;
}

body#admission-index main.main .contentsArea h2#circleTit05 {
  background-image: url("../images/admission/index/sub_title05.png");
  background-repeat: no-repeat;
  background-size: contain;
}

body#admission-index main.main .contentsArea h2#circleTit06 {
  background-image: url("../images/admission/index/sub_title06.png");
  background-repeat: no-repeat;
  background-size: contain;
}

body#admission-index main.main .contentsArea dl dt {
  color: #003388;
  font-size: 14px;
  font-size: 1.4rem;
}

body#admission-index main.main .contentsArea dl dd {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 0;
  margin-bottom: 10px;
}

body#admission-index main.main .contentsArea dl.box01 {
  margin: 10px 0 20px 0;
}

body#admission-index main.main .contentsArea dl.box01 dd {
  border-bottom: 1px dotted #CBCFDA;
}

body#admission-index main.main .contentsArea dl.box01 dd:last-child {
  border-bottom: none;
}

body#admission-index main.main .contentsArea dl.box01.lineBlue dd {
  border-bottom: 1px dotted #003388;
}

body#admission-index main.main .contentsArea dl.box01.lineBlue dd:last-child {
  border-bottom: none;
}

body#admission-index main.main .contentsArea .txt01 {
  width: 100%;
  background-color: #003388;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 20px;
}

body#admission-index main.main .contentsArea .box02 {
  margin-top: 10px;
  padding-bottom: 20px;
}

body#admission-index main.main .contentsArea .box02 h3 {
  color: #003388;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  border-bottom: 1px solid #003388;
  margin-bottom: 10px;
}

body#admission-index main.main .contentsArea .box02 dl dd {
  border-bottom: 1px dotted #003388;
}

body#admission-index main.main .contentsArea .box02 dl dd:last-child {
  border-bottom: none;
}

body#admission-index main.main .contentsArea .box02 p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

body#admission-index main.main .contentsArea .box02 p:last-of-type {
  margin-bottom: 0;
}

body#admission-index main.main .contentsArea .info-text {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  body#admission-index main.main .contentsArea {
    padding: 45px 0 0 0;
    letter-spacing: -.40em;
  }
  body#admission-index main.main .contentsArea h2.circleTit {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    width: 90px;
  }
  body#admission-index main.main .contentsArea dl dd {
    padding: 0 0 10px 0;
    margin-bottom: 10px;
  }
  body#admission-index main.main .contentsArea dl.box01 {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    margin: 0 0 40px 30px;
    width: 780px;
  }
  body#admission-index main.main .contentsArea dl.box01 dt {
    width: 160px;
    float: left;
    clear: left;
  }
  body#admission-index main.main .contentsArea dl.box01 dd {
    width: 780px;
    padding-left: 160px;
  }
  body#admission-index main.main .contentsArea .txt01 {
    margin-bottom: 20px;
  }
  body#admission-index main.main .contentsArea .box02 {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    margin: 0 0 0 30px;
    width: 780px;
    padding-bottom: 40px;
  }
  body#admission-index main.main .contentsArea .box02 dl dt {
    width: 60px;
    float: left;
    clear: left;
  }
  body#admission-index main.main .contentsArea .box02 dl dd {
    width: 780px;
    padding-left: 60px;
  }
}

/* 各種入試データ */
body#data main.main .titArea h1.mainTit {
  height: 41px;
  background-image: url("../images/admission/data/title01.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
}

body#data main.main .contentsArea h2.circleTit {
  margin: auto;
}

body#data main.main .contentsArea h2#circleTit01 {
  background-image: url("../images/admission/data/sub_title01.png");
  background-repeat: no-repeat;
  background-size: contain;
}

body#data main.main .contentsArea h2#circleTit02 {
  background-image: url("../images/admission/data/sub_title02.png");
  background-repeat: no-repeat;
  background-size: contain;
}

body#data main.main .contentsArea h2#circleTit03 {
  background-image: url("../images/admission/data/sub_title03.png");
  background-repeat: no-repeat;
  background-size: contain;
}

body#data main.main .contentsArea h2#circleTit04 {
  background-image: url("../images/admission/data/sub_title04.png");
  background-repeat: no-repeat;
  background-size: contain;
}

body#data main.main .contentsArea .box01 {
  margin-top: 10px;
}

body#data main.main .contentsArea .box01 .boxInner01 h3 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 5px 10px;
}

body#data main.main .contentsArea .box01 .boxInner01 h3.tit01 {
  color: #FFF;
  background-color: #003388;
}

body#data main.main .contentsArea .box01 .boxInner01 h3.tit02 {
  color: #003388;
  background-color: #CBCFDA;
}

body#data main.main .contentsArea .box01 .boxInner01 dl dt {
  color: #003388;
  width: 80px;
  float: left;
  clear: left;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 5px;
}

body#data main.main .contentsArea .box01 .boxInner01 dl dd {
  padding: 5px 5px 5px 80px;
  font-size: 13px;
  font-size: 1.3rem;
  width: 100%;
  border-bottom: 1px dotted #CBCFDA;
}

body#data main.main .contentsArea .box01 .boxInner01 dl dd:last-child {
  margin-bottom: 15px;
}

body#data main.main .contentsArea .box02 {
  margin-top: 10px;
  padding-bottom: 10px;
}

body#data main.main .contentsArea .box02 h3 {
  background-color: #003388;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-weight: bold;
}

body#data main.main .contentsArea .box02 .boxInner02 p {
  background-color: #FFF;
  color: #003388;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 5px 10px;
  font-weight: bold;
}

body#data main.main .contentsArea .box02 .boxInner02 dl dt {
  color: #003388;
  width: 80px;
  float: left;
  clear: left;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 5px;
}

body#data main.main .contentsArea .box02 .boxInner02 dl dd {
  padding: 5px 5px 5px 80px;
  font-size: 13px;
  font-size: 1.3rem;
  width: 100%;
  border-bottom: 1px dotted #003388;
}

body#data main.main .contentsArea .box02 .boxInner02 dl dd:last-child {
  margin-bottom: 15px;
}

body#data main.main .contentsArea .box03 {
  padding: 15px 0 45px 0;
  margin-top: 10px;
}

body#data main.main .contentsArea .box03 ul li {
  width: 100%;
}

body#data main.main .contentsArea .box03 ul li:nth-child(1) {
  margin-bottom: 10px;
}

body#data main.main .contentsArea .box03 ul li a {
  padding: 11px 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  display: block;
  border: 1px solid #999;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#fefefe));
  background: linear-gradient(#dddddd, #fefefe);
}

@media (max-width: 767px) {
  #examarchives {
    padding-top: 90px;
    margin-top: -90px;
  }
}

@media screen and (min-width: 768px) {
  body#data main.main .contentsArea h2.circleTit {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
  }
  body#data main.main .contentsArea .innerFream2 {
    letter-spacing: -.40em;
  }
  body#data main.main .contentsArea .box01 {
    letter-spacing: -.40em;
    display: inline-block;
    margin-top: 0;
    width: 780px;
    margin-left: 30px;
  }
  body#data main.main .contentsArea .box01 .boxInner01 {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    width: 380px;
  }
  body#data main.main .contentsArea .box01 .boxInner01:nth-child(odd) {
    margin-right: 20px;
  }
  body#data main.main .contentsArea .box01 .boxInner01 dl dd:last-child {
    margin-bottom: 20px;
  }
  body#data main.main .contentsArea .box02 {
    letter-spacing: -.40em;
    display: inline-block;
    margin-top: 0;
    margin-left: 20px;
    width: 780px;
  }
  body#data main.main .contentsArea .box02 .boxInner02 {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    margin-right: 20px;
    width: 180px;
  }
  body#data main.main .contentsArea .box02 .boxInner02:nth-of-type(4n) {
    margin-right: 0;
  }
  body#data main.main .contentsArea .box02 .boxInner02 dl dt {
    width: 50px;
  }
  body#data main.main .contentsArea .box02 .boxInner02 dl dd {
    padding: 5px 5px 5px 50px;
  }
  body#data main.main .contentsArea .box02 .boxInner02 dl dd:last-child {
    margin-bottom: 20px;
  }
  body#data main.main .contentsArea .box03 {
    letter-spacing: -.40em;
    display: inline-block;
    margin-top: 0;
    width: 780px;
    margin-left: 30px;
  }
  body#data main.main .contentsArea .box03 ul {
    vertical-align: middle;
    letter-spacing: -.40em;
  }
  body#data main.main .contentsArea .box03 ul li {
    width: 380px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
  }
  body#data main.main .contentsArea .box03 ul li:nth-child(1) {
    margin-right: 20px;
  }
}

/* 英語民間試験のお知らせQ&A */
body#faq main.main .titArea h1.mainTit {
  height: 41px;
  background-image: url("../images/admission/faq/title01.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
}

body#faq main.main .contentsArea h2 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #003388;
  background-color: #CBCFDA;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}

body#faq main.main .contentsArea p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: -10px;
}

body#faq main.main .contentsArea p .redTxt01 {
  color: #cc0000;
  font-weight: bold;
}

body#faq main.main .contentsArea dl {
  margin: 25px 0 30px 0;
}

body#faq main.main .contentsArea dl dt {
  min-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #003388;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}

body#faq main.main .contentsArea dl dt:before {
  position: absolute;
  top: -4px;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 17px;
  font-size: 1.7rem;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  content: "Q";
  padding: 4px 8px;
  color: #FFF;
  background-color: #003388;
}

body#faq main.main .contentsArea dl dd {
  min-height: 30px;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  padding-left: 40px;
}

body#faq main.main .contentsArea dl dd:before {
  position: absolute;
  top: -4px;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  content: "A";
  padding: 6px 9px;
  color: #003388;
  background-color: #CBCFDA;
}

body#faq main.main .contentsArea dl dd .faqTxt01 {
  margin-bottom: 10px;
  display: inline-block;
}

body#faq main.main .contentsArea dl dd a {
  color: #0066cc;
  text-decoration: underline;
}

body#faq main.main .contentsArea dl dd ul li {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  body#faq main.main .contentsArea {
    padding: 30px auto 10px;
  }
}

/* 入試に関するお知らせ */
body#infoexm main.main .titArea h1.mainTit {
  height: 41px;
  background-image: url("../images/admission/infoexm/title01.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
}

body#infoexm main.main .contentsArea h2 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #003388;
  background-color: #CBCFDA;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}

body#infoexm main.main .contentsArea p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: -10px;
}

body#infoexm main.main .contentsArea p .redTxt01 {
  color: #cc0000;
  font-weight: bold;
}

body#infoexm main.main .contentsArea dl {
  margin: 25px 0 30px 0;
}

body#infoexm main.main .contentsArea dl dt {
  min-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #003388;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}

body#infoexm main.main .contentsArea dl dt:before {
  position: absolute;
  top: -4px;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 17px;
  font-size: 1.7rem;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  content: "Q";
  padding: 4px 8px;
  color: #FFF;
  background-color: #003388;
}

body#infoexm main.main .contentsArea dl dd {
  min-height: 30px;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  padding-left: 40px;
}

body#infoexm main.main .contentsArea dl dd:before {
  position: absolute;
  top: -4px;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  content: "A";
  padding: 6px 9px;
  color: #003388;
  background-color: #CBCFDA;
}

body#infoexm main.main .contentsArea dl dd .faqTxt01 {
  margin-bottom: 10px;
  display: inline-block;
}

body#infoexm main.main .contentsArea dl dd a {
  color: #0066cc;
  text-decoration: underline;
}

body#infoexm main.main .contentsArea dl dd ul li {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  body#infoexm main.main .contentsArea {
    padding: 30px auto 10px;
  }
}

/* 学校紹介ムービー */
body#movie main.main .titArea h1.mainTit {
  height: 41px;
  background-image: url("../images/message/common/title02-1.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
}

body#movie main.main .contentsArea h2 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #003388;
  background-color: #CBCFDA;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}

body#movie main.main .contentsArea p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: -10px;
}

body#movie main.main .contentsArea p .redTxt01 {
  color: #cc0000;
  font-weight: bold;
}

body#movie main.main .contentsArea dl {
  margin: 25px 0 30px 0;
}

body#movie main.main .contentsArea dl dt {
  min-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #003388;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}

body#movie main.main .contentsArea dl dt:before {
  position: absolute;
  top: -4px;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 17px;
  font-size: 1.7rem;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  content: "Q";
  padding: 4px 8px;
  color: #FFF;
  background-color: #003388;
}

body#movie main.main .contentsArea dl dd {
  min-height: 30px;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  padding-left: 40px;
}

body#movie main.main .contentsArea dl dd:before {
  position: absolute;
  top: -4px;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  content: "A";
  padding: 6px 9px;
  color: #003388;
  background-color: #CBCFDA;
}

body#movie main.main .contentsArea dl dd .faqTxt01 {
  margin-bottom: 10px;
  display: inline-block;
}

body#movie main.main .contentsArea dl dd a {
  color: #0066cc;
  text-decoration: underline;
}

body#movie main.main .contentsArea dl dd ul li {
  font-size: 14px;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  body#movie main.main .contentsArea {
    padding: 30px auto 10px;
  }
}

/* 学校動画インタビュー */
body#interview main.main .titArea h1.mainTit {
  height: 41px;
  background-image: url("../images/message/common/title03.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
}

/*! 埋め込み動画をレスポンシブ対応させる */
.video {
position: relative;
height: 0;
padding: 0 0 56.25%;
overflow: hidden;
}
.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* 各種資料請求 */
body#request main.main .titArea h1.mainTit {
  height: 41px;
  background-image: url("../images/admission/request/title01.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
}
body#request main.main .titArea h1.mainTit2 {
  height: 41px;
  background-image: url("../images/admission/request/title01.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
}
/* 大学案内請求 */
body#info-request main.main .titArea h1.mainTit {
  height: 41px;
  background-image: url("../images/admission/info-request/title01.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
}
/* 入試日程 */
body#admission2 main.main .titArea h1.mainTit {
  height: 41px;
  background-image: url("../images/admission/index/title01.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
}
/* 願書(入試要項)請求 */
body#exam-request main.main .titArea h1.mainTit {
  height: 41px;
  background-image: url("../images/admission/exam-request/title01.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
}

body#request main.main .contentsArea h2,
body#info-request main.main .contentsArea h2,
body#admission2 main.main .contentsArea h2,
body#exam-request main.main .contentsArea h2{
  font-size: 16px;
  font-size: 1.6rem;
  color: #003388;
  background-color: #CBCFDA;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
}

body#request main.main .contentsArea h2.second,
body#info-request main.main .contentsArea h2.second,
body#iadmission2 main.main .contentsArea h2.second,
body#exam-request main.main .contentsArea h2.second {
  margin-top: 30px;
}

body#request main.main .contentsArea p,
body#info-request main.main .contentsArea p,
body#admission2 main.main .contentsArea p,
body#exam-request main.main .contentsArea p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

body#request main.main .contentsArea p .redTxt01,
body#info-request main.main .contentsArea p .redTxt01,
body#iadmission2 main.main .contentsArea p .redTxt01,
body#exam-request main.main .contentsArea p .redTxt01 {
  color: #cc0000;
  font-weight: bold;
}

body#request main.main .contentsArea a,
body#info-request main.main .contentsArea a,
body#admission2 main.main .contentsArea a,
body#exam-request main.main .contentsArea a {
  color: #003388;
  text-decoration: underline;
}

body#request main.main .contentsArea .box01 img,
body#info-request main.main .contentsArea .box01 img,
body#admission2 main.main .contentsArea .box01 img,
body#exam-request main.main .contentsArea .box01 img {
  display: block;
  margin: auto;
}

body#request main.main .contentsArea .box01 p,
body#info-request main.main .contentsArea .box01 p,
body#iadmission2 main.main .contentsArea .box01 p,
body#exam-request main.main .contentsArea .box01 p {
  margin-top: 10px;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  body#request main.main .contentsArea,
  body#info-request main.main .contentsArea,
  body#admission2 main.main .contentsArea {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  body#request main.main .contentsArea .box01, body#request main.main .contentsArea .box02, body#request main.main .contentsArea .box03,
  body#info-request main.main .contentsArea .box01,
  body#info-request main.main .contentsArea .box02,
  body#info-request main.main .contentsArea .box03,
  body#admission2 main.main .contentsArea .box01,
  body#admission2 main.main .contentsArea .box02,
  body#admission2 main.main .contentsArea .box03,
  body#exam-request main.main .contentsArea .box01,
  body#exam-request main.main .contentsArea .box02,
  body#exam-request main.main .contentsArea .box03 	{
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
  }
  body#request main.main .contentsArea .box01,
  body#info-request main.main .contentsArea .box01,
  body#admission2 main.main .contentsArea .box01,
  body#exam-request main.main .contentsArea .box01 {
    margin-right: 20px;
    width: 200px;
  }
  body#request main.main .contentsArea .box01 img,
  body#info-request main.main .contentsArea .box01 img,
  body#admission2 main.main .contentsArea .box01 img,
  body#exam-request main.main .contentsArea .box01 img {
    display: block;
    margin-left: 0;
  }
  body#request main.main .contentsArea .box02,
  body#info-request main.main .contentsArea .box02,
  body#admission2 main.main .contentsArea .box02,
  body#exam-request main.main .contentsArea .box02 {
    width: 670px;
  }
  body#request main.main .contentsArea .box03,
  body#info-request main.main .contentsArea .box03,
  body#admission2 main.main .contentsArea .box03,
  body#exam-request main.main .contentsArea .box03 {
    width: 425px;
  }
}

/* お知らせ詳細 info20170413 */
/* #faqページベース */
body#info20170413 main.main .titArea h1.mainTit {
  height: 41px;
  background-image: url("../images/information/common/title01.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
}

body#info20170413 main.main .contentsArea h2 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #003388;
  background-color: #CBCFDA;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}

body#info20170413 main.main .contentsArea h2 + p {
  margin: 30px 20px;
}

body#info20170413 main.main .contentsArea p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: -10px;
}

body#info20170413 main.main .contentsArea p .redTxt01 {
  color: #cc0000;
  font-weight: bold;
}

body#info20170413 main.main .contentsArea .rightTxt {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: right;
}

body#info20170413 main.main .contentsArea dl {
  margin: 30px 20px;
}

body#info20170413 main.main .contentsArea dl dt {
  min-height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #003388;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}

body#info20170413 main.main .contentsArea dl dd {
  min-height: 30px;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
}

body#info20170413 main.main .contentsArea dl dd .redTxt01 {
  color: #cc0000;
  font-weight: bold;
}

body#info20170413 main.main .contentsArea dl dd .faqTxt01 {
  margin-bottom: 10px;
  display: inline-block;
}

body#info20170413 main.main .contentsArea dl dd a {
  color: #0066cc;
  text-decoration: underline;
}

body#info20170413 main.main .contentsArea dl dd ul li {
  font-size: 14px;
  font-size: 1.4rem;
}

body#info20170413 main.main .contentsArea dl dd .docList {
  padding-top: 10px;
}

body#info20170413 main.main .contentsArea dl dd .docList li {
  margin-bottom: 3px;
  text-indent: -20px;
  padding-left: 20px;
}

@media (max-width: 767px) {
  body#info20170413 main.main .contentsArea {
    padding: 30px auto 10px;
  }
  body#info20170413 main.main .contentsArea h2 + p {
    margin: 15px 15px -10px;
  }
  body#info20170413 main.main .contentsArea dl {
    margin-left: 15px;
    margin-right: 15px;
  }
  body#info20170413 main.main .contentsArea dl dd {
    padding-left: 0;
  }
  body#info20170413 main.main .contentsArea dl dd .docList li {
    margin-bottom: 15px;
  }
  body#info20170413 main.main .contentsArea dl dd .docList li .spBr {
    text-indent: 0;
  }
}


body#admission-guide main.main .titArea h1.mainTit{
  height: 42px;
  background-image: url(../images/admission/guide/title01.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
}
body#admission-answer main.main .titArea h1.mainTit{
  height: 42px;
  background-image: url(../images/admission/answer/title01.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
}

/*
----------------------------------------
huckclearfix
----------------------------------------
*/
.clearbox {
  display: inline-block;
}

.clearbox:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*\*/
* html .clearbox {
  height: 1%;
}

.clearbox {
  display: block;
}

/* 201190730追加 */
.common-center{
  text-align: center;
}
.common-link{
  text-decoration: underline;
}
.common-fz16{
  font-size: 16px;
}


/* 20191121追加 */
.common-flex{
  display: flex;
}
.common-flex--right{
  justify-content: flex-end;
}
.common-flex--center{
  align-items: center;
}
.common-flex--m{
  margin-left: 20px;
}
.common-box + .common-box{
  margin-top: 20px;
}
.common-box--title{
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 15px;
  color: #003388;
}
.common-box--title-v2{
  font-size: 1.6rem;
  font-weight: bold;
  color: #003388;
}
.common-box--text{
  font-size: 1.4rem;
  line-height: 150%;
  letter-spacing: 0.15em;
  padding-bottom: 20px;
}
.common-text + .common-text{
  margin-top: 15px;
}
.common-text-color{
  color: #003388;
}
.common-btn-box{
  padding: 5px 10px;
  border: 2px solid #003388;
}
.common-arrow{
  display: flex;
  align-items: center;
}
.common-arrow:before{
  content: '';
  display: block;
  border-top: 2px solid #003388;
  border-right: 2px solid #003388;
  transform: rotate(45deg);
  margin-right: 5px;
  width: 5px;
  height: 5px;
}
.common-last{
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .common-flex--pc{
    display: flex;
  }
  .common-btn-box{
    border: 3px solid #003388;
  }
  .common-arrow:before{
    width: 7px;
    height: 7px;
  }
  .common-box + .common-box{
    margin-top: 30px;
  }
  .common-flex--right--pc{
    justify-content: flex-end;
  }
  .common-last{
    padding-bottom: 0;
  }
}
.common-last2{
  padding-bottom: 20px;
margin: 0 0 0 auto;
}

@media screen and (min-width: 768px) {
  .common-flex--pc{
    display: flex;
  }
  .common-btn-box{
    border: 3px solid #003388;
  }
  .common-arrow:before{
    width: 7px;
    height: 7px;
  }
  .common-box + .common-box{
    margin-top: 30px;
  }
  .common-flex--right--pc{
    justify-content: flex-end;
  }
  .common-last2{
    padding-bottom: 0;
  margin: 0 0 0 auto;
	}
}


/**/

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