.mainVisual {
	background-image: url(../images/main_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
	padding-top: 40px;
	box-sizing: border-box;
}

h4 {
    height: 60px;
    background-image: url(../about/images/h3_bg.png);
    background-repeat: no-repeat;
    background-position: center;
	background-size: 60px 60px;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 10px;
}

div.copy {
	padding: 0 5px;
	font-size: 12px;
	text-align: left;
	margin-bottom: 15px;
}

h2.headLine01 {
    margin-bottom: 10px;
    color: #106EB6;
    font-size: 24px;
    position: relative;
    text-align: center;
	margin-top: 50px;
}

h2.headLine01::before {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #106EB6;
	-ms-transform: rotate(16deg);
	-webkit-transform: rotate(16deg);
	transform: rotate(16deg);
	position: absolute;
	top: -20px;
	left: calc(50% - 2px);
}

h2.headLine01::after {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background: #106EB6;
	-ms-transform: rotate(-16deg);
	-webkit-transform: rotate(-16deg);
	transform: rotate(-16deg);
	position: absolute;
	top: -20px;
	right: calc(50% - 2px);
}

.event img {
	width: 100%;
	height: auto;
}

.wrap img {
	width: 100%;
}

.wrap .mainp {
	float: none;
	margin-right: 40px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.wrap dl {
	border: 5px solid #CFE8F3;
	padding: 10px;
	box-sizing: border-box;
	text-align: left;
	margin: 0 10px;
}

.wrap dl dt {
	font-size: 13px;
	font-weight: bold;
	color: #106EB6;
	line-height: 20px;
}

.wrap dl dd {
	font-size: 12px;
	color: #333;
	line-height: 18px;
	margin-bottom: 5px;
}

.wrap ul {
	clear: both;
	float: none;
	padding: 20px 10px 10px;
}

.wrap ul li {
	float: left;
	width: auto%;
	padding-right: 2px;
	box-sizing: border-box;
}

.wrap ul li:last-child {
	margin-right: 0;
}

.wrap ul::after {
	content: "";
	display: block;
	clear: both;
	float: none;
}

.wrap .theta {
	padding: 0px 10px 50px;
}

.wrap::after {
	content: "";
	display: block;
	clear: both;
	float: none;
}

.wrap .listgroup h5 {
	margin-bottom: 18px;
	padding: 10px 5px;
	color: #106EB6;
	font-size: 16px;
	border: 2px dotted #106EB6;
	border-left: none;
	border-right: none;
	text-align: left;
}

.wrap .listgroup {
	padding: 0 10px 20px;
	box-sizing: border-box;
	width: auto;
	margin: 0 10px 50px;
	box-sizing: border-box;
}

.wrap .list01 {
	border: 1px solid #00B5D9;
}

.wrap .list02 {
	border: 1px solid #106EB6;
}

.wrap .listgroup .title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #FFF;
	width: 200px;
	height: 40px;
	padding: 5px;
	margin: -16px auto 0;
}

.wrap .list01 .title,
.wrap .list01 h5 span { color: #00B5D9;	font-weight: bold;}
.wrap .list02 .title,
.wrap .list02 h5 span { color: #106EB6;	font-weight: bold;}

.wrap .listgroup img {
	margin-bottom: 40px;
}
.wrap .listgroup h5 {
	color: #333 !important;
	margin-bottom: 10px !important;
}

.wrap .list01 h5 { border-color: #00B5D9 !important;}
.wrap .list02 h5 { border-color: #106EB6 !important;}

.wrap .listgroup p {
	margin-bottom: 15px !important;
	text-align: left;
}

div.outline {
	padding-top: 30px;
}

div.outline::after {
	content: "";
	display: block;
	clear: both;
	float: none;
}

div.outline img {
	display: block;
	width: 100%;
}

div.outline {
	margin: 0 10px;
}

div.outline h5 {
	margin-bottom: 18px;
	padding: 10px 5px;
	color: #106EB6;
	font-size: 16px;
	border: 2px dotted #106EB6;
	border-left: none;
	border-right: none;
	text-align: left;
}

.outline dl {
	padding: 10px 0;
	box-sizing: border-box;
	text-align: left;
}

.outline dl dt {
	font-size: 13px;
	font-weight: bold;
	color: #106EB6;
	line-height: 20px;
}

.outline dl dd {
	font-size: 12px;
	color: #333;
	line-height: 18px;
	margin-bottom: 5px;
}

.outline dl dd.dd01 {
	font-weight: bold;
	margin-bottom: 5px;
}

.outline dl dd span {
	font-size: 11px;
}

div.pricelist {
	padding: 20px 10px 20px;
}

div.pricelist h5 {
	margin-bottom: 18px;
	padding: 10px 5px;
	color: #106EB6;
	font-size: 16px;
	border: 2px dotted #106EB6;
	border-left: none;
	border-right: none;
	text-align: left;
}

div.pricelist table {
	border: 1px #C6C6C6 solid;
	border-collapse: collapse;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.pricelist table th {
	background: #F0FAFC;
	border: 1px #C6C6C6 solid;
	color: #106EB6;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 10px;
	box-sizing: border-box;
	text-align: left;
}

div.pricelist table td {
	border: 1px #C6C6C6 solid;
	font-size: 14px;
	padding: 10px 10px;
	text-align: right;
}

.btngroup {
	margin: 50px auto 80px;
}

.btngroup li {
	max-width: 360px;
	margin:0 auto 20px;
}

.btngroup li > a {
	display: block;
	width: auto;
	height: 60px;
	text-align: center;
	background: #106EB6;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
	position: relative;
	padding: 20px;
	line-height: 20px;
	box-sizing: border-box;
}

.btngroup li > a::after {
	content: "";
	position: absolute;
	border-bottom: 2px solid #FFF;
	border-right: 2px solid #FFF;
	width: 8px;
	height: 8px;
	top: 24px;
	right: 50px;
	transform: rotate(-45deg);
}

.btngroup li:last-child {
	float: none;
	clear: both;
	width: 680px;
	margin: 0 auto 40px;
	padding-top: 20px;
}

.btngroup li:last-child p {
	float: none;
    border: 5px solid #CFE8F3;
    padding: 15px;
    box-sizing: border-box;
	clear: both;
	margin-bottom: 5px !important;
}