@charset "utf-8";
.tl {
	text-align: left;
}

.red_txt {
	color: #cc0000;
	font-weight: 900;
}

#breadcrumb ul li span {
	font-size: 14px !important;
}

.fv_contents h2.main_title {
	background-color: #cc0000;
	color: #fff;
	text-align: center;
	font-size: 2em;
	font-weight: 900;
	padding: 0.2em 0 0 0;
	margin-bottom: 5px;
}

.fv_contents .movie_contents {
	width: 320px;
}

.fv_contents .text_contents {
	width: calc(100% - 320px);
	padding-left: 10px;
}

.fv_contents .text_contents dl dt {
	font-weight: 900;
	position: relative;
	padding-left: 18px;
	font-size: 1.1em;
	border-bottom: 1px dotted;
	margin-top: 10px;
	margin-bottom: 3px;
}

.fv_contents .text_contents dl dt:before {
	content: "■";
	color: #3498db;
	position: absolute;
	left: 0;
}

.fv_contents .text_contents dl dt:first-of-type {
	margin-top: 0;
}

.fv_contents .text_contents dl dd {
	padding-left: 20px;
}

.fv_contents .text_contents dl dd ul.list_txt li {
	padding-left: 20px;
	position: relative;
}

.fv_contents .text_contents dl dd ul.list_txt li:before {
	content: "○";
	color: #f70093;
	position: relative;
	left: 0;
}

.connection_service li {
	width: calc(98% / 3);
	margin-right: 1%;
	color: #f70093;
	border: 1px solid #f70093;
	margin-top: 1%;
	text-align: center;
}

.connection_service li:nth-of-type(3n) {
	margin-right: 0;
}

.connection_service li span {
	display: block;
	padding: 5px;
}

.connection_service li a {
	color: #f70093;
	display: block;
	text-align: center;
	transition: 0.5s;
	padding: 5px;
}

.connection_service li a:hover {
	background-color: #f70093;
	color: #fff;
}

.doga {
	margin: 25px 0;
}

.doga .col_2 {
	width: calc(99% / 2);
	margin-right: 1%;
}

.doga .col_2:last-of-type {
	margin-right: 0;
}

h2.headline {
	font-size: 1.5em;
	font-weight: 900;
	border-bottom: 1px solid;
	margin-bottom: 10px;
	padding: 5px 5px 3px;
	position: relative;
}

h2.headline.pc_action_btn {
	padding-right: 32px !important;
}

h2.headline.pc_action_btn:before {
	content: "＋";
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
}

h2.headline.pc_action_btn.open_writing:before {
	content: "－";
}

.writing_top {
	display: none;
}

.writing_top dl dd ul li,
.writing_top dl dd ul li span {
	font-size: 12px;
}

.area h2 {
	border-radius: 0;
	border-bottom: none;
}

.summary {
	margin-bottom: 10px;
}

.summary h3.read_title {
	font-size: 1.2em;
	font-weight: 900;
	position: relative;
	padding-left: calc(28px + 6px);
	color: #f70093;
}

.summary h3.read_title span {
	font-weight: 900;
	background-color: #f70093;
	color: #fff;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	display: block;
	position: absolute;
	left: 0;
	border-radius: 3px;
}

@media only screen and (max-width : 768px) {
	#breadcrumb ul {
		overflow-x: scroll;
		white-space: nowrap;
	}

	.fv_contents .movie_contents {
		width: 100%;
	}

	.fv_contents .text_contents {
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
	}

	.fv_contents .text_contents dl dd {
		padding-left: 0;
	}

	.doga .col_2 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 12px;
	}

	.doga .col_2:last-of-type {
		margin-bottom: 0;
	}

	.inside dl dt {
		margin: 10px 10px 5px;
		padding: 10px;
	}

	.click_trigger {
		position: relative;
		padding-right: 38px !important;
	}

	.click_trigger:before {
		content: "＋";
		position: absolute;
		top: 50%;
		right: 8px;
		transform: translateY(-50%);
	}

	.click_trigger.click_trigger_open:before {
		content: "－";
	}

	.click_trigger_box {
		display: none;
	}

	#area_inquiry .prefmap dl dt {
		text-align: center;
		border-bottom: 1px dashed;
		margin-bottom: 5px;
		padding-bottom: 5px;
	}

	#area_inquiry .prefmap dl dd {
		display: flex;
		flex-wrap: wrap;
	}

	#area_inquiry .prefmap dl dd a {
		display: block;
		width: calc(97% / 4);
		margin-right: 1%;
	}

	#area_inquiry .prefmap dl dd a:nth-of-type(4n) {
		margin-right: 0;
	}

	#area_inquiry iframe {
		display: none;
	}

	.row .col.s11 {
		width: 100%;
	}
}