@charset "UTF-8";

header {
  height: 60px;
}

.inner {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}

.exam_sst02 {
  margin-top: 40px;
  padding-left: 25px;
  color: #113280;
  font-size: 23px;
}

.point_button {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
}

.point_button li a img {
  width: auto;
  max-width: 80%;
}

.point_button li {
  width: 50%;
  height: 150px;
  padding: 1px;
}

.content_02 .point_button li {
  width: 50%;
  height: 180px;
}

.content_02 .point_button li a img {
  width: auto;
  max-width: 50%;
}

.point_button2 {
  display: block;
  padding: 10px;
}

.point_button2 li {
  width: 100%;
  padding: 2px;
}

#gakugai_soudankai .txt_H {
  font-size: 2rem;
}

.content_04#News {
  width: 100%;
  margin: 0 auto 100px 0;
  padding: 0 10px 20px;
}

.content_04#News dl {
  display: block;
  width: 100%;
}

.content_04#News dl dt {
  width: 100%;
  padding: 11px 0 5px 20px;
}

.icon_new {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  background: #ce497b;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  padding: 11px 0;
  font-weight: bold;
  font-size: 9px;
  left: 110px;
}

.content_04#News dl dd {
  width: 100%;
  padding: 0 0 16px 20px;
}

.content_05 {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 25px 16px;
  border: 5px #00b900 solid;
  border-radius: 20px;
}

.content_05 h3 {
  display: block;
  width: 100%;
  position: relative;
  color: #00b800;
  font-size: 18px;
  top: auto;
  left: auto;
  transform: none;
}

.LINE {
  width: 90%;
  height: 150px;
  margin: 0 auto 0 auto;
  padding: 0;
  text-align: center;
  background: #FFF url('/examination/img/line.png') center top no-repeat;
  background-position: center 14px;
  transition: .5s all;
}

.LINE a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 80px 0 5px;
  border: 2px #00b900 solid;
  margin: 0 auto;
}



#toku a img {
  border: 1px #0071bc solid;
  width: 90%;
}

#gakugai_soudankai a {
  padding: 1em 3em;
}


/* Ä¼¼¯Òªí— */
.box_tbl.table_wrap {
  padding: 10px;
}


.youtube {
  aspect-ratio: 16 / 9;
  max-width: 600px;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

#data .ancLink li {
  width: 50%;
}

#Get_to_know ul li a {
  padding-top: 10px;
}

/* ¥ª©`¥×¥ó¥­¥ã¥ó¥Ñ¥¹
------------------------------------- */
#oc_form a{
  border: 1px #555 solid;
  display: inline-block;
  box-shadow: 5px 5px 5px rgba(0,0,0,.15);
  transition: .5s all;
}

#oc_form a:hover{
  opacity: .5;
}

#oc_form img {
  width: 100%;
}


.chirashi{
  display: flex;
  flex-wrap: wrap;
}

.chirashi>div{
  width: 50%;
  padding: 0 5px 30px;
}

.chirashi>div a img {
  width: 100%;
  border: 2px #10396a solid;
  transition: .5s all;
}

.chirashi>div a:hover img {
  opacity: .8;
}

/*OPENCAMPUS*/
.entry_end {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  background: #000;
}
.entry_end::before {
  position: absolute;
  color: #FFF;
  content: "½KÁË¤·¤Þ¤·¤¿";
  font-weight: bold;
  font-size: 1.3rem;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.entry_end img{
  width: 100%;
  opacity: .2;
}