@charset "UTF-8";

.partner-box01 {
	background-color:#e1effe;
	background-image: url(https://www.wonderobo.com/wp-content/uploads/2023/01/merit_bg01.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	padding: 3%;
}
.partner-box02 {
	background-color: #e1effe;
	background-image: url(https://www.wonder-robot.com/wp/wp-content/uploads/2022/12/merit_bg02.png);
	background-repeat: no-repeat;
	background-position: right 20px top 20px;
	padding: 3%;
}
.prpoint {
	padding: 10px 5px 5px 20px;
	font-size: 30px;
	text-shadow:2px 1px 0px #fff;
	margin-bottom: 1em;
}
.point {font-size:120%;text-shadow:2px 1px 0px #fff;}
.point .fas{
	font-size: 220%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.ulprpoint {
	background-color: rgba(255,255,255,0.8);
	padding: 30px;
}
.ulprpoint h4 {
	font-size: 16px;
	color: #000;
	padding: 10px;
	border: 1px solid #000;
}
.ulprpoint p {
}
.contact-flow {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	}
.contact-flow h3 {
	font-size:140%;
}
/* ---------------------------------------------blog list-- */
.cat-links { display:none;}
.post-summary {}
.page-title {
	font-size: 2.5rem;
	margin-bottom: -1em;
	text-align: center;
	font-weight:bold;
}
.page-title:after {
	border-bottom: 2px solid #ccc;
	content: "";
	display: block;
	width: 45px;
	padding-bottom:0.4em;
	margin-left:auto;
	margin-right:auto;
}
.loop-wrapper {
	display: flex;
	flex-wrap: wrap;
	width:100%;
	margin-right: auto;
	margin-left: auto;
}
.post-summary {
	width: 31.3%;
	margin-right: 1%;
	margin-bottom: 3%;
	margin-left: 1%;
	border: 1px solid #CCC;
	border-radius: 5px;
	overflow: hidden;
}
.post-summary .entry-header { margin-bottom:0.5em; background-color:#f2f2f2;}
.thumbnail-img {
	width: 100%;
	height: 150px;
	margin-bottom: 1em;
	background-image: url(https://www.wonderobo.com/wp-content/uploads/2023/01/logo_long-w.png);
	background-size: 150px;
	background-size: auto cover;
	background-repeat: no-repeat,no-repeat;
	background-position: 50% 50%;
	background-color: #0179a0;
	background-color: linear-gradient(to bottom right, #a6eff7 0%, #0179a0 100%);
	overflow: hidden;
	position: relative;
}
.thumbnail-img img{
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.post-summary .entry-title {
	font-size: 18px;
	text-align: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.post-summary .entry-meta {
	text-align: right;
	font-size: 12px;
	margin-right: 15px;
	margin-left: 15px;
}
.post-summary .entry-summary {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.post-summary .hentry {
	margin-bottom: 0rem;
}
.entry-summary {
	margin-right: 15px;
	margin-left: 15px;
}
.entry-summary p {
	font-size:16px;
}
a.continue-reading {
	border-radius: 16px;
	color: #369;
	background-color: #fff;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	display: inline-block;
	margin-right: 0px;
	text-align: center;
	font-size: 14px;
	line-height: 1em;
	border: 1px solid #999;
	float: right;
	margin-bottom:1em;
}
a.continue-reading:hover {
	color: #fff;
	background-color: #369;
}
/* ---------------------------------------------blog singl-- */
/*
.entry-header {
	background-color:#f8f8f8;
	text-align: left;
}
.entry-header h1.entry-title {
	text-align: left;
}
*/

.single .entry-header {
	background-color: #f8f8f8;
	padding: 15px;
	border-bottom: 1px dotted #ccc;
}
.single .entry-header .entry-title {
	text-align: left;
	font-weight: bold;
}
.single .entry-header  .entry-meta {
	text-align: right;
	font-size: 14px;
}

@media screen and (max-width: 979px) {
.post-summary {
	width: 48%;
}

}

@media screen and (max-width: 781px) {
.contact-flow {
	width: 100%;
}

.post-summary {
	width: 98%;
}

}
