
.link_main_ttl {
	width: 100%;
}
.link_main_ttl h2 {
	color: #930012;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin: 0 0 10px;
}
.link_main_ttl p {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 -2px 0;
}
.link_under_line {
	text-align: center;
}
@media only screen and (min-width: 641px) {
	.link_main_ttl h2 {
		font-size: 40px;
	}
	.link_main_ttl p {
		font-size: 14px;
	}
}
@media only screen and (min-width: 769px) {
	.link_main_ttl h2 {
		font-size: 55px;
	}
	.link_main_ttl p {
		font-size: 20px;
	}
}
/*
メインコンテンツ
*/
.const_btn {
  display: block;
	position: relative;
	margin: 0;
	padding: 10px 0 ;
}
.const_btn:first-child {
	margin: 0;
}
.const_btn a {
	display: block;
	min-width: 300px;
	height: 40px;
	color:#ffffff;
	background: #000000;
	line-height: 40px;
	text-align: center;
}
.fa-w-10 {
	position: absolute;
	right: 14px;
	bottom: 21px;
}
.const_ttl {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 3px solid #000;
	position:relative;
}
.const_01_ttx {
	font-size: 16px;
	letter-spacing: -0.02em;

	border-bottom: 1px solid #000;
	margin: 15px 0 0 0;
	padding: 0 0 15px 0;
}
.const_01_ttx p {
	padding: 5px 0 10px;
}
.cont_ttl {
	font-weight: bold;
	width: 100%;
	border-bottom: 1px dotted #000;
	font-size: 18px;
}
.cont_txt {
	font-size: 16px;
	margin-top: 15px;
}
.const_01_ttx:last-child {
	margin-bottom: 130px;
}


ol.list_parentheses > li{
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
	margin-left: 1em;
}
ol.list_parentheses > li:before{
	display: marker;
	content: counter(cnt) ") ";
	margin-left: -1em;
}

ol.list_dec{
	list-style-type: decimal;
	margin-left: 1em;
}

.const_wrap{
	margin-top: 20px;
}

.const_wrap dl{
	display: flex;
	flex-flow:column;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 15px;
}
.const_wrap dt{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
}
.const_wrap dd{
	width: 100%;
	padding-left: 5%;
	font-size: 16px;
}

.lage_ttl{
	color: #fff;
	line-height: 40px;
	font-size: 18px;
	padding-left: 10px;
	background-color: #930012;
	margin: 1em 0 0;
}

#sec04 {
	margin-bottom: 100px;
}

@media only screen and (min-width: 641px) {
	.cont_ttl {
		font-size: 20px;
	}
	.cont_txt {
		font-size: 18px;
	}
	.const_wrap dt{
		font-size: 18px;
	}
	.const_wrap dd{
		font-size: 18px;
	}
}
@media only screen and (min-width: 769px) {
  .const_btn {
    display: inline-flex;
		position: relative;
    margin: 0 0 0 25px;
	}
	.fa-w-10 {
		position: absolute;
		right: 14px;
		bottom: 21px;
	}
	.const_ttl {
/*
		width: 480px;
*/
		font-size: 24px;
		font-weight: bold;
		border-bottom: 3px solid #000000 ;
	}

	.const_01_ttx:last-child {
		margin-bottom: 130px;
	}


	ol.list_parentheses > li{
		list-style-type:none;
		list-style-position:inside;
		counter-increment: cnt;
		margin-left: 1em;
	}
	ol.list_parentheses > li:before{
		display: marker;
		content: counter(cnt) ") ";
		margin-left: -1em;
	}

	ol.list_dec{
		list-style-type: decimal;
		margin-left: 1em;
	}

	.const_wrap{
		margin-top: 50px;
	}

	.const_wrap dl{
		display: flex;
		flex-flow:row ;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-top: 15px;
	}
	.const_wrap dt{
		width: 10.41%;
		font-weight: bold;
	}
	.const_wrap dd{
		width: 89.59%;
		padding-left: 0;

	}

	.lage_ttl{
		color: #fff;
		line-height: 40px;
		font-size: 18px;
		padding-left: 10px;
		background-color: #930012;
	}

	#sec04 {
		margin-bottom: 100px;
	}


}

.constitution_com{
	margin: 0 ;
}

