<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*---------------------------------------------------------
Theme Name: yamanashi
Theme URI: https://www.yamanashi.ac.jp/
Description: 山梨大学
Author: Calcinc
Author URI: https://www.yamanashi.ac.jp/
Version: 1.0
---------------------------------------------------------*/
/*
==========================================================================*/
/*【全般設定】*/
/*
==========================================================================*/
/* 20211028add */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}
/* /20211028add */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font-style: normal;
	font-weight: normal;
}

body {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Helvetica,Arial,Verdana,sans-serif;
	color: #434343;
	font-size:100%;
	height:100%;
}

#container {
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
    overflow-y: scroll;
	height:100%;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
input, textarea{
	margin: 0;
	padding: 0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
a:focus {
	outline:none;
}

/*------------------footer固定設定----------------*/
#wrapper{
    width: 100%;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}
#container{
	min-width: 100%;
}
footer{
/*    position: absolute;*/
    bottom: 0;
}

/*------------------clearfix設定----------------*/
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both{
	clear:both;
}

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

/*------------------flexbox----------------*/
.flex {
  display: flex;
}

.flex-center {
  align-items: center;
  display: flex;
  justify-content: center;
}

.flex-around {
  display: flex;
  justify-content: space-around;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

*[class^="flex"].wrap {
  flex-wrap: wrap;
}


.pc-only{
  display:none;
}


/*
==========================================================================*/
/*【ヘッダー?フッター設定】*/
/*
==========================================================================*/

/*--------------header-----------------*/
header{
	width:100%;
	overflow:hidden;
	margin:0;
}
#head{
	width:100%;
	overflow:hidden;
}

#head ul{ list-style-type:none; border-bottom:1px solid #007bc1;}
#head ul li{ list-style-type:none; text-decoration:none;}
#head ul.accordion {}
/*#head ul.accordion &gt; li {  font-size:120%;line-height:2; color:#007bc1; }*/
#head ul.accordion .accordion_list .other01 a { clear:both; background:#007bc1; display:block; padding:5px; text-decoration:none; color:#fff;}
#head ul.accordion .accordion_list .other02 a { background:#0265a0; display:block; padding:5px; text-decoration:none; color:#fff;}
#head ul.accordion .accordion_list .last a { background:#0265a0; display:block; padding:5px; text-decoration:none; color:#fff;}
#head ul.accordion .accordion_list_wrap { width: 100%; }
#head ul.accordion .accordion_list { display:none; background:#007bc1; }
#head ul.accordion .accordion_list &gt; li { font-size:100%; line-height:2em; border-bottom:1px solid #fff;}

#head ul.accordion.header_nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#head_logo {
  width: 100%;
  max-width: 178px;
  line-height: 1;
}

#head_logo a {

}
.logo {
  vertical-align: middle;
}
.menu_drop {
  display: flex;
  line-height: 1;
}
.search_button {
  padding: 13px 14px;
}
.search_button img {
  vertical-align: middle;
}
.menu_button img {
  vertical-align: middle;
  width: 55px;
}

.accordion_search_wrap {
  width: 100%;
  background:#007bc1;
  overflow: hidden;
}
.accordion_search_form {
  display: none;
  margin: 1em;
  font-size: 16px;
}
.accordion_search_form form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  border: solid 2px #aeaeae;
  overflow: hidden;
  background-color: #fff;
}
.accordion_search_form input,
.accordion_search_form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.accordion_search_form input {
  display: block;
  border: 0;
  font-size: 1em;
  padding: .5em 0 .5em 1em;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
}
.accordion_search_form button {
  display: block;
  border: 0;
  background-color: #fff;
  font-size: .9em;
  font-weight: bold;
  color: #505050;
  padding: .5em .8em;
  min-width: 4em;
  width: 4em;
  box-sizing: border-box;
}


/*--------------footer-----------------*/

footer{
	width:100%;
	color:#5e5e5e;
	overflow:hidden;
}
#foot{
	width:100%;
	overflow:hidden;
}
#foot_menu01{
	overflow:hidden;
	border-top:1px #9A9A9A solid;
	background:#f3f3f3;
}
#foot_menu01 ul li{
	list-style:none;
	width:50%;
	float:left;
	display:block;
}
#foot_menu01 ul li:first-child {
	list-style:none;
	width:100%;
	float:left;
	display:block;
}
#foot_menu02 ul li a{
    width: 50%;
    display: block;
    font-size: 75%;
    line-height: 1em;
    padding: 10px 0 10px 0;
    font-weight: bold;
    float: left;
    text-align: center;
}


#foot_menu01 ul li a{
	clear:both;
	width:100%;
	display:block;
	font-size:85%;
	line-height: 1.1em;
	padding:15px 0;
	border-bottom:1px #9A9A9A solid;
	border-right:1px #9A9A9A solid;
	text-align:center;
	height: 15px;
}


#foot_menu01 a:link{color:#5e5e5e;text-decoration: none;}
#foot_menu01 a:visited{color:#5e5e5e;text-decoration: none;}

#foot_menu02{
	overflow:hidden;
}
#foot_menu02 ul li{
	list-style:none;
}
#foot_menu02 ul li a{
    width: 50%;
    display: block;
    font-size: 75%;
    line-height: 1em;
    padding: 10px 0 10px 0;
    font-weight: bold;
    float: left;
    text-align: center;
}
#foot_menu02 ul li a img{
	margin: 0 auto;
}

#foot_menu02 a:link{text-decoration: none;}
#foot_menu02 a:visited{text-decoration: none;}



#foot_ad p.copyright{
  width:100%;
  margin:0;
  font-size:60%;
  padding:8px 0px;
  line-height:1.2em;
  text-align: center;
}
#pagetop .to_top{
  background-color: #000;
  color: #fff;
  display: block;
  font-size: 80%;
  line-height: 1.2em;
  padding: 13px 1em 13px 1em;
  text-align: center;
  text-decoration: none;
}

/* footer検索 */

.footer_search {
  overflow: hidden;
}

.footer_search_form {
  margin: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  border: solid 2px #aeaeae;
  overflow: hidden;
}

.footer_search_form input,
.footer_search_form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  display: block;
}

.footer_search_form input {
  min-width: 0;
  width: 100%;
  padding: .5em 1em;
}

.footer_search_form button {
  min-width: 24px;
  width: 24px;
  box-sizing: content-box;
  padding: 0 16px 0 0;
}

.footer_search_form button img {
  vertical-align: middle;
}


/*
==========================================================================*/
/*【共通設定】*/
/*
==========================================================================*/

.post{
  width: 94%;
  margin: 0 3%;
}

p{
    line-height: 1.6em;
    font-size: 98%;
}

#text p {
    width: 100%;
    margin: 0 0%;
    padding: 6px 0px;
}


a{
    text-decoration: none
}
h1{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdgs_h.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  padding: 15px 0;
  margin: 0px 0;
  font-size: 150%;
  font-weight: bold !important;
  text-align:left;
    width: 100%;
    margin: 0 0%;
    padding: 15px 0px;
}

h1.title_top{
  display:none;
}

h2{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdgs_h.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size:contain;
  padding: 0 0 20px 0;
  font-size: 120%;
  font-weight: bold;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 9px 0px;
line-height: 1.2;
}

h3{
  padding: 0 0 0px 0;
  font-size: 100%;
  font-weight: bold;
    width: 100%;
    margin: 0 0%;
    padding: 0px 0px;
}


/*--ファイル形式アイコン表示設定--*/
#text a:link[href $='.pdf'] {
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/css/img/pdf.gif");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
}
#text a:link[href $='.xlsx'] {
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/css/img/xlsx.svg");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
  background-size: contain;
  vertical-align: middle;
  margin-right: .3em;
  margin-bottom: .2em;
}
#text a:link[href $='.docx'] {
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/css/img/docx.svg");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
  background-size: contain;
  vertical-align: middle;
  margin-right: .3em;
  margin-bottom: .2em;
}
#text a:link[href $='.pbix'] {
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/css/img/pbix.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
  width: 16px;
  height: 16px;
}
#text a:link[href $='.ppt'] {
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/css/img/pptx.svg");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
  background-size: contain;
  vertical-align: middle;
  margin-right: .3em;
  margin-bottom: .2em;
}
/*--ファイル形式アイコン非表示設定--*/
#text .filelinkicon-none a:link[href $='.pdf'] {
    background-image:none !important;
    padding-left:0px !important;
}
#text .filelinkicon-none a:link[href $='.xlsx'] {
    background-image:none !important;
    padding-left:0px !important;
}
#text .filelinkicon-none a:link[href $='.docx'] {
    background-image:none !important;
    padding-left:0px !important;
}
#text .filelinkicon-none a:link[href $='.pbix'] {
  background-image:none !important;
  padding-left:0px !important;
}
#text .filelinkicon-none a:link[href $='.ppt'] {
  background-image:none !important;
  padding-left:0px !important;
}

/*------------テーブル設定----------*/
table {
	margin:20px 0;
	width: 100% !important;
	border-collapse: separate;
	border-spacing: 5px;
	color: #434343;
}
th {
	padding: 8px 10px;
	white-space:nowrap;
	text-align:left;
	/*font-weight:bold;*/
	background: #e0ebf8;
}
tr{
	background-color: #f3f3f3;
}
td {
	margin : 0;
	padding: 8px 10px;
}
tr:nth-child(even){
	background-color:#e9e9e9;
}



#container {
    min-width: 100%;
}

#content {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
	/* 
  float:left;
	padding-right:15px;
	padding-bottom:15px;
  */

.alignright{
	float:right;
	padding-left:15px;
	padding-bottom:15px;
}
.aligncenter{
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
}
#text ul {
	line-height:1.7;
	margin:1em 0;
	padding-left:30px;
}
#text ol {
	line-height:1.7;
	margin:1em 0;
	padding-left:30px;
}
#text ul li{
	margin:0.6em 0;
}
#text ol li{
	margin:0.6em 0;
}





.sdg_img{
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 5px 0;
}


.sdg_img_banner01{
  display: block;
  width: 60%;
  max-width:300px;
  margin: 5px auto 25px auto;
}

.sdg_menu{
  width: 100%;
  margin: 10px auto;
  display: block;
  overflow: hidden;
}

.sdg_menu a{
  line-height: 1.2em;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #0265a0;
  float: left;
  padding: 10px 0;
  width: 90%;
  margin: 1px 5%;
  font-weight: bold !important;
  text-decoration:none; 
  display: block;
  font-size: 90%;
}

.sdg_menu a:hover{
  background: #3b3939;
}

.sdg_menu a:visited {
  color: #fff;
}


.sdg_button{
/*  margin-top: 10px;*/
  text-align: center;
  clear: both;
  overflow: hidden;
  width: 96%;
  margin: 0 2%;
}
/*.sdg_button img{
  margin: 5px;
}

.sdg_button img:hover{
  opacity: 0.6;
}*/


.wp-pagenavi {
    text-align: center;
    margin: 30px auto;
}

/*
==========================================================================*/
/*【トップページ】*/
/*
==========================================================================*/

.sdg_button a{
  width: 50%;
  float: left;
}



.sdgs-top {
  margin: 0px 0;
  overflow: hidden;
}

.sdgs-top ul li{
  border-radius: 20px;
  border:2px #5e5e5e solid;
  padding: 4%;
  overflow: hidden;
  display: block;
}

#text ul.top01{
  padding: 0;
  width: 100%;
  margin: 0;
}


.top01-left{
  width: 100%;
  margin: 0 0 0 0;
  clear:both;
}

.sdgs_name{
  text-align: right;
  font-weight: bold;
}


.top01-right{
  width: 50%;
}

.top01-right img{
  height: auto;
  display: block;
  margin: 0 0 0 0%;
}

.sdgs-top ul.top02 li{
  height: 260px;
  float: left;
  width: 100%;
  padding: 30px 30px;
}


.sdgs-top ul.top02 li:nth-child(odd){
  margin: 0 8px 0 0;
}


.top02-top img{
  width: 100px;
  height: auto;
}


/*
==========================================================================*/
/*【SDGsとは】*/
/*
==========================================================================*/

#sdgs_about{
    width: 94%;
    margin: 0 3%;
    padding: 15px 0px;
}

#sdgs_about a img{
  width: 60px;
  height: auto;
  margin: 3px 3px 0px 3px;
}

#sdgs_about a img:hover{
  opacity: 0.6;
}



#text ul.top02{
  padding: 0;
  width: 100%;
  margin: 0;
  padding: 0px 0px;
  overflow: hidden;
}

/*
==========================================================================*/
/*【山梨大学で学ぶSDGs】*/
/*
==========================================================================*/

.sdgs_learning{
    margin: 25px 0;
}

.sdgs_learning img{
  width:15%;
  margin:2px;
}


/*
==========================================================================*/
/*【検索アーカイブページ】*/
/*
==========================================================================*/

.tagcloud_search{
  font-size: 100%;
    width: 94%;
    margin: 0 3%;
    padding: 0px 0px;
}

.tagcloud{
  overflow: hidden;
  margin: 10px 0;
    width: 94%;
    margin: 0 3%;
    padding: 0px 0px;
}

.sdgs_post {
  margin: 0;
  overflow: hidden;
  clear:both;
}

.sdgs_post ul li{
  background-color: #fff;
  border-radius: 20px;
  border:2px #5e5e5e solid;
  overflow: hidden;
  display: block;
  /*width:89%;*/
  padding: 5%;
  margin: 2%;

}

.sdgs_post ul li img{
  width: 100px;
  height: auto;
}

.tagcloud a{
  display: block;
  width: 45px;
  height: 45px;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
  float:left;
  margin:0px 3px 3px 0;
}

.tagcloud a:hover{
  opacity: 0.7;
}

.tagcloud a.from-researchers, .tagcloud a.top-message, .tagcloud a.activity, .tagcloud a.sdgs-all{
  display:none;
}

.tagcloud a.sdgs-00{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_wheel.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tagcloud a.sdgs-01{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tagcloud a.sdgs-02{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tagcloud a.sdgs-03{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_03.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tagcloud a.sdgs-04{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_04.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tagcloud a.sdgs-05{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_05.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tagcloud a.sdgs-06{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_06.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tagcloud a.sdgs-07{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_07.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tagcloud a.sdgs-08{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_08.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tagcloud a.sdgs-09{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_09.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tagcloud a.sdgs-10{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_10.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tagcloud a.sdgs-11{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_11.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tagcloud a.sdgs-12{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_12.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tagcloud a.sdgs-13{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_13.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tagcloud a.sdgs-14{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_14.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tagcloud a.sdgs-15{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_15.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tagcloud a.sdgs-16{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_16.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tagcloud a.sdgs-17{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_17.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-tags{
  width: 365px;
  float: left;
  padding: 0 0 0 0;
}

.sdgs_post img{
  display: block;
}

.sdgs_post01{
  font-size: 120%;
  font-weight: bold;
  line-height: 1.3em;
  padding: 10px 0px;
  width: 365px;
  float: left;
/*  clear: both;*/
}

.sdgs_post02{
  float: left;
  width: 20%;
/*  display: block;
  font-weight: bold;
  margin: 0 5px 20px 0;*/
}


.sdgs_post03{
  line-height: 1.3rem;
  width:80%;
  clear: both;
  float: left;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.3em;
  padding: 10px 0 0 0;
}

.sdgs_post04{
  clear: both;
  padding-top: 10px;
}

.sdgs_contents a{
  line-height: 1.2em;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #0265a0;
  float: right;
  padding: 7px 0;
  width: 100%;
  margin: 10px 0 0 0;
  font-weight: bold !important;
  text-decoration:none; 
  display: block;
}

.sdgs_contents a:hover{
  background: #3b3939;
}

.sdgs_contents a:visited {
  color: #fff;
}



.item-tags span{
  display: block;
  width: 32px;
  height: 32px;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
  float:left;
  margin:3px 3px 0 0;
}

.item-tags span.from-researchers, .item-tags span.top-message, .item-tags span.activity, .item-tags span.sdgs-all{
  display:none;
}

.item-tags span.sdgs-00{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_wheel.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-tags span.sdgs-01{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-tags span.sdgs-02{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-tags span.sdgs-03{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_03.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-tags span.sdgs-04{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_04.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-tags span.sdgs-05{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_05.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-tags span.sdgs-06{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_06.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-tags span.sdgs-07{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_07.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-tags span.sdgs-08{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_08.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-tags span.sdgs-09{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_09.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-tags span.sdgs-10{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_10.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-tags span.sdgs-11{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_11.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-tags span.sdgs-12{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_12.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-tags span.sdgs-13{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_13.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-tags span.sdgs-14{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_14.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-tags span.sdgs-15{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_15.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-tags span.sdgs-16{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_16.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item-tags span.sdgs-17{
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/sdg_icon/sdg_icon_17.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/*
==========================================================================*/
/*【single-yamanashi_sdgs.php】*/
/*
==========================================================================*/

.sdgs_post-single .item-photo img{
  width: 120px;
  height: auto;
}

.sdgs_post-single .item-photo{
  float: left;
  margin: 0 0 0 0;
}


.sdgs_post-single #text{
  clear:both;
}

.sdgs_post-single{
  border-radius: 20px;
  border: 2px #5e5e5e solid;
  overflow: hidden;
  display: block;
  width: auto;
  padding: 5%;
  margin: 2%;
}

.sdgs_jobs{
  font-weight: bold;
  line-height: 1.3em;
  padding: 0 0 0 0;
  clear: both;
}


.sdgs_post-single .item-tags{
  width: 70%;

}

/* 20211028add */
.sdg_top_menues {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2%;
}

.sdg_top_menues a {
  align-items: flex-end;
  background-image: url("/wp-content/themes/ac-yamanashi-ja-sp/img/sdgs/bg_menu.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  border: solid .15rem #5E5E5D;
  border-radius: 1rem;
  color: #3b3939;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  justify-content: flex-end;
  letter-spacing: .05em;
  line-height: 1.15;
  height: 5.5rem;
  margin-bottom: .5rem;
  padding: .75rem 1rem;
  text-align: right;
  text-shadow: 
    0 -.15rem #fff,
    .15rem -.15rem #fff,
    .15rem 0 #fff,
    .15rem .15rem #fff,
    0 .15rem #fff,
    -.15rem .15rem #fff,
    -.15rem 0 #fff,
    -.15rem -.15rem #fff;
  width: calc(100% / 2 - .25rem);
}

.researches {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2%;
}

.sdgs_post .researches &gt; li {
  background: #fff;
  float: none;
  margin: 0 0 1.2rem;
  overflow: visible;
  padding: 0;
  width: 90%;
}

.sdgs_post .researches &gt; li:nth-child(4n) {
  margin-right: 0;
}


.researches &gt; li .news_slide02in {
  border-radius: 1.5rem;
  color: #434343;
  display: block;
  height: 100%;
  padding: 1rem;
}

.researches &gt; li .news_slide02in .thumbnail {
  background: #c5c4c5;
  margin-bottom: 1rem;
  overflow: hidden;
  padding: 32.5%;
  position: relative;
}

.researches &gt; li .news_slide02in img {
  display: block;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.research-context {}

.researches &gt; li .news_slide02in .item-tags {
  float: none;
  margin-top: 1rem;
  padding: 0;
  width: auto;
}

.researches &gt; li .news_slide02in .item-tags span {
  display: inline-block;
  margin: 0 6px 6px 0;
}

.researches &gt; li .news_slide02in .infodate {
  clear: both;
  display: block;
  font-size: .85rem;
}

.researches &gt; li .news_slide02in .new {
  color: #f00;
  margin-left: .25em;
}

.researches &gt; li .news_slide02in .news_title {
  font-weight: bold;
  letter-spacing: -.025em;
  line-height: 1.35;
}

.research-context {
  display: flex;
  flex-direction: column;
}

.researches &gt; li .news_slide02in .item-tags {
  order: 1;
}

/* /20211028add */</pre></body></html>