@charset "UTF-8";

body{
	font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "游ゴシック Medium";
	overflow-x: hidden;
}

a {
	color: #000;
    text-decoration: none;
	transition: 0.2s;
	font-weight: 600;
}

ol,ul {
	padding-left: 1.5rem;
}

a:hover {
	color:#9e9f9f;
	opacity: 0.5;
	transition: 0.2s;
}

.no-hover:hover {
	opacity: 1.0;
}

h2 {
	font-size: 40px;
    font-weight: 600;
	margin-bottom: 50px;
}

h2.page-h2 {
	font-size: 3.4rem;
	letter-spacing: 12px;
}


h3{
	font-weight: 600;
	font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
}

.list-disc li{
	list-style: disc;
}

p {
	font-weight: 600;
    font-size: 16px;
    line-height: 2rem;
    margin-bottom: 1rem;
}

li{
	list-style-type: none;
	line-height: 2rem;
}

.ind-1 {
	text-indent: -1rem;
    padding: 1rem;
}

.ind-2 {
	text-indent: -2rem;
    padding-left: 2rem;
}


.fw-r {
	font-weight: 500;
}

.fw-b {
	font-weight: bold;
}

/*フォント系*/
img {
	width: 100%;
	height: auto;
}

/*オリジナルbootstrapの改変*/
hr {
    margin: 15px 0 30px;
}

.me-50 {
	margin-right: 50px;
}

.pb-15 {
	padding-bottom: 15px !important;
}

.ps-1em{
	padding-left: 1em;
}

.caution {
	color: #FF0000 ;
}

@media screen and (max-width: 768px) {
h2 {
	font-size: 30px;
    margin-bottom: 35px;
}	
	
h2.page-h2 {
	font-size: 2.3rem;
	letter-spacing: 8px;
}
	
	h3 {
    font-size: 23px;
    margin-bottom: 0.8rem;
    line-height: 1.9rem;
	}


	
p {
	font-size: 15px;
/*	text-align: justify;*/
}
	
/*オリジナルbootstrapの改変*/
figure {
	margin: 0 0 0.8rem;
}

}