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


.contentTitle {

}

.top-category_pick_up .contentTitle {
    background-color: #bca467;
    text-align: center;
   
}

.top-category_pick_up .contentTitle h1 {
	 color: #fff;
}


.contentTitle h1 {
    font-size: 250%;
    font-weight: normal;
    display: block;
    /* margin-bottom: 20px; */
    /* margin-top: 75px; */
    line-height: 160%;
    color: #c0394d;
    font-family: 'Shippori Mincho', serif;

}

.contentDescription{
    margin-top: 20px;
    color: #a8955f;
    font-weight: bold;
	}

.contentHeader .date {
    padding: 2px 10px;
    color: #a8955f;
    text-align: right;
    background-color: #fff;
    margin-top: 20px;
    border-radius: 50px;
    /* margin-bottom: 40px; */
    font-size: 80%;
    display: inline-block;
    border: 1px solid;
}

.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: 200%;
    line-height: 150%;
    /* color: #fff; */
    border-left: 10px solid #c0394d;
    padding: 0px 15px;
    margin: 55px 0 25px 0;
}



.contentBody h3 {
    padding: 10px 5px;
    border-bottom: 3px dotted #c6b37e;
    font-size: 160%;
    margin: 35px 0;
    color: #c0394d;
    letter-spacing: 1px;
    line-height: 145%;
}

.contentBody h4 {
    padding: 7px 2px;
    color: #c0394d;
    font-size: 130%;
}


.contentBody p {
     margin: 15px 0;
}



.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: #c6b37e;
    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: #c0394d;
    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;
}

















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



.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 #c7b399;
}

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

.contentBody table[border] th,
.contentBody table[border] td {
  border: 1px solid #c7b399;
  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%;
}
.contentBodyWrapper table[border] {
    border: 1px solid #c7b399;
    line-height: 140%;
	font-size: 80%;
}
.contentBodyWrapper table[border] th,
.contentBodyWrapper table[border] td {

  border: 1px solid #998675;
}
.contentBodyWrapper table[border] th {
/*  font-weight: normal; */
	background-color: #e5e0d1;
}

.contentBodyWrapper table.kaisyoku td {
	vertical-align: top;
}

.contentBodyWrapper table.kaisyoku td img {
	padding: 0 3%;
}

.contentBodyWrapper table.kaisyoku td p {
    margin: 0;
	    font-size: 90%;
}


/* amenity-table
================================================== */

table.amenity-table{
	background-image: url(../images/bg02.jpg);
    background-repeat: repeat;
    background-position: left top;
    background-size: 300px;
}

table.amenity-table td{
	padding: 1% 3%!important;
}

table.amenity-table h3 {
    margin: 15px 0 35px 0;
}


@media (max-width: 820px) {


table.amenity-table img.alignLeft {
    width: 100%;
    padding: 0 20%;
}

}

@media (max-width: 500px) {
	
table.amenity-table h3 {
    margin: 0px 0 25px 0;
	font-size: 120%;
}

table.amenity-table td {
    padding: 3% 6%!important;
}
}

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

.red{
  color: #c1394d;
}



.style1{
	font-size: 250%;
    font-weight: normal;
    display: block;
	margin-top: 25px;
    margin-bottom: 25px;
    /* margin-top: 75px; */
    line-height: 150%;
    color: #b69b52;
    font-family: 'Shippori Mincho', serif;
}
.style2 {
    font-size: 120%;
    line-height: 160%;
}

.style2 a{
	color: #fff;

}


.top-category_emergency .style2 a{
	color: #c0394d;

}

.style3 a {
    display: block;
    /* justify-content: space-between; */
    align-items: center;
    margin: 0 auto;
    padding: 1em 3em;
    width: auto;
    color: #534741;
    font-size: 18px;
    font-weight: 700;
    background-color: #c6b37e;
    box-shadow: 0 5px 0 #8d8d8d;
    transition: 0.3s;
    text-decoration: none;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: left 20px center;
    background-size: 15px;
}

.style3 a::after {
}

.style3 a:hover {
  transform: translateY(3px);
  box-shadow: 0 2px 0 #aaaaaa;
}


.style4{
	margin: 25px 0;
    display: block;
}


.style4 a {
	display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: 25px;
    width: 370px;
    background-color: #524641;
    transition: 0.3s;
    font-weight: bold;
    margin-top: 0px;
    color: #e2d4ae;
    text-decoration: none;
    font-size: 130%;
    letter-spacing: 1px;

}

.style4 a::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #b69b52;
  transition: 0.3s;
}

.style4 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 55px;
  height: 2px;
  background-color: #b69b52;
  transition: 0.3s;
}

.style4 a:hover {
  text-decoration: none;
	background-color: #c0394d;
}

.style4 a:hover::before,
.style4 a:hover::after {
  right: -3.5em;
}


.style5 {
    /* margin: 5px 0; */
    line-height: 180%;
    font-size: 140%;
    font-family: 'Shippori Mincho', serif;
}

.style10{
	border: 1px solid;
    color: #c03a4d;
    padding: 7px 10px;
    font-size: 83%;
    font-weight: bold;
}

.waku{
    margin:3em 0;
}


.waku:first-child{
    margin-top:0;
}

.waku h2 {
    margin: 25px 0 25px 0;
}



.top-category_insurance .contentBodyWrapper {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.top-category_insurance .waku {
    background-color: #f5f5f5;
    width: 31.3%;
    margin-top: 0;
    margin: 1%;
	padding: 3%;
}

.top-category_insurance .waku img {
    margin: 0;
    height: 110px;
    width: auto;
}


.top-category_insurance .waku h2 {
    margin: 0;
    text-align: center;
    font-size: 130%;
    color: #fff;
    padding: 10px 10px;
    border-left: none;
    background-color: #534741;
}


@media (max-width: 1240px) {

.top-category_insurance .waku {
    padding: 3%;
    font-size: 80%;
    line-height: 160%;
}
}


@media (max-width: 1200px) {

.contentTitle h1 {
}
}


@media (max-width: 1070px) {
.top-category_insurance .waku {
    width: 44%;
    margin: 3%;
    padding: 3%;
}
}

@media (max-width: 1030px) {
.contentTitle h1 {
    font-size: 180%;
    background-size: 156px;
}
}
	
	
@media (max-width: 830px) {
	
	.contentTitle h1 {
	
	}
}

@media (max-width: 768px) {


.style1{

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

.style2{
	font-size: 110%;
}


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

.style4{
	font-size: 100%;
	display: block;
	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: 140%;
}
	
.contentBody h3 {
    padding: 10px 2px;
    font-size: 120%;
    margin: 25px 0;
}
	
.contentBody .alignLeft,.contentBody .alignRight {
	width: 50%;
}
	
.style5{
	font-size: 120%;
}

	
}

@media (max-width: 730px) {
.top-category_insurance .waku {
    width: 100%;
    margin: 3%;
    padding: 7%;
}

}

@media (max-width: 690px) {

.contentBodyWrapper table.kaisyoku td{
	display: block;
	width: 100%!important;
}
	
	
.contentBodyWrapper table.kaisyoku .style5 {
    font-size: 135%;
    display: inline-block;
    margin: 15px 0 0px 0;
    /* line-height: 100%; */
}
	
}



@media (max-width: 650px) {

.contentHeader {
    margin: 10px 0;
}
	
}
	
	
@media (max-width: 530px) {
	#content-inner {
    padding: 0px 4%;
}
	
	
.contentTitle h1 {
}
	
.cat-img-con {
	letter-spacing: 0px;
	font-size: 200%;
}
	
.style4 a {
    padding: 18px;
    width: 260px;
    font-size: 110%;
}
	
.style4 a::after {
  width: 40px;
}
	
.style10 {
    padding: 3px 10px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

	
	
	}


@media (max-width: 500px) {
	
.contentBody h3 {

}
	
.contentBody h4 {
    padding: 7px 0;
}
	
.contentBody img {
    display: block;
    float: none;
    max-width: 100%;
    margin: 2em 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: 2em 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;
	}
	
.contentTitle h1 {
    font-size: 210%;
}
	
.contentBody h2 {
    font-size: 160%;
    margin: 25px 0 25px 0;
    border-left: 8px solid #c0394d;
    padding: 0px 8px;
}
	
.style5 {
    font-size: 110%;
}
	
	
}
	
@media (max-width: 470px) {
	
.contentTitle h1 {
    font-size: 180%;
    padding-bottom: 5px;
}
	
.contentBody table.sp_1crm{
	margin-top: 20px;
	}
	
.contentBody table.sp_1crm th,.contentBody table.sp_1crm td{
	display: block;
    padding: 0;
    text-align: center;
	}
	

.contentBody table.sp_1crm th img,.contentBody table.sp_1crm td img{
	float:none!important;
	width: 100%!important;
	margin-bottom:10px;
	}
	
.contentBody h3 {
    padding: 5px 2px;
    font-size: 150%;
}
	
	}


@media (max-width: 450px) {
	
.contentTitle h1 {
}
	
.contentListWrapper .pagelist-item .title {
    font-size: 120%;
}
	
}

