/*全体ブロック*/
/**************************************/
#contentsArea {
	display: block;
	width: 100%;
}

/*ページタイトル*/
/**************************************/
#pageTitleArea {
	display: block;
	position: relative;
}
.pageTitleSub {
	display: flex;
	justify-content: center;
	position: relative;
	width: 5em;
	margin: 0em auto 0em auto;
	border-radius: 5px;
	padding: 0.25em 2em 0.15em 2em;
	background: #7d7d7d;
	font-size: 81.25%;
	color: #fff;
}
.pageTitle {
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
	max-width: 750px;
	margin: 0px auto 0em auto;
	border-bottom: 2px solid #C9CACA;
	padding: 3px 0px 3px 0px;
	/*font-size: 168.75%;*/
	font-size: 162.5%;
	color: #00aad1;
	font-family: serif;
	font-weight: bold;
}
.pageTitleLine {
	display: flex;
	justify-content: center;
	position: relative;
	width: 35%;
	margin: -2px auto 0.5em auto;
	border-top: 2px solid #34bfdf;
	padding: 0px 0px 0.75em 0px;
}
.pageDate {
	display: flex;
	justify-content: flex-end;
	position: relative;
	width: 100%;
    max-width: 750px;
	margin: -1.25em auto 0em auto;
	padding: 0.5em 0em 0em 0em;
	font-size: 81.25%;
}
.pageTitleSup {
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
    max-width: 750px;
	margin: -1.25em auto 0em auto;
	padding: 0.5em 0em 0em 0em;
	font-size: 81.25%;
}

/*コンテンツ類*/
/**************************************/
.contBlock {
	display: block;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	max-width: 44em;
	margin: 2em auto;
}
.contBlock0 {
	margin: 1em auto;
}
.contTitle {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border-left: 4px solid #00aad1;
	padding: 1.4em 0px 0px 11px;
	font-size: 125%;
	font-weight: bold;
	font-family: serif;
	color: #00aad1;
}
.contText {
	display: block;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	font-size: 93.75%;
	line-height: 185%;
	text-align: justify;
}
.contText > p {
	text-indent: 1em;
	word-wrap: break-word;
}
.contText > p.TI0 {
	text-indent: 0em;
}
.contText ul {
	text-align: left;
}
/*******/
.contBlockBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	max-width: 44em;
	margin: 2em auto;
	gap: 22px;
}
.jc_center {
	justify-content: center
}

/**********/
#photoPD {
	display: flex;
	align-items: center;
	flex-direction: column;
	font-size: 93.75%;
	text-align: center;
}

/*********/
.contText h1.title {
	font-size: 137.5%;
}
/*********/
.paperClassName {
    margin: 1.25em 0em;
	border: 1px solid #00aad1;
    padding: 0.35em 1em 0.25em 1em;
}
.paperName {  
	border-bottom: 1px dashed #00aad1;
	padding-bottom: 0.5em;
    color: #00aad1;
}

/****************/
.imgSubKadai {
	display: block;
	max-width: 100%;
}

/****************/
.multipleImg {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 10px;
}
.multipleImg div {
	flex: 1;
}
.multipleImg div img {
	width: 100%;
	height: auto;
}


@media only screen and (max-width :556px){
#contentsAll {
	width: 100%;
    padding: 0px 10px;
    box-sizing: border-box;
}
#siteTitle {
	margin-bottom: 10px;
	padding-top: 7px;
}
#siteTitle img {
	width: 100%;
	height: auto;
	margin-top: 0px;
}
#kadai {
	padding-top: 10px;
	flex-direction: column;
	font-size: 100%;
	gap: 10px;
}
#kadai > span {
	width: 100%;
	white-space: nowrap;
}

#menu_main {
	display: none;
	width: 100%;
    height: 2500px;
	top: 0px;
	left: 0px;
    margin: 0px 0px 0px 1000px;
    padding: 5px 10px 10px 10px;
    position: fixed;
    background: #fff;
    overflow-y: auto;
    z-index: 12000;
}

#menu_main ul {
	flex-wrap: wrap;
	gap: 7px;
	box-shadow: unset;
}
#menu_main ul li {
	width: 12em;
	white-space: nowrap;
	border-top: 1px solid #00AAD1;
	border-bottom: 1px solid #00AAD1;
}
/*
#menu_main ul li:last-child {
	margin-top: 1.25em;
	border-style: dashed;
}
*/
#menu_main ul li a {
	width: auto;
    padding: 0.25em 1em;
}

#page_hie {
	display: none;
}

#footer {
    display: flex;
    flex-direction: column;
	width: 100%;
	padding: 0px 10px 10px 10px;
	box-sizing: border-box;
}
#footer img {
	width: 100%;
	height: auto;

}
#footer > div:nth-child(1),
#footer > div:nth-child(2) {
	display: none;
}


/********************************************/
.block_news > div {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: flex-start;
	border-bottom: 1px dashed #7d7d7d;
	padding-bottom: 0.75em;
	text-align: justify;
	gap: 0.5em;
}
.block_news > div > div:first-child {
	display: flex;
	flex-direction: column;
	font-size: 93.75%;
	gap: 0.5em;
}
/********************************************/
.sentenceTitle {
    padding: 0.25em 0px;
}
div[id^="sentence"] img {
	width: 100%;
	height: auto;
}
.pageTitle {
    font-size: 137.5%;
}
.sentenceTitle > div:first-child {
	font-size: 137.5%;
}

/***********************/
#submenu {
	display: none;
}

/***********************/
#spMenuBt {
    display: flex;
    position: absolute;
    top: 0px;
    right: -10px;
    flex-direction: column;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
	z-index: 12500;
}
#spMenuBt > div {
	display: block;
	width: 100%;
	height: 1px;
	margin: 4px 0px;
	background: #182a88;
}
#spMenuBt > div.barTop {
	display: block;
	transform: translateY(0) rotate(45deg);
	margin-top: 3px;
}
#spMenuBt > div.barBottom {
	display: block;
	transform: translateY(0) rotate(-45deg);
	margin-top: -5px;
}

/********************/
#btLangBlock {
	max-height: 2.5em;
	width: auto;
	padding: 0em 0.75em 0.25em 0.75em;
}
#backtosite {
	margin: 0px auto 20px 0;
	padding: 0em 0.75em 0.25em 0.75em;
}

.multipleImg {
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.multipleImg div {
	width: 100%;
	flex: auto;
}

}