/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family:verdana, helvetica, arial, sans-serif;
	color: #000000;
	line-height: 1.5;
	margin: 0px 10px 10px 10px;
	padding: 0px;
    height: auto;
	text-align: left;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #0000FF;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #ff0000;
	text-decoration: underline;
        background-color: #ffff86;
}


h1{
 font-family:verdana, helvetica, arial, sans-serif;
 font-size: 110%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

.heading-22 {
    padding: .5em .7em;
    background-color: #0067a1;
    color: #ffffff;
    border: 3px double #ccc;
    text-align: center;
    font-size: 1.1em;
}

.heading-23 {
    padding: .2em .4em;
    width: 90%;
    background-color: #0067a1;
    color: #ffffff;
    font-size: 1em;
    border: 1px solid #CCCCCC;
    margin: 0 auto;
}

h2{
 font-family:verdana, helvetica, arial, sans-serif;
 font-size: 110%;
 color: #003d72;
 margin: 0px;
 padding: 0px;
}


h3 {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 100%;
    color: #000000;
    margin: 0;
    padding: 0;
}

h4{
 font-family:verdana, helvetica, arial, sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family:verdana, helvetica, arial, sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 2px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family:verdana, helvetica, arial, sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 10px;
	width: 100%;
}

#layout-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


#header-frame {
    width: 100%;
    height: auto; 
    border: none;
}


#navBar {
    float: left;
    width: 20%;
    padding: 5px;
    min-width: 200px;
    max-width: 250px;
    background-color: #FFFFFF;
    border-right: 1px solid #cccccc;
}


#content {
    display: block;
    width: 80%;
    max-width: 1100px;
    margin: 0; 
}

/* スマホ・画面幅が小さくなったときのナビゲーション調整 */
@media screen and (max-width: 1100px) {
    #layout-container {
        flex-direction: column;
    }

    #navBar {
        position: relative; 
        width: 80%;
        max-width: none;
        overflow-y: auto; 
        height: 15vh;
    }

    #content {
        margin-left: 0; 
        width: 100%;
    }
}


iframe {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border: none;
    overflow: hidden; 
}

.iframe-pdf {
    width: 80%;
    height: 50vh; 
    min-height: 300px;
    border: 1px solid #ccc;
}

.iframe-table {
    width: 100%;
    height: 250vh; 
    overflow: hidden; 
}


.iframe-h-table {
    width: 100%;
    height: 65vh; 
    overflow: hidden; 
}


.iframe-h1-table {
    width: 120%;
    height: 65vh; 
    overflow: hidden; 
}

.iframe-h2-table {
    width: 100%;
    height: 50vh; 
    overflow: hidden; 
}


.iframe-h3-table {
    width: 100%;
    height: 60vh; 
    overflow: hidden; 
}


@media screen and (max-width: 768px) {
    .iframe-pdf {
        width: 100%;  
        height: auto;
        max-height: 20vh;
    }

    .iframe-table {
        width: 100%;
        height: 200vh; 
    }
    
}

@media screen and (max-height: 850px) {
    .iframe-h1-table {
        height: 80vh;  
    }

    .iframe-h-table {
        height: 80vh; 
    }

    .iframe-h2-table {
        height: 55vh; 
    }

    .iframe-h3-table {
        height: 68vh; 
    }
}



.semi_title-table {
    width: 80%;
    margin: 0 auto;
    border-collapse: collapse;
    background-color: #0067a1; 
    border: 1px solid #CCCCCC; 
}

.semi_title-table thead th {
    background-color: #0067a1; 
    color: #f8f9fa;
    font-size: 1em;
    text-align: left; 
    padding: 3px;
    padding-left: 10px; 
}


.responsive-image {
    width: 60%; 
    min-width: 400px; 
    max-width: 600px;
    height: auto; 
    display: block; 
    margin: 0 auto; 
}

.plot-image {
    width: 75%; 
    min-width: 400px; 
    max-width: 600px;
    height: auto; 
    display: block; 
    margin: 0 auto; 
    border: 1px solid #ddd;
}

.plot-image_ari {
    width: 100%; 
    min-width: 400px; 
    max-width: 1000px;
    height: auto; 
    display: block; 
    margin: 0 auto; 
}



/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #CCC;
	color: #000;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 100%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 100%;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 00px 0px 0px 10px;
	font-size: 100%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 80%;
	color: #000000;
	padding: 5px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 100%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 100%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #ffff86;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 100%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 10px 10px;
	font-size: 100%;
	background-color:#EBEBEB
}

#headlines p{
	padding: 5px 0px 5px 0px;
}



/************** #ellipse-container  **************/
.button-container {
  display: flex;
  flex-wrap: wrap;           
  gap: 0;                       
  justify-content: start;
}

a.button-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 200px;
    margin-right: 0.5em;          
    margin-bottom: 0.5em;  
    padding: .6em 2em;
    border: 2px solid #647081;
    border-radius: 10px;
    background-color: #f8fbfd;
    color: #003d72;
    font-weight: bold;
    font-size: 1em;
    transition: background-color 0.3s;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
}

a.button-1:last-child {
  margin-right: 0;
}

a.button-1::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #647081;
    border-right: 2px solid #647081;
    content: '';
}

a.button-1:hover {
  background-color: #3389b9;
  color: #EBEBEB;   
}

a.button-1:hover {
    text-decoration: none;
}


a.button-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 200px;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    padding: .6em 2em;
    border: 2px solid #d64541;
    border-radius: 10px;
    background-color: #fffafa;
    color: #c73327;
    font-weight: bold;
    font-size: 1em;
    transition: background-color 0.3s;
    box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1);
}

a.button-2:hover {
    background-color: #d65a4e;
    color: #fff;
    text-decoration: none;
}

a.button-2::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #647081;
    border-right: 2px solid #647081;
    content: '';
}

a.button-3 {
    display: inline-block;
    min-width: 120px; 
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    padding: 0.4em 1.2em; 
    border: 1px solid #bbb; 
    border-radius: 6px;
    background-color: #f3f3f3; 
    color: #333; 
    font-size: 0.875em; 
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s;
}

a.button-3:hover {
    background-color: #e0e0e0; 
}


.box-017 {
    max-width: 80%;
    margin: 0 auto;
    padding: .5em 1.5em 1em;
    border-top: 5px solid #0067a1;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    background-color: #fff;
}

.box-017 > div {
    margin-bottom: .5em;
    color: #0067a1;
    font-weight: 600;
    font-size: 1.1em;
}

.box-017 > p {
    margin: 0;
    color: #333;
}

.box-018 {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 2em;
  border-radius: 6px;
}


#imgSelect {
  font-size: 1em;     
  padding: 2px;      
  height: 25px;  
  max-width: 100%;      
}


.note {
    font-size: 0.9em;
}