@charset "UTF-8";

.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 15px 0 30px;
}

@media screen and (min-width:767px) {
	.wrapper {
		width: 760px;
		padding: 50px 0 80px;
	}

}

/*--support--*/
.support {
	padding: 0 10px;
}

.support_intro {
}

.support_ttl {
	font-size: 17px;
	font-weight: bold;
	color: #00695c;
}

.support_txt {
	font-size: 14px;
	margin-top: 7px;
}

.support_cnt {
	margin-top: 10px;
}

.support_group {
	margin-top: 12px;
}

.support_group:first-child {
	margin-top: 0;
}

.support_item {
}

.support_item_ttl {
	position: relative;
	font-size: 15px;
	padding-left: 15px;
	font-weight: bold;
}

.support_item_ttl:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: #388d8d;
	margin-top: 0.4em;
}

.support_item_list {
	border-radius: 10px;
	padding-left: 5px;
}

.support_item_list li {
	position: relative;
	padding-left: 12px;
	font-size: 15px;
}

.support_item_list li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 6px;
	background: #2d2d2d;
	border-radius: 50px;
	margin-top: 0.4em;
}

@media screen and (min-width:767px) {
	.support_intro {
		font-size: 15px;
	}

	.support_ttl {
		font-size: 21px;
	}

	.support_txt {
		margin-top: 14px;
	}

	.support_cnt {
		margin-top: 16px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.support_group {
		width: 48%;
		margin-top: 0;
	}

	.support_item_ttl {
		font-size: 16px;
	}

}

/*--sec--*/
.sec {
	width: 100%;
	padding: 25px 10px 0;
	box-sizing: border-box;
}

.sec_ttl {
	box-sizing: border-box;
	overflow: hidden;
}

.sec_ttl_num {
	width: 50px;
	height: 50px;
	background: #085836;
	float: left;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	box-sizing: border-box;
	margin-right: 10px;
	padding-top: 13px;
}

.sec_ttl_txt {
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 1px;
	background: #b2dfdb;
	height: 50px;
	padding-top: 17px;
	box-sizing: border-box;
}

.sec_ttl_txt.-row2 {
	padding-top: 7px;
}

.sec_ttl_txt span {
	font-size: 15px;
	letter-spacing: 0.5px;
}

.sec_in {
	width: 100%;
	margin: 0 auto;
}

.sec_subttl {
	position: relative;
	font-size: 15px;
	padding: 10px 0 10px 28px;
}

.sec_subttl:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background-image: url(../img/icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.sec_txt {
	width: 93.75%;
	margin: 15px auto 0;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1px;
}

.sec_txt.-link a {
	text-decoration: underline;
	color: #306f6e;
}

.sec_txt.-link a:hover {
	text-decoration: none;
}

.sec_tb {
	width: 100%;
}

.sec_tb,
.sec_tb tbody,
.sec_tb tr,
.sec_tb th,
.sec_tb td {
	display: block;
}

.sec_tb tr:last-child {
	border-bottom: 1px solid #CCC;
}

.sec_tb tr.-info th {
	font-size: 14px;
	letter-spacing: -0.3px;
}

.sec_tb tr.-info td a {
	display: block;
	margin-top: 10px;
}

.sec_tb tr.-info td a:first-child {
	margin-top: 0;
}

.sec_tb tr.-info td a.-new {
	position: relative;
	padding-left: 39px;
}

.sec_tb tr.-info td a.-new:before {
	content: "new";
	background: #f5474f;
	color: #FFF;
	font-size: 14px;
	line-height: 1;
	padding: 2px 4px;
	position: absolute;
	top: -3px;
	left: 0;
	border-radius: 3px;
}

.sec_tb tr.-info td p.-dis {
	color: #F5474F;
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
}

.sec_tb th,
.sec_tb td {
	line-height: 1.4;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
}

.sec_tb th {
	width: 100%;
	background: #f5f5f5;
	font-size: 15px;
	letter-spacing: 1px;
	text-align: left;
	padding: 10px;
}

.sec_tb td {
	width: 100%;
	padding: 15px 5px;
	font-size: 14px;
	letter-spacing: 0.5px;
}

.sec_tb td a {
	text-decoration: underline;
	color: #306f6e;
}

.sec_tb td a:hover {
	text-decoration: none;
}

@media screen and (min-width:767px) {
	.sec {
		padding-top: 50px;
	}

	.sec_ttl {
		padding: 0;
	}

	.sec_ttl_num {
		padding-top: 10px;
		font-size: 20px;
	}

	.sec_ttl_txt {
		font-size: 20px;
		letter-spacing: 2px;
		background: #b2dfdb;
		padding: 13px;
	}

	.sec_ttl_txt.-row2 {
		padding-top: 13px;
	}

	.sec_in {
		width: 740px;
		margin: 0 auto;
	}

	.sec_subttl {
		font-size: 17px;
		padding: 14px 10px 14px 30px;
		letter-spacing: 0.5px;
	}

	.sec_txt {
		width: 100%;
		font-size: 15px;
	}

	.social_txt {
		width: 740px;
	}

	.sec_tb,
	.sec_tb tbody,
	.sec_tb tr {
		display: table;
		width: 100%;
		box-sizing: border-box;
	}

	.sec_tb th,
	.sec_tb td {
		display: table-cell;
	}

	.sec_tb th {
		width: 140px;
	}

	.sec_tb td {
		width: 540px;
		padding: 15px;
		font-size: 15px;
	}

	.sec_tb tr.-info td a {
		display: inline-block;
		margin: 0 20px 0 0;
	}

	.sec_tb tr.-info td a:nth-child(n+5) {
		margin-top: 10px;
	}

	.sec_tb tr.-info td a.-new:before {
		top: 0;
		left: -2px;
	}

	.sec_tb tr.-info td p.-dis {
		font-size: 17px;
	}

}

/*--その他--*/
.intro {
	margin-bottom: 15px;
}

.intro_link {
	display: block;
}

.intro_fig {
	width: 100%;
	height: auto;
}

.parent_txt {
	width: 93.75%;
	margin: -4px auto 8px;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 1px;
}

.social_cnt {
	position: relative;
	cursor: pointer;
}

.social_txt {
	font-size: 15px;
	line-height: 120%;
	font-weight: bold;
	border-bottom: 1px dashed #a9a9a9;
	letter-spacing: 2px;
	height: 40px;
	padding: 11px;
	box-sizing: border-box;
	margin-bottom: 2px;
}

.social_txt {
	width: 100%;
	margin: 10px auto 5px;
	font-weight: bold;
}

.social_btn_click {
	background: url(/katsudou/img/htp_btn01.png) no-repeat left top;
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.social_btn_click_after {
	background: url(/katsudou/img/htp_btn02.png) no-repeat right top;
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
}

.social_group {
	display: none;
	padding: 15px 0;
}

.sakura_link {
	margin-left: 30px;
	font-size: 15px;
	line-height: 1;
}

.sakura_link a {
	text-decoration: underline;
	color: #306f6e;
}

.sonde {
	display: block;
	margin-top: 10px;
}

.sonde:first-child {
	margin-top: 20px;
}

.sonde_item:last-child {
	margin-top: 10px;
}

.sonde_item img {
	width: 100%;
	height: auto;
}

.free_list_cnt {
}

.free_list_cnt > li {
}

.free_list {
	display: flex;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
	margin-left: 10px;
}

.free_list > li {
	margin-right: 15px;
}

.free_list > li > a {
	position: relative;
	padding-left: 10px;
	font-size: 15px;
}

.free_list > li > a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 4px;
	background: #306f6e;
	border-radius: 50px;
	margin-top: 0.4em;
}

.free_flyer {
	display: block;
	margin-top: 20px;
}

.free_flyer img {
	width: 100%;
	height: auto;
}

.report_group {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.report_dl {
	width: 48.5%;
}

.report_dl dl {
	margin-top: 20px;
}

.report_dl dl:first-child {
	margin-top: 0;
}

.report_dl dt,
.report_dl dd {
}

.report_dl dt {
	font-size: 15px;
	line-height: 1;
	font-weight: bold;
}

.report_dl dd {
}

.report_list {
}

.report_list li {
	position: relative;
	line-height: 1;
	margin-top: 7px;
	padding-left: 10px;
}

.report_list li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 4px;
	background: #737373;
	border-radius: 50%;
	margin-top: 0.3em;
}

.report_list li a {
	display: inline-block;
}

.book_item {
	margin-top: 35px;
	font-size: 14px;
}

.book_ttl {
	font-size: 16px;
	font-weight: bold;
}

.book_ttl span.-detail {
	font-weight: normal;
	display: block;
	font-size: 14px;
	margin-top: 5px;
}

.book_txt {
	margin-top: 20px;
}

.book_txt.-name {
	text-align: right;
}

@media screen and (min-width:767px) {
	.intro {
		margin-bottom: 23px;
	}

	.intro_link {
		transition: opacity 0.4s;
	}

	.intro_link:hover {
		opacity: 0.8;
	}

	.parent_txt {
		font-size: 15px;
		margin: -10px 0 15px 10px;
	}

	.sakura_link {
	}

	.sakura_link a:hover {
		text-decoration: none;
	}

	.sonde {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.sonde_item {
		width: 49%;
	}

	.sonde_item:last-child {
		margin: 0 0 0 2%;
	}

	.sonde:last-child > .sonde_item:last-child {
		margin-left: 0;
	}

	.free_list_cnt {
	}

	.free_list_cnt > li {
	}

	.free_list {
	}

	.free_list > li {
	}

	.free_list > li > a {
	}

	.book_item {
		font-size: 15px;
	}

	.book_item:first-child {
		margin-top: 30px;
	}

	.book_ttl {
	}

	.book_ttl span.-detail {
	}

	.book_txt {
	}

	.book_txt.-name {
	}

}
