@charset "utf-8";
/* CSS Document */


/* ----------------------------------------------------
   Common setting
------------------------------------------------------- */

/* Outline :
-------------------------------------------*/

/*---- Contents ----*/

#contents .outline {
	padding: 1em 3% 5em;
}

#right_col a {
	text-decoration: underline;
}

#right_col a:hover {
	text-decoration: none;
}

/*---- Main visual ----*/

#main_v {
	position: relative;
	background: url("../img/shiten.gif") no-repeat top right;
	background-size: 500px;
	font-size: 90%;
	font-weight: bold;
}

#main_v h2 {
	font-size: 240%;
	padding: 1.8em 500px 1.8em 1em;
	line-height: 1.5em;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#main_v > nav {
	background-color: rgba(34,24,21,0.9);
	width: 100%;
	padding:  15px 20px;
}

#main_v > nav:after {
	content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}


/*---- Topic_path ----*/

#topic_path {
	color: #fff;
	text-align: right;
	margin: 0;
}

#topic_path li {
	display: inline;
	margin-left: 1em;
}

#topic_path li a,
#topic_path li em,
#topic_path li span {
	color: #fff;
	margin-right: 1em;
}

#topic_path li a {text-decoration: underline;}
#topic_path li a:hover {
	text-decoration: none;
}

#topic_path li em {
	font-weight: bold;
	font-style: normal;
}

@media screen and (max-width: 1200px){

	#main_v {
		background-size: 400px;
	}
	
	#main_v h2 {
		font-size: 200%;
		padding: 1.5em 350px 1.5em 1em;
	}

}


/* Element: :
-------------------------------------------*/

/*---- h1 ----*/

#contents h1 {
	text-align: center;
	font-size: 160%;
	position: relative;
	margin: 1.5em auto;
	padding: 0 3%;
}

#contents h1:after {
	content: "";
	display: block;
	width: 2em;
	height: 3px;
	background-color: #C6440A;
	position: relative;
	margin: 30px auto 0;
}


/*---- h2 ----*/

#contents .outline h2 {
	font-size: 150%;
	margin: 2em 0;
	padding: 0.2em 10px 0.2em 25px;
	border-left: 5px solid #C6440A;
	position: relative;
}

#contents h2:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #C6440A;
	position: absolute;
	left: 0;
	margin-top: 20px;
}


/*---- h3 ----*/

#right_col h3 {
	clear: both;
	font-size: 120%;
	margin: 0 0 1em;
	padding: 0.3em 10px 0.3em 25px;
	border-left: 3px solid #C6440A;
    position: relative;
}

#right_col h3:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #C6440A;
	position: absolute;
	left: 0;
	margin-top: 15px;
}


/*---- h4 ----*/

#right_col h4 {
	clear: both;
	font-size: 110%;
	margin: 0 0 1em;
	padding: 0.3em 10px 0.3em 25px;
	border-left: 2px solid #C6440A;
    position: relative;
}

#right_col h4:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #C6440A;
	position: absolute;
	left: 0;
	margin-top: 12px;
}


/*---- h5 ----*/

#right_col h5 {
	clear: both;
	font-size: 100%;
	margin: 0 0 1em;
	padding: 0.3em 10px 0.3em 25px;
	border-left: 1px solid #C6440A;
    position: relative;
}

#right_col h5:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #C6440A;
	position: absolute;
	left: 0;
	margin-top: 10px;
}

/*---- h6 ----*/

#right_col h6 {
	clear: both;
	font-size: 90%;
	margin: 0 0 1em;
	padding: 0.3em 10px 0.3em 25px;
    position: relative;
}

#right_col h6:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #C6440A;
	position: absolute;
	left: 0;
	margin-top: 5px;
}


/*---- page_link ----*/

#contents .page_link {
	background: #EFEFEF;
	padding: 10px 3%;
	box-sizing: border-box;
}

#contents .page_link li {
	display: inline;
	border-left: 1px solid #cacaca;
	box-sizing: border-box;
	padding: 0;
}

#contents .page_link li:after {display: none;}

#contents .page_link li:last-child {border-right: 1px solid #cacaca;}

#contents .page_link a {
	display: inline-block;
	background: url("../img/page_link.png") no-repeat bottom center;
	background-size: 18px;
	padding: 5px 3em 16px;
	text-align: center;
	box-sizing: border-box;
	color: #231815;
	text-decoration: none;
}

/*---- element margin ----*/

#contents .outline p,
#contents .outline ul,
#contents .outline ol,
#contents .outline dl,
#contents .outline table {
	margin: 1.5em;
}

/*---- p ----*/

#contents .outline p {
	line-height: 1.7em;
}

/*---- dl ----*/

#contents .outline dt {
	font-size: 110%;
	margin: 0 0 1em;
}

#contents .outline dd {
	font-size: 100%;
	margin: 0 0 1em 1em;
}


/*-- info-item --*/
@media only screen and (min-width: 768px){ /* dlの小画面でのフロート不具合解消対応*/

#contents .outline .info-item01 {
	padding: 0 2em 0 1em;
	margin: 0 0 1em 1em;
}
#contents .outline .info-item01::after {
	content: "";
	clear: both;
	display: block;
}
#contents .outline .info-item01 dt {
	float: left;
	clear: both;
	width: 18%;
	padding: 0 2% 0 0;
	margin: 0 0 .5em;
}
#contents .outline .info-item01 dd {
	float: left;
	width: 80%;
	margin: 0 0 .5em;
}
#contents .outline .info-item02 {
	padding: 0 2em 0 1em;
	margin: 0 0 1em 1em;
}
#contents .outline .info-item02::after {
	content: "";
	clear: both;
	display: block;
}
#contents .outline .info-item02 dt {
	float: left;
	clear: both;
	width: 38%;
	padding: 0 2% 0 0;
	margin: 0 0 .5em;
}
#contents .outline .info-item02 dd {
	float: left;
	width: 60%;
	margin: 0 0 .5em;
}

/*info-item37,55,64*/
#contents .outline .info-item37,
#contents .outline .info-item55,
#contents .outline .info-item64 {
	padding: 0 2em 0 1em;
	margin: 0 0 1em 1em;
}
#contents .outline .info-item37::after,
#contents .outline .info-item55::after,
#contents .outline .info-item64::after {
	content: "";
	clear: both;
	display: block;
}
/*info-item37*/
#contents .outline .info-item37 dt {
	float: left;
	clear: both;
	width: 28%;
	padding: 0 2% 0 0;
	margin: 0 0 .5em;
}
#contents .outline .info-item37 dd {
	float: left;
	width: 70%;
	margin: 0 0 .5em;
}
/*info-item55*/
#contents .outline .info-item55 dt {
	float: left;
	clear: both;
	width: 48%;
	padding: 0 2% 0 0;
	margin: 0 0 .5em;
}
#contents .outline .info-item55 dd {
	float: left;
	width: 50%;
	margin: 0 0 .5em;
}
/*info-item64*/
#contents .outline .info-item64 dt {
	float: left;
	clear: both;
	width: 58%;
	padding: 0 2% 0 0;
	margin: 0 0 .5em;
}
#contents .outline .info-item64 dd {
	float: left;
	width: 40%;
	margin: 0 0 .5em;
}

}

/* max-width767px
--------------------------------------------------------- */
@media only screen and (max-width: 767px) {
/*info-item*/
.info-item01 dt,
.info-item02 dt,
.info-item37 dt,
.info-item55 dt,
.info-item64 dt {
    float: none;
    width: 100%;
}


.info-item01 dd,
.info-item02 dd,
.info-item37 dd,
.info-item55 dd,
.info-item64 dd {
    float: none;
    width: 100%;
    margin: 0 0 1em 1.5em;
}
}
	
/*---- table ----*/

#contents .outline table {
	border-collapse: collapse;
}

#contents .outline table th {
	background: #EFEDE8;
	white-space: nowrap;
}

#contents .outline table th,
#contents .outline table td {
	border: 1px solid #d6cbb9;
	padding: 1em;
}

#contents .outline table tbody th {
	text-align: left;
}

caption {
	text-align: right;
	padding: 0.5em 0;
}

.nowrap {
	white-space: nowrap;
}

table {
	margin: 2.3em 0 1em;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}
caption {
	padding: 0 0 0 .61em;
	margin: 0 0 .61em;
	border-left: 5px solid #ccc;
}
.non-caption {
	padding: 0;
	margin: 0;
	font-size: 0;
	border: none;
}
table { border-spacing: 0; }
caption,
th,
td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
.gray-bg {
 background-color: #EFEDE8;
}
/*----tbl-box----*/
.tbl-box {
	overflow: auto;
	 
}

.tbl-box table {
	width: 768px;
}

.unit { border: none; }
.unit span { display: block; }
.unit span:first-child {
	padding: 0;
	margin: 0;
	font-size: 0;
	border: none;
}
.unit2 {
	padding: 0 0 0 .61em;
	margin: 0 0 .61em -.61em;
	border-left: none;
}
.unit2 span {
	display: block;
	text-align: right;
}
.unit2 span:first-child {
	padding: 0 0 0 .61em;
	border-left: 5px solid #ccc;
	text-align: left;
}
th {
	padding: .54em .92em;
	background: #f2f2f2;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	text-align: center;
}
tbody th { text-align: left; }
.tbl01 th { background: none; }
td {
	padding: .54em .92em;
	border-top: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}


/*---- list ----*/

/*-- default ul --*/

#contents ul li {
	position: relative;
	padding: 0 10px 1.2em 0;
    margin-left: 1em;
    list-style-image: radial-gradient(circle,#0F4C81,#0F4C81 30%,transparent 30%);
}

/*-- default　ol --*/

#contents ol li {
	list-style: decimal;
	padding: 0 0 0.5em;
	margin-left: 1em;
}

/* no-list */

#contents .no-list li {
	list-style: none;
	margin-left: 0;
}

/* link-list01 */

#contents .link-list01 li {
    padding: 0.5em 10px 0.5em 0.3em;
    background: url(../img/arrow01.png) no-repeat 0 0.9em;
    background-size: 8px;
    text-indent: 1em;  
    list-style: none;
    margin-left: 0;

}

/* link */

#contents ul.lnk li {
	position: relative;
	padding: 0 5px 1em 18px;
}


/*-- img --*/

#contents img {vertical-align: top;}

#contents img.left {margin: 0 1em 1em 0;}
#contents img.right {margin: 0 0 1em 1em;}


/*caption float*/

#contents .img_box.left {
	display: inline-block;
	margin: 0.5em 1.5em 0;
	font-weight: bold;
	font-size: 90%;
}

/*-- border --*/

.border1 {
    display: inline-block;
    margin: 1em;
    padding: 0.6em 1em;
    border: 1px solid #000;
    border-radius: 5px;
}


/*-- hr --*/

#right_col hr {
	width: 90%;
	margin: 2em auto;
	background-color: #DBDBDB;
	border: none;
	height: 1px;
}


@media screen and (max-width: 1200px){

	/*---- h2 ----*/

	#contents .outline h2 {
		font-size: 130%;
		padding: 0.2em 10px 0.2em 20px;
	}

	#contents h2:after {
		margin-top: 20px;
	}

	/*---- h3 ----*/

	#right_col h3 {
		font-size: 125%;
		margin: 0 0 1em;
		padding: 0.1em 10px 0.1em 20px;
	}
	
}


@media screen and (max-width: 960px){
	
	#main_v #topic_path {
		text-align: left;
	}

	#topic_path li:first-child {
		margin-left: 0;
	}
	
	#contents .page_link {
		padding: 10px 2%;
	}
	
	#main_v > div {
		padding:  10px 12px;
		min-height: auto;
	}
	
	#main_v p {
		margin: 0px 0px 0px 250px;
		font-size: 105%;
	}
	
	#contents .outline {
		padding: 1em 2%;
	}

}

/* .list photo--------------------*/


.pic1 {
	list-style: none;
	margin: 30px 0;
	text-align: center;
}
.pic1 li {
	display: inline-block;
	width: 100%;
	margin: 0 0 1em;
	vertical-align: top;
}
.pic2 {
	list-style: none;
	margin: 30px 0;
	text-align: center;
}
.pic2 li {
	display: inline-block;
	width: 45%;
	margin: 0 0 1em;
	vertical-align: top;
}
.pic3 {
	list-style: none;
	margin: 30px 0;
	text-align: center;
}
.pic3 li {
	display: inline-block;
	width: 30%;
	margin: 0 0 1em;
	vertical-align: top;
}

.pic1 img,
.pic2 img,
.pic3 img {
    margin: 0 0 .5em;
    }
.pic1 li p,
.pic2 li p,
.pic3 li p {
	margin-top: 0;
}

/*---- disaster setting ----*/

#disaster {
	color: #C93C3C;
	font-size: 110%;
	margin: 0.5em 0 0.5em;
}

#contents #disaster h2 {
	margin: 1em 0 2em;
	border-left: 3px solid #C93C3C;
}

#contents #disaster h2:after {background-color: #C93C3C;}

#disaster a {color: #C93C3C;}

