@media (min-width: 1007px) and (max-width: 1460px)  {
h1{
font-size: 0.9em;
}
h2{
font-size: 0.9em;
}
h3{
font-size: 0.9em;
}
h4{
font-size: 0.9em;
}

p{
font-size: 0.8em;
}
p, .lead{
font-size: 0.9em;
}
.widget-title{
 font-size: 0.9em;
}

.menu-item-object-post a{
font-size: 0.8em;
}

.menu-item-object-page a{
font-size: 0.8em;
}
.home-title-h2{
font-size: 1em;
}
.home-title-h3{
font-size: 0.9em;
}
.title_h6{
font-size: 10px;
}
	th{
	font-size: 0.9em;	
	}
.spec-t th,td {
    padding: 6px 10px;          /* 余白指定 */
	font-size: 12px;
}

.card-title-jisseki{
font-size: 16px;
font-weight: bold;
padding: 0px;
background: #c2edff;/*背景色*/
}
.jisseki-color{
background-color:#FFF9A7;
}
.card-title-jisseki-honbun{
font-weight: bold;
padding: 10px;
border: solid 1px #ccc;
background-color: #044BA0;
}
	
.mark-title{
font-size: 12px;
font-weight: bold;
}
.mark-title span{
font-size: 12px;
background: #ff0000;/*背景色*/
padding: 0em;/*文字まわり（上下左右）の余白*/
 color: #ffffff;
 padding-left: 4px;
 padding-right: 4px;
 border-radius: 4px;
}

 table{width: 100%;}
 
.font-large {
 font-size: 0.8rem;
 font-weight: 500;
 }
.nav-item {
 font-size: 0.8rem;
 }
 .btn-primary{
 font-size: 0.8rem;
  }

.title_h2 {
 font-size: 1rem;
}

.title_h2-jirei {
 font-size: 1rem;
}
.title_h2-p {
 font-size: 1rem;
}
	
.itiran-hyouji a{
font-size: 1em;
}

	
	

} /*media*/

@media (min-width: 992px) and (max-width: 1006px) {

	h1 {
		font-size: 0.9em;
	}

	h2 {
		font-size: 0.9em;
	}

	h3 {
		font-size: 0.9em;
	}

	h4 {
		font-size: 0.9em;
	}

	p {
		font-size: 0.8em;
	}

	p, .lead {
		font-size: 0.9em;
	}

	.widget-title {
		font-size: 0.9em;
	}

	.menu-item-object-post a {
		font-size: 0.8em;
	}

	.menu-item-object-page a {
		font-size: 0.8em;
	}

	.home-title-h2 {
		font-size: 1em;
	}

	.home-title-h3 {
		font-size: 0.9em;
	}

	.title_h6 {
		font-size: 10px;
	}

	th {
		font-size: 0.9em;
	}

	.spec-t th, td {
		padding: 6px 10px; /* 余白指定 */
		font-size: 12px;
	}

	.card-title-jisseki {
		font-size: 16px;
		font-weight: bold;
		padding: 0px;
		background: #c2edff; /*背景色*/
	}

	.jisseki-color {
		background-color: #FFF9A7;
	}

	.card-title-jisseki-honbun {
		font-weight: bold;
		padding: 10px;
		border: solid 1px #ccc;
		background-color: #044BA0;
	}

	.mark-title {
		font-size: 12px;
		font-weight: bold;
	}

		.mark-title span {
			font-size: 12px;
			background: #ff0000; /*背景色*/
			padding: 0em; /*文字まわり（上下左右）の余白*/
			color: #ffffff;
			padding-left: 4px;
			padding-right: 4px;
			border-radius: 4px;
		}

	table {
		width: 100%;
	}

	.font-large {
		font-size: 0.8rem;
		font-weight: 500;
	}

	.nav-item {
		font-size: 0.78rem;
	}

	.btn-primary {
		font-size: 0.8rem;
	}

	.title_h2 {
		font-size: 1rem;
	}

	.title_h2-jirei {
		font-size: 1rem;
	}

	.title_h2-p {
		font-size: 1rem;
	}

	.itiran-hyouji a {
		font-size: 1em;
	}
}

@media (min-width: 807px) and (max-width: 991px) {
	.btn-primary {
		font-size: 0.8rem;
	}
}


@media (min-width: 598px) and (max-width: 806px) {
	.btn-primary {
		font-size: 0.8rem;
	}
}


@media (max-width: 597px) {
	.btn-primary {
		font-size: 0.8rem;
	}
}

/*

@media (max-width: 768px) {

table{width: 100%;}
table th{width: 100%;}
table td{width: 100%;}


	
	
.font-large {
 font-size: 0.7rem;
 font-weight: 500;
}
 
.nav-item {
 font-size: 0.5rem;
 font-weight: 500;

 }

}

@media (max-width: 575px) {
}
	*/