
body {
	margin: 0;
	padding: 0;
	color: #000000;
}

body img {
	border: 0;
	vertical-align: bottom;/*余白削除*/
}

#Main {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}

.st_wrapper a { 
    text-decoration: none;
}

.st_wrapper {
	text-align: center;
	width: 100%;
	margin: 0 auto ;
    padding: 0;
	letter-spacing: 0.045em;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
	background-color: #ffd4d2;
}

.wrap_content {
	max-width: 700px;
	padding: 2%;
	margin: 0 auto;	
	text-align: center;
	background-color: #fff;
}

.bk_gray {
	background-color: #F2F2F2;
	border-top: solid 3px #000;
	border-bottom: solid 3px #000;
	padding: 3% 0 5%;
	margin: 3% auto;
}

.bk_pink {
	background-color: #ff95c1;
	padding: 0 0 1%;
	margin: 0 0 5%;
}

.co01 {
	color: #fff;
}


.st_wrapper img {
	width: 100%;
	margin: 0 auto;
}

.st_wrapper h1 {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.8em;
	margin:5% auto 2%;
	text-align: center;
}

.st_wrapper h2 {
	font-size: 20px;
	margin: 6% auto 3%;
	padding: 1%;
	color: #fff;
	text-align: center;
	background-color: #000;
}

.st_wrapper p{
	text-align: left;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7em;
    margin: 0 2%;
}


.sub {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.8em;
	margin:1% auto 5%;
	text-align: center;
}

.sub2 {
	margin: 3%;
	padding: 2%;
	background-color: #f55122;
	color: #fff;
	font-size: 30px;
	font-weight: 800;
	border: solid 3px #fff;
	box-sizing: border-box;
}
.date {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5em;
	margin:1% auto 2%;
	text-align: center;
}

.date span {
    font-size: 140%;
}
.Lead {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 2.3em;
    margin: 1% auto;
}

.Lead strong {
	padding: 0 3px;
	font-size: 130%;
}

.pink {
	color: #f75a8b;
}

.bk_box {
	width: 90%;
	margin: 3% auto;
	padding: 1% 2% 4%;
	text-align: center;
	background-color: #0020b5;
    color: #fff;
    font-size: 25px;
    letter-spacing: 0.065em;
	line-height: 1.4em;
}

.bk_box strong {
    font-size: 150%;
}



.li01 {
	background:linear-gradient(transparent 55%, #c7c7c7 55%);
	padding: 0 5px;
}

.bdr {
	width: 100%;
	margin: 10% 0;
	padding: 0;
	border-bottom: solid 3px #000;
}


.check_box {
	width: 90%;
	margin: 2% auto;
	padding: 0;
}

.check_box li {
	text-align: left;
	font-size: 26px;
	font-weight: 600;
	line-height: 2.0em;
	list-style: none;
	margin: 0;
	padding: 4% 0;
}

.check_box li strong {
    font-size: 130%;
}

.icon_check {
	width: 16%;
	margin: -1% 4% 1% 0;
	float: left;
}

.thumb_box {
	width: 90%;
	margin: 5% auto 3%;
    display: flex;
    flex-wrap: wrap;
}

.thumb {
    width: 31.3%;
    margin: 1%;
}

.thumb img {
	width: 100%;
}

.w_60 {
	width: 80%;
    max-width: 600px;
	margin: 2% auto 8%;
}

.w_60 img {
	width: 100%;
}

.logo_f {
	width: 80%;
	margin: 6% auto;
}

.sp {
	display: none;
}

.pc {
	text-align: center;
}

.br_pc{
	display: block;
}

.br_sp{
	display: none;
}	

.M5 {
	margin: 5% auto;
}

.M10 {
	margin: 10% auto;
}


/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: 20px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 10px 20px;
	display: inline-block;
	margin: 2% auto;
	font-weight: 100;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.btn-1 {
	width: 70%;
    max-width: 600px;
	margin: 2% auto 5%;
    padding: 30px 0;
	font-size: 22px;
	line-height: 1.6em;
	font-weight: 600;
	color: #000;
	border-radius: 80px;
	background-color: #ff95c1;
}

a.btn-1:before {
	display: block;
	content: "";
	position: absolute;
	top: 35%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 23px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 20px solid #000;
    transition: 0.3s;
    color: #000;
    text-decoration: none;
}
a.btn-1:hover:before {
	right: 20px;        /*マウスオーバーで三角をずらす */ 
}

.btn-2 {
	width: 400px;
	margin: 8% auto 2%;
	background-color: #FFFFFF;
	border: solid 2px #000;
	font-size: 20px;
	font-weight: 600;
	color: #000000;
}


/*back to top*/
.gotop{
  position: fixed;
  right: 0;
  bottom: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 50px;
  color: #000;
  padding: 10px;
  cursor: pointer;
  transition: .3s;
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width:750px){
	
	.st_wrapper {
		width: 100%;
	}
	
	.st_wrapper p {
		font-size: 13px;
	}
	
	.st_wrapper h1 {
		font-size: 23px;
        line-height: 1.5em;
        margin: 6% auto 4%;
	}
	
	.st_wrapper h2 {
		font-size: 15px;
	}
	
	.wrap_content {
		margin: 2% 0;
	}
	
	.bk_box {
        margin: 5% auto;
        padding: 2% 0 4%;
        font-size: 15px;
	}
    
    .sub {
        font-size: 15px;
    }
	
	.date {
		font-size: 14px;
	}
	
	.Lead {
		font-size: 14px;
		line-height: 1.7em;
	}
	
	.sub2 {
		margin: 3% 5%;
		font-size: 18px;
 	   border: solid 2px #fff;
	}
	
	.check_box li {
		font-size: 16px;
	}
	
	.pc {
		display: none;
	}
	
	.sp {
		display: block;
	}
	
	.br_pc{
		display: none;
	}

	.br_sp{
		display: flex;
	}			
	
	/* Button 1 */
	.btn-1 {
		width: 80%;
		padding: 3%;
		font-size: 13px;
		position: relative;
	}
	
    a.btn-1:before {
        top: 35%;
        right: 5px;
        border: 15px solid transparent;
        border-left: 15px solid #000;
    }
	
	a.btn-1:hover:before {
		right: 10px;        /*マウスオーバーで三角をずらす */ 
	}
    
    
	.btn-2 {
		width: 65%;
		margin: 8% auto;
		padding: 3%;
		font-size: 11px;
		position: relative;
	}	
			

	.gotop {
		font-size: 35px;
		padding: 5px;
	}	
	
	
	
}






