@charset "UTF-8";
/* CSS Document */

.content2 {
  width: 960px;
	margin:0 auto 30px;
	
 
}

.content3 {
  width: 900px;
	margin:0 auto 50px;
	box-sizing : border-box;
	
 
}

.content4 {
  width: 960px;
	margin:0 auto 50px;
	box-sizing : border-box;
	
 
}

.inner {
  display: flex;
  justify-content: space-evenly;
}

.inner2 {
  display: flex;
  justify-content: space-evenly;
}

.button {
  max-width: 350px;
  margin: 10px auto;
 

}

.button2{
  max-width: 900px;
  margin: 10px auto;
 

}

.circle{
    width: 250px;
    height: 120px;
    border-radius: 50%;
	margin: 10px auto;
    background: #f46083;
	font-size: 28px;
	color:#ffffff;
	display:flex;
   justify-content:center; /*横中央*/
   align-items:center; /*縦中央*/
   text-align:center; /*行揃えを中央*/
	font-weight: bold;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}



a {
    text-decoration:none; 
}

@media only screen and (max-width: 640px)

{ 
		.content2 {
  width: 98%;
  margin:0 auto 10px;
 
}
	.content3 {
  width: 98%;
  margin:0 auto 20px;
 
}
	
	.content4 {
  width: 98%;
  margin:0 auto 20px;
 
}

	.inner {
   display:flex;
  flex-flow: column;
}
	
	.button2{
  max-width:80%;
  
 

}

	
	.circle{
    width: 130px;
    height: 60px;
    border-radius: 50%;
    background: #E40073;
	font-size: 14px;
	
}


}

