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

   object
         - index
         - field_of_study
									- topics
									- exam


--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------*/
.content-top {
  margin-bottom: 45px;
}

.topics {
	position: relative;
}

.topics:before {
	position: absolute;
	top: -90px;
	right: -160px;
	width: 200px;
	height: 150px;
	content: "";
		background-image: url(../image/back-01.png);
		background-size: 200px;
}

.content-top__item {
  margin-top: 60px;
  text-align: center;
  /*padding: 0 57px;*/
}
.content-top .p-list-category--top {
  margin: 40px 0 100px;
  text-align: left;
		display: flex;
		justify-content: center;
}

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

.content-top .p-list-category__item a:hover img {
	opacity: .7;
 transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
}

.content-page {
  /*padding: 40px 0;*/
}

.subject {
  margin-bottom: 100px;
}
.subject__item {
  margin-bottom: 80px;
  text-align: center;
}

.subject__title {
  margin-bottom: 30px;
  font-size: 28px;
  color: #E1AB1E;
		position: relative;
		padding: 18px 8px 14px;
		text-align: center;
		border-bottom: 3px solid #EDCE77;
}

.subject__title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #EDCE77, #EDCE77 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #EDCE77, #EDCE77 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.subject__title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #EDCE77;
}

#full-carousel li a img {
	width: 600px !important;
}

.minasan {
	position: relative;
}

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

.kouryuu {
	position: relative;
}

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


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


/*--------------------------------------------------------------------------------------------
  field_of_study
--------------------------------------------------------------------------------------------*/
.field_of_studyTitle {
	margin: 0;
	font-weight: bold;
	font-size: 18px;
}

.field_of_studyTitle a {
	display: block;
	padding: 6px 6px 6px 48px;
	background-color: #EDF8C9;
}

.field_of_studyTitle a:hover {
	background-color: #D1ED77;
}


.fosList {
	display: flex;
	flex-wrap: wrap;
	padding: 60px 0 0;
}

.fosList li {
	width: 44%;
	margin: 0 3% 50px;
	border-bottom: 1px dotted #CCC;
	border-left: 1px dotted #CCC;
	border-right: 1px dotted #CCC;
	position: relative;
}

.fosList li p:nth-of-type(2){
	padding: 20px;
}

.fosList li:before {
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	top: -24px;
	left: -30px;
	z-index: 2;
	animation: fuwafuwa 2s infinite ease-in-out .5s alternate;
	transition: 1s ease-in-out;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
.fosList li:nth-of-type(1):before {
	background: url(../image/icon-01.png) no-repeat 0 0;
	background-size: 60px;
}

.fosList li:nth-of-type(2):before {
	background: url(../image/icon-02.png) no-repeat 0 0;
	background-size: 60px;
}

.fosList li:nth-of-type(3):before {
	background: url(../image/icon-03.png) no-repeat 0 0;
	background-size: 60px;
}

.fosList li:nth-of-type(4):before {
	background: url(../image/icon-04.png) no-repeat 0 0;
	background-size: 60px;
}

.fosList li:nth-of-type(5):before {
	background: url(../image/icon-05.png) no-repeat 0 0;
	background-size: 60px;
}

.fosList li:nth-of-type(6):before {
	background: url(../image/icon-06.png) no-repeat 0 0;
	background-size: 60px;
}

.fosList li:nth-of-type(7):before {
	background: url(../image/icon-07.png) no-repeat 0 0;
	background-size: 60px;
}

.fosList li:nth-of-type(8):before {
	background: url(../image/icon-08.png) no-repeat 0 0;
	background-size: 60px;
}

.fosList li:nth-of-type(9):before {
	background: url(../image/icon-09.png) no-repeat 0 0;
	background-size: 60px;
}

.bunya {
	margin: 0 0 30px !important;
	font-size: 28px;
	font-weight: 700;
	background-color: #EDF8C9;
	border-radius: 16px;
}

.bunya img {
	vertical-align: -18px;
	margin-right: 8px;
}

.bunyaBox {
	background: url(../image/back.png) repeat-y center 0;
}

/*--------------------------------------------------------------------------------------------
  topics
--------------------------------------------------------------------------------------------*/
.topicsList {
	width: 100%;
	margin: 40px 0 40px;
	display: flex;
	justify-content: center;
}

.topicsList a {
	width: 23%;
	margin: 0 1%;
	padding: 8px 0;
	text-align: left;
	text-decoration: none;
	line-height: 1.2;
}

.topicsList a:hover {
	background-color: #EBF5FC;
}

.topicsList div img {
	max-width: 200px;
	height: auto;
	display: block;
	margin: 0 auto 6px;
	border-radius: 4px;
}

.topicsList div p.date {
	color: #999;
	margin-bottom: 4px;
	font-size: 14px;
}

.topicsAllBtn {
	width: 300px;
	margin: 0 auto 100px;
}

.topicsAllBtn a {
	position: relative;
	display: block;
	padding: 12px 8px;
	border: 2px solid #77D1ED;
	background-color: #E4F6FB;
	border-radius: 8px;
	text-decoration: none;
	color: #000;
}

.topicsAllBtn a:before {
	position: absolute;
	top: calc( 50% - 4px);
	right: 24px;
	width: 30px;
 height: 6px;
	content: "";
 border-bottom: 2px solid #77D1ED;
 border-right: 2px solid #77D1ED;
 transform: skew(45deg);
	transition: all .3s;
}

.topicsAllBtn a:hover {
	background-color: #77D1ED;
	color: #FFF;
}

.topicsAllBtn a:hover:before {
	right: 12px;
	border-color: #FFF;
}

.topicsList2Box {
	margin: 0 0 40px;
}

.topicsList2Box a {
	display: block !important;
	text-decoration: none !important;
	border-bottom: 1px dotted #CCC;
	color: #000 !important;
}

.topicsList2Box a:hover {
	background-color: #F3F2F1;
}

.topicsList2 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}

.topicsList2 div:nth-of-type(1) {
	width: 20%;
}

.topicsList2 div:nth-of-type(1) img {
	max-width: 100%;
	height: auto;
}

.topicsList2 div:nth-of-type(2) {
	width: 78%;
}

.topicsList2 div:nth-of-type(2) p {
	margin: 0 !important;
}


/*.topicsList ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}

.topicsList ul li {
	margin: 0 0 10px;
	border-bottom: 1px dashed #CCC;
}

.topicsList ul li a {
	display: block !important;
	padding: 16px 8px 8px !important;
	color: #000 !important;
	text-decoration: none !important;
}

.topicsList ul li a:hover {
	background-color: #F3E7E9;
}

.topicsList ul li span {
	display: block;
}

#second .topicsDetail h3 {
	position: relative;
	margin: 0 0 30px;
	padding: 12px 8px 8px;
}
*/

/*#second .topicsDetail h3:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  border-top: 2px solid #B71E42;
  background-image: -webkit-repeating-linear-gradient(135deg, #B71E42, #B71E42 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #B71E42, #B71E42 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
*/

#second .topicsDetail {
	margin: 0 0 40px;
}


/*--------------------------------------------------------------------------------------------
  exam
--------------------------------------------------------------------------------------------*/
.examList {
	margin: 0 0 40px;
	display: flex;
	justify-content: left;
}

.examList li {
	margin: 0 2% 20px;
	width: 30%;
}

.examList li:nth-of-type(1) {
	margin: 0 2% 20px 0;
}

.examList li img {
	max-width: 100%;
	border: 1px solid #CCC;
}


/*--------------------------------------------------------------------------------------------
  exchange
--------------------------------------------------------------------------------------------*/
.exchangeMenu {
	display: flex;
	justify-content: center;
}

.exchangeMenu div {
	margin: 0 20px;
}

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

.exchangeMenu div a:hover img {
	opacity: 0.8;
}

.exchangeMenu div img {
	max-width: 100%;
	height: auto;
}

.photoList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-top: 1px dashed #CCC;
	padding: 40px 0 0;
}

.photoList li {
	width: 30%;
	margin: 0 1% 30px;
}

.photoList li img {
	max-width: 100%;
}



/*kyoutei--------------------------------------------------*/
.kyouteiTb {
	width: 100%;
	margin: 0 0 60px;
}

.kyouteiTb tr:nth-of-type(2n-1) {
	background-color: #F3F2F1;
}

.kyouteiTb th {
	border: 1px solid #CCC;
	background-color: #B71E42;
	padding: 12px 8px;
	color: #FFF;
}

.kyouteiTb th:nth-child(1) {
	width: 26%;
}

.kyouteiTb th:nth-child(2) {
	width: 62%;
}

.kyouteiTb th:nth-child(3) {
	width: 12%;
}

.kyouteiTb td {
	border: 1px solid #CCC;
	padding: 12px 8px;
}

/*benron--------------------------------------------------*/
.prize {
	margin: 0 20px;
	display: flex;
	flex-wrap: wrap;
}

.prize dt {
	position: relative;
	width: 20%;
	padding: 8px 8px 8px 20px;
	border-bottom: 1px solid #CCC;
}

.prize dt:before {
	position: absolute;
	width: 8px;
	height: 2px;
	top: 50%;
	left: 4px;
	content: "";
	background-color: #1DB847;
}

.prize dd {
	width: 80%;
	padding: 8px;
	border-bottom: 1px solid #CCC;
}


/*--------------------------------------------------------------------------------------------
  agent
--------------------------------------------------------------------------------------------*/
.agentTopic {
	margin: 0 0 40px !important;
	padding: 0;
	list-style: none;	
}

.agentTopic li {
	margin: 0 0 10px;
	border-bottom: 1px dashed #CCC;
}

.agentTopic li a {
	display: block !important;
	padding: 16px 8px 8px !important;
	color: #000 !important;
	text-decoration: none !important;
}

.agentTopic li a:hover {
	background-color: #F3E7E9;
}

.agentTopic li span {
	display: block;
}

/*link*/
#second .linkList ul {
	margin: 0 0 40px;
}

#second .linkList ul li {
	border-bottom: 1px dotted #CCC;
}

#second .linkList ul li a {
	display: block;
	padding: 6px 8px;
	text-decoration: none;
	color: #000;
}

#second .linkList ul li a:hover {
	background-color: #F8F1F2;
}

.linkList .lists {
	margin: 0 0 40px;
	display: flex;
	justify-content: center;
}

.linkList .lists .box {
	width: 31%;
	margin: 0 1%;
}


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

#second.pamphlet ul {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	display: flex;
}

#second.pamphlet ul li {
	margin: 0 0 20px;
	padding: 0;
	width: 32%;
}

#second.pamphlet ul li:nth-child(3n-1) {
	margin: 0 2% 20px;
}

#second.pamphlet ul li a {
	position: relative;
	display: block;
	padding: 12px 8px;
	border: 2px solid #77D1ED;
	text-decoration: none;
	background-color: #FFF;
	border-radius: 8px;
	color: #000;
}

#second.pamphlet ul li a:before {
	position: absolute;
	top: calc( 50% - 4px);
	right: 24px;
	width: 30px;
 height: 6px;
	content: "";
 border-bottom: 2px solid #77D1ED;
 border-right: 2px solid #77D1ED;
 transform: skew(45deg);
	transition: all .3s;
}

#second.pamphlet li a:hover {
	background-color: #77D1ED;
	color: #FFF;
}

#second.pamphlet li a:hover:before {
	right: 12px;
	border-color: #FFF;
}







