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

.flex{
display: flex;
flex-wrap: wrap;
}

.img-responsive-overwrite{
    margin: 0 auto;
}

.midashi_LL {
	font-size: 24px;
	margin-right: 10px;
	margin-left: 10px;
}
@media screen and (min-width: 768px) {
.midashi_LL {
	font-size: 30px;
}
}

.midashi_L {
	font-size: 20px;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
}

.midashi {
	font-size: 24px;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: bold;
	display: inline-block;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFE304;
	line-height: 1.3em;
	margin-bottom: 40px;
	text-align: left;
}

@media screen and (min-width: 768px) {
.midashi {
	text-align: center;
}
}

.midashi_s {
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.midashi_xs {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.midashi_s_dot {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #000;
	line-height: 1.3em;
	display: inline-block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
@media screen and (min-width: 768px) {
.midashi_s_dot {
	margin-top: 50px;
}
}

.pd-bottom-md {
	margin-bottom: 30px;
}

.pd-top-md {
	margin-top: 30px;
}


.title-icon {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.block_space {
	margin-bottom: 50px;
}

.normal_p {
	font-size: 14px;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 1.5em;
}
@media screen and (min-width: 768px) {
.normal_p {
	font-size: 16px;
}
}

.setsumei_p {
	font-size: 14px;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 40px;
	line-height: 1.5em;
}

.midashi_p {
	font-size: 16px;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.5em;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
.midashi_p {
	font-size: 20px;
}
}

.normal_p_sm {
	font-size: 12px;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 2em;
}

.btn_yellow {
	color: #000000;/*文字色*/
	border: 3px solid #000000;/*文字周りの余白*/
	border-radius: 0.5em;/*角丸*/
	background-color: #FFE306;
	text-align: center;
	display: inline-block;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.3em;
	font-size: 20px;
}

.btn_yellow a {
	color: #000000;/*文字色*/
}
.btn_yellow a:hover {
	color: #999999;/*文字色*/
}

.btn_green {
	color: #000000;/*文字色*/
	border: 3px solid #000000;/*文字周りの余白*/
	border-radius: 0.5em;/*角丸*/
	background-color: #ADDEDE;
	text-align: center;
	display: inline-block;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.3em;
	font-size: 20px;
}

.btn_green a {
	color: #000000;/*文字色*/
}
.btn_green a:hover {
	color: #999999;/*文字色*/
}

.btn_blue {
	color: #000000;/*文字色*/
	border: 3px solid #000000;/*文字周りの余白*/
	border-radius: 0.5em;/*角丸*/
	background-color: #8CDAFF;
	text-align: center;
	display: inline-block;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.3em;
	font-size: 20px;
}

.btn_blue a {
	color: #000000;/*文字色*/
}
.btn_blue a:hover {
	color: #999999;/*文字色*/
}
.fa-tint {
	color: #0099CC;
}
.pd-bottom-10 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.footnav {
	font-size: 12px;
	line-height: 2em;
}

.footnav a {
	font-size: 12px;
	color: #069;
}
