.contentTitle {
	padding: 30px 0 30px 0px;
	margin-bottom: 0px;

}




.contentTitle h1 {
	padding: 0px;
	font-size: 200%;
	line-height: 120%;
	font-weight: bold;
	margin: 0px auto 0px auto;
	text-align: center;
	

}

.contentDescription{
	display: none;
	}

.contentHeader .date{
	text-align:right;


}


.h1-img {
	text-align: left;
	background-color: #4789E6;
	padding:50px 30px;
}


.h1-img img {
vertical-align: bottom;
height:18px;
}


.contentBody h2 {
  font-size: 140%;
  line-height: 110%;
/*  background-color: #EAEBF0;*/
  padding: 15px;
  border-bottom: 3px solid #4483D0;
  margin:30px 0px 30px 0px;}

.contentBody h3 {
  font-size: 130%;
  line-height: 150%;
  background-color: #4483D0;
  color: #fff;
  padding:10px;
  border-bottom: none;
}




.contentBody h4 {
    font-size: 130%;
    line-height: 150%;
    border: 1px solid #4480CD;
	    border-left: 10px solid #4480CD;
    background-color: #fff;
    padding: 10px;
}
.contentBody p {
  margin: 10px 0 10px 0px;
}
@media (max-width: 768px) {
  .contentBody p {
  font-size: 15px;
    line-height: 1.8rem;}}
.contentBody ol,
.contentBody ul {
  margin: 1em 0 1em 40px;
}



.contentBody ol {
  list-style: decimal;
  padding-left: 1em;
}
.contentBody ul {
  list-style: disc;
  padding-left: 1em;
}
.contentBody li ul {
  list-style: circle;
}
.contentBody li li ul {
  list-style: square;
}

.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  30px 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 {

  font-size: 100%;
}
.contentBody table[border] {
  border: 1px solid #ccc;
}
.contentBody table[border] th,
.contentBody table[border] td {
  padding: 10px;
  border: 1px solid #ccc;
}
.contentBody table[border] th {
  font-weight: normal;
	  vertical-align: middle;
white-space: nowrap;
	background-color: #eee;
}


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

.red{
  color: red;
}



.style1{
	font-size: 250%;

	font-weight: bold;
	margin-bottom:20px;
	display: inline-block;
	color: #666;
	line-height: 110%;
}
.style2{
	font-size: 110%;

	font-weight: bold;
	margin-bottom:20px;
	display: inline-block;
	color: #666;
	line-height: 110%;

}
.style3{
	background-color: #00A0E9;
	color: #fff;
	padding:20px;
	font-size: 140%;
	display: inline-block;
		width:470px;
	text-align: center;
	margin:20px auto 0px auto;
}
.style3 a{
	color: #fff;
	text-decoration: none;
}
.style4{
  font-size: 160%;

  font-weight: bold;
  margin: 25px 0;
  display: inline-block;
  color: #666;
  line-height: 110%;
}
.style4:first-letter{

	font-weight: bold;
	margin-right:10px;
	display: inline-block;

	line-height: 110%;
		padding: 20px 30px 30px 30px;
	background-image: url("../images/ken-num.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 70px 60px;
	color:#fff;
	
}

.style5{
	font-size: 135%;
	padding:10px;
	line-height: 150%;
	font-weight: bold;
	margin-bottom:10px;
	display: inline-block;
	color: #fff;
	background-color: #AE1701;
		
	line-height: 110%;}

.style6{
	font-size: 250%;
	line-height: 150%;
	font-weight: bold;
	margin-bottom:20px;
	display: inline-block;
	color: #666;
	line-height: 110%;
	background: linear-gradient(transparent 70%, #a7d6ff 70%);
}
.style7{
	border-left: 10px solid #4483D0;
	padding-left:10px;
}


/*
.style7 {
  position: relative;
  padding: 1rem .5rem;
  display: block;
  font-size: 130%;
  font-weight: bold;
  }

.style7:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}
*/

.style8{
font-weight: bold;
color:#DF6300;}

/*
.style8 {
  position: relative;
  display: inline-block;
  height: 42px;
  margin-left: 30px;
  padding: 0.5rem 2rem 0.5rem 3rem;
  color: #fff;
  font-weight: bold;
  background: #ffa800;
}

.style8:before {
  position: absolute;
  top: 0;
  left: -30px;
  content: '';
  border-width: 21px 30px 21px 0;
  border-style: solid;
  border-color: transparent #ffa800 transparent transparent;
}

.style8:after {
  position: absolute;
  top: calc(50% - 7px);
  left: -10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}
*/

.style9{
    margin-bottom: 20px;
    background-color: #C7E2F7;
		    border: solid 5px #fff;
    box-shadow: 0 0 8px grey;
	padding:20px;
}

.style9 a {
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    padding: 30px;
    font-size: 150%;
    display: inline-block;

	    text-decoration: none;
    background-image: url(../images/pul01.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    background-size: 15px 15px;
	
}

.style10{
	font-size: 70%;
	line-height: 100%;
}

@media (max-width: 768px) {

.contentTitle {
	padding: 15px 0 15px 5px;
	margin-bottom: 0px;

}


.contentTitle h1 {
	padding: 0px;
	font-size: 150%;
	line-height: 120%;
	font-weight: bold;
	margin: 0px auto 0px auto;
	text-align: center;
}


.contentDescription{
	display: none;	
	}

.contentHeader .date{
	text-align:right;


	font-size: 85%;
}


.contentBody h2 {
	font-size: 150%;
	line-height: 150%;
	padding-left: 10px;
margin: 0 0 10px 0;
}





.contentBody h3 {
	font-size: 140%;
	line-height: 130%;
	padding: 10px 0px 10px 30px;
	margin: 15px 0 10px 5px;
}


.contentBody h4 {

}

	.contentBody .alignLeft {
  float: none;
		text-align: center;
  margin-right: 0px;
  margin-bottom: 30px;
}
.contentBody .alignRight {
  float: none;
		text-align: center;
	margin-left: 0px;
  margin-bottom: 20px;
}
.contentBody .alignCenter {
  display: block;
  margin: 0 auto;
width:100%;}

.style1{

	font-size: 160%;
	line-height: 150%;
	margin-bottom:20px;
}

.style2{
	margin-bottom: 10px;
	display: inline-block;
}


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

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


.contentBody .wrap-base p {
    margin: 0 0 0 0;

}

.h1-img {
	margin-top: 60px;
	padding:20px 30px;
}


}
@media (max-width: 480px) {
.style4{
	font-size: 120%;
	font-weight: bold;
	margin-bottom:20px;
	display: inline-block;
	color: #666;
	line-height: 110%;
  padding: 0;
}
.style4:first-letter{

	font-weight: bold;
	margin-right:5px;
	display: inline-block;
	line-height: 110%;
		padding: 22px 8px 33px 25px;
	background-image: url("../images/ken-num.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100%;
	color:#fff;
	
}




}
@media (max-width: 320px) {
.style4{
	font-size: 90%;
}
}



.room02-youtube{
	width: 100%;
	display: flex;
    justify-content: space-between;
    margin: 0 auto;
    gap: 0 2em;
}

.room02-youtube .youtube{
	width: 50%;
    padding-top: 290px;
}


.room02-youtube .youtube iframe{
	height: 300px!important;
}

@media (max-width: 650px) {
	
.room02-youtube {
    display: block;
	}
	
.room02-youtube .youtube {
    width: 100%;
    padding-top: 290px;
    margin-bottom: 30px;
}
	
.room02 .more-btn {
    margin-top: 5px;
}
	
}

@media (max-width: 440px) {

.room02-youtube .youtube iframe {
    height: 230px !important;
}
.room02-youtube .youtube {
        padding-top: 220px;
    }

}



