.contentHeader {
	padding: 0;
	margin: 0;
}


.contentTitle {
    clear: both;
}




.contentTitle h1 {
    width: 100%;
    font-size: 200%;
    line-height: 160%;
    font-weight: bold;
    text-align: center;
    position: relative;
    /* padding-bottom: 25px; */
    margin-bottom: 48px;
}


.contentTitle h1:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #000;
}



/* description
================================================== */

.contentHeader p.description{
	    margin: 0 0 40px 0;
	background-color: transparent;
	border-left: none;
}

.contentHeader p.description{
    position: relative;
    padding-bottom: 1.5em;
    border-bottom: 2px solid #000;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #000;
	margin-top: 40px;
}
      
.contentHeader p.description::before,
.contentHeader p.description::after {
     position: absolute;
     top: 100%;
     left:50%;
     transform:translateX(-50%);
     content: '';
     border: 10px solid transparent;
}
 
.contentHeader p.description::before {
     border-top: 10px solid #000;
}
 
.contentHeader p.description::after {
     margin-top: -3px;
     border-top: 10px solid #fff;
}



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




.contentHeader .date {
    margin-top: 5px;
    padding: 0 10px 0 0;
    color: #000;
    text-align: right;
    padding-bottom: 20px;
    font-size: 80%;
}

.contentBody {
	padding: 0 5px;
}

.contentBody img {
    margin: 10px 0;
}

.contentBody img.attached_icon {
    max-width: 30px;
    display: inline-block;
    margin: 0 10px 0 0;
}

.contentBody h2 {
    font-size: 170%;
    line-height: 150%;
    border-left: 10px solid #000;
    padding: 15px 20px;
    margin: 35px 0;
    background-color: #f0f0f0;
}


.top-category_works .contentBody h2 {
    font-size: 170%;
    line-height: 150%;
    border-left: 10px solid #000;
    padding: 0px 20px;
    margin: 35px 0;
    background-color: transparent;
}

.contentBody h3 {
    padding: 10px 5px;
    border-bottom: 1px solid #000;
    font-size: 150%;
    margin: 35px 0;
    letter-spacing: 1px;
}
.contentBody h4 {
    padding: 7px 2px;
    color: #000;
    font-size: 130%;
}


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



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



.contentBody ol {
	counter-reset: number;
	 list-style: decimal;
	 margin: 1em;
}

.contentBody ol li {
	position: relative;
	 line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 40px;
	list-style-type: none;
	margin: 1em 0;
}


.contentBody ol li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #000;
    color: #fff;
    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 ol li {
	 list-style: decimal;
	padding: 0.5em 0.5em 0.5em 10px;
}

.contentBody ol li ol li:before {
	 display: none;
}




.contentBody ul {
    margin-bottom: 1em;
    text-indent: 0;
	margin-left: 1em;
}

.contentBody ul li {
    padding-left: .925em;
    line-height: 1.8;
    text-indent: -.925em;
    margin: 15px 0;
}

.contentBody ul li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-bottom: 4px;
    margin-right: 10px;
    background: #000;
    border-radius: 4px;
    vertical-align: middle;
}

.contentBody ul a{

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



.contentBody li ul {
	 margin: 1em 20px 1em 30px;
}
.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;
}
.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 #515151;
}

.contentBody table[border] p{
  margin: 10px 0;
}

.contentBody table[border] th,
.contentBody table[border] td {
  border: 1px solid #515151;
  padding: 10px;
}
.contentBody table[border] th {
/*  font-weight: normal; */
	background-color: #eee;
}
.contentBodyWrapper table {
  width: 100%;
}
.contentBodyWrapper table th,
.contentBodyWrapper table td {
  vertical-align: middle;
  font-size: 100%;
	padding:20px;
}
.contentBodyWrapper table[border] {
    border: 1px solid #515151;
    line-height: 140%;
}
.contentBodyWrapper table[border] th,
.contentBodyWrapper table[border] td {

  border: 1px solid #515151;
}
.contentBodyWrapper table[border] th {
    /* font-weight: normal; */
   background-color: #f2f2f2;
	border-bottom: 0px!important;
}

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

.red{
  color: red;
}



.style1{
	

	font-size: 190%;
	line-height: 150%;
	font-weight: bold;
	margin-bottom:20px;
	display: inline-block;
}
.style2 {
    color: #000;
    font-size: 115%;
    line-height: 160%;
}

.style2 a{
	color: #fff;

}
.style3 {
    font-size: 140%;
    margin: 3% 0;
    font-weight: bold;
    display: block;
    padding: 20px;
    text-decoration: none;
    background: #000;
    color: #FFF;
    box-shadow: 0px 0px 0px 5px #000;
    border: dashed 2px #FFF;
}


.style3 a{
	color: #fff;
	display: block;
	text-decoration: none;
}

.style3 a:hover {
	color: #4d4d4d;
}


.style4{
	background: linear-gradient(transparent 50%, #ddffb0 50%);
	font-weight: bold; 
	font-size: 120%;


}

.style5{
	font-size: 160%;
	line-height: 150%;
}

.style6 {
	border: 2px dotted #000;
    padding: 3% 4%;
    display: block;
}

.style7{
	font-size: 120%;
	text-decoration: underline;
}

.style10 img {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

.style10 img:hover {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
	transform: translateY(-0.1875em);
}


.waku{
    margin:2em 0;
    position: relative;
    padding: 5%;
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
}
.waku:before, .waku:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #000;
}
.waku:before {left: 10px;}
.waku:after {right: 10px;}
.waku p {
    margin: 0; 
    padding: 0;
}


img.arrow{
	max-width: 100px;
	margin: 0 auto!important;
}




/* top-category_works
================================================== */

.top-category_works h1{
}

/* reform
================================================== */

.voice-key-data {
	border: 2px dotted #000;
    padding: 2% 4% 2% 4%;
}

.cap-key{
	text-align:center;

}

.reform-wrap .data,.voice-data2 {
	border: 2px dotted #000;
    padding: 2% 4% 4% 4%;
}

.data_title {
	text-align: center;
}


.data_title img {
	max-width: 400px;
	height: auto;
}

.reform{
	padding: 3%;
    margin: 8% 0;
    border: 1px solid #f3f3f3;
    background-color: #f3f3f3;
}

.reform h2{
	    margin: 0 0 40px 0;
	background-color: transparent;
	border-left: none!important;
}




.reform h2 {
     text-align: center;
}
 
.reform h2{
     position: relative;
    padding-bottom: 0.5em!important;
    border-bottom: 2px solid #000;
    display: block;
    text-align: center;
	margin: 0 0 35px 0!important;
}
      
.reform h2::before,
.reform h2::after {
     position: absolute;
     top: 100%;
     left:50%;
     transform:translateX(-50%);
     content: '';
     border: 10px solid transparent;
}
 
.reform h2::before {
     border-top: 10px solid #000;
}
 
.reform h2::after {
     margin-top: -3px;
     border-top: 10px solid #f3f3f3;
}

.com p {
    margin: 1em 0 1em 0px;
    text-align: center;
    font-weight: bold;
    font-size: 85%;
	line-height: 170%;
}

.voice-data3 a {
display: block;
padding: 10px;
background-color: #555;
text-align: center;
margin: 20px auto 50px auto;
color: #fff;
border: double 5px #fff;
font-weight: bold;
	font-size: 135%;
 border-radius: 10px;}


@media (max-width: 767px) {


.reform-wrap .data, .voice-data2 {
    border: 2px dotted #000;
    padding: 4% 6% 4% 6%;
    margin-top: 10%;
}
	
}




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


.style1{

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

.style2{
}


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

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



.contentBody .wrap-base p {

    margin: 0 0 0 0;

}


.contentBodyWrapper table th,
.contentBodyWrapper table td {
	padding:5px;
}
	
	


}



@media (max-width: 767px) {
	
.contentBody h2 {
    font-size: 130%!important;
    line-height: 170%;
    border-left: 10px solid #000;
    padding: 15px!important;
    margin: 30px 0;
}
	
.contentBody h3 {
    padding: 10px 2px;
    font-size: 120%;
    margin: 25px 0;
}
	
.contentBody .alignLeft,.contentBody .alignRight {
	width: 50%;
}
	

	
}


@media (max-width: 700px) {

.contentTitle h1 {
    font-size: 170%;

}
	

}

@media (max-width: 650px) {
	
.waku {
    padding: 4% 8% 8% 8%;
}
	
	
.waku table td{
	display: block;
}
	
	
}


@media (max-width: 600px) {


.style5 {
    font-size: 130%;
}
	
img.arrow {
    max-width: 70px;
}

}



@media (max-width: 500px) {
	
.contentBody h3 {
    border-bottom: 3px dotted #000;
}
	
.contentBody h4 {
    padding: 7px 0;
}
	
.contentBody img {
    display: block;
    float: none;
    width: 100%;
    margin: 20px 0;
}
	
.contentBody img.attached_icon {
    max-width: 22px;
    display: inline-block;
    margin: 0 7px 0 0;
}
	
.contentBody .alignRight,.contentBody .alignLeft {
    display: block;
    float: none;
    width: 100%;
    margin: 20px 0;
}
	
.contentBody table[border] ul {
    margin-bottom: 0;
    text-indent: 0;
    margin-left: 0;
}
	
.contentBody table img {
    margin: 0;
}
	
table.block td{
	display: block;
	width: 100%!important;
	}
	
table.block td img{
	width: 100%!important;
	}
	
.contentBody img {
}
	
	
}


@media (max-width: 450px) {
	
.contentTitle h1 {
    font-size: 150%;
    line-height: 140%;
}
	
.waku {
    padding: 0% 12% 8% 12%;
    font-size: 80%;
}
	
.contentListWrapper .pagelist-item .title {
    font-size: 120%;
}
	

	
}
.youtube{
	    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #aaa;
	
}

.youtube iframe{
	    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	
}



/* pagination
================================================== */

.pagination {
    text-align: center;
    margin: 10px 0px;
}

.page.current {
    padding: 0 1%;
}

.pagination a {
    background-color: #000;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 10px 15px;
	transition: 0.3s;
	font-size: 85%;display: inline-block;
    width: 45px;
    margin: 0 2px;
}

.pagination a:hover {
    background-color: #5f5f5f;
	transition: 0.3s;
}

@media screen and (max-width: 482px) {

.pagination {
    text-align: center;
    margin: 10px 0px;
    font-size: 80%;
    font-weight: bold;
}
	
.pagination a {
    padding: 7px 12px;
}
}

