@charset "UTF-8";
/* CSS Document */

/* ////////////////////////////////////////////////////////////////////////
*                                                                         *
*                                                                         *
*   汎用クラス                                                            *
*                                                                         *
*                                                                         *
//////////////////////////////////////////////////////////////////////// */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}

ol, ul {
  list-style: none;
}

body {
	font-size: 14px;
	color: #333333;
	line-height: 1.5;
	background-color: #FFFFFF;
	margin: 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 13px;
	}
}
.container {
	padding-right: 0px;
	padding-left: 0px;
	width: 960px;
	margin:0px auto;
}
@media screen and (max-width: 767px) {
	.container {
		width: 100%;
	}
}
.row {
	margin: 0px;
	padding: 0px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
	content: " ";
	display: table
}
.clearfix:after,
.container:after,
.row:after {
	clear: both
}

.error-message {
	color: #f30000;
}

.errorTitle {
	padding: 10px 0px 7px;
	margin: 10px 0px 20px;
}

.errorMessage p {
    margin-bottom: 1em;
}

/* ////////////////////////////////////////////////////////////////////////
*                                                                         *
*                                                                         *
    言語選択
*                                                                         *
*                                                                         *
//////////////////////////////////////////////////////////////////////// */
.language > ul,
.language > span,
.language > ul > li{
	display:inline-block;
}
.language > span{
	margin-right:15px;
}
.language > ul > li{
	display:inline-block;
	padding:3px 10px 1px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	text-decoration:none;
	width: 100px;
	height: 30px;
	background-color:#B2D3A7;
	font-size: 14px;
	color:#005E3C;
	overflow: hidden;
	text-align:center;
}
@media screen and (max-width: 767px) {
	.language > ul > li {
		font-size: 12px;
		width: 80px;
		height: 27px;
	}
}

.language > ul > li.selected{
	background-color:#005E3C;
	color:#FFFFFF;
}
.language > ul > li > a{
	color:#005E3C;
}
.language > ul > li.selected > a{
	color:#FFFFFF;
}

/* ////////////////////////////////////////////////////////////////////////
*                                                                         *
*                                                                         *
*   ヘッダー                                                              *
*                                                                         *
*                                                                         *
//////////////////////////////////////////////////////////////////////// */
#header {
	border-top:solid 3px #005E3C;
}

#logo {
	padding: 5px 10px 5px 0px;
	display:block;
	float:left;
	width:30%;
}
#logo a {
	padding: 0px;
	display:inline-block;
}
#logo img {
	width: 100%;
}
#logo:hover img {
	background-color: transparent;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#00FFFFFF,EndColorStr=#00FFFFFF);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#00FFFFFF,EndColorStr=#00FFFFFF)";
}
#logo img:not(:target) {
	filter: none;
	-ms-filter: none;
}

@media screen and (max-width: 767px) {
	#header > .container > .row {
		position:relative;
	}
	#logo {
		padding: 5px 10px;
		width:45%;
		float:none;
		top:2px;
		left:0;
	}
	#English #logo {
		width:50%;
	}
}

/* ////////////////////////////////////////////////////////////////////////
*                                                                         *
*                                                                         *
   パンくず
*                                                                         *
*                                                                         *
//////////////////////////////////////////////////////////////////////// */

.breadPath {
	background-color: #B2D3A7;
	padding:5px 0px 2px;
	text-align:left;
}

.breadPath ul > li {
	display:inline-block;
	padding:1px 0px;
}
.breadPath ul > li + li:before {
	display:inline-block;
	content:">";
	padding-right:5px;
}
.breadPath ul > li a,
.breadPath ul > li span {
	display:inline-block;
	padding:2px 5px;
	color:#005E3C;
	text-decoration:none;
}
.breadPath ul > li a:hover {
	text-decoration:underline;
}
.breadPath ul > li.home {
	border-left:none;
	padding-left:0px;
}
.breadPath ul > li.home a,
.breadPath ul > li.home span {
	display:inline-block;
	padding:0px 5px;
}
.breadPath ul > li.home a:hover {
	text-decoration:none;
}
.breadPath ul > li.home img {
	width:23px;
}
.breadPath ul > li i {
	font-size: 20px;
	line-height: 20px;
	color: #005E3C;
}

@media screen and (max-width:767px) {
	.breadPath {
		padding:3px 0px 3px;
	}
	.breadPath ul {
		padding:0px 10px;
	}
	.breadPath ul > li {
		padding:0px 8px;
		margin-left:-5px;
		font-size:12px;
	}
	.breadPath ul > li.home  {
		margin-left:0px;
	}
	.breadPath ul > li i {
		font-size: 17px;
	}
}

/* ////////////////////////////////////////////////////////////////////////
*                                                                         *
*                                                                         *
    フッター
*                                                                         *
*                                                                         *
//////////////////////////////////////////////////////////////////////// */
#bunnerArea {
	background-color: #e5e8d4;
	padding:20px 0px;
}

#footer {
	background-color:#005E3C ;
	width: 100%;
	position:relative;
	padding:20px 0px;
}
#footer > .container{
	z-index: 0;
	margin-top: 15px;
}

.footerLogo {
	width: 90%;
	padding-bottom: 10px;
}
.footerLogo img {
	width: 240px;
}
.footerLogo a img:hover {
	background-color: transparent;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#CC3f4062,EndColorStr=#CC3f4062);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#CC3f4062,EndColorStr=#CC3f4062)";
}
.footerLogo a img:hover:not(:target) {
	filter: none;
	-ms-filter: none;
}

.footerInquiry {
	color: #FFFFFF;
}

#copyright {
	background-color: #005E3C;
	padding-bottom:15px;
}
#copyright > div {
	max-width: 940px;
	margin: 0 auto;
	position: relative;
}
#copyright p {
	font-size: 12px;
	text-align: right;
	margin-top: 5px;
	color: #FFFFFF;
}
#copyright .footerCopyrightLinks a {
	display:inline-block;
	padding:0px 5px;
	margin:10px 10px 0px 0px;
	color:#ffffff;
}
#copyright .footerCopyrightLinks {
	color:#ffffff;
	padding:0px;
}
#copyright .footerCopyrightLinks a:before {
	content:"";
	display:inline-block;
	border:solid 4px transparent;
	border-left: 4px solid #FFFFFF;
}
#copyright .footerCopyrightLinks a:hover {
	text-decoration:underline;
}

@media screen and (max-width: 767px) {
	#footer {
		padding-bottom:10px;
	}
	#footer > .container{
		margin-bottom: 0px;
		margin-top:0px;
	}
	.footerLogo  {
		width:80%;
		margin:0px auto;
		max-width:330px;
	}
	.footerLogo > a {
		display:block;
	}
	.footerLogo > a > img {
		width:100%;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		padding: 0px 0px 5px;
	}
	.footerInquiry {
		width:80%;
		margin:0px auto;
		max-width:330px;
	}
	#copyright {
		text-align:center;
		border-top:solid 1px #FFFFFF;
		padding-bottom:10px;
	}
	#copyright p {
		text-align: center;
		margin-top: 20px;
	}
	#copyright .footerCopyrightLinks {
		margin:5px 0px;
	}
	#copyright .footerCopyrightLinks a {
		margin:5px 10px 0px 0px;
	}
}


/* ////////////////////////////////////////////////////////////////////////
*                                                                         *
*                                                                         *
    ページング
*                                                                         *
*                                                                         *
//////////////////////////////////////////////////////////////////////// */
.pagination {
	clear: both;
	display: block;
	margin-top: 20px;
	font-size: 18px;
	font-family: "Gothic MB101 Ultra", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
	text-align: center;
	letter-spacing: -.4em;
}
@media screen and (max-width: 767px) {
	.pagination {
		display: flex;
		justify-content: space-around;
		letter-spacing: normal;
	}
}
.pagination li {
	display: inline-block;
	letter-spacing: normal;
	margin: 0 5px;
	min-width: 35px;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.pagination li {
		margin: 0;
	}
}
.pagination li a {
	display: block;
	min-width: inherit;
	height: inherit;
	background-color: #ececec;
	color: #005E3C;
	text-decoration: none;
}
.pagination li a:hover {
	background-color: #005E3C;
	color: #fff;
}
.pagination li a.is-current {
	background-color: #005E3C;
	color: #fff;
}
.pagination li[class] a {
	position: relative;
	border: 2px solid #005E3C;
	background-color: #fff;
}
.pagination li[class] a::before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 6px 4.5px 0;
	border-color: transparent #005E3C transparent transparent;
	transform: translate(-50%, -50%);
}
.pagination li[class] a:hover {
	background-color: #005E3C;
}
.pagination li[class] a:hover::before {
	border-color: transparent #fff transparent transparent;
}
.pagination li.next {
	transform: rotate(180deg);
}
.pagination li.skipPrev a::before, .pagination li.skipNext a::before {
	transform: translate(-20%, -50%);
}
.pagination li.skipPrev a::after, .pagination li.skipNext a::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 2px;
	height: 11px;
	background-color: #005E3C;
}
.pagination li.skipPrev a:hover::after, .pagination li.skipNext a:hover::after {
	background-color: #fff;
}
.pagination li.skipPrev a::after {
	transform: translate(-200%, -50%);
}
.pagination li.skipNext {
	transform: rotate(180deg);
}
.pagination li.skipNext a::after {
	transform: translate(-200%, -50%);
}

/* ////////////////////////////////////////////////////////////////////////
*                                                                         *
*                                                                         *
    コンテンツ（検索）
*                                                                         *
*                                                                         *
//////////////////////////////////////////////////////////////////////// */

#main {
	padding-top:10px;
	padding-bottom:10px;
}

.contentsTitle {
    position: relative;
    margin-top: 40px;
    margin-bottom: 30px;
}

.contentsTitle > span {
      display: inline-block;
      padding: 2px 10px 4px;
      font-size: 50px;
      line-height: 1.2;
      color: #FFFFFF;
      background-color: #005E3C;
}
@media screen and (max-width: 767px) {
	.contentsTitle > span {
		padding: 3px 10px 2px;
		font-size: 33px;
	}
}

.contentsSearch {
	margin-top: 20px;
}

.contentsSearch label {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 60px;
}
@media screen and (max-width: 767px) {
	.contentsSearch label {
		height: 55px;
	}
}
.contentsSearch label input,
.contentsSearch label button {
	display: block;
	float: left;
	border: none;
	height: inherit;
}
.contentsSearch label input[type="text"],
.contentsSearch label button[type="text"] {
	border: 4px solid #005E3C;
	padding: 0 1em;
	border-right: none;
	width: calc(100% - 60px);
	font-weight: bold;
	line-height: 52px;
}
@media screen and (max-width: 767px) {
	.contentsSearch label input[type="text"],
	.contentsSearch label button[type="text"] {
		width: calc(100% - 55px);
		line-height: 47px;
		font-size: 16px;
	}
}
.contentsSearch label input[type="submit"],
.contentsSearch label button[type="submit"] {
	border: none;
	width: 60px;
	background: #005E3C;
	background-size: 20px 20px;
}
@media screen and (max-width: 767px) {
	.contentsSearch label input[type="submit"],
	.contentsSearch label button[type="submit"] {
		width: 55px;
	}
}
.contentsSearch label input[type="submit"] span,
.contentsSearch label button[type="submit"] span {
	font-size:20px;
	color: #ffffff;
}

.contentsSearch label input[type="button"],
.contentsSearch label input[type="text"],
.contentsSearch label input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}


#main ul.tabLink {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
	width: 100%;
	font-size: 15px;
}
@media screen and (max-width: 767px) {
	#main ul.tabLink {
		font-size: 10px;
	}
}
#main ul.tabLink li {
	position: relative;
	width: 100%;
	text-align: center;
	vertical-align: top;
}
#main ul.tabLink li:not(:last-child) {
	border-right: 3px solid #fff;
}
#main ul.tabLink li a {
	display: block;
	background-color: #B2D3A7;
	font-weight: bold;
	color: #000;
	line-height: 1.1;
	white-space: nowrap;
}
#main ul.tabLink li a span {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}
#main ul.tabLink li a::after {
	content: '';
	display: inline-block;
	width: 1px;
	min-height: 60px;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	#main ul.tabLink li a::after {
		min-height: 55px;
	}
}
#main ul.tabLink li a.current {
	color: #fff;
}
#main ul.tabLink li a.current::before {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 9px 0 9px;
	transform: translateX(-50%);
	}
#main ul.tabLink li a.current {
	background-color: #005E3C;
}
#main ul.tabLink li a.current::before {
	border-color: #005E3C transparent transparent transparent;
}
@media screen and (min-width: 768px) {
	#main ul.tabLink li a:hover {
		color: #fff;
	}
	#main ul.tabLink li a:hover::before {
		content: '';
		display: block;
		position: absolute;
		top: 100%;
		left: 50%;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 12px 9px 0 9px;
		transform: translateX(-50%);
	}
	#main ul.tabLink li a:hover, #main ul.tabLink li a.current:hover {
		background-color: #006641;
		opacity: 1;
	}
	#main ul.tabLink li a:hover::before, #main ul.tabLink li a.current:hover::before {
		border-color: #006641 transparent transparent transparent;
	}
}
#main ul.tabLink li.current a {
	background-color: #000;
	color: #fff;
}
#main ul.tabLink li.current a::before {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 9px 0 9px;
	border-color: #006641 transparent transparent transparent;
	transform: translateX(-50%);
}

.belongTitle {
	position: relative;
	padding: 0 10px;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	margin: 30px 0 10px;
}

@media screen and (max-width: 767px) {
	.belongTitle {
		padding: 0 0.5em;
		font-size: 23px;
	}
}

.belongTitle:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #B2D3A7;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

@media screen and (max-width: 767px) {
	.belongTitle:before {
		width: 10px;
		height: 10px;
		top: -3px;
	}
}


.accordion {
	margin-top: 20px;
}
.accordion a {
	color: #005E3C;
	text-decoration: underline;
}
.accordion .accordion_title {
	margin-left: 30px;
}
@media screen and (max-width: 767px) {
	.accordion {
		margin-right: 0;
		width: 100%;
		margin-top: 10px;
	}

	.accordion .accordion_title {
		margin-left: 50px;
	}
}
.accordion .accordion_head {
	position: relative;
	width: 100%;
	border:solid 1px #CCD6C8;
	padding: 15px 18px;
	background-color: #EFF4ED;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.accordion .accordion_head {
		border-width: 3px;
		padding: 12px 15px;
		font-size: 12px;
	}
	.accordion .accordion_head::before {
		width: 25px;
		height: 6px;
	}
}

.accordion .accordion_head .accordion_button {
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	background-color: #005E3C;
	transform: translateY(-50%);
	font-size:2px;
}

@media screen and (max-width: 767px) {
	.accordion .accordion_head .accordion_button {
		width: 16px;
		height: 16px;

	}
}

.accordion .accordion_head .accordion_button span {
	display: none;
}

.accordion .accordion_head .accordion_button::before,
.accordion .accordion_head .accordion_button::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	background-color: #fff;
	transform: translate(-50%, -50%);
	transition: .3s;
}

.accordion .accordion_head .accordion_button::before {
	width: 10px;
	height: 2px;
}
@media screen and (max-width: 767px) {
	.module_accordion .accordion .accordion_head .accordion_button::before {
		width: 8px;
	}
}
.accordion .accordion_head .accordion_button::after {
	width: 2px;
	height: 10px;
}
@media screen and (max-width: 767px) {
	.accordion .accordion_head .accordion_button::after {
		height: 8px;
	}
}
.accordion .accordion_head .accordion_button._open::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.accordion .accordion_body {
	overflow: hidden;
	width: 100%;
}
.accordion .accordion_body.open {
	display: inline;
}
.collapsing {
  transition: none !important;
}
.accordion .accordion_body .inner {
	border:solid 1px #CCD6C8;
	border-top: none;
	padding: 20px 18px;
}
@media screen and (max-width: 767px) {
	.accordion .accordion_body .inner {
		border-width: 0 3px 3px;
		padding: 12px 15px;
		font-size: 12px;
	}

	.belong .accordion .accordion_body .inner {
		padding: 5px 0px;
	}

	.belong .accordion .accordion_body .inner.last {
		padding: 5px 10px;
	}
}
.accordion .accordion_body .inner li:not(:last-child) {
	margin-bottom: 5px;
}

.accordion .result {
	white-space: nowrap;
}

.interview {
	background-color: #eaeadf;
	padding: 15px;
	margin: 15px 0px;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.interview {
		font-size: 12px;
	}
}

.interview .title {
 font-size: 120%;
 padding-top: 4px;
 padding-bottom: 4px;
}

.interview .subtitle {
 margin-bottom: 10px;
}

a.linkPanel {
	display:block;
	background-color:#f9f9f9;
	border:solid 1px #cccccc;
	padding:5px 5px 5px 5px;
	margin:15px 0px 10px;
	color:#666666;
	width:50%
}
@media screen and (max-width: 767px) {
	a.linkPanel {
		width:100%
	}
}
a.linkPanel:hover {
	background-color:#FFFFFF;
}

.linkPanel div {
	overflow:auto;
	padding-right:25px;
	position:relative;
	text-align:left;
}
a.linkPanel div:before {
	content:"";
	border:solid 4px transparent;
	border-left:solid 4px #cccccc;
	position:absolute;
	bottom:50%;
	right:0px;
	margin-bottom:-4px;
}

.linkPanel div .title {
	display:block;
	padding:7px 10px 4px;
}

/* ////////////////////////////////////////////////////////////////////////
*                                                                         *
*                                                                         *
    コンテンツ（結果）
*                                                                         *
*                                                                         *
//////////////////////////////////////////////////////////////////////// */

.categoryTitle {
	position: relative;
	padding: 0 10px;
	margin: 30px 0 30px;
}

@media screen and (max-width: 767px) {
	.categoryTitle {
		padding: 0 0.5em;
		font-size: 23px;
	}
}

.categoryTitle .col-auto {
    padding-right: 0px;
    padding-left: 0px;
}

.categoryName {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
}

@media screen and (max-width: 767px) {
	.categoryName {
		font-size: 23px;
	}
}

.categoryNameMark:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #B2D3A7;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

@media screen and (max-width: 767px) {
	.categoryNameMark:before {
		width: 10px;
		height: 10px;
		top: -3px;
	}
}

.searchTitle {
	margin-bottom: 45px;
	padding: 5px;
	background-color: #EFF4ED;
	border: solid 1px #CCD6C8;
	line-height: 1.2;
	margin: 30px 0 30px;
}
.searchTitle h2 {
	font-size: 30px;
}
@media screen and (max-width: 767px) {
	.searchTitle {
		margin-bottom: 30px;
	}
	.searchTitle h2 {
		font-size: 18px;
	}
}

.categoryListArea {
	background-color: #f0f0f0;
	padding: 25px 30px;
}
@media screen and (max-width: 767px) {
	.categoryListArea {
		padding: 15px 12px;
	}
}
.categoryListArea a {
    color: #005E3C;
    text-decoration: underline;
}
.categoryList {
	min-height: 1%;
}
.categoryList::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.categoryList > li {
	float: left;
	text-align: left;
	margin-right: 30px;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.categoryList > li {
		margin-right: 15px;
	}
}
.categoryList > li span {
	position: relative;
	display: block;
	padding-left: 15px;
}
.categoryList > li span::before {
	position: absolute;
	content: '';
	top: .6em;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #B2D3A7;
}

.categoryDetail {
	text-align: left;
	padding: 7px 10px 4px;
	margin-top: 20px;
	font-size: 30px;
	border-bottom: solid 1px #B2D3A7;
	border-left: solid 8px #B2D3A7;
}
@media screen and (max-width: 767px) {
	.categoryDetail {
		font-size: 20px;
		margin: 15px 0;
	}
}

.personalList {
    margin-top:20px;
}
.personalList a {
    color: #005E3C;
    text-decoration: underline;
}
.personalList table {
    border: 1px solid;
    width: 100%;
    table-layout: fixed;
}
.personalList table thead th {
	background-color: #eaeadf;
}
.personalList table tbody {
    border-top: 1px solid #ccc;
}
.personalList table tbody th {
	background-color: #f7f7f7;
	text-align: left;
}
.personalList table tbody td {
	background-color: #fff;
	text-align: left;
}
.personalList table th,
.personalList table td {
	padding: .5em .8em;
	font-size: 14px;
	border: solid 1px #CCCCCC;
    line-height: 1.2;
	vertical-align: middle;
	overflow-wrap : break-word;
}
@media screen and (max-width: 767px) {
	.personalList table th,
	.personalList table td {
		padding: 10px 16px;
		min-width: 5em;
		font-size: 12px;
	}
}

.personalList table th:first-child,
.personalList table td:first-child {
	width: 30%;
}

.sdgsSubject {
	font-size: 15px;
}

.sdgsImage {
	margin-top: 20px;
	padding: 0 5px;
}
@media screen and (max-width: 991px) {
	.sdgsImage {
    	margin-top: 15px;
	}
}
@media screen and (max-width: 767px) {
	.sdgsImage {
    	margin-top: 10px;
	}
}
.sdgsImage img {
	width: 100%;
}

.sdgsTitle {
	font-size: 30px;
	text-align: left;
}
@media screen and (max-width: 991px) {
	.sdgsTitle {
    	font-size: 25px;
	}
}
@media screen and (max-width: 767px) {
	.sdgsTitle {
    	font-size: 20px;
	}
}
.sdgsDetail {
	font-size: 20px;
	text-align: left;
}
@media screen and (max-width: 991px) {
	.sdgsDetail {
    	font-size: 17px
	}
}
@media screen and (max-width: 767px) {
	.sdgsDetail {
    	font-size: 14px
	}
}

.carbonImage {
	margin-top: 20px;
	padding: 0 5px;
}

@media screen and (max-width: 991px) {
	.carbonImage {
    	margin-top: 15px;
	}
}
@media screen and (max-width: 767px) {
	.carbonImage {
    	margin-top: 10px;
	}
}
.carbonImage img {
	width: 100%;
	object-view-box: inset(20%);
}

.carbonDetail {
	margin-top: 10px;
	font-size: 20px;
	text-align: left;
}
@media screen and (max-width: 991px) {
	.carbonDetail {
    	font-size: 17px
	}
}
@media screen and (max-width: 767px) {
	.carbonDetail {
    	font-size: 14px
	}
}

/* ////////////////////////////////////////////////////////////////////////
*                                                                         *
*                                                                         *
    教員情報詳細
*                                                                         *
*                                                                         *
//////////////////////////////////////////////////////////////////////// */
.profileSwitch a {
	display:inline-block;
	padding:2px 5px;
	color:#005E3C;
	text-decoration:none;
}

.profileTitle > span {
	display: inline-block;
	padding: 2px 10px 4px;
	margin-top: 40px;
	margin-bottom: 30px;
	background-color: #005E3C;
	font-size: 50px;
	line-height: 1.2;
	color: #ffffff;
}
@media screen and (max-width: 767px) {
	.profileTitle > span {
		padding: 3px 10px 2px;
		font-size: 35px;
	}
}

.profileBase {
  display: table;
  margin-top: 15px;
}
.profileBase > div {
	display: table-cell;
	vertical-align: bottom;
}
.profileBase div.profileImage {
	padding-right: 20px;
}
.profileBase div.profileImage img {
	width: 150px;
}
.profileBase > div.profileName {
	width: calc(100% - 150px);
}
.profileBase div.profileName .position {
	margin-top: 10px;
	line-height: 1;
}
.profileName dt.name-ja {
	display: inline-block;
	padding: 2px 3px;
	font-family: "Gothic MB101 Heavy", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue LT Std", Arial, sans-serif;
	font-size: 40px;
	line-height: 1.2;
	text-align: left;
}

@media screen and (max-width: 767px) {
	.profileName dt.name-ja {
		font-size: 23px;
		padding: 3px 5px 2px;
	}
}
.profileName dd.position {
	position: relative;
	padding-left: 3px;
	margin-top: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
@media screen and (max-width: 767px) {
	.profileName dd.position {
		padding-left: 5px;
		font-size: 12px;
	}
}
.profileTable {
    margin-top:20px;
}
.profileTable table {
    border: 1px solid;
    width: 100%;
    table-layout: fixed;
}
.profileTable table thead th {
	background-color: #eaeadf;
}
.profileTable table tbody {
    border-top: 1px solid #ccc;
}
.profileTable table tbody th {
	background-color: #f7f7f7;
	text-align: center;
	overflow-wrap : break-word;
}
.profileTable table tbody td {
	background-color: #fff;
	text-align: left;
	overflow-wrap : break-word;
}
.profileTable table th,
.profileTable table td {
	padding: .5em .8em;
	font-size: 14px;
	border: solid 1px #CCCCCC;
    line-height: 1.2;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.profileTable table th,
	.profileTable table td {
		padding: 10px 16px;
		min-width: 5em;
		font-size: 12px;
	}
}
.profileTable table th:first-child,
.profileTable table td:first-child {
	width: 30%;
}

.profileTable table th img {
	width: 50%;
	object-view-box: inset(10%);
}

.profileTable table td img {
	margin: 5px 0;
	width: 20%;
}

.profileTable table tbody td.huUserContents {
	padding: 0px 0px;
}

.huUserWindow {
	height: 300px;
	overflow: auto;
}

.huUserContents h4 {
 padding:10px 0px 0px;
 margin:0px 0px 5px;
 font-size:129%;
 color:#005E3C;
 font-weight:bold;
}

.huUserContents h4:before {
 content:"";
 display:inline-block;
 width:10px;
 height:10px;
 background-color:#B2D3A7;
 position:relative;
 top:-2px;
}

.huUserContents p {
	margin-bottom: 5px;
}

.movieOuter {
	position: relative;
	width: 100%;
	margin-bottom: 15px;
	height: 0;
	padding-bottom: 56.25%;
}
.movieOuter > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ////////////////////////////////////////////////////////////////////////
*                                                                         *
*                                                                         *
    取材申込
*                                                                         *
*                                                                         *
//////////////////////////////////////////////////////////////////////// */

.interviewTitle > span {
	display: inline-block;
	padding: 2px 10px 4px;
	margin-top: 40px;
	margin-bottom: 30px;
	background-color: #005E3C;
	font-size: 50px;
	line-height: 1.2;
	color: #ffffff;
}
@media screen and (max-width: 767px) {
	.interviewTitle > span {
		padding: 3px 10px 2px;
		font-size: 35px;
	}
}

.interviewEntry h3 {
	padding: 7px 10px 4px;
	margin-top: 20px;
	font-size: 30px;
	border-bottom: solid 1px #B2D3A7;
	border-left: solid 8px #B2D3A7;
}
@media screen and (max-width: 767px) {
	.interviewEntry h3 {
		font-size: 20px;
		margin: 15px 0;
	}
}

.interviewMessage {
	font-size: 15px;
	text-align: left;
}

.interviewEntry {
    margin-top:20px;
}
.interviewEntry table {
    border: 2px solid #CCCCCC;
    width: 100%;
    table-layout: fixed;
}
.interviewEntry table thead th {
	background-color: #eaeadf;
}
.interviewEntry table tbody {
    border-top: 1px solid #ccc;
}
.interviewEntry table tbody th {
	background-color: #f7f7f7;
	text-align: left;
}
.interviewEntry table tbody td {
	background-color: #fff;
	text-align: left;
	overflow-wrap: break-word;
}
.interviewEntry table th {
	padding: .5em .8em;
	font-size: 15px;
	border: solid 1px #CCCCCC;
    line-height: 1.2;
	vertical-align: middle;
}
.interviewEntry table td {
	padding: 15px 20px;
	font-size: 15px;
	border: solid 1px #CCCCCC;
    line-height: 1.2;
	vertical-align: middle;
}

.interviewEntry table th:first-child,
.interviewEntry table td:first-child {
	width: 30%;
}

.interviewEntry table td textarea,
.interviewEntry table td input[type='text'] {
	width: 65%;
}

@media screen and (max-width: 767px) {
	.interviewMessage {
		font-size: 15px;
	}

	.interviewEntry table th,
	.interviewEntry table td {
		padding: 15px 20px;
		min-width: 5em;
		font-size: 16px;
	}

	.interviewEntry table th:first-child,
	.interviewEntry table td:first-child {
		width: 100%;
	}

	.interviewEntry table td textarea,
	.interviewEntry table td input[type='text'] {
		width: 100%;
		font-size: 16px;
	}
}


.interviewEntry td textarea {
	width: 100%;
	height: auto;
	resize: none;
}

.interviewEntry td radio {

}

.formBtn {
  text-align: center;
  margin: 80px 0 20px;
}
.formBtn li {
   display: inline-block;
   border: 6px solid #B2D3A7;
   margin: 0px 10px;
}
.formBtn li button {
   padding: 21px 15px;
   width: 127px;
   font-size: 20px;
   background-color: #ffffff;
   font-weight: bold;
   border: none;
}
.formBtn.complete li button{
    width: 400px;
}
.formBtn li button:hover{
    background-color: #005E3C;
    color: #ffffff;
}

@media screen and (max-width:767px) {
	.interviewEntry table,
	.interviewEntry tbody,
	.interviewEntry tr,
	.interviewEntry th,
	.interviewEntry td {
		display: block;
		width: 100%;
	}
	.formBtn li {
		margin: 0px 5px;
	}
	.formBtn li button {
		padding: 21px 10px;
		width: 100px;
		font-size: 18px;
	}
	.formBtn li button:hover{
		background-color: initial;
		color: initial;
	}
	.formBtn input[type="file"],
	.formBtn input[type="text"] {
		width: 100%;
	}
	.formBtn.complete li button{
    	width: 100%;
	}
}

.errorArea {
	float: right;
	width: 90%;
	height: 400px;
	padding: 0px 0px 15px 15px;
}
@media screen and (max-width: 767px) {
	.errorArea {
		float:none;
		width:100%;
		height: 100%;
		margin:20px 0px;
		padding:0px 15px 15px 15px;
	}
}
.errorMessage h1 {
 padding:10px 0px 7px;
 margin:10px 0px 20px;
 font-size:179%;
}
