
body, html { 
	margin:0;
	padding:0;
}

img {
	border: 0;
}


#by_header{
	top:0;
	left:0;
	height: auto;
	z-index: 100;
	width: 100%;
	padding: 0;
	margin:0 0 20px;
	background-color:#ffffff;
	border-bottom: solid 1px #999999;
}

#by_header #header_Box {
	width: 1000px;
	margin:0 auto;
	padding:0; 
	text-align:center;
}

#by_header h1{
	/*margin:0 auto;
	padding:30px 0 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 13px;
	font-weight: 200;
	text-align: right;
	line-height: 2.5em;*/
}
#by_header h1 img{
	margin:0 auto 2%;
	width: 40%;
	display: block;
}



#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	width: 100%;
	position: relative;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrapper h2{
	margin:4% auto 2%;
	width: 80%;
	font-size: 1.4rem;
    text-align: center;
}

#wrapper p {
	text-align:left; 
	font-size:13px;
	line-height: 1.8em;
	margin: 10px 0 ;
}

#wrapper p span {
	font-weight:bold;
}


/*styling*/

.box_style {
	max-width: 1000px;
	width: 50%;
	height: auto;
	margin: 5% auto;
}

.box_other {
	width: 100%;
	border-top: solid 2px #000000;
	margin: 3% auto 5%;
	padding-top: 3%;
}


.stl_img {
	width: 100%;
	margin: 0 auto;
	float: none;
	order:1;
}

.stl_txt {
	/*width: 400px;
	float: left;
	text-align: center;
	margin: 20px 0 0;
	padding: 30px 15px;
	position: absolute;
	z-index: 15;*/
	width: 96%;
	margin: 0 auto;
	padding: 0 2%;
	float: none;
	position: relative;
	background-color: none;
	order:2;
}

.stl_txt a {
    text-decoration: none;
}

.container a {
    text-decoration: none;
}

.stl_img2 {
	width: 720px;
	height: auto;
	float: left;
	margin: 0;
	z-index: 20;
}

.stl_txt2 {
	width: 400px;
	float: right;
	text-align: center;
	margin: 60px 0 0 600px;
	padding: 20px 15px 10px;
	position: absolute;
	z-index: 25;
}


.w_box {
	padding: 15px;
	background: hsla(0,0%,100%,0.60);
}

.Lead {
	text-align:center; 
	font-size:15px;
	line-height:2.1em;
	margin: 10px auto 30px;
	width: 60%;
}



.Text_item {
	text-align:left; 
	font-size:16px;
	line-height:1.4em;
	font-weight: bold;
	margin: 15px 0 8px;
}

.Text_item span {
	font-size: 12px;
}

.w_shadow {
	padding: 1px;background-color:hsla(0,0%,100%,0.80)
}

.bdr {
	border-top: solid 3px #000000;
	margin: 50px 0;
}


/*coordinate*/

.w400 {
	width: 400px;
	margin: 0 auto;
}

.w530 {
	width: 70%;
	max-width: 530px;
	margin: 0;
	float: right;
}

.MT50 {
	margin-top: 50px;
	margin-bottom: 10px;
}

.MT150 {
	margin-top: 150px;
}

.MT250 {
	margin-top: 250px;
}
.MT350 {
	margin-top: 350px;
}
.clear {
	clear: both;
}

.Ctr {
	text-align: center;
}

.Lft {
	text-align: left;
}

/*btn*/


.btn_detail {
    color: #ffffff;
	background-color: #000000;
	border: solid 2px #000000;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.05em;
    cursor: pointer;
    display: inline-block;
    float: right;
    margin: 0 5px 0 0 ;
    min-width: 80px;
	max-height:24px;
    outline: 0 none;
    overflow: visible;
    padding: 3px 7px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
	line-height:1.3em;
}


 .btn_detail:hover {
	background-color: #6c6c6c;
	border: solid 2px #6c6c6c;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.container {
	position: relative;
	margin: 15px 0 0;
	padding: 0;
}

.container > section {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.container > section p {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 1;
}

.container > section p.text {
	font-size: 1.8em;
}


/* General button style (reset) */
.btn {
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 7px 40px;
	display: block;
	margin: 5px auto 20px;
	letter-spacing: 1px;
	font-weight: 600;
	outline: none;
	position: relative;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


/* Button 1 */
.btn-1 {
	background-color: #000000;
	border: solid 3px #000000;
	color: #ffffff;
}

.btn-1:hover {
	background-color: #6c6c6c;
	border: solid 3px #6c6c6c;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}



/* Button 2 */
.btn-2 {
	background-color: #FFFFFF;
	border: solid 3px #FFFFFF;
	color: #000000;
}

.btn-2:hover {
	background-color: #6c6c6c;
	border: solid 3px #6c6c6c;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Button 3 */
.btn-3 {
	background-color: #000000;
	border: solid 3px #000000;
	color: #ffffff;
	font-size: 18px;
	margin: 5% auto 2%;
	padding: 20px 100px;
}

.sp {display: none;}

#by_footer{
	 color:#000000; text-align:center; padding:20px; font-size:12px;margin-top:30px;
	 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}



	.sp {
		display: none;
	}
	
	


@media only screen and (max-width:750px){
	
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
	
	
	#by_header #header_Box {
		width: 90%;
	}	

	#by_header h1{
		/*margin:0 5%;
		padding:5% 0 2%;
		font-size:10px;
		font-weight:200;
		line-height: 1.6em;*/
	}
	
	#by_header h1 img{
		margin:3% auto 2%;
		width: 75%;
	}

	
	#wrapper {
  		position: relative;
  		-webkit-font-smoothing: antialiased;
  		-webkit-text-size-adjust: 100%;
  		width:100%;
  	    margin:0;
	}

	#wrapper img{
  	width:100%;
	}


	#wrapper h2{
		width: 100%;
		text-align: center;
		margin: 8% auto 4%;
		font-size: 0.85rem;
	}

	
	#wrapper p{
		font-size:12px;
		line-height:1.6em;
		margin: 1% 0 4%;
		text-align:left;
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

	#wrapper p br{
		display: none;
	}

	.w_box {
		padding: 0;
	}
	
	/*styling*/

	
	.box_style {
		width: 96%;
		margin: 5% auto 10%;
		display:flex;
  		flex-direction:column;
		overflow: hidden;
	}	

	.stl_img{
		width: 100%;
		margin: 0 auto;
		float: none;
		order:1;
	}
	
	.stl_txt {
		width: 96%;
		margin: 0 auto;
		padding: 0 2%;
		float: none;
		position: relative;
		background-color: none;
		order:2;
	}
	
	.stl_img2{
		width: 100%;
		margin: 0 auto;
		float: none;
		order:1;
	}
	
	.stl_txt2 {
		width: 96%;
		margin: 0 auto;
		padding: 2%;
		float: none;
		position: relative;
		background-color: none;
		order:2;
	}
	
	
	.Lead {
		font-size:12px;
		line-height:1.8em;
		/*margin: 1% 2% 5%;*/
		text-align:left;
		margin: 10px auto 30px;
	width: 98%;
	}	
	
	.Lead br {
		display: none;
	}
	
	.Titl_sub {
		font-size: 15px;
		text-align: center;
	}


	.w400 {
		width: 80%;
	}
	
	.w530 {
		float: none;
		margin: 0 auto;
	}

	
	.sp_br {
		display: block;
	}
	
	
	.style_box {
		width: 94%;
		margin: 0 3% 6%;
	}


	.Text_item {
		text-align: center;
		line-height: 1.4em;
		font-size: 13px;
		margin: 2% auto 0;
	}

	.Text_item span{
		font-size: 11px;
	}


	.Sml {
		font-size: 9px;
		line-height: 1.43em;
		margin: 1% 0;
		text-align: left;
	}

	.w_shadow {
		padding: 0;
		background-color: hsla(0,0%,100%,0.00);
	}

	.clear {
		clear: both;
	}


	#by_footer{
		 color:#000000; text-align:center; padding:20px; font-size:10px;margin-top:30px;
	 	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}


	.btn_detail {
	color: #FFFFFF;
	background-color: #000000;
	font-weight: 600;
	float: right;
    min-width: 75px;
    margin: 1px 0;
    padding: 2px 5px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
	letter-spacing: 0.085em;
    outline: 0;
	}
	
	.MT50 {
		margin-top: 0;
	}
	
	.MT150 {
		margin-top: 0;
	}
	
	
	.MT250 {
		margin-top: 0;
	}
	
	.MT350 {
		margin-top: 0;
	}
	

	.btn_detail {
    color: #ffffff;
	background-color: #000000;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.05em;
    cursor: pointer;
    display: inline-block;
    float: right;
    margin: -1% 0 0 ;
    min-width: 70px;
	max-height:15px;
    outline: 0 none;
    overflow: visible;
    padding: 3px 7px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
	border: solid 2px #000000;
	line-height:1.3em;
}


 	.btn_detail:hover {
	background-color: #6c6c6c;
	border: solid 2px #6c6c6c;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


	.sp_br {
		display: block;
	}

/* General button style (reset) */
	.btn {
	border: none;
	font-family: inherit;
	font-size: 12px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 7px 50px;
	display: inline-block;
	margin: 2% auto 4%;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	
}

	.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	}


/* Button 1 */
	.btn-1 {
	background-color: #000000;
	border: solid 3px #000000;
	color: #ffffff;
}

	.btn-1:hover {
	color: #ffffff;
	background-color: #6c6c6c;
	border: solid 3px #6c6c6c;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


/* Button 3 */
	.btn-3 {
	background-color: #000000;
	border: solid 3px #000000;
	color: #ffffff;
	font-size: 12px;
	padding: 10px auto;
	margin: 0 2%;
}


	.btn-3:hover {
	color: #ffffff;
	background-color: #6c6c6c;
	border: solid 3px #6c6c6c;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

}
