@charset "UTF-8";
/* CSS Document */

#info_midashi {
	border-bottom: solid 1px #ccc;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-bottom: 30px;
	color: #777777;
}

#info_midashi h3 {
	font-size: 20px;
}

#main_img img {
	width: 100%;
	height: auto;
	border: solid 1px #ccc;
}

#main_img+p {
	margin-top: 30px;
	font-weight: bold;
	font-size: 105%;
}

#flyer_dl {
	text-align: right;
	font-weight: bold;
	font-size: 110%;
	margin: 20px 0 0;
}

.line1 {
	border-bottom: solid 1px #ccc;
	height: 2px;
	margin: 20px 0;
}

.info_midashi2 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 15px;
}

.info_midashi2.space_top {
	margin-top: 60px;
}

#summary {
	line-height: 180%;
	font-size: 95%;
}

#summary div {
	padding-bottom: 5px;
}

#summary .row .last_d {
	padding-bottom: 0 !important;
}

#summary .row.b_0 {
	padding-bottom: 0 !important;
}

#summary .row.line_type_1 {
	display: flex;
	align-items: center;
}

#summary .row.line_type_1 .name,
#summary .row.line_type_1 .cont {
	padding-bottom: 0 !important;
}

#summary .text_b {
	color: #333333;
	font-weight: bold;
	line-height: 180%;
}

#summary .theme {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 180%;
}

#summary a.btn_link {
	margin-left: .7em;
}

.dantai_area {
	border: solid 10px #46A638;
	padding: 30px;
	margin-bottom: 40px;
}

.dantai_area .midashi1 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 15px;
}

.dantai_area .caution {
	color: #D80000;
	font-size: 14px;
	padding-bottom: 15px;
}

.dantai_area ul.num {
	font-size: 105%;
	font-weight: bold;
}

.dantai_area ul.num li {
	margin-bottom: 10px;
}

.download_area {
	border: solid 10px #12428C;
	padding: 20px;
	margin-bottom: 40px;
}

.download_area .dl_midashi {
	padding-bottom: 5px;
}

.download_area .dl_filename {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}

.download_area .dl_filename span {
	color: #777777;
	font-size: 13px;
	font-weight: normal;
}

.info_midashi_center {
	text-align: center;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 15px;
}

.obosaki_area {
	text-align: left;
	background-color: #EBEBEB;
	padding: 40px;
}

.obosaki_area .tel {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 160%;
	padding: 20px 0;
}

.obosaki_area .tel span {
	font-size: 70%;
	font-weight: normal;
	display: block;
	line-height: 150%;
	margin-top: 5px;
}

.obosaki_area .email {
	color: #0059B2;
	font-size: 14px;
	font-weight: bold;
	line-height: 160%;
}

.obosaki_area .email span {
	color: #555555;
	font-size: 14px;
	font-weight: bold;
}

.obosaki_area a,
.download_area a,
.dantai_area p a,
.dantai_area li a,
#flyer_dl a {
	color: #0059B2 !important;
}

ul.dot {
	list-style: disc outside;
	padding-left: 20px;
}

ul.num {
	list-style: decimal outside;
	padding-left: 25px;
}

ul.num_type2 {
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
	padding-left: 1em;
}

ul.num_type2 li {
	text-indent: -1.3em;
}

ul.num_type2 li:before {
	counter-increment: item;
	content: counter(item)' ）';
}

hr {
	border: none;
	width: 15px;
	height: 15px;
	background: #333;
	margin: 30px auto;
	border-radius: 50%;
}

.txt_bold {
	font-weight: bold;
	color: #333;
}

@media screen and (max-width: 580px) {
	h4 img {
		width: 100%;
		height: auto;
	}

	#summary .row .name {
		width: 100%;
		float: none;
	}

	#summary .theme {
		line-height: 100%;
	}


	#summary .row.line_type_1 {
		display: block;
	}

	#summary a.btn_link {
		margin-left: 0;
	}
}