html,body {
	width: 100%;
    height: 100%;
	background-image: none;
}

.pc{display: block;}
.sp{display: none;}

img{
	max-width: 100%;
	height: auto;
}

/* LOCAL */
#container {
	position: static;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	height: 100%;
}

.breadcrumb{
	width: 980px;
	height: auto;
	margin: 40px auto;
}

.breadcrumb a{
	color: #96BBCB;
}
	#header {
		width: 100%;
		text-align: center;
		font-size: 186%;
		font-weight: bold;
		letter-spacing: 2px;
	}
		#header h1 {
			margin: 0px;
		}

#contents {
	width: 980px;
	color: #000000;
	text-align: center;
}
	.box_head {
		margin: 35px 0 0 0;
		line-height: 2;
		font-size: 20px;
		font-weight: bold;
			color: #96BBCB;
	}
	.box_text {
		position: relative;
		margin: 40px 0 100px 0;
		text-align: center;
	}
		.box_text p {
			font-size: 16px;
			text-align: center;
		}
	.box_text_02{
		background-color: #96BBCB;
		color: #FFF;
		font-weight: bold;
		font-size: 18px;
		line-height: 26px;
		padding: 20px 0px;
		margin-bottom: 30px;
	}
	.box_text_03{
		font-size: 14px;
		margin-bottom: 30px;
		line-height: 24px;
		text-align: left;
	}
	.box_menber {
		text-align:left;
	}
		.box_menber h2 {
			background: #96BBCB;
			margin: 0 0 20px 0;
			text-align: center;
			color: #ffffff;
			font-size: 158%;
			line-height: 2.5;
		}
		.menber_info {
			width: 100%;
			display: inline-block;
			margin: 0 20px 20px 0;
			vertical-align: top;
		}
		.menber_info:nth-child(2n-1) {
			margin:  0 0 20px 0;
		}
		.qr{
			float: right;
			margin: 15px 0 0 15px;
		}
			.menber_info .txt_detail {
				float: right;
				width: 82.5%;
				line-height: 1.2;
			}
			.menber_info .txt_detail p {
				margin: 8px 0 0 0;
				font-size: 12px;
				line-height: 18px;
			}
				.menber_info .txt_detail .txt_section {
					margin: 0;
					padding: 7px 0 5px 0;
					background: #96BBCB;
					text-align: center;
					color: #ffffff;
					font-size: 143%;
					font-weight: bold;
					line-height: 1;
				}
				.menber_info .txt_detail .txt_name {
					font-size: 16px;;
					line-height: 1.5;
					font-weight: bold;
				}
				.menber_info a {
					color: #000000;
					text-decoration: underline;
				}
				.menber_info a.window {
					background: url(../images/ico_window.png) no-repeat right 3px;
					padding: 0 15px 0 0;
				}

				.caution{
					text-align: center;
					margin: 60px 0px;
				}

@media screen and (max-width: 980px) {

	.pc{display: none;}
	.sp{display: block;}

	html {
		font-size: 62.5%;
		-webkit-text-size-adjust:100%;
	}
	body {
		font-size: 15px;
		line-height: 27px;
	}

	#contents {
		width: auto;
		padding: 0 2.5%;
	}
		.menber_info {
			width: 100%;
		}
		.menber_info .txt_detail {
			width: 100%;
			float: none;
		}
		.box_head {
	    margin: 35px 0 0 0;
	    line-height: 22px;
	    font-size: 15px;
	    font-weight: bold;
	    color: #96BBCB;
	}
	.box_text p {
    font-size: 14px;
		line-height: 22px;
    text-align: left;
	}
	.box_text {
		position: relative;
		margin: 5% 0 10% 0;
	}
	.box_text_02 {
    background-color: #96BBCB;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    padding: 2.5%;
    margin-bottom: 5%;
}

.box_menber h2 {
    background: #96BBCB;
    margin: 0 0 2.5%;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
		padding: 2.5%;
}

.flL {
	margin-right: 2.5%;
		margin-bottom: 2.5%;
		width: 30%;
		display: block;
}
.qr{
	display: none;
}
.menber_info .txt_detail .txt_section {
	font-size: 14px;
	line-height: 22px;
}

.caution{
	text-align: center;
	margin: 5% 0px;
	font-size: 12px;
}
.menber_info{
	margin: 0 auto 5% auto;
}

.menber_info a.window {
	background: url(../images/ico_window.png) no-repeat right 3px;
	padding: 0 20px 0 0;
}

.breadcrumb{
	width: 90%;
	height: auto;
	margin: 5% auto;
	font-size: 12px;
	line-height: 20px;
}
.breadcrumb a{
	font-size: 12px;
	line-height: 20px;
}
.box_text_03{
	font-size: 14px;
	line-height: 22px;
}
.menber_info .txt_detail .txt_name{
	font-size: 15px;
}
.menber_info .txt_detail p{
	font-size: 14px;
	line-height: 22px;
}
}
