@charset "UTF-8";
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}

@media only screen and (min-width: 1400px) {
.member{
	width: auto;
	position:absolute;
	right:140px;
	bottom:-20px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1400px){
.member{
	width: auto;
	position:absolute;
	right:60px;
	bottom:-20px;
}
}
@media only screen and (min-width: 980px) and (max-width: 1200px){
.member{
	width: auto;
	position:absolute;
	right:0px;
	bottom:-20px;
}
}
@media only screen and (max-width: 980px) {
	.member{
	margin-top: -50px;
		width: 40%;
	}
}
.main {
	background: url("../img/15wc_bg.jpg")no-repeat;
	background-size:100% 100%;
	margin: 0 auto;
	position:relative;
	padding-bottom: 30px;
}
.mainimg {
  display:inline-block;
}
.bs_bg_stripe{
	margin-top: 50px;
	background-color: #ffe397;
	background-image:
	 repeating-linear-gradient(-45deg,
	 #fff4d5, #fff4d5 7.5px,
	 transparent 0, transparent 15px);
	padding: 60px;
}

.bs_bg_stripe2{
	margin-top: 50px;
	background-color: #fff997;
	background-image:
	 repeating-linear-gradient(-45deg,
	 #fffdd5, #fffdd5 7.5px,
	 transparent 0, transparent 15px);
	padding: 60px;
}


.bs_bg_white{
	background-color: #ffffff;
	margin: 0 auto;
  	box-shadow: 3.5px 6.062px 30px 0px rgb( 197, 197, 197 );
	display: block;
	padding: 30px;
}

.bs_inner{
	background-color: #ffffff;
	margin: 0 auto;
	padding: 44px;
	border: medium solid #c9bb93;
	display: block;
}

.bs_titleimg{
	margin: 30px 0 30px 0;
}
@media screen and (min-width: 650px){
.bs_hl{
  padding-left:15px;
  font-size:40px;
  font-weight:600;
  color:#ee8354;
  line-height:46px;
display: block;
	text-align: left;
}
.maru{
  height:50px;
  width:53px;
  border-radius:50%;
  line-height:48px;
  background:url("../img/maru.png") no-repeat;  
  font-weight:800;
　font-size: 30px;
  color:#ffffff;
　padding-left: 5px;
}
.bs_hlwa {
  display: flex;
  height:100%;
  text-align: center;
	margin: 70px 0 40px 0;
}

}
.maru span{
	font-size: 24pt;
}
.bs_list  ul li{
    color: #000000;
    font-size: 28px;
    letter-spacing: .03em;
    background: url(../img/line_dashed.png) repeat-x left bottom;
    margin-bottom: 15px;
    padding-bottom: 10px;
	text-align: left;
	font-weight:300;
	position:relative;
	line-height:2em;
	padding-left:46px;
}
.bs_list ul li::before{
	top: 23px;
  	left: 10px;
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:2em;
	height:2em;
	background: url(../img/maru_y.png) no-repeat;
	background-size:contain 18px 18px;
}

.bs_img{
	margin: 20px 0 20px 0;
}

.bs_text{
	font-size: 18pt;
	letter-spacing: .03em;
	line-height: 2em;
	background: url("../img/line_dashed.png") repeat-x left bottom;
	text-align: center;
}


/*============================================

SP用CSS

============================================*/

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 980px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/* パソコンで見たときは"br-pc"のクラスで改行される */
@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
/* スマホで見たときは"br-sp"のクラスで改行される */
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}


/* スマホで見たときのメインイメージ */
@media screen and (max-width: 650px){
	.mainimg {
  	display:inline-block;
	padding: 20px;		
}
	.bs_titleimg{
	margin: 30px 0 0 0;
}
/* スマホで見たときの背景 */
	.bs_bg_stripe{
	margin-top: 30px;
	background-color: #ffe397;
	background-image:
	 repeating-linear-gradient(-45deg,
	 #fff4d5, #fff4d5 7.5px,
	 transparent 0, transparent 15px);
	padding: 10px;
}
	.bs_bg_stripe2{
	margin-top: 30px;
	background-color: #fff997;
	background-image:
	 repeating-linear-gradient(-45deg,
	 #fffdd5, #fffdd5 7.5px,
	 transparent 0, transparent 15px);
	padding: 10px;
}
	.bs_bg_white{
	background-color: #ffffff;
	margin: 0 auto;
  	box-shadow: 3.5px 6.062px 30px 0px rgb( 197, 197, 197 );
	display: block;
	padding: 10px;
}
	.bs_inner{
	background-color: #ffffff;
	margin: 0 auto;
	padding: 44px 44px 0 44px;
	border: medium solid #c9bb93;
	display: block;
}
/* スマホで見たときの見出し */
	.bs_titleimg{
	margin: 0px 0 20px 0;
}
	.bs_hl{
	font-size:30px;
	font-weight:600;
	color:#ee8354;
	line-height:37px;
	display: block;
	text-align: center;
}
	.maru{
	 height:50px;
	 width:53px;
	 border-radius:50%;
	 line-height:48px;
	 background:url("../img/maru.png") no-repeat;
	 font-size: 30px;
	 color:#ffffff;
	 padding-left: 7px;
	 margin: 0 auto;
	margin-bottom: 10px;
}
	.bs_hlwa {
	margin: 20px 0px;
	display: block;
}	

/* スマホで見たときのリスト */
	.bs_list  ul li{
    color: #000000;
    font-size: 20px;
    background: url(../img/line_dashed.png) repeat-x left bottom;
    margin-bottom: 15px;
    padding-bottom: 10px;
	text-align: left;
	font-weight:300;
	position:relative;
	line-height:1.5em;
}
	.bs_list ul li::before{
	top: 7px;
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:2em;
	height:2em;
	background: url(../img/maru_y.png) no-repeat;
	background-size:contain 18px 18px;
}
	.bs_img{
	margin: 20px 0 20px 0;
}
	.bs_text{
	font-size: 12pt;
	letter-spacing: .03em;
	line-height: 2em;
	background: url("../img/line_dashed.png") repeat-x left bottom;
	text-align: center;
}
}

/*============================================

SP400pxまで用CSS

============================================*/
@media screen and (max-width: 400px){
    
}



