<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#case_article #breadcrumb {
	margin-bottom: 50px;
}

/* intro */

#case_article #intro {
	margin-bottom: 50px;
}

#case_article #intro .inner {
	background: #ffe5eb;
	padding: 20px;
}

#case_article #intro #intro_ttl {
	font-size: 3.0rem;
	color: #c7365e;
	font-weight: 500;
}

#case_article #intro h2 {
	font-size: 3.0rem;
	font-weight: 700;
	margin-bottom: 20px;
}

#case_article #intro h2 span {
	font-weight: 700;
	padding-left: 10px;
}

#case_article #intro p a {
	text-decoration: underline;
}

#case_article #intro #intro_txt {
	display: flex;
	justify-content: space-between;
}

#case_article #intro #intro_txt p:first-child {
	width: 72%;
	text-indent: 1em;
}

#case_article #intro #intro_txt p:last-child {
	width: 24%;
	text-align: right;
}

/* 追加 */
#case_article #intro #intro_txt p.detail_txt{
	font-size: 1.4rem;
}
#case_article #intro #intro_txt p.detail2_txt{
	text-indent: 0;
}
#case_article #intro #intro_txt p.detail2_txt span{
	font-size: 2rem;
	font-weight: bold;
}



/* article */

#case_article article {
	margin-bottom: 50px;
}

#case_article article h2 {
	font-size: 3.0rem;
	color: #c7365e;
	font-weight: 700;
	margin-bottom: 30px;
}

#case_article article h2+p {
	margin: -20px 0 70px 0;
}

#case_article article section {
	margin-bottom: 70px;
}

#case_article article section h3 {
	font-size: 2.8rem;
	font-weight: 500;
	color: #c7365e;
	padding-bottom: 6px;
	margin-bottom: 20px;
	border-bottom: #c7365e solid 2px;
}

#case_article article p {
	margin-bottom: 20px;
	text-indent: 1em;
	line-height: 1.8;
}

#case_article article section p.label {
	display: inline-block;
	background: #1e9eab;
	color: #FFF;
	padding: 8px 10px;
	margin: 0;
	font-size: 1.6rem;
	text-indent: 0;
}

#case_article article .note {
	font-size: 1.4rem;
	text-indent: 0;
}

#case_article article span.note {
	vertical-align: super;
}

#case_article article section p a {
	text-decoration: underline;
}

#case_article article section p.ct {
	text-align: center;
	text-indent: 0;
	margin-top: 30px;
}

#case_article article section .flex_box {
	display: flex;
	justify-content: space-between;
}

#case_article article section .flex_box .left {
	max-width: 80%;
	margin-right: 20px;
}

#case_article article section .flex_box .right {
	display: inline-block;
	min-width: 10%;
}

#case_article article section .flex_box .right p {
	text-indent: 0;
}

#case_article article section .flex_box img {
	display: block;
	margin-bottom: 10px;
}

#case_article article section .flex_box img+p,
#case_article article section .flex_box img+p a {
	font-size: 1.4rem;
}

#case_article article section#profile #name {
	font-size: 2.0rem;
	font-weight: 700;
}

#case_article article section#profile table {
	display: inline-block;
	border-collapse: collapse;
}

#case_article article section#profile table th,
#case_article article section#profile table td {
	border: #CCC solid 1px;
	padding: 10px;
}

#case_article article section#profile table th {
	background: #f0f0f0;
	text-align: center;
}

#case_article article section#box {
	padding: 20px;
	border: #c7365e solid 1px;
	text-align: center;
}

#case_article article section#box p {
	font-weight: 700;
}

#case_article .btn {
	background: #f0f0f0;
	padding: 30px 16px;
	text-align: center;
	text-indent: 0;
	margin: 50px 0;
}

#case_article .btn a {
	display: inline-block;
	background-color: #c7365e;
	color: #FFF;
	font-size: 2.0rem;
	font-weight: 700;
	position: relative;
	padding: 10px 60px;
}

#case_article .btn a::after {
	content: '';
	width: 8px;
	height: 8px;
	border-top: #FFF solid 2px;
	border-right: #FFF solid 2px;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
}

/* 202303追加 */
#case_article article .BoxSubtitle{
	font-size: 2rem;
	margin-bottom: 0;
    text-indent: 0;
	text-align: center;
	color: #c7365e;
    font-weight: bold;
}

/* 追加 */
#case_article article section .innerImgae{
	width: 70%;
	margin: 50px auto 40px;
}
#case_article article section .innerImgae img{}
#case_article article section .innerBTN{
	width: 50%;
	text-align: center;
	margin: 0 auto;
}
#case_article article section .innerBTN p.serviceBtn {
	text-indent: 0;
}
#case_article article section .innerBTN p.serviceBtn a{
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #E7315A;
	padding: 20px 0;
	font-size: 2.4rem;
	border-radius: 10px;
}
/* / */


@media screen and (max-width: 767px) {

	#case_article article section .flex_box {
		display: block;
	}

	#case_article article section .flex_box .left {
		max-width: 100%;
		margin-bottom: 30px;
		margin-right: 0;
	}

	#case_article article section .flex_box .right {
		width: 100%;
		text-align: center;
	}

	#case_article article section .flex_box img {
		display: inline-block;
		margin-bottom: 10px;
	}


}



/* service_list */

#service_list {
	padding: 50px 0;
	border-top: #CCC solid 1px;
	border-bottom: #CCC solid 1px;
}

#service_list h2 {
	font-size: 3.0rem;
	text-align: center;
	font-weight: 700;
	margin-bottom: 30px;
}

#service_list ul {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

#service_list ul li {
	width: 24%;
	margin-right: 20px;
	position: relative;
}

#service_list ul li:last-child {
	margin-right: 0;
}

#service_list ul li dl dd {
	font-size: 1.4rem;
	text-align: center;
}

#service_list p {
	text-align: center;
}

#service_list p a {
	display: inline-block;
	background: #323232;
	color: #FFF;
	padding: 10px 20px;
}

@media screen and (max-width: 767px) {

	#service_list ul {
		display: block;
	}

	#service_list ul li {
		text-align: center;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

}



/* contents_list */

#case_article #contents_list {
	background: url(/_common/img/dot_bg.png);
	padding: 40px 0;
}

#case_article #contents_list h2 {
	font-size: 3.0rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

#case_article #contents_list p {
	margin-bottom: 50px;
}

#case_article #contents_list ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

#case_article #contents_list ul li {
	width: 48%;
}

#case_article #contents_list ul li p {
	font-size: 1.6rem;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {

	#case_article #contents_list ul {
		display: block;
	}

	#case_article #contents_list ul li {
		width: 100%;
		margin-bottom: 50px;
	}

}



/* list */

#img_list_3 {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

#img_list_3 li {
	width: 32%;
	text-align: center;
}

#img_list_3 li p {
	font-size: 1.4rem;
	line-height: 1.6;
	margin-bottom: 10px;
	text-indent: 0;
}

@media screen and (max-width: 767px) {
	#img_list_3 {
		display: block;
	}

	#img_list_3 li {
		width: 100%;
		text-align: left;
		margin-bottom: 20px;
	}

}

/* 動画 */
.smst-MovieBox{
	width: 100%;
	text-align: center;
}
.smst-MovieBox iframe {
	width: 960px;
	height: 540px;
}
@media screen and (max-width: 767px) {
	.smst-MovieBox{
		width: 100%;
	}
	.smst-MovieBox iframe {
		width: 300px;
		height: 169px;
	}
}</pre></body></html>