@charset "utf-8";
/* CSS Document */

body {
	background: #fff;
	font-family: 'Noto Sans JP',"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: 400;
	font-size: 1.0rem;
	line-height: 1.7;
	color: #202020;
}
h2,h3 {
	text-align: center;
}
p {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2.0;
}
a, a:link, a:visited, a:hover, a:active {
	color: #000;
}
strong {
    background: linear-gradient(transparent 60%,#fbe433 60%);
}
small {
	font-weight: 400;
	font-size:0.75rem;
}
footer p {
	font-size:0.875rem !important;
	font-weight: 400;
}
footer a {
	color: #000;
	border-bottom: none;
}
footer a:hover {
	color: #000;
	border-bottom:dotted 1px;
}
.section {
	clear: both;
	box-sizing: border-box;
	display: block;
	padding: 3.0rem;
}
.border {
	border: solid 8px;
}
.border-radius {
	border-radius: 2.0em;
}
a.button {
	border-radius: 1rem;
	padding: 1rem;
	font-size: 1.75rem;
	font-weight: 700;
	text-align: center;
}
.background-orange {
	background: #FF8300;
	color:#fff;
}
.background-orange h2 ,h3{
	color:  #fff;
}
.background-orange a.button {
	background: #fff;
	color:  #FF8300;
}
.background-orange a.button:hover,.background-orange a.button:active {
	opacity: 0.7;
}

.background-white {
	background: #fff;
	color: #FF8300;
}
.background-white h2 {
	background: #FF8300;
	color: #fff;
	border-radius: 10em;
	padding: 0.5em;
	font-weight: 700;
	font-size: 1.25rem;
	margin-bottom: 1rem;
}
.background-white h3 {
	background: #fff;
	color:#FF8300;
	border-radius: 10em;
	padding: 0.5em;
	font-weight: 700;
	font-size: 1.1rem;
	border:#FF8300 solid 2px;
	margin-bottom: 1rem;
}
.background-white.border {
	border-color: #FF8300;
}
.background-white ul {
	display: block;
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.background-white ul li {
	background: #fbe433;
	display: block;
	border-radius: 3px;
	padding: 0.25rem;
	margin: 1% 3px;
	float: left;
	width: 48%;
	box-sizing: border-box;
	text-align: center;
}
.background-white a.button {
	background: #fbe433;
	color:#000  ;
}
.background-white a.button:hover,.background-white a.button:active {
	opacity: 0.7;
}

.background-gray {
	background: #fafafa;
	color: #444;
}
.section-small {
	clear: both;
	box-sizing: border-box;
	display: block;
	padding: 2.0rem;	
}
.bert h2{
	font-weight: 900;
	padding-top:0.5em;
	font-size: 2.25rem;
	font-style: italic;
}

.font-size-1 {
	font-size:1.0rem;
}
.font-size-2 {
	font-size:2.0rem;
}
.font-size-3 {
	font-size:3.0rem;
}
@media screen and (max-width:768px) {
.section p	br { display: none;}
}