.none_text{display: none;}
.contentHeader {

}

.contentHeader h1{
	text-align: center;
    font-size: 170%;
    margin: 0px;
    padding: 20px 0;
    letter-spacing: 4px;
    margin-bottom: 4%;
}

.contentTitle h1 {
    display: block;
    border-bottom: 1px solid #000;
    /* border-top: 1px solid #264b77; */
    background-image: none;
    padding: 12px 0px;
    font-size: 230%;
    line-height: 160%;
    text-align: center;
    position: relative;
    margin-bottom: 35px;
    letter-spacing: 2px;
    margin-top: 40px;
}




.contentDescription{
	text-align: center;
    padding: 2%;
    margin-bottom: 5%;
    /* border-radius: 20px; */
    margin-top: 0;
    /* line-height: 180%; */
    /* font-weight: bold; */
    /* border: 1px solid #dcdcdc; */
    background-color: #f5f5f5;
}

.contentHeader .date{
	font-size: 85%;
    padding: 0;
    margin-bottom: 30px;
    display: block;
    text-align: right;
}


img.attached_icon {
	margin: 0 10px;
}




#main2 p.date{
	font-size: 80%;
    /* text-align: right; */
    margin-top: 0px;
    margin-bottom: 30px;
    /* padding-top: 5px; */
    /* padding-right: 25px; */
}


.contentBody h2 {
	margin: 50px 4px 25px 4px;
    padding: 5px 0px 5px 15px;
    border-left: 12px solid #bca868;
    font-size: 200%;
    line-height: 150%;
}


.contentBody h3 {
	margin: 35px 0 25px 0;
    padding: 5px 5px;
    border-bottom: 1px solid #000;
    font-size: 145%;
}


.contentBody h4 {
	margin: 2em 0 1em;
    /* padding: 0 10px; */
    font-size: 125%;
    padding: 0px 0px 0px 32px;
}

.contentBody p,
.contentBody ol,
.contentBody ul {
  margin: 15px 0;
}


.contentBody ul {
    padding: 0.25em;
    list-style-type: none;
}

.contentBody ul li {
	display: block;
    /* line-height: 140%; */
    margin: 20px 0;
    background-image: url(../images/list.png);
    background-repeat: no-repeat;
    background-position: 2px 8px;
    background-size: 15px;
    padding: 0px 0px 0px 28px;
    text-align: left;
}

.contentBody ul li ul li{
	font-size: 1rem;
	font-weight: normal;
    background-image: url(../images/list2.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 16px;
    padding: 0px 0px 0px 20px;
}
.contentBody ol {
    counter-reset: number;
    list-style-type: none!important;
    padding: 8px;
}

.contentBody ol li {
    position: relative;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 40px;
    margin-bottom: 20px;
}

.contentBody ol li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #bca868;
    color: white;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.contentBody ol li {
    margin-bottom: 15px;
}



.contentBody .alignLeft {
  float: left;
  margin-right: 25px;
  margin-bottom: 10px;
}
.contentBody .alignRight {
  float: right;
  margin-left: 25px;
  margin-bottom: 10px;
}
.contentBody .alignCenter {
  display: block;
  margin: 0 auto;
}
.contentBody em {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'MS P Gothic', sans-serif;
}
.contentBody table {
  max-width: 100%;
}
.contentBody table th,
.contentBody table td {
  vertical-align: middle;
  font-size: 100%;
}

.contentBody th {
    background-color: #e9f0f9;
    font-weight: bold;
}

.contentBody table[border] {
  border: 1px solid #ccc;
}
.contentBody table[border] th,
.contentBody table[border] td {
    padding: 8px 10px;
    border: 1px solid #516e92;
    line-height: 140%;
}
.contentBody table[border] th {
	color: #002d5f;
}

.contentBody sup {
  font-size: 0.5em;
  vertical-align: top;
}

.contentBody sub {
  font-size: 0.5em;
  vertical-align: bottom;
}

.contentBody table[border] td ul {
    padding: 0.25em;
    list-style-type: none;
	margin: 0;
}

.contentBody table[border] td ul li {
    margin: 0 0 10px 0;
}


.contentBody table th ul li {
    margin: 12px 20px;

}

/* Color Definition
================================================== */

.red{
  color: red;
}



	


/* style
================================================== */
.style1 {
	font-size: 160%;
	line-height: 145%;
    font-weight: normal;
	color: #ad943e;
}
.style1 a{
	display: block;
	text-decoration: none!important;
}




.style2 {
    font-size: 150%;
    display: block;
    padding: 1em;
    text-decoration: none;
    font-weight: bold;
    border: solid 3px #000;
    border-radius: 10px;
    transition: .4s;
    margin: 25px 0;
}

.style2 a,.style2 a:visited{
	display: block;
	color: #000;
	text-decoration: none!important;
}

.style2 a:-webkit-any-link {
	text-decoration: none!important;
}

.style2:hover {
  background: #dad1b5;
  color: white;
  text-decoration: none!important;
}

.style3{
	font-size: 70%;
}

.style4 {
	background-color: #f7613e;
    padding: 5px 10px;
    color: #fff;
    font-size: 90%;
    display: inline-block;
}

.style4 a{
	text-decoration: none;
    color: #fff;
}




.style5 {
}

.style6 {
	margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    background-color: #ddeaf9;
    box-shadow: 0px 0px 0px 5px #ddeaf9;
    border: dashed 2px white;
    padding: 2%;
    display: block;
    width: 99%;
    font-size: 120%;
	color: #535353;

}
.style6 a{
	display: block;
}
.style6:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}



/*サイトマップ
================================================== */

.sitemap {
	margin-left: 0px;

}

.sitemap a{
	}




ul.sitemap-list.sm-depth1-list {
	border-left: none;
    display: flex;
    flex-wrap: wrap;
	padding: 0;
}
	
.sitemap li.sm-depth1-item {
	font-size: 115%;
    margin: 1%;
    font-weight: bold;
    padding: 0px;
    letter-spacing: 2px;
    width: 31.3%;
    background-image: none;
	}
	
.sitemap li.sm-depth1-item a{
	text-decoration: none;
	display: block;
	}

.sitemap li.sm-depth1-item a:hover{
	}

.sitemap li.sm-depth1-item a:focus{
	}
	
.sitemap li.sm-depth1-item::before {
    border-right: none;
    border-bottom: none;
}

span.sitemap-list-item-span.sm-depth1-label {
	padding: 7px 3%;
    display: block;
    margin: 4% 0;
    transition: 0.3s;
    border-left: 10px solid #000;
    background-color: #f5f5f5;
}
	
ul.sitemap-list.sm-depth2-list {
    font-size: 80%;
    letter-spacing: 1px;
    padding: 0 0 0 3%;
    margin: 40px 1%;
	}

ul.sitemap-list.sm-depth2-list li{
	background-position: 0px 6px;
    background-size: 12px;
    font-weight: normal;
}
	
ul.sitemap-list.sm-depth2-list  a{
}

ul.sitemap-list.sm-depth3-list {
	font-size: 80%;
	letter-spacing: 0;
	padding: 0 15px;
	}
	
ul.sitemap-list.sm-depth3-list li{
    margin: 0;
    padding: 5px;
    font-weight: normal;
    background-image: none;
	}
	
.sitemap li.sm-depth3-item::before {
    border-right: none;
    border-bottom: none;
}
	
ul.sitemap-list.sm-depth4-list {
	font-weight: normal;
	padding: 0 1%;
	margin: 2%;
	}
	
ul.sitemap-list.sm-depth4-list li{
	margin: 0;
	}
	
.sitemap li.sm-depth4-item::before {
    border-right: none;
    border-bottom: none;
}
	
.depth1 li {
	padding-top: 0px;

}
.depth2 li {
	padding-top: 0px;
}

.sitemap-list {
    border-left: 1px dotted #ccc;
}


@media  (max-width:768px) {
	
.contentTitle h1 {
    margin-top: 5px;
}
}


/* 幅が 767px以下であれば */
@media  (max-width:767px) {
	
.contentBody p, .contentBody ol, .contentBody ul {
    margin: 8px 0;
}
	
.contentDescription {
    padding: 3% 2%;
    font-size: 85%;
    line-height: 140%;
    margin-bottom: 8%;
}

#breadCrumb {
	padding: 0 10px;
	line-height: 180%;
    margin-bottom: 25px;
    /* border-bottom: #d9d9d9 1px dotted; */
    font-size: 70%;
}

#breadCrumb a {

}
#breadCrumb a:hover {

}
	

	


.scrText {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.print_wrp {
	display: none;
	text-align: right;
	padding-top: 8px;
	margin-bottom: -32px;
}

p.description {

}

	
#main2 p.date {
    font-size: 80%;
    text-align: right;
	margin-top: 0;
}
	
.contentBody ol li {
    position: relative;
    line-height: 1.5em;
    padding: 0.5em 0 0.5em 33px;
    margin-bottom: 20px;
}
	
.contentHeader {
    background-size: 145%;
}
	
.contentHeader h1 {
    font-size: 180%;
    padding: 8px 0px;
    letter-spacing: 0;
    line-height: 140%;
    margin-top: 0;
	margin-bottom: 10px;
}
	
.contentBody h2 {
    padding: 0px 12px;
    font-size: 160%;
    line-height: 140%;
    letter-spacing: 0;
	margin: 25px 0;
}
	
.contentBody h3 {
    margin: 20px 0 15px 0;
    padding: 0 5px 8px;
    font-size: 125%;
	line-height: 140%;
}
	
.contentBody h4 {
    margin: 20px 0 15px 0;
    font-size: 100%;
	background-position: 0px 5px;
    background-size: 15px;
    padding: 0px 0px 0px 19px;
}


	
.contentBody ul li {
    background-size: 13px;
    padding-left: 20px;
	background-position: 0px 3px;
}
	

.contentBody table[border] td ul li {
    margin: 8px 0;
}
		
.style1 {
    font-size: 130%;
	}
	
.style2 {
    font-size: 120%;
    padding: 12px;
}
	
.style4 {
    padding: 8px;
    line-height: 160%;
    font-size: 90%;
}
	
.style6 {
    padding: 5%;
    font-size: 100%;
}
	
	
/*サイトマップ
---------------------------------------------------------------*/
		
.sitemap {
    font-size: 80%;
}
	
.sitemap li.sm-depth1-item {
    font-size: 150%;
    margin: 1%;
    padding: 0px;
    letter-spacing: 1px;
    width: 100%;
}
	
span.sitemap-list-item-span.sm-depth1-label {
}
	
ul.sitemap-list.sm-depth2-list {
    margin: 15px 1%;
}
	
	
	
}


@media (max-width: 768px){


.contentBody .alignRight{
    float: right;
    margin-right: 0px;
    margin-bottom: 30px;
}
	
.contentBody .alignLeft{
    float: left;
    margin-left: 0px;
    margin-bottom: 30px;
}
	
	
.contentBody img.alignLeft,.contentBody img.alignRight {
    width: 50%;
    margin-bottom: 20px;
}
	
	
img.attached_icon{
	width: 20px;
	}

	
}



/* 幅が 480px以下であれば */
@media screen and (max-width: 480px){
	
	
.contentBody img.alignLeft, .contentBody img.alignRight {
    width: 100%;
    padding: 0 50px;
    margin: 0 0 30px 0;
	float: none;
}
	
.contentBody .alignLeft img,.contentBody .alignRight img {
	text-align: center;
}
	
table, tbody, tr, th, td {
	font-size: 95%;
	}

	
	
	
	
.box,.box2,.box3{
    padding:10px;
	line-height: 170%;
	font-size: 90%;
}
	
.box img,.box2 img,.box3 img{
	width: 100%;
	text-align: center;
	padding: 0px 90px;
}

	
}
