@charset "utf-8";
/*------------------------------------------------------------
	law
------------------------------------------------------------*/
#main {
    margin-bottom: 15rem;
}
#main .content {
	padding: 0.4rem 0 0.6rem;
    margin-top: -0.6rem;
    max-width: 90rem;
    border-radius: 2.7rem;
    box-sizing: border-box;
    background: #fff;
    font-family: 'Noto Sans JP', sans-serif;
}
#main .inner {
    padding: 3.0rem 7rem 3.4rem;
	border-bottom: 0.3rem solid #efecea;
}
#main .inner:last-child {
	border-bottom: none;
}
#main h3 {
    margin-bottom: 1.3rem;
    color: #37516E;;
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    font-weight: normal;
    font-family: 'midashigopr5-mb31';
}
#main p {
    color: #000;
	font-size: 1.6rem;
	line-height: 1.75;
	letter-spacing: 0.06em;
}
#main p a {
	color: #37516E;
	text-decoration: underline;
}
#main a[href^="tel:"] {
	color: #000;
	text-decoration: none;
}
@media all and (min-width: 1025px) {
	#main p a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
    #main {
        margin-bottom: 8.8rem;
    }
    #main .content {
        margin: -1.1rem 1.5rem 0;
        max-width: inherit;
        border-radius: 2.2rem;
    }
	#main .inner {
		padding: 2.5rem 2.9rem;
		border-width: 0.2rem;
	}
    #main h3 {
        font-size: 1.9rem;
        letter-spacing: 0.03em;
    }
	#main p {
		font-size: 1.4rem;
	}
}