@charset "UTF-8";
/* CSS Document */

/*============================================================================================
↓コンテンツ==================================================================================
============================================================================================*/
.you-and-kusgu {
	position: relative;
}

/*============================================================================================
↓あなたとSGU ページナビ======================================================================
============================================================================================*/
.page-anchor ul li {
	text-align: center;
}
.ku-baloon {
	height: 30px;
	padding: 0px 3px;
	vertical-align:middle;
}
@media screen and (max-width: 480px) {
.ku-baloon {
	height: 20px;
	padding: 0px 3px;
	vertical-align:middle;
}
}

/*============================================================================================
↓あなたとSGU TOPメインイメージ===============================================================
============================================================================================*/
.main-img {
	background-image:url(../img/bg-dot.png);
	background-repeat: repeat;
	line-height: 1em;
}

/*============================================================================================
↓カテゴリータイトル==========================================================================
============================================================================================*/
.category-ttl {
	background-image:url(../img/bg-dot.png);
	background-repeat: repeat;
	overflow: hidden;
	padding: 3em 0em;
}
.category-ttl .category-disc h2 {
	color: #d61826;
	font-size: 1.6em;
	line-height: 2em;
}
.category-ttl .category-disc p {
	color: #d61826;
	line-height: 1.6em;
}

/*============================================================================================
↓カテゴリーメニュー（スライドトグル）========================================================
============================================================================================*/
.btn-sl-toggle {
	position: absolute;
	right: 40px;
	top: 60px;
	z-index: 999;
}
.btn-sl-toggle p#cat-open {
	color: #d61826;
	border: solid 1px #d61826;
	/*↓グラデ*/
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #f5f5f5 50%, #f5f5f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(50%,#f5f5f5), color-stop(100%,#f5f5f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 49%,#f5f5f5 50%,#f5f5f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 49%,#f5f5f5 50%,#f5f5f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 49%,#f5f5f5 50%,#f5f5f5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 49%,#f5f5f5 50%,#f5f5f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.bladient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}
.btn-sl-toggle p#cat-open a {
	min-width: 200px;
	color: #d61826;
	text-decoration: none;
	padding: 1em;
	display: block;
	background-image: url(../img/arr-red-down.png);
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center right;
}
.btn-sl-toggle p#cat-open a:hover {
	color: #d61826;
	background-color: #fdf5f6;
	text-decoration: none;
}
.btn-sl-toggle ul li a:link,
.btn-sl-toggle ul li a:visited {
	background-color: #fff;
	border-right: solid 1px #d61826;
	border-left: solid 1px #d61826;
	border-bottom: solid 1px #d61826;
	text-decoration: none;
	padding: 1em;
	display: block;
}
.btn-sl-toggle ul li a:hover {
	color: #d61826;
	background-color: #fdf5f6;
	text-decoration: none;
}

@media screen and (max-width: 480px) {
.btn-sl-toggle {
	position: inherit;
	right: inherit;
	top: inherit;
	z-index: inherit;
	padding: 20px;
}
}


/*============================================================================================
↓あなたとSGU インタビュー記事サムネール一覧==================================================
============================================================================================*/
.interview {
}
.interview .post {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0px;
	overflow: hidden; 
}
.interview .post li {
	width: 20%;
	margin-bottom: 20px;
	text-align: center;
	float: left;
	    padding: 0 14px;
    box-sizing: border-box;
}
.interview .post li .thumb {
	width: 160px;
	margin: 0 auto;
}
.interview .post li .thumb img {
	width: 100%;
	border-radius: 80px; /* CSS3草案 */  
    -webkit-border-radius: 80px;/* Safari,Google Chrome用 */  
    -moz-border-radius: 80px;/* Firefox用 */
}
.interview .post li p {
	margin-top: 5px;
	line-height: 1.3em;
}
.wp-pagenavi {
	padding: 20px;
	text-align: center;
}
@media screen and (max-width: 960px) {
.interview .post li {
	width: 25%;
	text-align: center;
	float: left;
}
}
@media screen and (max-width: 768px) {
.interview .post li {
	width: 25%;
	text-align: center;
	float: left;
}
.interview .post li .thumb {
	width: 120px;
	margin: 0 auto;
}
.interview .post li .thumb img {
	width: 100%;
	border-radius: 60px; /* CSS3草案 */  
    -webkit-border-radius: 60px;/* Safari,Google Chrome用 */  
    -moz-border-radius: 60px;/* Firefox用 */
}
}
@media screen and (max-width: 480px) {
.interview .post li {
	width: 50%;
	text-align: center;
	float: left;
}
}

/*============================================================================================
↓あなたとSGU 取り組み概要　本番はstyle.cssに記載=============================================
============================================================================================*/
.torikumi-gaiyou h3 {
	color: #d61826;
	font-size: 1.4em;
	line-height: 1em;
	padding: 3em 2em;
	text-align: center;
}
.torikumi-gaiyou h4 {
	color: #d61826;
	font-size: 1.2em;
	line-height: 2em;
	padding: 0em 0em 0em 0.75em;
	border-left: solid 4px #d61826;
}
.torikumi-gaiyou table {
	width: 100%;
	line-height: 1.6em;
}
.torikumi-gaiyou table tr {
	border-bottom: dotted 1px #ccc;
}
.torikumi-gaiyou table th {
	width: 40%;
	padding: 1.6em 0px;
}
.torikumi-gaiyou table td {
	padding: 1.6em 0px;
}
.torikumi-gaiyou table p {/*2行目からインデント*/
	padding-left:1em;
	text-indent:-1em;
}
.torikumi-gaiyou table p:before {
	content: "◯";
}
.torikumi-gaiyou table ul li {
	margin-bottom: 0.5em;
}
.torikumi-gaiyou table ul li:before {
	content: "・";
}
.torikumi-gaiyou table ul li ul {
	padding-left:1em;
}
.torikumi-gaiyou table ul li ul li:before {
	content: inherit;
}
/*カミングスーン*/
.comingsoon {
	background-image: url(https://www.kanazawa-u.ac.jp/sgu/you-and-kusgu/img/comingsoon.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
	text-indent: -9999px;
	display: block;
	color: #999;
}
@media screen and (max-width: 480px) {
.torikumi-gaiyou table th {
	width: 30%;
}
.torikumi-gaiyou table td {
	padding: 1.6em 1em;
}
.comingsoon {
	background-image: none;
	text-indent: inherit;
}
}

/*============================================================================================
↓あなたとSGU 記事ページ======================================================================
============================================================================================*/
.interview-thumb-wrap {
	position: absolute;
	min-height: 100px;
	width: 100%;
	top: 4em;
}
.interview-thumb {
	width: 220px;
	height: 220px;
	float: right;
}
.interview-thumb img {
	width: 100%;
	border-radius: 110px; /* CSS3草案 */  
    -webkit-border-radius: 110px;/* Safari,Google Chrome用 */  
    -moz-border-radius: 110px;/* Firefox用 */
}
.personal-data {
	padding: 2em 0px;
	line-height: 1.6em;
}
.p-name {
	font-size: 1.4em;
	margin-top: 10px;
}
.interview-body p {
	margin-bottom: 2em;
}
.interview-body img {
	width: 100%;
}
.interview-photo ul {
	overflow: hidden;
}
.interview-photo ul li {
	width: 33.333%;
	float: left;
	margin-bottom: 1em;
	text-align: center;
}
.interview-photo ul li p {
	width: 95%;
	margin: 0 auto;
	line-height: 2em;
	text-justify: inter-ideograph;
}
.interview-photo ul li p img {
	width: 100%;
	height: auto;
	margin-bottom: 0em;
}
.interview-photo ul li p.caption {
	text-align: left;
}
@media screen and (max-width: 768px) {
.interview-thumb-wrap {
	top: 2em;
}
.interview-photo ul li {
	width: 50%;
}
}
@media screen and (max-width: 480px) {
.interview-thumb-wrap {
	display: none;
}
.interview-thumb {
	width: 160px;
	height: 160px;
	margin-left: 2em;
}
.interview-thumb img {
	width: 100%;
	border-radius: 80px; /* CSS3草案 */  
    -webkit-border-radius: 80px;/* Safari,Google Chrome用 */  
    -moz-border-radius: 80px;/* Firefox用 */
}
.interview-photo ul li {
	width: 100%;
	float: inherit;
	margin-bottom: 2em;
	text-align: center;
}
}
