@charset "UTF-8";

/* ******************************************************
    汎用型
******************************************************* */

/*------ サイトマップ ------*/

div.vst-contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 1em;
	font-size: 16px;
}

div.vst-contents > ul {
	width: 48%;
	line-height: 2.25;
}

div.vst-contents + ul li {
	padding: 5px 0;
}

div.vst-contents  ul li:before {
	content: "★ ";
	color: #f8c5ab;
}

div.vst-contents h4 {
	font-weight: normal;
	margin-top: 0;
	display: inline;
}

div.vst-contents li.sitemap-list > ul {
	margin-left: 2.5em;
	list-style: disc;
}

div.vst-contents li.sitemap-list ul li:before {
	content: none;
}


ul.social-buttons,
div.news-img {
	display: none;
}


/*------ 二次的使用 ------*/

div.scduse-contents {
	margin:0 1em ;

}

div.scduse-contents h1 {
	font-size:24px;
	padding-bottom:5px;
	border-bottom: 2px solid #f9e2d6;
	text-align:left;
	margin-bottom:15px;
}

div.scduse-contents p {
	line-height:1.6em;
}


div.scduse-contents #column {
	width:98%;
	margin:0 auto;
}

div.scduse-contents #column h2 {
	margin:15px 0;
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
	padding:15px 0;
}

div.scduse-contents #column p {
	line-height:1.6em;
	font-size: 16px;
	margin-bottom:30px;
}

div.scduse-contents a {
	text-decoration:underline;
	color:#FF6600;
}

div.scduse-contents #column h3 {
	margin:30px 0 10px 0;
	font-size: 18px;
}

div.scduse-contents #column h3:before {
	content: "● ";
	color: #f8c5ab;
}

/*---------- Q&A ----------*/

div.scduse-contents #column h4 {
	padding:5px;
	cursor:pointer;
	line-height:1.4em;
}

div.scduse-contents #column h4:before {
	content: "Q. ";
	color:#EA5532;
	letter-spacing: -2px;
}

div.scduse-contents #qa-area p:before {
	content: "A. ";
	font-weight:bold;
	color:#EA5532;
}

div.scduse-contents #qa-area p {
	margin:5px 0 10px 0;
	padding:10px;
	background-color:#FDEDE4;
}

div.scduse-contents #qa-area p span {
	margin:0 15px;
	display:block;
	color:#000000;
	font-weight:normal;
	line-height:1.6em;
}

div.scduse-contents div.caution {
	width:auto;
	border:2px solid #CCC;
	padding:15px;
	margin:30px auto;
}

div.scduse-contents #column p.nb {
	margin-bottom:0px;
	color:#000000;
}

div.scduse-contents div.caution p strong {
	color:#000000;
}

div.scduse-contents ul.menu-contact {
	font-family: '梅ゴシックC4';
	font-weight: bold;
	font-size: 16px;
	overflow: hidden;
/*	margin:10px 0 0 180px;*/
}

div.scduse-contents ul.menu-contact li a {
	width: 246px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	vertical-align: middle;
	border-radius: 30px;
	color: #000;
	background-color: #fdede4;
	text-decoration: none;
	display: block;
	margin:10px auto 0 ;
}

div.scduse-contents ul.menu-contact li a:hover {
	background-color:#FFBF80;
}

/*---------- Lightbox ----------*/

.lightbox { display: none; }

#copy32,
#copy35,
#copy36,
#copy37,
#copy38 {
	padding:25px;
	background-color:#fff;
	margin:0 auto;
}

#copy32 h2,
#copy35 h2,
#copy36 h2,
#copy37 h2,
#copy38 h2 {
	font-size:16px;
	text-align:left;
	margin:10px 0 5px -10px;
}

#copy32 h3,
#copy35 h3,
#copy36 h3,
#copy37 h3,
#copy38 h3 {
	font-size:16px;
	text-align:left;
	margin:10px 0;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}

#copy32 p,
#copy35 p,
#copy36 p,
#copy37 p,
#copy38 p {
	font-size:16px;
	line-height:1.6em;
	margin-bottom:15px;
}

#copy37 h2.mt15 {
	margin-top:30px;
}