@charset "utf-8";

body{
	margin: 0;
	color: #4a4a4a;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
}

div.contents-inner {
	padding-top: 190px;
	text-align: center;
}

div.main-contents {
	display: inline-block;
	padding: 60px 70px 40px;
	border: solid 5px #69bb7f;
	border-radius: 10px;
}

h1 {
	display: inline-block;
	position: relative;
	margin: 0 0 30px;
	padding: 0 50px;
	font-size: 24px;
}

h1::before, h1::after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	width: 36px;
	height: 40px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/mark_renkon.svg) center center/contain no-repeat;
}

h1::before {
	left: 0;
}

h1::after {
	right: 0;
}

p {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.5;
}

@media screen and (min-width: 769px){
/* ------------------------------------------------------*/
br.pcbr {
	display: none;
}
}


@media screen and (max-width: 768px){
/* ------------------------------------------------------*/
div.contents-inner {
	padding: 40px 15px;
}

div.main-contents {
	display: inline-block;
	padding: 25px 15px 10px;
	border: solid 5px #69bb7f;
	border-radius: 10px;
}

h1 {
	margin-bottom: 15px;
	padding: 0 40px;
	font-size: 19px;
}

h1::before, h1::after {
	width: 30px;
	height: 30px;
}

p {
	font-size: 15px;
	text-align: left;
}
}