<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("style.css");


img {
	max-width: 100%;
	height: auto;
}
#bg_image_box {
	width: 100%;
	background-image: url(../profile/images/group_bg.jpg);
	background-size:contain;
	background-repeat: no-repeat;
	background-position:center top;
}


#pegetitle {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	background-color: rgba(20,148,51,0.7);
	border-radius: 6px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 10px;
}

.group_figure {
	width: 90%;
	margin: 0 auto;
}


/* 横長ボタン */
.btn-l-bgbox {
	position: relative;
	background-color: #fff;
	box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.35);
	width: 95%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 10px;
}
.btn-l-bgbox-border01 {
	margin-top: 40px;
	border-left: 10px solid #008742;
}
.btn-l-bgbox-border02 {
	margin-top: 20px;
	border-left: 10px solid #22B573;
}
.btn-l-bgbox-border03 {
	margin-top: 20px;
	border-left: 10px solid #007FBC;
}
.btn-l-bgbox-border04 {
	margin-top: 20px;
	border-left: 10px solid #FBB03B;
}
.btm-l-box {
	width: 97%;
	display: flex;
	flex-wrap: wrap;
}
.image-box {
	order: 1;
	box-sizing: border-box;
	width: 30%;
	padding: 10px;
}
 #main-wrap .image-box img {
	margin: 0 auto;
	display: block;
 }
.text-box {
	order: 2;
	width: 65%;
	padding: 0 0 30px 30px;
}
.text-box h3 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	padding-bottom: 20px;
}
#main-wrap .text-box p {
	font-size: 15px;
	line-height: 160%;
	padding-right: 20px;
}

.to-link-bt {
	position: absolute;
    bottom: 15px;
	right: 15px;
	text-align: right;
}
.to-link-bt span {
	color: #00a161;
	border: 1px solid #00a161;
	text-decoration:none;
	font-size: 13px;
	line-height: 1;
	padding: 5px 10px;
	background-color: #fff;
}
.btn-l-bgbox a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	color:#000;
	text-decoration:none;
	box-sizing: border-box;
}
.btn-l-bgbox a:hover {
	background-color: rgba(220, 220, 220, 0.5);

}



/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {

#pegetitle {
	font-size: 16px;
}

.group_figure {
	width: 95%;
	margin: 0 auto;
}

/* 横長ボタン */
.btn-l-bgbox {
	position: relative;
	background-color: #fff;
	box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.35);
	width: 95%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 10px;
}
.btn-l-bgbox-border01 {
	margin-top: 40px;
	border-left: 10px solid #008742;
}
.btn-l-bgbox-border02 {
	margin-top: 20px;
	border-left: 10px solid #22B573;
}
.btn-l-bgbox-border03 {
	margin-top: 20px;
	border-left: 10px solid #007FBC;
}
.btn-l-bgbox-border04 {
	margin-top: 20px;
	border-left: 10px solid #FBB03B;
}
.btm-l-box {
	width: 97%;
	display: flex;
	flex-wrap: wrap;
}
.image-box {
	order: 1;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	text-align: center;
}
.image-box img {
	width: 60%;
}
 #main-wrap .image-box img {
	margin: 0 auto;
	display: block;
 }
.text-box {
	order: 2;
	width: 100%;
	padding: 5px 0 30px 5px;
}
.text-box h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	padding-bottom: 20px;
	text-align: center;
}
#main-wrap .text-box p {
	font-size: 15px;
	line-height: 160%;
	padding-right: 20px;
}

.to-link-bt {
	position: absolute;
    bottom: 15px;
	right: 15px;
	text-align: right;
}
.to-link-bt span {
	color: #00a161;
	border: 1px solid #00a161;
	text-decoration:none;
	font-size: 13px;
	line-height: 1;
	padding: 5px 10px;
	background-color: #fff;
}
.btn-l-bgbox a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	color:#000;
	text-decoration:none;
	box-sizing: border-box;
}
.btn-l-bgbox a:hover {
	background-color: rgba(220, 220, 220, 0.5);

}

}
</pre></body></html>