@charset "utf-8";


#slideback {
  background-image: url("../kd/footer_bg.png");
  background-repeat: repeat-x;
  background-position-y: center;
  background-size:100%;
}


/* トップページヘッダ */

.navbar.is-spaced {
  background-image: url("../kd/landscape960.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

.navbar > .container {
    justify-content: center;
}

.navbar {
    background-color: #eaf7fb;
    min-height: 13.25rem;
    position: relative;
    z-index: 30;
}
.navbar-brand {
    align-items: flex-end;
}

.custom-w {
  max-height: 160px !important;
  /*  max-height: 51px !important;*/
}

/* 20250926 */
body.page-template-default .custom-w {
  max-height: 108px !important;
}
.navbar.is-spaced {
        background-size: 100% 364px;
}

.navbar > .container {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    align-items: stretch;
}
.navbar {
    display: flex;
    min-height: 9rem;
    padding: 0rem;
}
.navbar-brand {
    align-items: flex-end;
}

/*
body.page-template-default .navbar.is-spaced {
        background-size: 100% 364px;
}

body.page-template-default .navbar > .container {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    align-items: stretch;
}
body.page-template-default .navbar {
    display: flex;
    min-height: 9rem;
    padding: 0rem;
}
body.page-template-default .navbar-brand {
    align-items: flex-end;
}
*/



.s_figc {
  position: absolute;
  width: 100%;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 10px 0 4px 0;
  padding: 0;
}
.s_figc h2 {
  color: #fff !important;
  text-shadow: rgba(0,23,117,1.00) 1px 1px 2px, rgba(0,23,117,1.00) -1px -1px 2px;
  line-height: 1.5rem;
  background-color: rgba(21,73,147,0.80);
}
.s_figc h3 {
  color: #fff !important;
  text-shadow: rgba(0,0,0,0.9) 1px 1px 2px, rgba(0,0,0,0.9) -1px -1px 2px;
  line-height: 1rem;
  background-color: rgba( 200,200,200,0.4 );
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 10pt;  
  margin-bottom: 1.25rem !important;
  padding-bottom: 2px;
}

.s_figc2 {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 10px;
  padding: 0;
}
.s_figc2 h2 {
  color: #fff !important;
  text-shadow: rgba(0,0,0,0.9) 1px 1px 2px, rgba(0,0,0,0.9) -1px -1px 2px;
  font-size: 1.2rem !important;
  line-height: 1.2rem;
}
.s_figc2 h3 {
  color: #fff !important;
  text-shadow: rgba(0,0,0,0.9) 1px 1px 2px, rgba(0,0,0,0.9) -1px -1px 2px;
  font-size: 1rem !important;
  line-height: 1rem;
  padding-bottom: 2px;
}


.s_figcORIG {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 5%;
}
.s_figcORIG h2 {
  margin: 10% 0 10px 0;
  color: #fff !important;
  text-shadow: 0 1px 0 black,1px 0 0 black,0 -1px 0 black,-1px 0 0 black,-1px -1px 0 black,1px -1px 0 black,-1px 1px 0 black,1px 1px 0 black;
  line-height: 1.5rem;
  padding-top: 0;
}
.s_figc3ORIG h3 {
  color: #fff !important;
  text-shadow: 0 1px 0 black,1px 0 0 black,0 -1px 0 black,-1px 0 0 black,-1px -1px 0 black,1px -1px 0 black,-1px 1px 0 black,1px 1px 0 black;
  line-height: 1rem;
  padding-bottom: 0;
}



footer.footer_o{
  padding: 1.5rem 1.5rem 1.5rem;
  background-image: url("../kd/footer_bg.png");
  background-color:rgba(255,255,255,0.2);
  background-blend-mode:lighten;
/*  background-repeat: no-repeat; */
/*  background-position: right bottom; */
}

footer.footer_o figure img{
    height: 100px;
    width: 100px;
}

footer .bd-footer-link-title span.ppc {
   display:inline-block;
   transform : scaleX(0.75); 
   margin:0 -1.3rem 0;
   padding: 0 -1.3rem;
}

footer .bd-footer-link a {
    color: rgba(18, 35, 63, 0.8);
    text-decoration: underline dotted #3273dc 1px;
}
footer .bd-footer-link a:hover {
	background-color: #FBE9AD;
}

footer .bd-footer-link-title a {
    color: rgba(18, 35, 63, 0.8);
    text-decoration: underline dotted #3273dc 1px;
}
footer .bd-footer-link-title a:hover {
	background-color: #FBE9AD;
}

.reverse-row-order {
  flex-direction: row-reverse;
}


/*----------------------------------------------------------------------------------
#t共通セクションタイトルmk
----------------------------------------------------------------------------------*/
.section-title {
  color: rgba(127,105,111,0.6);
  border-bottom: 6px dotted rgba(127,105,111,0.2);
  margin-bottom: 20px;
  line-height: 1.2;
}

@media screen and (max-width: 576px) {
  .section-title {
    text-align: center;
    line-height: 1.2;
    padding-bottom: 0.5em;
  }
}
.section-title .en {
  font-size: 3rem;
  font-family: 'CarlMarx';
  font-weight: normal;
}

@media screen and (max-width: 576px) {
  .section-title .en {
    display: block;
    font-size: 2.8rem;
  }
}
.section-title .jp {
  font-size: 9pt;
  font-size: 0.9rem;
  font-weight: normal;
  color: #454545;
  margin-left: 0.5em;
}

@media screen and (max-width: 576px) {
  .section-title .jp {
    display: block;
  }
}



/* =========================================================
.pagetop
========================================================= */
.pagetop {
	background-color: #003a75;
	bottom: 10px;
	display: inline-block;
	position: fixed;
	right: 10px;
	transform: translate3d(0px, 50px, 0px);
	transition-duration: 0.3s;
	visibility: hidden;
	z-index: 999;
	padding: 1.4em;
	line-height: 1;
	border-radius: 1.8em;
	color: #fff !important;
}
.pagetop:hover {
	background-color: #007ab5;
  transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.pagetop.backtotop-visible {
	transform: translate3d(0px, 0px, 0px);
	transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
	visibility: visible;
}
.pagetop.backtotop-visible:hover {
	background-color: #007ab5;
  transition-duration: 0.3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

a.navbar-item {
  font-size: 11pt !important;
  color: #524780 !important;
}
a.navbar-item svg {
	margin-right: 5px;
}
a.navbar-item i {
	margin-right: 5px;
}

/* Font downloaded from FontsForWeb.com */
@font-face {
	font-family: 'BAUHS93';
	src: url('../img/BAUHS93.eot');
	src: local('BAUHS93'), url('../img/BAUHS93.woff') format('woff'), url('../img/BAUHS93.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_2802">Text with this font applied</p> */
.fontsforweb_fontid_2802 {
	font-family: 'BAUHS93' !important;
}

/* Zoom In */
.hover00 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.hover00 figure:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.hover01 figure {
  overflow: hidden;
}

.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.hover01 figure:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.icon_new {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 70px;
  height: 60px;
  background: url(../img/misopon.png) no-repeat;
  font-size: 0;
  vertical-align: middle;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

p.listpagelink {
  margin: -3.5rem 0 10px;
  font-size: 100%;
  line-height: 1.5;
  text-align: right;
}

.bd-footer-link-title {
  font-family: "M PLUS Rounded 1c";
  font-weight: 600;
  color: rgba(18,35,63,0.8);
  line-height: 1em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid rgba(127,105,111,0.2);
/*  margin-bottom: 20px;*/
}

.bd-footer-link {
  background-color: rgba(255,244,244,0.3);
}

footer div.title {
  font-family: "M PLUS Rounded 1c";
  font-weight: 600;
  margin-bottom: 0.2em !important;
}

@media screen and (max-width: 576px) {
  p.listpagelink {
    margin: 0 0 10px;
  }
}



/* saiyou */
#content div.entry-content table.tblx0F {
  border-collapse: collapse;
  border: 0px solid #fff; /* 外枠 */
}
#content div.entry-content div.kakomidl table.tblx0 th, #content div.entry-content div.kakomidl table.tblx0 td {
  border-style: solid; /* 線種 */
  border-width: 1px; /* 線の太さ */
  border-color: #fff; /* 線色 */
}
#content div.entry-content div.kakomidl {
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  padding: 6px;
  border-collapse: separate;
  border-radius: 10px;
  border-spacing: 0;
}
#content div.entry-content div.kakomidl table {
  margin-bottom: 0;
}



/* nyugaku, scholarship */
#content div.entry-content h3.chu {
	background-color: #FCF8F8;
	border-top: solid 1px #F8EDED;
	padding: 2 0 4px 5px;
	margin: 12px 0 12px 0;
	font-size: 120%;
	font-family: "ＭＳ ゴシック";
	text-align: center;
	font-weight: bold;
	color:#663333;
}

#content div.entry-content table.tblx1 {
  border-collapse: collapse;
  border: 1px solid #666666; /* 外枠 */
}
#content div.entry-content table.tblx1 th, #content div.entry-content table.tblx1 td {
  border-style: dotted; /* 線種 */
  border-width: 1px; /* 線の太さ */
  border-color: #666666; /* 線色 */
}

#content div.entry-content table.tblx9 {
  border-collapse: collapse;
  border: 0px solid #ffffff; /* 外枠 */
}
#content div.entry-content table.tblx9 th, #content div.entry-content table.tblx9 td {
  border-style: solid; /* 線種 */
  border-width: 0px; /* 線の太さ */
  border-color: #ffffff; /* 線色 */
}

#content div.entry-content table.tblx0c {
  border-collapse: separate;
  border-spacing: 0;
  border-left: 1px solid #666666; /* 外枠 */
  border-bottom: 1px solid #666666; /* 外枠 */
}
#content div.entry-content table.tblx0c th, #content div.entry-content table.tblx0c td {
  border-right: 1px solid #666666; /* 外枠 */
  border-top: 1px solid #666666; /* 外枠 */
}
#content div.entry-content table.tblx0c td.towpx {
	border-right: 3px solid #666666;
	border-left: 3px solid #666666;
}
#content div.entry-content .inpa1 {
  text-indent: -1em;
  padding-left: 1em;
}
#content div.entry-content .inpa2 {
  text-indent: -1em;
  padding-left: 2em;
}



/* zaimu_z */
#content h3.h3z {
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  color: #003399;
  text-align: left;
}

#content table.tblxz00 {
	border-collapse: collapse;
	border: 2px solid #666666; /* 外枠 */
	font-size: 9pt;
	margin-bottom: 0;
}
#content table.tblxz00 th, #content table.tblxz00 td {
  border-style: solid; /* 線種 */
  border-width: 1px; /* 線の太さ */
  border-color: #666666; /* 線色 */
}


#content table.tblxz0 {
	border-collapse: collapse;
	border: 2px solid #666666; /* 外枠 */
	font-size: 9pt;
	margin-bottom: 0;
}
#content table.tblxz0 th, #content table.tblxz0 td {
  border-style: solid; /* 線種 */
  border-width: 1px; /* 線の太さ */
  border-color: #666666; /* 線色 */
}

#content table.tblxz1 {
  border-collapse: collapse;
  border: 2px solid #666666; /* 外枠 */
  font-size: 9pt;
  margin-bottom: 0;
}
#content table.tblxz1 th, #content table.tblxz1 td {
  border-style: dotted; /* 線種 */
  border-width: 1px; /* 線の太さ */
  border-color: #666666; /* 線色 */
}

#content table.tblxz9 {
  border-collapse: collapse;
  border: 0px solid #ffffff; /* 外枠 */
  margin-bottom: 0;
}
#content table.tblxz9 th, table.tblxz9 td {
  border-style: solid; /* 線種 */
  border-width: 0px; /* 線の太さ */
  border-color: #ffffff; /* 線色 */
}

#content table.tblbz0 {
  border-collapse: collapse;
  border: 0px solid #ffffff; /* 外枠 */
  font-size: 9pt;
  width: 130px;
  margin-bottom: 0;
}
#content table.tblbz0 th, #content table.tblbz0 td {
  border-style: solid; /* 線種 */
  border-width: 0px; /* 線の太さ */
  border-color: #ff00ff; /* 線色 */
}

#content table.tblbz1 {
  border-collapse: collapse;
  border: 0px solid #ffffff; /* 外枠 */
  font-size: 9pt;
  margin-bottom: 0;
}
#content table.tblbz1 th, #content table.tblbz1 td {
  border-style: solid; /* 線種 */
  border-width: 0px; /* 線の太さ */
  border-color: #ff00ff; /* 線色 */
}

#content td.wkbz2 {
  border-left: 2px solid #666666 !important;
  border-right: 2px solid #666666 !important;
}

#content td.wkbz0r {
  border-right: 1px solid #ffffff !important;
  text-align: right;
}

#content td.wkbz0l {
	border-left: 1px solid #ffffff !important;
	text-align: center;
}



/* life, columns-book-layout */
.colmunsbook {
  columns: 2;
  column-rule: 1px dashed #ccc;
  column-gap: 2em;
  /* 以下任意で見た目の調整 */
  padding: 0em;
  line-height: 2;
  text-align: justify;
  border: 0;
}
.colmunsbook td {
  height: 3.2em;
}

@media screen and (max-width: 600px) {
  .colmunsbook {
    columns: 1;
  }
  .colmunsbook td {
    height: 1em;
  }
}



/* misono_shien, yakuin, hoikuka 廃止 */
.tablesf {
  /* font-size: 10pt; line-height: 14pt; */
}



/* 共通 */
div.caption1 {
	font-family: 'HG創英角ﾎﾟｯﾌﾟ体', 'HG丸ｺﾞｼｯｸM-PRO';
	font-size: 10pt;
	padding-left: 1em;
	margin-top: 3px;
	margin-bottom: 8px;
}
img.capt1 {
	padding-top: 0px;
	padding-bottom: 6px;
}
img.capt2 {
	padding-top: 6px;
	padding-bottom: 0px;
}
img.phf1 {
	display: block;
	padding:4px;
	background-color: #FFFFFF;
	border: 1px solid #CEBDCE;
}

img.phf2 {
	padding:4px;
	background-color:#FFFFFF;
	border:1px solid #CEBDCE;
}

.photocaption{
margin-bottom: 2px;
font-size:small;
}


table.graph {
  font-size: 12px;
  line-height: 14px;
}

.style1 {
  color: #B20301;
}
.style2 {
  font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

a:link.powered {
	color: #cccccc;
	text-decoration: none;
}
a:visited.powered {
	color: #cccccc;
	text-decoration: none;
}
a:hover.powered {
	color: #666666;
	text-decoration: none;
}

#content div.entry-content .kakomi3a {
	border-width: 3px;
	border-style: solid;
	border-color: #FAEB9F;
	padding: 3px;
	background-color: #FEF7C5;
}
#content div.entry-content .kakomi3 {
    border: dashed 2px #D65B58;
    margin: 1em 0 0.2em 0;
    padding: 8px;
    background-color: #FFEBEB;
}

#content div.entry-content .kakomig {
	padding: 3px;
	background-color: #EFFFDF;
	border: 1px solid #AEE085;
}

@media screen and (max-width: 768px) {
  #main {
    padding: 8px !important;
  }
}

/* 共通 hover opacity */
a img.css-hover{
  opacity: 1.0;
  filter: alpha(opacity=100);
}
a:hover img.css-hover{
  opacity: 0.6;
  filter: alpha(opacity=60);
}
input.css-hover{
  opacity: 1.0;
  filter: alpha(opacity=100);
}
input:hover.css-hover{
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* 共通 table.tblx0 */
#content div.entry-content table.tblx0 {
  border-collapse: collapse;
  border: 1px solid #666666;
}
#content div.entry-content table.tblx0 th, #content div.entry-content table.tblx0 td {
  border-style: solid;
  border-width: 1px;
  border-color: #666666;
}

#content div.entry-content table.tblx0 th {
  text-align: center;
  font-weight: normal;
}
#content div.entry-content table.tblx0 th, #content div.entry-content table.tblx0 td {
  padding: 0.37rem 0.5rem;
}

/* #content内 折り返し */
#content span.wordori{
	word-break: keep-all;
	overflow-wrap: break-word;
}

@media screen and (max-width: 768px) {
  #content div.entry-content table.tblx0 th, #content div.entry-content table.tblx0 td {
    padding: 2px 4px;
  }
}
