@charset "utf-8";

/*wp start*/
.mediaDet01 a {
	color: #0000FF;
	text-decoration: underline;
}
.mediaDet01 a:hover {
	opacity: 1;
	text-decoration: none;
}
.mediaDet01 ul {
	padding-left: 1em;
}
.mediaDet01 ul li {
	list-style-type: disc;
}
.mediaDet01 ol {
	padding-left: 1.1em;
}
.mediaDet01 ol li {
	list-style-type: decimal;
}
 blockquote{
	position: relative;
	padding: 30px 39px 30px 39px;
	box-sizing: border-box;
	font-style: italic;
	color: #464646;
	background: #f0f7ff;
	border: none;
	border-top: solid 3px #a5d7ff;
	border-bottom: solid 3px #a5d7ff;
}
blockquote:before,
blockquote:after{
	display: inline-block;
	position: absolute;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	text-align: center;
	content: ' " ';
	font-weight: 900;
	color: #FFF;
	font-size: 16px;
	line-height: 30px;
	background: #a5d7ff;
}
blockquote:before{
	top: 0; left: 0;
}
blockquote:after{
	bottom: 0; right: 0;
}
blockquote + p{
	margin-top: 1.6em;
}
blockquote p {
	position: relative;
	padding: 0;
	margin: 10px 0;
	z-index: 3;
	line-height: 1.7;
}
blockquote > p:last-child{ 
  margin-bottom: 0 !important;
}

.comp01 {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
	padding-top: 30px;
}
.comp02 {
	text-align:center;
	margin:0 auto 60px;
}
.comp03 {
	text-align:center;
	width:290px;
	margin-right: auto;
	margin-left: auto;
}
.comp03 a {
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	background-color: #000;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
	display: block;
	background-repeat: no-repeat;
	background-position: right 25px center;
}

.mw_wp_form .error {
	margin-top: 5px;
}
.pnav {
	text-align:center;
}
.pnav .wp-pagenavi {
	text-align: center;
	font-size: 12px;
	line-height: 1;
}
.pnav .wp-pagenavi a {
	display: inline-block;
	border: 1px solid #D2D2D2;
	color: #000;
	background-color: #FFF;
	text-decoration: none;
	margin: 3px;
	padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
    font-weight: normal;
    min-width: 34px;
}
.pnav .wp-pagenavi span {
	display: inline-block;
	border: 1px solid #D2D2D2;
	color: #000;
	background-color: #FFF;
	text-decoration: none;
	margin: 3px;
	padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
    font-weight: normal;
    min-width: 34px;
}
.pnav .wp-pagenavi a:hover {
	opacity:0.7;
    border-color: #D2D2D2;
}
.pnav .wp-pagenavi span.current {
	border-color: #303030;
	background-color: #303030;
	color: #fff;
}
.pnav .wp-pagenavi span.pages {
	display:none;
}
.pnav .wp-pagenavi span.current {
    font-weight: normal;
}

.mdladd03 img {
	object-fit: cover;
	height: 253px;
}
.mdladd05 img {
	object-fit: cover;
	height: 118px;
}
.mdladd05 {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	height: 253px;
}
.mdladd05 li {
	width: 100%;
	margin-bottom: 0;
}

@media screen and (max-width: 1100px) {
	.mdladd03 img {
		height: 23vw;
	}
	.mdladd05 img {
		object-fit: cover;
		height: 10.8vw;
	}
	.mdladd05 {
		height: 23vw;
	}
}
@media screen and (max-width: 767px) {
	.mdladd03 img {
		height: 41.3vw;
	}
	.mdladd05 img {
		height: 18.9vw;
	}
	.mdladd05 {
		height: 41.3vw;
	}
}
/*wp end*/