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

/* -----------------------------------
  リセット
----------------------------------- */

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

ol, ul { list-style: none; }

a {
  outline: none;
  color: #666;
}
a:link,
a:visited {
  color: #666;
  text-decoration: none;
}

a:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
}


blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

table {
  border-spacing: 0;
}

img {
  max-width: 100%;
  width /***/: auto;
  height: auto;
  vertical-align: bottom;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

/* -----------------------------------
  全体設定
----------------------------------- */

html {
  overflow: auto;
}

body {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  line-height: 2em;

  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@media only screen and (min-width: 667px) {
  body {
    font-size: 22px;
  }
}

.wrap {
  max-width: 768px;
  margin: 0 auto;
}

.inner {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

section {
  padding: 0;
}

/* ------- */

.comment .inner p {
  color: #008CD6;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.01em;
/*  margin: 12% 0;*/
  margin: 4% 0 12%;
}

.comment .inner p.caution {
  color: #FF3366;
  border: 3px solid #FF3366;
  padding: 6% 0;
}

/* ------- */

.page_link {
  background-color: #E5F3FB;
  margin: 12% 0;
  padding: 5%;
}

.page_link ul {
  float: left;
  width: 49%;
  line-height: 1.7em;
}

.page_link ul:nth-of-type(2) {
  width: 51%;
}

.page_link li {
  list-style-type: circle;
  margin-left: 14px;
}

.page_link li a {
  display: block;
}

.page_link li span {
  display: inline-block;
  transform-origin: top left;
}

.page_link li span.sh1 {
  transform: scale(0.9, 1);
  width: 111%;
}

.page_link li span.sh2 {
  transform: scale(0.8, 1);
  width: 125%;
}

.univ_detail .detail {
  margin: 9% 0;
  background-color: #FFFCDB;
  border-radius: 8px;
  box-shadow: 3px 3px 3px rgba(0,0,0,0.15);
  text-align: center;
}

.univ_detail .detail:last-of-type {
  margin-bottom: 0;
}

.detail img {
  padding: 2.5% 2.5% 0;
  border-radius: 8px;
}

.detail .btn {
  padding: 5%;
}

.detail .btn div:first-of-type {
  padding-bottom: 3%;
}

.detail .btn a {
  position: relative;
  display: block;
  line-height: 60px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  border-radius: 8px;
/*  padding-right: 16px;*/
}

@media only screen and (min-width: 667px) {
  .detail .btn a {
    font-size: 24px;
  }
}

.detail .btn a:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
}

.detail .btn a:after {
  display: block;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  content: "";
  border-top: 4px solid #FFF;
  border-right: 4px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.detail .b01 a {
  background: url('../img/icon01.png') 10px 10px #F6AB00 no-repeat;
  background-size: 40px 40px;
}

.detail .b02 a {
  background: url('../img/icon02.png') 10px 10px #005BAC no-repeat;
  background-size: 40px 40px;
}

/* ------- */

footer .copy {
  text-align: center;
  font-size: 0.75em;
  margin: 4.5% 0 3.5%;
}

/* ------- */

#page-top {
  position: fixed;
  z-index: 2000;
  right: 0;
  bottom: 0;
}

#page-top a {
  display: block;
  padding: 10px;
  background: #666;
  color: #fff;
  line-height: 1;
}

#page-top a img {
  width: 24px;
  height: auto;
}

#page-top a:hover {
  background: #000;
}
