
.category-title {
	display: none;
}

.outline {
	display: none;
}

img {
	max-width: 100%;
}

@media screen and (min-width: 769px) {
	.nopc {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.nosp {
		display: none;
	}
}

.main-image {
	margin-bottom: 6em;
}

@media screen and (min-width: 1300px) {
	.main-image {
		margin-right: -100px;		
		margin-left: -100px;
	}
}

.center-title {
	text-align: center;
	margin: 0 auto 3em;
}
.left-title {
	margin: 0 auto 3em;
}
.right-title {
	margin: 0 auto 2em 0;
}

.concept-box {
	margin-bottom: 6em;
}

.concept-box h3 {
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5em;
}
.concept-box h3 + h3 {
	margin-top: 1.3em;
}

@media screen and (max-width: 768px) {
	.center-title img {
		max-width: 40%;
	}
	.left-title img {
		max-width: 55%;
	}
	.right-title {
		max-width: 50%;
		text-align: right;
		margin: 0 0 3em auto;
	}
}

.service-box {
	margin-bottom: 6em;
}
.service-box h3 {
	font-size: 1.3em;
	line-height: 2.5em;
	margin-bottom: 2em;
}
.service-box picture {
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.service-box picture {
		width: 90%;
	}
}

.recommend-box {
	margin-bottom: 6em;
}
.recommend-box ul {	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recommend-box ul li {
	width: 32%;
	border: 14px solid #908bb5;
	background: #908bb5;
	margin-bottom: 1.5em;
	color: #fff;
	font-size: 1.2em;
	padding-bottom: 1em;
}
.recommend-box ul li p + p {
	margin-top: 1.3em;
}
.recommend-box ul .title-cell {
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 1.3em;
	color: #908bb5;
	text-align: center;
	font-weight: bold;
	padding: 1em 0;
}
.recommend-box ul .spacer-cell {
	background: #fff;
	border: none;
}
.recommend-box ul li .recommend-btn {
	display: none; /* 一時的に非表示 */
	width: 60%;
	margin: 1em auto 0;
	color: #908bb5;
	font-size: 1.1em;
	background: #fff;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.recommend-box ul li {
		width: 100%;
	}
}

.aboutus-box {
	width: 100vw;
  margin: 0 calc(50% - 50vw) ;
	background: #eeedf6;
	padding: 6em 0;
}
.aboutus-box ul {
	width: 90%;
	max-width: 1100px;
  margin: 0 auto 1.5em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.aboutus-box ul li {
	width: 47%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.aboutus-box ul li h3 {
	font-size: 1.3em;
	font-weight: bold;
}
.aboutus-box div {
	width: 90%;
	max-width: 1100px;
  margin: 0 auto;
	padding: 1em;
	background: #fff;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #696585;
}
@media screen and (max-width: 768px) {
	.aboutus-box ul li {
		width: 100%;
		text-align: right;
	}
	.aboutus-box ul li h3 {
		margin-bottom: 3em;
	}
}

.contact-box {
	margin: 6em auto;
	padding: 4em 2em;
	background: url(/assets/img/jpt/bg_contact.png) center top no-repeat #3b3287;
	color: #fff;
	text-align: center;
}
.contact-box h4 {
	margin: 0 auto 1.5em;
	font-size: 1.1em;
}
.contact-box h3 {
	margin: 0 auto 1.5em;
	font-size: 2em;
}
.contact-box .logo-cell {
	margin: 3em auto 0;
}
.contact-box a {
	color: #fff;
}
@media screen and (max-width: 768px) {
	.contact-box .center-title img {
		max-width: 45%;
	}
}

.sample-box {
	margin-bottom: 6em;
}
.sample-box ul {	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sample-box ul li {
	width: 32%;
	background: #72b315;
	margin-bottom: 1.5em;
	color: #fff;
	font-size: 1.2em;
	padding-bottom: 1em;
}
.sample-box ul li h4 {
	padding: .8em;
}
.sample-box ul li .sample-text {
	padding: 0 .8em;
}
.sample-box ul .title-cell {
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 1em 0;
}
.sample-box ul .spacer-cell {
	background: #fff;
}

@media screen and (max-width: 768px) {
	.sample-box ul li {
		width: 100%;
	}
	.sample-box .center-title img {
		max-width: 70%;
	}
}






















