/*--------------------------------------------------------------------------------------------------

   second

--------------------------------------------------------------------------------------------------*/
.sp {
  display: none;
}

.pc {
  display: block;
}

@media all and (max-width: 1500px) {
  #full-carousel li a img {
    width: 800px;
  }
}
@media all and (max-width: 1300px) {
  .l-header__menu li a {
    /*padding: 0 50px;*/
  }
}
@media all and (max-width: 1100px) {
  .l-header__menu li a,
  .l-header__menu li:first-child a {
    padding: 0 16px;
  }
}
@media all and (max-width: 960px) {
  .l-header__menu li a {
    padding: 0 25px;
    font-size: 18px;
  }
  .l-header__menu li::after {
    top: 2px;
  }
  .l-header__menu li:first-child a {
    padding: 0 25px;
  }
}
@media all and (max-width: 959px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .full-width {
    width: 100%;
  }

  .full-max-width {
    max-width: 100%;
  }

  body {
    font-size: 14px;
  }

  .u-flex {
    display: block;
  }

  .l-container {
			width: auto;
    max-width: 90%;
  }

  .menubt {
    z-index: 3;
    width: 42px;
    height: 42px;
    display: block;
    right: 10px;
    top: 14px;
    position: absolute;
    background: #77BEED;
  }
  .menubt span {
    width: 25px;
    height: 2px;
    display: block;
    background: #fff;
    border-radius: 0;
    position: absolute;
    right: 8px;
    top: 20px;
    transition: all 0.4s;
    transform: rotate(0deg);
  }
  .menubt .top {
    -webkit-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    transform: translateY(-250%);
  }
  .menubt .bottom {
    -webkit-transform: translateY(250%);
    -ms-transform: translateY(250%);
    transform: translateY(250%);
  }
  .menubt .menuclick1 {
    transform: rotate(-215deg);
  }
  .menubt .menuclick2 {
    background-color: rgba(255, 255, 255, 0);
  }
  .menubt .menuclick3 {
    transform: rotate(215deg);
  }

  .l-header__logo {
    margin: 14px 14px 7px 10px;
  }
  .l-header__logo img {
    width: 45px;
  }
  .l-header__logo-text {
    margin-left: 6px;
  }
  .l-header__logo-heading-sub {
    font-size: 19px;
  }
  .l-header__logo-heading-main {
    font-size: 38px;
  }
  .l-header__logo-intro {
    font-size: 8px;
  }

  nav {
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: none;
    background-color: rgba(183, 30, 66, 0.8);
  }
  nav .l-header__lang li, nav .l-header__menu li {
    border-top: 1px solid #fff;
				width: 100%;
  }
		.l-header__menu li {
			width: 100% !important;
		}
		
  nav .l-header__lang li a, nav .l-header__menu li a {
    margin: 0;
    padding: 0 20px;
    color: #fff;
    font-size: 18px;
	padding-left: 50px;
	line-height: 50px;
  }
  
  .l-header__lang li a::after {
	left: 20px;
	top: 0;
  }
  nav .l-header__menu {
    background-color: transparent;
    height: auto;
  }
  nav .l-header__menu:first-child a {
    padding: 0 20px;
  }
		.l-header__menu li::after {
			background-color: transparent;
		}
		.l-header__lang li {
			margin-bottom: 0;
		}
  nav .l-header__lang {
    margin: 0;
  }
  .p-heading {
    font-size: 22px;
				font-weight: 600;
    padding: 0 36px 5px 36px;
  }

  .p-list-category {
    text-align: center;
  }
  .p-list-category__link  {
	width: auto;
  }
  .p-list-category__item {
	width: auto;
    margin-bottom: 39px;
  }
  .p-list-category__item img {
    width: auto;
    max-height: inherit;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .p-list-category__link img {
	width: auto!important;
  }
  .p-list-category__desc {
    width: 100%;
    margin-left: 0;
    text-align: left;
  }

  .p-banner-page {
    height: 80px;
  }
		
		.p-banner-page::after {
			height: 80px;
		}
  .p-banner-page h2 {
    font-size: 20px;
  }

  .p-table th, .p-table td {
    padding: 5px 2px 5px 2px;
    font-size: 20px;
  }

  .l-breadcrumbs__inner {
    padding: 8px 2.1%;
  }

  .content-page {
    padding: 24px 0;
  }

  .l-footer {
    padding: 0 0 1px;
				font-weight: 400;
  }
  .l-footer__title {
    margin-bottom: 16px;
  }
  .l-footer__address {
    margin-top: 30px;
  }
  .l-footer__address address:first-child {
    margin-bottom: 16px;
  }
  
  .topicsCat {
  margin-top: 20px;
  }

		
  /*--------------------------------------------------------------------------------------------
    common
  --------------------------------------------------------------------------------------------*/
		.l-header__logo-heading {
			margin: 4px 0 0;
		}
		
		.l-header__logo-heading-sub {
			font-size: 14px;
			margin-left: -1px;
		}
		
		.l-header__logo-heading-main {
			font-size: 20px;
		}
		
		.l-header__logo img {
			width: 34px;
		}
		
		.l-header__logo-intro {
			margin: 25px 0 0 -10px;
			line-height: 1;
		}
		
		.l-breadcrumbs__inner {
			padding: 0 8px;
		}
		
		.l-breadcrumbs__inner li {
			font-size: 12px;
		}
		
		.btn a {
			width: 80%;
		}
		
		#second img {
			max-width: 100%;
			height: auto;
		}
		
  /*--------------------------------------------------------------------------------------------
    index
  --------------------------------------------------------------------------------------------*/
  .content-top {
    margin-bottom: 30px;
  }
  .content-top__item {
    margin-top: 50px;
    padding: 0;
  }
  .content-top .p-list-category--top {
    margin-top: 26px;
    text-align: center;
  }

  .subject {
    margin-bottom: 0;
  }
  .subject__item {
    margin-bottom: 83px;
  }
  .subject__title {
    margin-bottom: 30px;
    font-size: 24px;
  }
		
		.topics:before {
	 position: absolute;
	 top: -40px;
	 right: 0;
	 width: 100px;
	 height: 75px;
	 content: "";
		background-image: url(../image/back-01.png);
		background-size: 100px;
 }
	
 #full-carousel li {
		display: block !important;
	}
	
	#full-carousel li a img {
		/*width: auto !important;
		height: 200px !important;*/
		width: 300px !important;
		max-width: 100% !important;
		margin: 0 10px !important;
	}
	
 .topicsList {
		flex-wrap: wrap;
	}
	
.topicsList a {
	width: 48%;
	margin: 0 1% 30px;
}

.topicsList div img {
	max-width: 100%;
}

.topicsAllBtn {
	width: 80%;
}

.p-heading {
	line-height: 1.3;
}

.minasan:before {
	position: absolute;
	top: -80px;
	left: 0;
	content: "";
	width: 100px;
	height: 55px;
	background: url(../image/back-02.png) no-repeat;
	background-size: 100px;
}

.content-top .p-list-category--top {
	display: block;
}

.content-top .p-list-category--top li {
	width: 100%;
	margin: 0 0 30px;
}

.p-list-category__link img {
	width: 240px !important;
	height: auto;
	display: block;
	margin: 0 auto 8px;
}

.p-list-category__desc p:nth-child(1) {
	text-align: center;
}

.kouryuu:before {
	position: absolute;
	top: -80px;
	right: 0;
	content: "";
	width: 100px;
	height: 65px;
	background: url(../image/back-03.png) no-repeat;
	background-size: 100px;
}

/*--------------------------------------------------------------------------------------------
    for
--------------------------------------------------------------------------------------------*/
.fosList {
	display: block;
	padding: 60px 0 0;
}

.fosList li {
	width: 90%;
	margin: 0 auto 50px;
}

.bunya {
	font-size: 20px;
	padding: 4px 0;
}

.bunya img {
	width: 30px;
	height: 30px;
	vertical-align: -7px;
}

.subject__title {
	font-size: 20px;
}

.p-table {
	margin: 0 0 20px;
}

.p-table th, .p-table td {
	font-size: 12px;
}

.subject__item {
	margin-bottom: 40px;
}

/*--------------------------------------------------------------------------------------------
    exam
--------------------------------------------------------------------------------------------*/
.examList {
	display: block;
}

.examList li,
.examList li:nth-of-type(1) {
	width: 100%;
	margin: 0 0 10px;
}

#second .menus {
	display: block;
}

#second .menus li {
	width: 100%;
	margin: 0 0 16px;
}

/*--------------------------------------------------------------------------------------------
    exchange
--------------------------------------------------------------------------------------------*/
.exchangeMenu div {
	margin: 0 10px -40px;
}

.exchangeMenu div h3 {
 margin:	-52px 0 20px 0 !important
}

/*--------------------------------------------------------------------------------------------
    pamphlet
--------------------------------------------------------------------------------------------*/
#second.pamphlet  {
	margin-top: -40px;
}

#second.pamphlet ul {
	display: block;
	margin: 0;
}

#second.pamphlet ul li,
#second.pamphlet ul li:nth-child(3n-1) {
	width: 100%;
	margin: 0 0 16px;
}

/*--------------------------------------------------------------------------------------------
    topics
--------------------------------------------------------------------------------------------*/
.topicsList2 {
align-items: start;
}
.topicsList2 div:nth-of-type(2) p {
margin-bottom: 8px !important;
}


}

/*# sourceMappingURL=mobile.css.map */
