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

/* ttl */

#column_article #ttl {
	background: #c7365e url(../../images/mainvisual.png) no-repeat right 74%;
	background-size: contain;
	padding: 50px 0;
}

#column_article #ttl * {
	color: #FFF;
	font-weight: 700;
}

#column_article #ttl p {
	font-size: 2.0rem;
	margin-bottom: 10px;
}

#column_article #ttl p+p {
	font-size: 3.0rem;
}

#column_article #ttl p+p+p {
	font-size: 2.0rem;
	margin-bottom: 0;
}

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

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

	#column_article #ttl {
		background: none;
		background: #c7365e;
	}

}


/* article */

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

#column_article #banner {
	margin-bottom: 50px;
}

#column_article article header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #F0F0F0;
	margin-bottom: 30px;
}

#column_article article header #img {
	width: 20%;
}

#column_article article header #img p {
	line-height: 0;
}

#column_article article header #txt {
	width: 78%;
	padding: 0 20px;
}

#column_article article header #txt p {
	display: inline-block;
	background: #c7365e;
	padding: 4px 6px;
	margin-bottom: 10px;
	color: #FFF;
}

#column_article article header #txt h1 {
	font-size: 2.8rem;
	font-weight: 700;
}

#column_article article header+p {
	margin-bottom: 30px;
}

#column_article article p,
#column_article article dd {
	line-height: 1.8;
}

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

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

#column_article article section h2 a{
	font-size: 2.8rem;
	font-weight: 700;
	color: #c7365e;
}

#column_article article section h3 {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 10px;
}

#column_article article section p {
	margin-bottom: 20px;
}

#column_article article section p b{
	font-weight: 700;
}

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

#column_article article section .btn {
	text-align: center;
	margin-top: 30px;
}

#column_article article section .btn a {
	text-decoration: none;
	color: #c7365e;
	background: #FFF;
	padding: 16px 50px;
	border: #c7365e solid 2px;
	position: relative;
	font-weight: 700;
}

#column_article article section .btn a:before {
	content: '';
	width: 8px;
	height: 8px;
	border-top: #c7365e solid 2px;
	border-right: #c7365e solid 2px;
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 45%;
}

#column_article article section .ct {
	text-align: center;
}

#column_article article section dl {
	margin-bottom: 20px;
}

#column_article article section dl dt,
#column_article article section dl dt a {
	font-size: 2.0rem;
	font-weight: 700;
	color: #c7365e;
	margin: 20px 0 6px 0;
}

#column_article article section dl dd {
	padding-left: 20px;
	margin-bottom: 10px;
}

#column_article article section dl.faq dt,
#column_article article section dl.faq dd{
	padding-left: 40px;
	font-size: 1.8rem;
}

#column_article article section dl.faq dt,
#column_article article section dl.faq dd{
	position: relative;
}

#column_article article section dl.faq dt:before,
#column_article article section dl.faq dd:before{
	position: absolute;
	left: 0;
	top: 0;
}

#column_article article section dl.faq dt:before{
	content: 'Ｑ：';
}

#column_article article section dl.faq dd:before{
	content: 'Ａ：';
}

#column_article article section .point {
	background: #ffe5eb;
	padding: 20px;
}

#column_article article section .point + .point{
	margin-top: 50px;
}

#column_article article section .point h3{
	color: #c7365e;
	font-weight: 700;
	font-size: 2.4rem;
	margin-bottom: 0;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: #c7365e dotted 1px;
}

#column_article article section .point p.ttl{
	font-size: 2.0rem;
	font-weight: 700;
	margin-bottom: 10px;
}

#column_article article section .point .summary{
	font-size: 2.0rem;
	font-weight: bold;
	color: #c7365e;
	margin: 20px 0 0 0;
}

#column_article article section .point dt {
	margin: 0 0 10px 0;
}

#column_article article section .point dd {
	padding: 0;
	margin: 0;
}

#column_article article section .point .point_list{
	margin-bottom: 30px;
}

#column_article article section .point li {
	font-size: 2.0rem;
	margin-bottom: 10px;
	padding-left: 26px;
	position: relative;
	font-weight: 700;
}

#column_article article section .point li:last-child {
	margin-bottom: 0;
}

#column_article article section .point li:before {
	content: '●';
	color: #c7365e;
	position: absolute;
	left: 0;
	top: 0;
}

#column_article article section #important_list{
	margin-bottom: 20px;
}

#column_article article section #important_list h3{
	font-size: 2.2rem;
	padding-bottom: 10px;
	border-bottom: #333 dotted 1px;
	margin-bottom: 10px;
	padding-left: 40px;
	position: relative;
}

#column_article article section #important_list h3 a{
	font-size: 2.2rem;
	font-weight: 700;
}

#column_article article section #important_list h3:before{
	content: '';
	width: 30px;
	height: 30px;
	background: url(../images/img_live05_q.png) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

#column_article article section #important_list p{
	margin-bottom: 10px;
	padding-left: 40px;
	margin-bottom: 30px;
	position: relative;
}

#column_article article section #important_list p:before{
	content: '';
	width: 30px;
	height: 30px;
	background: url(../images/img_live05_a.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
}

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

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

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

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

#column_article article .box {
	padding: 20px;
	background: #f0f0f0;
	margin-bottom: 30px;
}

#column_article article .box p:last-child {
	margin-bottom: 0;
}

.border-box{
	padding: 20px;
	border: #CCC solid 1px;
}

#column_article article .note,
#column_article article .note * {
	font-size: 1.4rem;
	text-indent: 0;
	overflow-wrap: break-word;
}

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

#column_article article .txt_list {
	margin-bottom: 20px;
	padding: 20px;
	border: #CCC solid 1px;
}

#column_article article .txt_list li {
	padding-left: 24px;
	position: relative;
	margin-bottom: 10px;
}

#column_article article .txt_list li:last-child {
	margin-bottom: 0;
}

#column_article article .txt_list li:before {
	content: '・';
	color: #333;
	position: absolute;
	left: 0;
	top: 0;
}

#column_article article section ol{
	padding-left: 20px;
}

#column_article article section table {
	display: inline-block;
	border-collapse: collapse;
	max-width: 100%;
	margin: 30px 0;
}

#column_article article section table tr td,
#column_article article section table tr th {
	padding: 10px;
	border: #ccc solid 1px;
	text-align: left;
}

#column_article article section table tr th{
	background: #f0f0f0;
}

#column_article article section table tr td span.circle,
#column_article article section table tr td span.cross{
	font-size: 2.6rem;
}

#column_article article section table tr td span.circle{
	color: #ff0000;
}

#column_article article section table tr td span.cross{
	color: #1d00ff;
}

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

	#column_article article header {
		display: block;
		padding: 20px 16px;
	}

	#column_article article header #img {
		width: 60%;
		margin: 0 auto 20px auto;
	}

	#column_article article header #img p {
		line-height: 0;
	}

	#column_article article header #txt {
		width: 100%;
		padding: 0;
	}

	#column_article article header #txt h2 {
		font-size: 3.0rem;
		font-weight: 700;
	}

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

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

	#column_article article section .flex_box .right {
		display: block;
		text-align: center;
	}

}



/* page_nav */

#column_article #page_nav {
	margin-bottom: 50px;
}

#column_article #page_nav ul {
	display: flex;
	justify-content: space-between;
	background: #f0f0f0;
	padding: 20px;
}

#column_article #page_nav .single ul {
	justify-content: flex-end;
}

#column_article #page_nav .single_prev ul {
	justify-content: flex-start;
}

#column_article #page_nav ul li {
	position: relative;
}

#column_article #page_nav ul li#prev {
	padding-left: 24px;
}

#column_article #page_nav ul li#prev:before {
	content: '';
	width: 10px;
	height: 10px;
	border-top: #333 solid 2px;
	border-right: #333 solid 2px;
	transform: rotate(-135deg);
	position: absolute;
	top: 30%;
	left: 0;
}

#column_article #page_nav ul li#next {
	padding-right: 24px;
}

#column_article #page_nav ul li#next:before {
	content: '';
	width: 10px;
	height: 10px;
	border-top: #333 solid 2px;
	border-right: #333 solid 2px;
	transform: rotate(45deg);
	position: absolute;
	top: 30%;
	right: 0;
}

#column_article #page_nav ul li a {
	text-decoration: none;
	font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
	#column_article #page_nav ul li {
		width: 40%;
	}

	#column_article #page_nav ul li#next:before,
	#column_article #page_nav ul li#prev:before {
		top: 0;
		bottom: 0;
		margin: auto;
	}
}



/* related */

#column_article #related {
	margin-bottom: 50px;
}

#column_article #related #related_box {
	padding: 20px;
	background: #ffe5eb;
}

#column_article #related h2 {
	font-size: 2.0rem;
	font-weight: 700;
	margin-bottom: 10px;
}

#column_article #related ul li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 24px;
}

#column_article #related ul li:before {
	content: '●';
	color: #c7365e;
	position: absolute;
	left: 0;
	top: 0;
}

#column_article #related ul li a {
	text-decoration: none;
}



/* service_list */

#service_list {
	padding: 50px 0;
	border-top: #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: 40%;
	margin-right: 20px;
	position: relative;
	text-align: center;
}

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

#service_list ul li dl dt {
	margin-bottom: 6px;
}

#service_list ul li dl dd {
	font-size: 1.6rem;
	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 */

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

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

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

#column_article #contents_list ul {
	display: flex;
	justify-content: space-between;
}

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

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

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

	#column_article #contents_list ul {
		display: block;
	}

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

}</pre></body></html>