backgrounda img:hover {
  opacity: 0.7;
}

#article1 {
  margin-bottom: 10px;
}

.index-main {
  position: relative;
  top: -7px;
  width: 1000px;
  margin: 0 auto;
}

.index-main-visual {
  width: 100%;
  margin-top: 30px;
}

.index-news-newtest {
  margin: 20px 0;
  line-height: 1.5  ;
}

.index-center-bunseki {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  box-sizing: border-box;
  width: 1000px;
  height: 380px;
  padding-bottom: 40px;
  background-image: url('../img/kyoutsutest_bunseki_pc.jpg');
  background-repeat: no-repeat;
  margin: 50px auto 0;
}

.index-center-bunseki-detail,
.index-center-bunseki-login {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 50px;
  margin: 0 12px;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  box-shadow: 2px 2px 4px #666666;
  text-decoration: none;
}

.index-center-bunseki-next{
  width: 1000px;
  font-size: 30px;
  text-align: center;
  margin: -10px auto 50px;
}

.index-center-bunseki-detail {
  background-color: #33559a;
  font-size: 23px;
}

.index-center-bunseki-login {
  background-color: #009380;
  font-size: 15px;
}

.index-center-bunseki-detail:hover,
.index-center-bunseki-login:hover {
  opacity: 0.8;
}

/*.index-body {
  display: flex;
  justify-content: space-between;
}
*/
.index-content {
  /*width: 790px;*/
}

.index-article {
  margin-bottom: 40px;
}

.index-article-body {
  display: flex;
  justify-content: space-between;
  margin-bottom: -10px;
  padding: 10px;
}

.index-article-title img {
  vertical-align: bottom;
}

.index-article-image {
  margin: 5px 0;
  padding: 3px;
}

.index-article-image img{
  padding: 3px;
  background-color: #ededed;
  width: 320px;
  height: auto;
}

.index-article-description {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #535353;
  line-height: 1.5;
  font-size: 14px;
}

.application_button {
  width: 418px;
  height: auto;
}

.index-article-exam-link {
  display: block;
  margin-top: 10px;
}

.index-article-exam-link:hover {
  opacity: 0.7;
}

.index-exam-content {
  margin-bottom: 20px;
}

.index-pdf-content {
  margin-left: 50px;
}

.index-pdf-link-table {
  margin-top: 10px;
  border-collapse: collapse;
}

.index-pdf-link-table td {
  width: 56%;
  height: 35px;
}

.column {
  display: flex;
  flex-wrap: wrap;
}
.index-pdf-link {
  color: #000000;
  font-size: 16px;
  color:blue;
}

.index-pdf-link:before {
  content: '\025cf';
}

.index-pdf-link-center:before {
	color:#0085B2;
}

.index-pdf-link-yumeidai:before {
	color:#FF00FF;
}

.index-pdf-link-nankandai:before {
	color:#8C2100;
}

.index-pdf-link-kyodai:before {
	color:#0033FF;
}

.index-pdf-link-hokudai:before {
	color:#008C46;
}

.index-pdf-link-chibadai:before {
	color:#c6002f;
}

.index-pdf-description {
  font-weight: bold;
  line-height: 19px;
}

.index-pdf-here {
  color: #0000ff;
  text-decoration: none;
}

.index-exam-features-table td {
  padding: 10px 20px;
  vertical-align: top;
}

.index-exam-feature-description {
  color: #535353;
  line-height: 1.5;
  font-size: 14px;
  margin-top: 8px;
}

.exam_feature_ttl {
  font-size: 18px;
  display: block;
  background-color: #efefef;
  padding: 5px;
}

.exam_feature_ttl-box {
  border-bottom: thin solid #cacaca;
  display: flex;
}

#ToshinMoshi {
  display: none;
  background-color: #f5f5f5;
  line-height: 120%;
}

.index-news {
  padding: 10px;
  padding-right: 115px;
  background-color: #f5f5f5;
}

.index-news-updated {
  padding: 8px 0 5px 0;
  font-size: x-small;
}

.index-news-article {
  padding: 10px 0;
  border-bottom: dotted 1px #cccccc;
  display: flex;
}

.index-news-date {
  margin-top: 10px;
  margin-bottom: 2px;
  font-size: 12px;
}

.index-news-title {
  padding: 5px 0;
}

.index-news-title a {
  color: #000000;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
}

.index-news-title a:hover {
  color: #6688c7;
  text-decoration: underline;
}

.index-news-description {
  font-size: 11px;
  line-height: 150%;
  color: #444;
}

.index-news-description a {
  color: #263b69;
  text-decoration: none;
}

.index-news-description a:hover {
  color: #6688c7;
}

.index-news-univ-photo {
  padding: 3px;
  margin-right: 15px;
  background-color: #ededed;
}

.index-news-univ-photo img {
  width: 234px;
  vertical-align: bottom;
}

.index-weather {
  background-color: #f5f5f5;
}

.index-weather-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 15px;
}

.index-weather-today {
  width: 50%;
}

.index-weather-today-headline {
  padding-left: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}

.index-weather-city-list {
  display: flex;
  justify-content: space-between;
}

.index-weather-city-list li {
  width: 150px;
  margin-left: 30px;
  padding: 5px 0 10px;
  list-style-image: url('../img/arrow.png');
}

.index-weather-city-list li a {
  vertical-align: top;
  color: #000000;
  font-size: 14px;
  text-decoration: none;
}

.index-seminar {
  margin: 50px 0 20px;
  text-align: center;
}

.index-seminar a img {
  width: 800px;
}

.index-sidemenu-title img {
  vertical-align: bottom;
}

.index-sidemenu-list {
  font-size: 12px;
  font-weight: bold;
}

.index-sidemenu-list li {
  border-bottom: solid 1px #cccccc;
  background-color: #ededed;
}

.index-sidemenu-list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 10px;
  color: #333333;
  line-height: 1.5;
  text-decoration: none;
}

.index-sidemenu-list li a:hover {
  background-color: #d6d6d6;
  color: #666666;
}

.index-sidemenu-note {
  font-size: 10px;
  font-weight: normal;
}

.index-sidemenu-facebook {
  visibility: hidden;
  width: 180px;
  margin-top: 30px;
}

.index-to-top {
  display: block;
  margin-top: 15px;
}

.newgrade_img {
  width: 300px;
}
.li-width{
  width: 360px;
  margin-bottom: 20px;
}

* {
  margin: 0;
  padding: 0;
}

.main-contents {
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  background-color: #f6f6f6;
}

.pankuzu_txtbox a:link,
.contents_title a:link {
  color: #000000;
}

.pankuzu_txtbox a:visited,
.contents_title a:visited {
  color: #000000;
}

.clear {
  clear: both;
}

#pankuzu {
  background: none repeat scroll 0 0;
  background-color: #f5f5f5;
  border-bottom: #d8d8d8 solid 1px;
  line-height: 20px;
  width: 100%;
  height: 40px;
}

.pankuzu_txtbox {
  width: 1000px;
  margin: 0px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #333333;
  font-size: 14px;
}

#pankuzu a {
  color: #333333;
}

#wrapper {
  margin: 0 auto;
/*  background-color: #079683;*/
  width: 1000px;
  font-family: 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic',  'sans-serif', 'Osaka';
}

.content-under-link{
  text-align: center;
  margin-top: 5px;
}

#masonry {
  margin: 0 auto;
}
.mv-under p{
  font-weight: bold;
  text-align: center;
  font-size: 30px;
}
.mv-under span{
  border-bottom:solid;
  border-color:#079683;
  border-width:5px;/*5ピクセルの太さにする*/
}
.un-txt {
  display: block;
  padding: 30px;
  /*background-image: url(../img/background-2.png);*/
  background-size: contain;
  background-repeat: no-repeat;
}
.contents_grid_wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px;
}
.contents_grid {
  background-color: #fff;
  margin:5px;
  padding: 10px;
  border: 2px solid #444;
}
.grid-1 {
  flex: 1;
}
/*.grid-2 {
  flex: 2;
}
*/
#title_area {
  width: 1000px;
}

#title {
  margin: 10px auto;
}

#wrapper img {
  border: 0;
}

.contents_title {
  text-align: center;
  padding-top: 20px;
  border-bottom: #000 solid 1px;
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 21px;
  text-decoration: none;
  color: #009380;
}

#summer_banner {
  width: 1000px;
  margin: 0 auto;
}

.contents_title a {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  width: 480px;
  height: 30px;
  text-decoration: none;
}

.contents_image {
  height: auto;
}

.contents_image_photo {
}

.contents_image_photo_small {
  width: 315%;
  float: left;
  margin-bottom: 15px;
}

.contents_image_photo_small:nth-child(3) {
  width: 150px;
  height: 84px;
  float: left;
  margin: 0px 15px;
  margin-bottom: 15px;
}

.contents_info_txt {
  clear: both;
  color: #222222;
  font-size: 20px;
}

.contents_info_txt span {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  line-height: 2em;
}

.contents_info_txt h3 {
  width: auto;
  padding: 5px 6px 5px 6px;
  background: #000000;
  margin: 3px 15px 4px 0px;
  float: left;
  font-size: 17px;
  line-height: 17px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.contents_info_txt p {
  font-size: 18px;
}

.contents_info_txt span {
  color: #000;
  font-weight: bold;
}
.d-flex {
  display: flex;
}
.award-box {
  background-color: #fdebd7;
}
.award-ttl {
  text-align: center;
  font-size: 30px;
}
.cont-pic {
  margin: 30px 15px;
  text-align: center;
}
.small-txt {
  font-size: 12px;
  text-align: right;
  display: none;
}
.small-txt2 {
  font-size: 17px;
}
.acd-check{
  display: none;
}
.acd-content{
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
  height: 40px;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}

.js-acc-btn-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.js-acc-btn {
  display: inline-block;
}
.js-acc-cnt {
  text-align: center;
  display: none;
}
.js-acc-btn:hover {
  opacity: .7;
}
.p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.contents_title {
    text-align: center;
    padding-top: 20px;
    border-bottom: #000 solid 1px;
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 21px;
    text-decoration: none;
    color: #009380;
}
.contents_title p {
font-weight: bold;
font-size: 25px;
}
.index-d-flex-all {
  margin:30px auto;
  margin:0 auto;
  text-align: center;
}


.d-flex {
    display: flex;
}
.contents_title {
    text-align: center;
    padding-top: 20px;
    border-bottom: #000 solid 1px;
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 21px;
    text-decoration: none;
    color: #009380;
}
.contents_grid_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px;
}

.event_index_box{
  display: flex;
}
.event_index_box-2{
  display: none;
}
.article-title{
  margin-top: 40px;
}
.intro-txt{
  margin: 30px 30px 30px 30px !important;
}
.intro-txt-backgroundcolor{
  background-color: #f1ebeb;
}

.discribe-text{
  padding: 10px;
}

