.contentHeader {
	margin: 22px 0 55px 0;
}


.contentTitle {
	font-size: 190%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.contentTitle span {
background: linear-gradient(transparent 50%, #ffe5d6 50%);
    padding: 0px 10px 5px 10px;
    letter-spacing: 3px;
}


.contentDescription{
	display: none;
	padding-top: 18px;
	text-align: center;
	color: #1a8d47;
}


.contentHeader .date{
	margin-top: 30px;
    font-weight: normal;
    font-size: 14px;
    color: #98cdad;
    text-align: right;
}



.contentBody {
	padding: 0 5px;
	line-height: 180%;
}

.contentBody h2 {
	border-bottom: 2px solid #cbcbcb;
    padding: 15px 5px 12px 12px;
    margin: 50px 0 30px 0;
    font-size: 165%;
    color: #ff8d86;
}


.contentBody h3 {
    color: #ff8d86;
    font-size: 135%;
    padding: 0 0 3px 10px;
    /* background-image: url(../images/bg-h3.png); */
    /* background-repeat: no-repeat; */
    /* background-position: center bottom; */
    margin: 32px 0 15px 0;
}


.contentBody h4 {
	background-image: url(../images/bg-link1.png);
    background-repeat: no-repeat;
    background-position: 10px 6px;
    background-size: 16px;
    padding: 0 0 0 30px;
    font-size: 120%;
	margin-top: 40px;
}




.contentBody p {
  margin: 1em 0 1em 5px;
}

.contentBody a {
   color: #ff8d86;
}

.contentBody ol,
.contentBody ul {
  margin: 1em 0 1em;
}



.contentBody ol {
  list-style: decimal;
  padding-left: 1.5em;
}

.contentBody ul {
}

.contentBody ul li {
	margin-bottom: 15px;
    background-image: url(../images/bg-link1.png);
    background-repeat: no-repeat;
    background-position: 9px 6px;
    background-size: 18px;
    padding-left: 38px;
}


.contentBody ul a{

}
.contentBody ul a:hover{
	text-decoration: underline;
}



.contentBody li ul {
  list-style: circle;
}
.contentBody li li ul {
  list-style: square;
}



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

.contentBody img.waku {
	border: 1px solid #ffc8c7;
}

.contentBody .alignLeft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.contentBody .alignRight {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}
.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: top;
  font-size: 100%;
}
.contentBody table[border] {
  border: 1px solid #ccc;
}
.contentBody table[border] th,
.contentBody table[border] td {
  padding: 3px 5px;
  border: 1px solid #ccc;
}
.contentBody table[border] th {
/*  font-weight: normal; */
	background-color: #ffffe9;
}

 /* wrap */
	
.wrap{
	padding: 30px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.5);
    /* background-color: #fff; */
    border: 2px solid #ffcec9;
	margin-top: 30px;
	}
	
.contentBody .wrap h2 {
}
	
.contentBody .wrap hr {
    border-top: 1px #ffb1b0 dotted;
}

.wrap img.waku{
	border: 1px solid #eaeaea;
}

 /* wrap end */

 /* wrap2 */
	
.wrap2{
	padding: 30px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.5);
    /* background-color: #fff; */
    border: 2px solid #ffcec9;
	margin-top: 30px;
	}
	
.contentBody .wrap2 h2 {
	margin: 0px 0 30px 0;
}

.contentBody .wrap2 .style3 {
    font-size: 90%;
    line-height: 150%;
    color: #ffffff;
    display: inline;
    padding: 3px 10px;
    margin-right: 10px;
    background-color: #ff8d86;
}
	
.contentBody .wrap2 hr {
    border-top: 1px #ffb1b0 dotted;
}

.wrap2 img.waku{
	border: 1px solid #eaeaea;
}

 /* wrap end */

/* ================================================== */

 /* staff-cm */

.staff-cm {
	position: relative;
    line-height: 160%;
    display: inline-block;
    margin: 1.5em 0;
    padding: 17px;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    background: #ff9c9c;
    font-size: 85%;
    border-radius: 20px;

}

.staff-cm:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #ff9c9c;
}

.staff-cm p {
  margin: 0;
  padding: 0;
}


 /* staff-cm end */


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

.red{
  color: red;
}



.style1{
	font-size: 150%;
    line-height: 175%;
    color: #ff7b7b;
    margin-bottom: 0px;
    display: inline-block;
    font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.style2 {
	font-size: 160%;
    color: #ff8d86;
}


.style3{
	font-size: 105%;
    line-height: 150%;
    color: #ffffff;
    display: inline-block;
    padding: 10px;
    background-color: #ff8d86;
}

.style4 {
	font-size: 150%;
    color: #fbfbfb;
    font-weight: bold;
    width: 98%;
    line-height: 150%;
    padding: 18px;
    border-radius: 60px;
    background-color: #ff8d8;
    background-image: url(../images/bg-footer.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 110%;
    border: 2px solid #fcb8c6;
    display: block;
}

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

.style5 {
    font-size: 150%;
    color: #5b5b5b;
    font-weight: bold;
    width: 98%;
    line-height: 150%;
    border-radius: 50px;
    background-color: #ffffff;
    display: block;
    transition: 0.2s ease-in-out;
    margin-top: 50px;
    margin-bottom: 40px;
	
}

.style5 a{
    color: #5b5b5b;
    text-decoration: none;
    display: block;
    transition: 0.2s ease-in-out;
    border-radius: 50px;
/*    box-shadow: rgb(99, 99, 99) 0px 0px 8px;*/
    border: 3px solid #ff8d86;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 25px;
    padding: 18px 38px 18px 16px;
}

.style5 a:hover, a:focus {
	background-color: #ffe5d6;
    transition: 0.2s ease-in-out;
}


.style6{
    display: inline-block;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 50px;
    transition: .4s;
    /* background-color: #fff; */
    background-color: rgba(255,255,255,0.8);
    line-height: 150%;
    width: 100%;
    font-size: 130%;
    /* box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29); */
    border-top: solid 1px #ff8d86;
    border-right: solid 1px #ff8d86;
    border-left: solid 1px #ff8d86;
    border-bottom: solid 5px #ff8d86;
    margin-bottom: 10px;
    /* color: #999999; */
}

.style6:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: solid 1px #ff8d86;
}

.style6 a{
	font-weight: bold;
	text-decoration: none;
}

.style6 a:hover, a:focus {
/*	transition: 0.6s; */
}


.style7{
    border-bottom: 3px solid #ffcec9;
}

.style8{
    color: #ff4c3a;
}

.style9{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	
}

.style10{
	font-size: 85%;
}



/*

.title a[href$='.pdf'] {
	background-image: url(../images/pdf.png);
}
.title a[href$='.doc'] {
	background-image: url(../images/doc.png);
}
.title a[href$='.docx'] {
	background-image: url(../images/docx.png);
}
.title a[href$='.xls'] {
	background-image: url(../images/xls.png);
}
.title a[href$='.xlsx'] {
	background-image: url(../images/xlsx.png);
}
.title a[href$='.jtd'] {
	background-image: url(../images/jtd.png);
}

.title a[href$='.pdf'],
.title a[href$='.doc'],
.title a[href$='.docx'],
.title a[href$='.xls'],
.title a[href$='.xlsx'],
.title a[href$='.jtd']{
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px;
	vertical-align: top;
}


.contentBody a[href$='.pdf'] {
	background-image: url(../images/pdf.png);
}
.contentBody a[href$='.doc'] {
	background-image: url(../images/doc.png);
}
.contentBody a[href$='.docx'] {
	background-image: url(../images/docx.png);
}
.contentBody a[href$='.xls'] {
	background-image: url(../images/xls.png);
}
.contentBody a[href$='.xlsx'] {
	background-image: url(../images/xlsx.png);
}
.contentBody a[href$='.jtd'] {
	background-image: url(../images/jtd.png);
}

.contentBody a[href$='.pdf'],
.contentBody a[href$='.doc'],
.contentBody a[href$='.docx'],
.contentBody a[href$='.xls'],
.contentBody a[href$='.xlsx'],
.contentBody a[href$='.jtd']{
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px;
	vertical-align: top;
}



*/




@media (max-width: 768px) {
	
.contentBody {
    padding: 0 30px;
    line-height: 180%;
}

	
.contentHeader {
    margin: 26px 0 30px 0;
}

.contentTitle {
    font-size: 150%;
    margin-bottom: 50px;
}
	
.contentTitle span {
    background: linear-gradient(transparent 50%, #ffe7e5 50%);
    padding: 0px 10px 5px 10px;
    letter-spacing: 3px;
}

.contentTitle h1 {
    font-size: 160%;
    line-height: 120%;
}
	
.contentBody h2 {
	border-bottom: 2px solid #cbcbcb;
    padding: 0px 5px 8px 7px;
    margin: 50px 0 30px 0;
    font-size: 150%;
}
	
	
.contentBody h3 {
    font-size: 130%;
    padding: 0 0 5px 3px;
    margin: 0px 0 15px 0;
}


.style1{
	font-size: 150%;
	line-height: 175%;
	margin-bottom:0px;
}

.style2{
	font-size: 150%;
}


.style3{
	padding: 10px;
    font-size: 100%;
    display: block;
    width: 100%;
    color: #ff8d86;
    background-color: transparent;
    margin: 15px 0;
    border-bottom: #ffcec9;
}

.style4{
	padding:10px;
	font-size: 100%;
	display: block;
	width:100%;
	margin:15px 0;
}

.style5{
	font-size: 130%;
/*
	display: block;
	width:100%;
	margin:15px 0;
*/
}

.contentBody .wrap-base p {

    margin: 0 0 0 0;

}


}

@media (max-width: 480px) {
	
.contentBody table th, .contentBody table td {
    line-height: 130%;
}
	
.staff-cm {
    padding: 10px;
    font-size: 80%;
}
	
.wrap {
    padding: 0px 10px;
    border: 2px solid #e2e2e2;
}
	
.contentBody .wrap h2 {
    margin: 20px 0 10px 0;
    background: #ff8199;
    padding-left: 10px;
    color: #fff;
	border-radius: 5px;
	border-bottom: none;
    border-top: none;
}
	
.contentBody .wrap .style3 {
	padding: 4px;
    font-size: 120%;
    display: block;
    width: 100%;
    margin: 0px 0;
    color: #ff7b94;
    background-color: white;
}
	
.wrap2 {
    padding: 5px 15px;
	border: 2px solid #e2e2e2;
}
	
.contentBody .wrap2 h2{
    margin: 10px 0 10px 0;
}
	
.contentBody .wrap2 .style3 {
    font-size: 90%;
    line-height: 150%;
    color: #ffffff;
    display: inline;
    padding: 3px 10px;
    margin-right: 10px;
	background-color: #ffa899;
}
	
.contentBody .wrap2 hr {
    border-top: 1px #ffb1b0 dotted;
    margin: 1em 0;
}
	

	
.contentBody ul li {
	margin-bottom: 15px;
    background-image: url(../images/bg-link1.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    background-size: 17px;
    padding-left: 27px;
}
	
.contentHeader {
    margin: 5px 0 30px 0;
}
	
.contentTitle {
	font-size: 135%;
    line-height: 170%;
    padding-left: 20px;
    padding-right: 20px;
	margin-bottom: 30px;
}
	
.contentBody {
    padding: 0 10px;
    line-height: 180%;
	font-size: 90%;
}
	
	
.contentBody .alignRight {
	text-align: center;
	width: 100%;
	float: none;
	margin-left: 0px;
}
	
.contentBody .alignLeft {
  	text-align: center;
    width: 100%;
	float: none;
	margin-right: 0px;
}
	
.contentBody .alignRight,.alignLeft img{
    width: 100%;
    padding: 0 30px;
    margin-left: 0px;
    margin-bottom: 20px;
    float: none;
}
.contentBody h2 {
    border-bottom: none;
    border-top: none;
    background-color: #ffa89b;
    padding: 10px 5px 10px 12px;
    margin: 30px 0 10px 0;
    font-size: 120%;
    color: #fff;
    border-radius: 5px;
}
	
.contentBody h3 {
    color: #ff7b94;
    font-size: 115%;
    padding: 5px 0 3px 5px;
    margin: 10px 0 15px 0;
}
	
.contentBody h4 {
	background-image: url(../images/bg-link1.png);
    background-repeat: no-repeat;
    background-position: 6px 6px;
    background-size: 14px;
    padding: 0 0 0 24px;
    margin-top: 20px;
    font-size: 115%;
}
	
	
.style1 {
    margin-bottom: 10px;
	font-size: 105%;
}
	
.style2 {
    font-size: 135%;
    color: #ff7b94;
	margin-bottom: 0px;
}
	
.style3 {
	padding: 7px;
    font-size: 100%;
    /* display: inline; */
    width: 100%;
    color: #5b5b5b;
    margin: 5px 0;
    background-color: #fff2f1;
}
	
.style4 {
    padding: 7px 0px;
    font-size: 135%;
    display: block;
    width: 100%;
    margin: 0px 0;
	background-size: 160%;
}
	
.style5 {
        font-size: 116%;
        display: block;
        width: 100%;
        margin: 30px 0;
}
	
.contentBody img.waku {
    padding: 0;
    border: 1px solid #ffc8c7;
}


}

@media (max-width: 320px) {


	
.wrap {
    padding: 0px 10px;
}
	
.contentBody .wrap h2 {
    font-size: 120%;
}
	
.style4 {
    padding: 7px 0px;
    font-size: 110%;
    display: block;
    width: 100%;
    margin: 0px 0;
    background-size: 180%;
}
	
}







/*table.bunben*/


table.bunben{}



table.bunben th,table.bunben td{
	padding: 8px 5px!important;
        vertical-align: middle;
}

table.bunben th.b-month{
	width: 12%!important;
}

table.bunben td{
	background-color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
}

ul.b-kigou{
	padding: 15px;
    background-color: rgba(255, 255, 255, 0.8);
    /* border-radius: 10px; */
    border: 1px solid #ffc8c7;
    border-radius: 7px;
    margin: 60px auto;
    max-width: 600px;
    width: 100%;
	display: flex;
    justify-content: center;
}



ul.b-kigou .style1{
	font-family: 'Noto Sans JP', sans-serif;
	color: #5b5b5b;
	font-size: 100%;
}

ul.b-kigou li {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 9px 6px;
    background-size: 18px;
    padding-left: 0;
    margin: 0 20px;
}



@media screen and (max-width: 640px) {
	
table.bunben th.b-month {
	font-size: 80%;
	}
	
	
ul.b-kigou{
	font-size: 80%;
	}
	
ul.b-kigou li {
    margin: 0px 15px;
}
	
	
}



@media screen and (max-width: 520px) {
ul.b-kigou {
    padding: 8px;
    border-radius: 5px;
    margin: 40px auto;
	font-size: 70%;
}
	
    ul.b-kigou li {
        line-height: 380%;
    }
	
}


@media screen and (max-width: 400px) {
    ul.b-kigou li {
        margin: 0px 10px;
    }
	
    table.bunben th,table.bunben th.b-month {
        font-size: 70%;
    }

}


	