@charset "utf-8";
/*-------------------------------------------------*/
/*(C) A.C.Planet Inc. All rights reserved.*/
/*--------------------------------------------------*/

/*下層大枠
----------------------------------------*/

#kasou-2colcont{
	display: flex;
    justify-content: space-between;
    gap: 60px;
}
#contentscontainer{
	margin-top: 60px;
	margin-bottom: 80px;
}
#rightcontents{
	flex: 1;
    min-width: 0;
}
#leftcontents{
	margin-top: 60px;
	margin-bottom: 80px;
	min-width: 200px;
	width: 200px;
	border-left: 1px solid var(--sub-color03);
}

/*　PCサイズで内側のcontainer幅を削除　*/
@media screen and (min-width: 1200px){
	#contentscontainer.container,
	#leftcontents > .container{
		max-width: none;
		padding-right: 0;
		padding-left: 0;
		margin-right: 0;
		margin-left: 0;
	}
}
/*　PCサイズで内側のcontainer幅を削除　end　*/

@media screen and (max-width: 1199px){
	#kasou-2colcont{
		flex-direction: column;
	}
	#kasou-2colcont.container{
		max-width: none;
		padding-right: 0;
		padding-left: 0;
		margin-right: 0;
		margin-left: 0;
	}
	#leftcontents{
		width: 100%;
		background: var(--bg-color01);
		margin: 0;
		padding: 30px 0;
		border-left:unset;
	}
}

@media screen and (max-width: 767px){
#contentscontainer{
	margin-top: 40px;
	margin-bottom: 40px;
}
}

/*下層メインビジュアル
----------------------------------------*/

.mv-kasou{
	height: 255px;
}
.mv-kasou-bg-other{
	background: url("/asset/imgs/kasou/kasou_mv_bg_other.jpg") center / cover no-repeat;
}
.mv-kasou-bg-intro{
	background: url("/asset/imgs/kasou/kasou_mv_bg_intro.jpg") center / cover no-repeat;
}
.mv-kasou-bg-edu{
	background: url("/asset/imgs/kasou/kasou_mv_bg_edu.jpg") center / cover no-repeat;
}
.mv-kasou-bg-exam{
	background: url("/asset/imgs/kasou/kasou_mv_bg_exam.jpg") center / cover no-repeat;
}
.mv-kasou-bg-campus{
	background: url("/asset/imgs/kasou/kasou_mv_bg_campus.jpg") center / cover no-repeat;
}
.mv-kasou-bg-center{
	background: url("/asset/imgs/kasou/kasou_mv_bg_center.jpg") center / cover no-repeat;
}
.mv-kasou-bg-renkei{
	background: url("/asset/imgs/kasou/kasou_mv_bg_renkei.jpg") center / cover no-repeat;
}

@media screen and (max-width: 991px){
	.mv-kasou{
		height: 200px;
	}
}

/*パンナビ
----------------------------------------*/

#pannavi ul{
	display: flex;
    justify-content: flex-end;
	flex-wrap: wrap;
}
#pannavi ul li{
	font-size: 0.875rem;
	padding-left: 28px;
	margin-left: 20px;
	position: relative;
}
#pannavi ul li::before{
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-top: 1px solid var(--sub-color03);
	border-right: 1px solid var(--sub-color03);
	transform: rotate(45deg);
	position: absolute;
	top: 11px;
	left: 0;
}
#pannavi ul li:first-child{
	padding-left: 0;
	margin-left: 0;
}
#pannavi ul li:first-child::before{
	display: none;
}
#pannavi ul li a{
	color: #333;
    text-decoration: none;
}

@media (hover: hover) {
	#pannavi ul li a:hover{
		color: var(--main-color);
		text-decoration: underline;
	}
}

@media screen and (max-width: 991px){
	#pannavi ul{
		justify-content: flex-start;
	}
	#pannavi ul li{
		padding-left: 15px;
    	margin-left: 0;
    	margin-right: 8px;
	}
}

@media screen and (max-width: 767px){
	#pannavi ul li::before{
		top: 9px;
	}
}

/*サブメニュー
----------------------------------------*/
.submenu{
	margin-top: 0;
}
.submenu-menu{
	color: var(--sub-color02);
	font-weight: bold;
	padding: 0 0 0 20px;
	margin: 15px 0 5px;
	position: relative;
}
@media screen and (max-width: 991px){
	.submenu-menu{
		cursor:pointer;
	}
}
.submenu li:first-child .submenu-menu{
	margin-top: 0;
}
.submenu-menu::before{
	content: '';
	display: block;
	width: 10px;
	height: 20px;
	background: var(--sub-color03);
	border-radius: 0 100% 100% 0 / 50%;
	position: absolute;
	top: 3px;
	left: 0;
}
.submenu-link{
	display: none;
}
.submenu-link > ul{
	margin-top: 0;
}
@media screen and (min-width: 1200px){
	.submenu-link{
		display: block;
	}
}
.submenu-link > ul > li{
	margin-bottom: 0;
}
.submenu-link > ul > li a{
	display: block;
    font-size: 0.875rem;
    color: #333;
    text-decoration: none;
    margin-left: 30px;
    padding: 5px 18px 5px 0;
    border-bottom: 1px solid var(--sub-color04);
    position: relative;
	transition: all .3s ease;
}
.submenu-link > ul > li a::after{
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-top: 1px solid var(--main-color);
	border-right: 1px solid var(--main-color);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5px;
	margin: auto 0;
	transition: all .3s ease;
}

@media (hover: hover) {
	.submenu-link > ul > li a:hover{
		color: var(--main-color);
	}
	.submenu-link > ul > li a:hover::after{
		right: 0;
	}
}

@media screen and (max-width: 1199px){
	.submenu-menu{
		display: inline-block;
		padding: 0 30px 0 0;
	}
	.submenu-menu::before{
		width: 20px;
    	background: #fff;
    	border: 1px solid var(--sub-color02);
    	border-radius: 50%;
    	left: auto;
    	right: 0;
		top: 0;
		bottom: 0;
		margin: auto 0;
	}
	.submenu-menu span::before,
	.submenu-menu span::after{
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: var(--sub-color02);
    border-radius: 2px;
    position: absolute;
	z-index: 2;
	}
	.submenu-menu span::before{
    top: 0;
	bottom: 0;
    right: 5px;
	margin: auto 0;
	opacity: 1;
	transition: all .3s ease;
	}
	.submenu-menu span::after{
	transform: rotate(90deg);
    top: 0;
	bottom: 0;
    right: 5px;
	margin: auto 0;
	transition: all .3s ease;
	}
	.submenu-menu.open span::before{
		opacity: 0;
		transition: all .3s ease;
	}
	.submenu-menu.open span::after{
	transform: rotate(0);
	transition: all .3s ease;
	}
	.submenu-link > ul > li a{
		margin-left: 0;
	}
	/*.submenu-link > ul{
		display: flex;
		flex-wrap: wrap;
	}
	.submenu-link > ul > li{
		width: 50%;
	}
	.submenu-link > ul > li a:nth-child(even){
    margin-left: 30px;
	}*/
}


/*扉ページ
----------------------------------------*/

/*　ピックアップボックス　*/

.index-pickup{
	margin-top: 80px;
	margin-bottom: 80px;
}
.index-box01,
.index-box03{
	padding: 30px 60px;
	background: url("/asset/imgs/kasou/sample-img.jpg") center / cover no-repeat;
}
.index-box02 > div,
.index-box04 > div{
	display: flex;
	justify-content: space-between;
	margin: 60px auto;
}

.index-box-item{
	width: 59%;
	padding: 20px 50px 20px;
	border-radius: 20px;
	background: #fff;
}
.index-box03 .index-box-item{
	margin-left: 40%;
}
.index-box04 .index-box-item{
	order: 1;
}
.index-box-item h2{
	margin: 0 0 20px 0;
    padding: 0 0 20px;
    font-size: 1.87rem;
	position: relative;
}
.index-box-item h2::before{
	display: none;
}
.index-box-item h2::after{
	content: '';
	display: block;
	width: 55px;
	height: 5px;
	background: var(--bg-grad02);
	border-radius: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.index-box-btn{
	text-align: right;
}
.index-box-btn a{
	display: inline-block;
	padding: 5px 40px 5px 0;
	text-decoration: none;
	position: relative;
}
.index-box-btn a::before{
	content: '';
	display: block;
	width: calc(100% - 10px);
	height: 1px;
	background: var(--sub-color02);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .3s ease;
}
.index-box-btn a::after{
	content: '';
	display: block;
	width: 13px;
	height: 1px;
	background: var(--sub-color02);
	transform: rotate(40deg);
	position: absolute;
	bottom: 5px;
	right: 10px;
	transition: all .3s ease;
}
.index-box-img{
	width: 41%;
}
.index-box04 .index-box-img{
	order: 2;
}
.index-box-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 20px;
}

@media (hover: hover) {
	.index-box-btn a:hover::before{
		width: 100%;
	}
	.index-box-btn a:hover::after{
		right: 0;
	}
}

/*　PCサイズで内側のcontainer幅を削除　*/
@media screen and (min-width: 768px){
.index-box01 > .container,
.index-box02 > .container,
.index-box03 > .container,
.index-box04 > .container{
	max-width: none;
	padding-right: 0;
	padding-left: 0;
	margin-right: 0;
	margin-left: 0;
}
}
/*　PCサイズで内側のcontainer幅を削除　end　*/

@media screen and (max-width: 767px){
	.index-pickup{
		margin-top: 60px;
		margin-bottom: 0;
	}
	.index-pickup.container{
		max-width: none;
		padding-right: 0;
		padding-left: 0;
		margin-right: 0;
		margin-left: 0;
	}
	.index-box01,
	.index-box03{
		padding: 60px 0;
	}
	.index-box-item{
		width: 100%;
	}
	.index-box04 .index-box-item{
		order: 2;
	}
	.index-box03 .index-box-item{
		margin: 0;
	}
	.index-box-item h2{
		font-size: 1.56rem;
		padding: 0 0 15px;
	}
	.index-box02 > div,
	.index-box04 > div{
		margin: 40px auto;
		flex-direction: column;
	}
	.index-box02 > div > .index-box-item,
	.index-box04 > div > .index-box-item{
		padding: 20px 0 0;
	}
	.index-box-img{
		width: 100%;
    	height: 200px;
	}
	.index-box04 .index-box-img{
		order: 1;
	}
	
}

/*　下部リンク　*/

.index-linkbox{
	background: var(--bg-color01);
	margin-top: 80px;
	padding: 5px 0 60px;;
}
.index-linkbox h2{
	font-size: 1.87rem;
	margin: 55px 0 25px;
}

.index-linkbox ul{
	padding: 30px;
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	gap: 30px;
}
.index-linkbox ul li{
	position: relative;
	width: 31%;
}
.index-linkbox ul li::before{
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: var(--bg-color01);
	border-radius: 50%;
	position: absolute;
	top: -2px;
	left: 0;
	transition: all .3s ease;
}
.index-linkbox ul li a{
	display: inline-block;
	color: #333;
	text-decoration: none;
	padding-left: 45px;
	position: relative;
}
.index-linkbox ul li a::before{
	content: '';
	display: block;
	width: 13px;
	height: 1px;
	background: var(--sub-color02);
	position: absolute;
	top: 13px;
	left: 9px;
	transition: all .3s ease;
}
.index-linkbox ul li a::after{
	content: '';
	display: block;
	width: 7px;
	height: 1px;
	background: var(--sub-color02);
	transform: rotate(40deg);
	position: absolute;
	top: 11px;
	left: 16px; 
	transition: all .3s ease;
}

@media (hover: hover) {
	.index-linkbox ul li:has(> a:hover )::before{
		left: 5px;
		}
	.index-linkbox ul li a:hover{
		text-decoration: underline;
	}
	.index-linkbox ul li a:hover::before{
		left: 14px;
	}
	.index-linkbox ul li a:hover::after{
		left: 21px; 
	}
}

@media screen and (max-width: 991px){
	.index-linkbox ul li{
		width: 47%;
	}
}

@media screen and (max-width: 767px){
	.index-linkbox h2{
		margin: 45px 0 20px;
		font-size: 1.56rem;
	}
	.index-linkbox ul{
		padding: 20px;
    	flex-direction: column;
	}
	.index-linkbox ul li{
		width: 100%;
	}
	
}

/*亚洲通网址网_亚洲通官方网站
----------------------------------------*/

.nt-pageonly,
.nt-detail-date{
	margin: 10px 0;
}
#print-banner{
	margin: 0 0 15px 20px;
}

@media screen and (max-width: 991px){
	#print-banner{
		margin: 0 0 15px 0;
	}
}

/*受験生応援ページ　学内施設紹介
----------------------------------------*/
.campusphoto{
	margin-top: 30px;
}
.campusphoto:first-child{
	margin-top: 0;
}
.campusphoto h2{
	margin: 0 0 15px 0;
    padding: 0;
	font-size: 1.75rem;
}
.campusphoto h2::before{
	display: none;
}


/*訪問者別メニュー
----------------------------------------*/
.guest-box dl{
	border: 0;
    padding: 20px 30px;
    background: var(--bg-color01);
    border-radius: 20px;
	margin-bottom: 15px;
}
.guest-box dl dt a{
	display: block;
	padding-left: 30px;
	position: relative;
}
.guest-box dl dt a::before{
	content: '';
	display: block;
	width: 23px;
	height: 23px;
	background: var(--bg-grad02);
	border-radius: 50%;
	position: absolute;
	top: 1px;
	left: 0;
	transition: all .3s ease;
}
.guest-box dl dt a::after{
	content: '';
	display: block;
	width: 12px;
	height: 12px;
    background: url(/asset/imgs/kasou/arrow01.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 5px;
	left: 6px;
	transition: all .3s ease;
}
.guest-box dl dd{
	margin-bottom: 0;
    margin-top: 10px;
}

@media (hover: hover) {
	.guest-box dl dt a:hover::before{
		left: 5px;
	}
	.guest-box dl dt a:hover::after{
		left: 11px;
	}
}

@media screen and (max-width: 767px){
	.guest-box dl dt a{
		padding-left: 27px;
	}
	.guest-box dl dt a::before{
		width: 18px;
    	height: 18px;
		top: 2px;
	}
	.guest-box dl dt a::after{
		width: 8px;
		height: 8px:
		top: 6px;
    	left: 5px;
	}
	@media (hover: hover) {
		.guest-box dl dt a:hover::after{
			left: 10px;
		}
	}
}


/* /css/kasou_wide.css から移行 */
/*受験生応援ページ各扉ページ リスト一覧
----------------------------------------*/
.cheer-box:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.cheer-box {
    display: inline-table;
    min-height: 1%;
    border: 1px solid #8EC5F0;
    padding: 15px;
    margin-top: 20px;
}
/* Hides from IE-mac \*/
* html .cheer-box {
    height: 1%;
}
.cheer-box {
    display: block;
}
/* Hides from IE-mac */


.cheer-box ul {
    margin: 0!important;
}
.cheer-box ul li {
    border: none;
    margin: 0px;
    /*background-image: url(/imgs/common/ic_linklist.gif);
    background-repeat: no-repeat;
    background-position: 0 0.3em;
    padding: 1px 5px 1px 16px;
    width: 235px;
    float: left;*/
}
.cheer-box ul.list-one li {
    float: none;
    width: auto;
}
/*受験生の方 Q&A
------------------------------------------------*/
/*ClearFix*/
#tab-list:after, .tab-list:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#tab-list, .tab-list {
    display: inline-table;
    min-height: 1%;
}
/* Hides from IE-mac \*/
* html #tab-list, * html .tab-list {
    height: 1%;
}
#tab-list, .tab-list {
    display: block;
    margin: 20px 0 0;
    border-bottom: 1px solid #2674CA;
}
#tab-list li, .tab-list li {
    display: inline;
}
#tab-list li a, .tab-list li a {
    display: block;
    float: left;
    width: auto;
    margin-right: 6px;
    background-color: #DFDFDF;
    background-position: -134px 0;
    text-align: center;
    padding: 11px 2px 10px;
    color: #666;
    text-decoration: none;
    font-weight: bold;
}
#tab-list li a.tab-default, #tab-list li a.tab-on, #tab-list li a:hover, .tab-list li a.tab-default, .tab-list li a.tab-on, .tab-list li a:hover {
    background-position: 0 0;
    background-color: #000094;
    color: #FFF;
}
/*20240917 150周年関連修正*/
.tab-container [class*="tab-content"] {
    padding-top: 1em;
}
/*前のページ　次のページ
------------------------------------------------*/
.pagebute {
    margin: 20px 0!important;
    text-align: center;
}
.pagebute:not(.link_page){
	/*display:none;*/
}
/*サイト内検索結果
------------------------------------------------*/
#searchresult table, #searchresult table td {
    border: none;
}
/*ページ番号*/
#searchresult .gsc-cursor-box {
    text-align: center;
}
/*受講の案内*/
.juko_l {
    width: 48%;
    float: left;
}
.juko_r {
    width: 48%;
    float: right;
}
.dl-juko-l, .dl-juko-l2 {
    width: 48%;
    float: left;
    border: 1px solid #5C78BB;
}
.dl-juko-r {
    width: 48%;
    float: right;
    border: 1px solid #000577;
}
.dl-juko-l dt, .dl-juko-l2 dt {
    padding: 5px;
    font-weight: bold;
    color: #ffffff;
    background: #5C78BB;
}
.dl-juko-r dt {
    padding: 5px;
    font-weight: bold;
    color: #000577;
    background: #D9D9F4;
}
.dl-juko-l dd {
    padding: 5px;
    background-color: #F4F6FA;
}
.dl-juko-l2 dd {
    padding: 5px;
}
.dl-juko-r dd {
    padding: 5px;
}
.box_juko {
    background: #FAF0ED;
    border: 2px solid #F0988E;
    padding: 15px;
    margin: 20px 0;
    border-radius: 6px;
}
.text_juko_blue {
    color: #425787 !important;
}
/*pata-n 2*/
.dl-juko-flow {
    border: 1px solid #000577;
    margin: 15px 0;
}
.dl-juko-flow dt {
    padding: 5px;
    border-bottom: 1px dotted #000577;
    background: #D4ECF8;
    font-weight: bold;
    color: #040078;
}
.dl-juko-flow dd {
    padding: 5px;
}
/**/
.dl-box-kosyusystem dt, .dl-box-jukosya dt, .dl-box-aue dt {
    margin: 0;
    padding: 0;
    line-height: 1px;
    font-size: 1px;
}
.dl-box-kosyusystem dt img, .dl-box-jukosya dt img, .dl-box-aue dt img {
    display: inline;
}
.dl-box-kosyusystem dd {
    margin: 0;
    padding: 0px 10px 10px;
}
.dl-box-jukosya dd, .dl-box-aue dd {
    margin: 0;
    padding: 5px 10px 15px;
}
.dl-box-kosyusystem dd {
    border: 1px solid #B5384A;
    background: #FFF7F8;
}
.dl-box-aue dt {
    text-align: right;
}
.dl-box-aue dd {
    border: 1px solid #000098;
    background: #FFF;
}
.dl-box-jukosya dd {
    border: 1px solid #31859C;
    background: #FFF;
}
div.box {
    display: table;
}
div.left_box {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
div.right_box {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.wd70 {
    width: 70%;
}
.rel {
    position: relative;
}
.v-center {
    position: absolute;
    top: 50%;
}
.hover {
    /*background-image: url(/imgs/common/ti_h3_hover.gif);*/
}
/*採用情報
---------------------------------*/
.box_saiyo {
    background: #FFFBDF;
    border: 1px solid #FFDA77;
    padding: 15px;
    margin: 20px 0;
}
/*イベント情報
---------------------------------*/

#event-cat-list{
	display: flex;
}
#event-cat-list li a{
	display: block;
	height: 45px;
}
#event-cat-list li a img{
	height: 100%;
}
.event-archive-year{
	margin-top: 40px;
	border-top: 2px solid #333;
	padding: 20px 0 0;
	font-weight: bold;
}
#event-cat-list li a img {
    filter: alpha(opacity=60); /* IE7以下用 */
    -ms-filter: “alpha(opacity=60)”; /* IE8用 */
    opacity: 0.6; /* Firefox 1.5以上, Opera, Safari用 */
}
#event-cat-list li a:hover img {
    filter: alpha(opacity=90); /* IE7以下用 */
    -ms-filter: “alpha(opacity=90)”; /* IE8用 */
    opacity: 0.9; /* Firefox 1.5以上, Opera, Safari用 */
}
#event-cat-list li.on a img {
    filter: alpha(opacity=100); /* IE7以下用 */
    -ms-filter: “alpha(opacity=100)”; /* IE8用 */
    opacity: 1; /* Firefox 1.5以上, Opera, Safari用 */
}
/*月一覧*/
.selectmonth {
    margin: 10px 0 0 0;
	display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.selectmonth li a{
    display: block;
    padding: 2px 15px 5px;
    font-size: 1rem;
    text-decoration: none;
    color: #333;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all .3s ease;
}

@media (hover: hover) {
	.selectmonth li a:hover{
    	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
		background: var(--bg-color01);
	}
}

/*イベントカレンダー
------------------------*/
.event-table {
    border: 0;
    border-top: 1px dotted #CCC;
}
.event-table thead th {
    border: 0;
    border-left: 1px solid #FFF;
}
.event-table tbody th {
    border: 0;
    border-bottom: 1px dotted #CCC;
    width: 10%;
}
.event-table td {
    border: 0;
    border-bottom: 1px dotted #CCC;
    padding: 10px 7px 10px 7px;
    vertical-align: top;
}
.event-table td.event-icon {
    vertical-align: top;
    width: 76px;
    text-align: center;
    padding-top: 11px;
}
.event-table td.event-taisyo {
    background-color: #F0F0F0;
    width: 116px;
}
.event-detail-table {
    border: 0;
    border-top: 1px dotted #CCC;
}
.event-detail-table th {
    border: 0;
    width: 25%;
    text-align: left;
    padding: 5px;
    border-bottom: 1px dotted #CCC;
}
.event-detail-table td {
    border: 0;
    border-bottom: 1px dotted #CCC;
    padding: 10px 7px 10px 7px;
    vertical-align: top;
}
.entry-event table th {
    background: #CFF9CE;
}
.entry-exam table th {
    background: #FFD1A4;
}
.entry-kouza table th {
    background: #D9E2FF;
}
.event-kanren-box {
    border-bottom: 1px dotted #999;
    margin: 10px 0 30px;
    padding: 0 0 20px;
}
/*----- 位置設定 -----*/
.harf-l_new {
    float: left;
    width: 50%;
}
.harf-r_new {
    float: right;
    width: 50%;
}
/*----- 170410追加 使用箇所 /edu/gakubu/1st_school_experience_qa.html ----*/
.dl-list {
    margin: 0 0 20px;
}
.dl-list dt {
    font-weight: bold;
    font-size: 110%;
    padding: 0 0 5px;
    border-bottom: 1px solid #333;
}
.dl-list dd {
    padding: 5px 0 5px;
}
.dt-q-color {
    color: #0075c2;
}
.dd-a-color {
    font-weight: bold;
    font-size: 110%;
    color: #ee7800;
}

/*----- 2020.05.07追加 使用箇所 /intro/public/pamphlet.html ----*/
@media screen and (min-width:800px) {
.pc-wd400px {
    width: 400px;
}
}

@media screen and (max-width:400px) {
.pc-wd400px {
    width: 100%;
}
}
.expired-course {
    background: #ccc;
}
/*子育てに関するQ＆A
----------------------------------------*/
.ikuji_a {
    background-image: url(/asset/imgs/kasou/ic_a.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    padding: 0 0 10px 32px;
}
.ikuji_q p {
    background-image: url(/asset/imgs/kasou/ic_q.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 0 40px 0 32px;
    min-height: 26px;
}
/*2022/6/27　オープンキャンパスのご案内
----------------------------------------*/
.button_oc {
    text-align: center;
}
.button_oc a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px auto;
    padding: 1em;
    max-width: 450px;
    width: 100%;
    color: #fff;
    font-weight: 700;
    background-color: #FF7F00;
    box-shadow: 0 0 10px rgba(0 0 0 / .2);
    border-radius: 6px;
    transition: 0.3s;
    text-decoration: none;
    box-sizing: border-box;
}
.button_oc a::after {
    position: absolute;
    right: 16px;
    top: 20px;
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}
.button_oc a:hover {
    text-decoration: none;
    background-color: #FF9326;
    box-shadow: 0 0 10px rgba(0 0 0 / 0);
}

/*202207追加 クラブサークル画像用*/
@media screen and (max-width:530px) {
.sp_margin0 {
    margin: 0!important;
}
}
/*202208追加 子育てQ&A用*/
.ikuji_a_box {
    margin: 10px 0 0 10px;
    background-color: #eee;
    padding: 20px 15px 10px;
}
.ikuji_open {
    background-image: url(/asset/imgs/kasou/icon_open.png);
    background-repeat: no-repeat;
    background-position: right;
    margin-right: 8px;
}
.ikuji_close {
    background-image: url(/asset/imgs/kasou/icon_close.png);
    background-repeat: no-repeat;
    background-position: right;
    margin-right: 8px;
}
/*20231002追加 研究者情報用*/
.linklist-research {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}
.linklist-research li {
    width: 49%;
    margin-bottom: 16px;
    display: block;
    /*background-color: #eee;
    box-sizing: border-box;*/
}
.linklist-research li a {
    display: block;
    text-decoration: none;
    /*padding: 8px 16px 8px 20px;
    background-image: url(/imgs/common/ic_linklist.gif);
    background-repeat: no-repeat;
    background-position: 5px 0.8em;*/
}
/*.linklist-research > li::before{
    top: 9px;
}
.linklist-research > li::after {
	top:13px;
}*/

@media screen and (max-width: 767px) {
.linklist-research {
    display: block
}
.linklist-research li {
    width: 100%;
}
/*.linklist-research > li::before{
    top: 10px;
}
.linklist-research > li::after {
	top:14px;
}*/
}
/*20231022追加 愛知教育大学未来基金用*/
.kikinbtn {
    display: flex;
    /*-webkit-justify-content: space-between;
    justify-content: space-between;*/
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    line-height: 0;
    gap: 10px;
}
.kikinbtn li img {
    max-width: 100%;
}
.kikinbtn li {
    margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
.kikinbtn {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.kikinbtn li {
	width: 48%;
    text-align: center;
}
}
.kikinbtn_sub {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    line-height: 0;
    margin-top: 50px!important;
}
.kikinbtn_sub li img {
    max-width: 100%;
}
.kikinbtn_sub li {
    margin-bottom: 8px;
    padding: 8px;
}
/*150周年スライド*/
body.open-modal {
    overflow: hidden;
}
/*.photo-slider-wrapper::before{
	content: "クリックして拡大";
	text-align: center;
	display: block;
	font-size: 0.9em;
    padding-bottom: 0.5em;
}*/
.photo-slider-wrapper img {
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    /*height: auto !important*/
    height: 100%;
    object-fit: contain;
}
.photo-slider-container {
    padding: 0 10%;
    margin-bottom: 20px;
}
.photo-slider {
    max-width: 100%;
    margin-bottom: 1em;
}
.photo-slider-thumb {
    padding-bottom: 20px !important;
}
.swiper-slide-img {
    position: relative;
}
.photo-slider .swiper-slide-img {
    aspect-ratio: 3 / 2;
    text-align: center;
    width: 100%;
    height: auto;
}
.photo-slider .swiper-slide-img, .photo-slider-popup .swiper-slide-img {
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}
.photo-slider-popup .swiper-slide {
/*width: 100% !important;*/
}
.photo-slider-popup .swiper-slide-img {
    height: 100%;
    width: 100%;
}
.photo-slider-thumb .swiper-slide .swiper-slide-img, .photo-slider-popup-thumb .swiper-slide .swiper-slide-img {
    width: auto;
    aspect-ratio: unset;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}
.photo-slider-thumb .swiper-slide .swiper-slide-img {
    height: 50px;
}
.photo-slider-popup-thumb .swiper-slide .swiper-slide-img {
    height: 100%;
}
.photo-slider .swiper-slide {
    cursor: pointer;
}
.photo-slider .swiper-slide .swiper-slide-img {
    position: relative;
}
.photo-slider-thumb .swiper-slide, .photo-slider-popup-thumb .swiper-slide {
    cursor: pointer;
    width: unset;
    text-align: center;
    position: relative;
}

@media (min-width:610px) {
.photo-slider-popup-thumb .swiper-slide {
    max-width: calc((100% / 4) - 10px);
}
}
.photo-slider-thumb .swiper-slide .swiper-slide-img img, .photo-slider-popup-thumb .swiper-slide .swiper-slide-img img {
    /*opacity: 0.5;*/
    transition: .3s;
    filter: brightness(50%);
}
.photo-slider-thumb .swiper-slide.swiper-slide-thumb-active .swiper-slide-img img, .photo-slider-popup-thumb .swiper-slide.swiper-slide-thumb-active .swiper-slide-img img {
    opacity: 1;
    filter: brightness(100%);
}
.photo-slider-wrapper .swiper-button-next, .photo-slider-wrapper .swiper-button-prev {
    color: #000000;
}
/*モーダル*/

.photo-slider-modal:not(.is-active) {
    opacity: 0;
    pointer-events: none;
}
.photo-slider-modal {
    opacity: 1;
    pointer-events: auto;
    z-index: 99999;
    display: block;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background: #000000cc;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.photo-slider-modal-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.photo-slider-modal-inner {
    /*width: 100%;*/
    max-width: 90%;
    max-height: 90%;
    /*position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);*/
    aspect-ratio: 1.2;
    width: auto;
    height: fit-content;
}

/* Firefox */
@-moz-document url-prefix() {
 .photo-slider-popup .swiper-slide {
 width: 100% !important;
}
 .photo-slider-modal-inner {
 height:90%;
}
}

/* Safari */
_::-webkit-full-page-media, _:future, :root .photo-slider-modal-inner {
 height:90%;
}
.photo-slider-popup {
    height: 80%;
    margin-bottom: 1em;
    text-align: center;
}
.photo-slider-popup-thumb {
    max-height: calc(20% - 1em);
    padding-bottom: 20px !important;
    box-sizing: border-box;
    height: 100%;
}
.photo-slider-modal-closebtn {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 100;
    cursor: pointer;
}
.photo-slider-modal-closebtn::before, .photo-slider-modal-closebtn::after {
    content: "";
    background: #ffffff;
    width: 40px;
    height: 2px;
    top: 50%;
    left: 50%;
    display: block;
    position: absolute;
    cursor: pointer;
}
.photo-slider-modal-closebtn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.photo-slider-modal-closebtn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.swiper-slide {
    position: relative;
}
.swiper-slide-caption {
    background: #000000aa;
    color: #ffffff;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 10px 10px;
    bottom: 0;
    box-sizing: border-box;
	text-align:left;
}
.swiper-slide-caption-title {
    font-size: 120%;
    font-weight: bold;
}

@media screen and (max-width: 610px) {
.photo-slider-container {
    padding: 0 10%;
    margin-bottom: 20px;
}
.photo-slider-modal-inner {
    aspect-ratio: unset;
    height: inherit;
}
.photo-slider-modal-closebtn {
    top: 3vw;
    right: 3vw;
}
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    pointer-events: unset !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    text-shadow: 0px 0px 5px #fff;
}
.photo-slider-modal-inner .swiper-slide-active img {
    cursor: pointer;
}
.modal-caption-close {
    display: block;
    width: 25px;
    /*background: #fff;*/
  /*position: relative;*/
  /*right: 0;*/
  /*top: -10px;*/
  /*text-align: right;*/
    float: right;
    /*color: #000;
  border-radius: 50%;*/
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 25px;
    cursor: pointer;
	color:#fff;
	text-decoration:unset;
}
.modal-caption-close:hover {
    color: #fff;
}

/* /acpsp/css/style-wide.css から移行 */
@media screen and (max-width: 980px) {
.movie {
    padding: 0%!important;
}
.movie iframe {
    width: 100%;
}
.linklist-two-eng li {
    width: auto;
}
.club-box+.clear {
    width: 560px;
    margin-left: auto;
    margin-right: auto;
}
}

@media screen and (max-width:800px) {
.font-s {
    font-size: 12px;
}
.img-caption img {
    display: block;
	height:100%;
    margin: 0 auto;
}
.img-r {
    float: right;
    margin: 0 0 20px 20px;
}
.img-l {
    float: left;
    margin: 0 20px 20px 0;
}
.list-three li, .list-two li, .linklist-three li, .linklist-two li, .linklist-fs li, .linklist-f li, .list-f li, .list-fs li {
    float: none;
    width: 100%;
}
/*.linklist-edu li {
    width: 33%;
}*/
.linklist-edu li {
    width: 40%;
}
}

@media screen and (max-width: 767px) {
#acp-sp-menu-container {
    display: block;
}
.acp-sp-img {
    max-width: 100% !important;
    height: auto !important;
    text-align: center !important;
}
.harf-r {
    width: 100%;
    float: none;
}
.harf-l {
    width: 100%;
    float: none;
}
.float-l {
    float: none;
    margin-right: auto;
    margin-left: auto;
}
.float-r {
    float: none;
    margin-right: auto;
    margin-left: auto;
}
.clear.img-caption{
    width: 100%;
}
.img-r.img-caption {
    float: none;
	margin: 20px 0 20px 0;
	display: block;
}
.img-l.img-caption  {
    float: none;
	margin: 20px 0 20px 0;
	display: block;
}
.img-r.img-caption img,
.img-l.img-caption img{
	margin:0 auto;
}
table img {
    width: 100%!important;
    height: auto;
}
.event-icon img {
    width: auto!important;
}
td, th {
    white-space: normal!important;
    word-wrap: break-word;
}
table:not(.gssb_c) {
    word-break: break-word;
    font-size: 10px!important;
    width: 100%!important;
}
.campusmap_table {
    width: 50%!important;
}
.sp-event-cal a {
    background-color: #0d8c07;
    background-image: url("/asset/imgs/top/ic_eventcal.png");
    background-position: 10% center;
    background-repeat: no-repeat;
    background-size: 60px 60px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 150%;
    font-weight: bold;
    height: 80px;
    padding-top: 32px;
    text-align: center;
    text-decoration: none;
}
}

@media screen and (max-width: 610px) {
#header-eng #logo img {
    width: 100%;
}
}

@media screen and (max-width: 560px) {
.photo {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.club-box .photo img {
    width: 100%;
    height: 100%;
}
.fukidashi {
    background-size: 60%;
}
p.fukidashi span {
    width: 50%;
    padding: 3%;
}
.club-box+.clear {
    width: 100%;
}
}

@media screen and (max-width: 530px) {
.club-box {
    padding: 0px;
    width: 100%;
}
.club-box p {
    padding: 20px;
}
.daihyo {
    width: 35%;
}
.daihyo img {
    width: 100%;
}
.harf-r {
    float: none;
    width: 100%!important;
}
.harf-l {
    float: none;
    width: 100%!important;
}
.float-l {
    float: none;
    width: 100%!important;
}
.float-r {
    float: none;
    width: 100%!important;
}
.bt_nyugaku {
    float: left;
    width: 49%!important;
}
.bt_zaigaku {
    float: right;
    width: 49%!important;
}
}
