@charset "utf-8";
/* CSS Document */


#point-maincontetnt > h2 {
text-align: center;
color: #ff4b4f;
margin-bottom: 0.5em;
}

#point-maincontetnt > h2 > span{
display: inline-block;
}

.point_em{
font-size: 18px;
font-weight: 600;
line-height: 1.5;
}
.point_em > span{
display: inline-block;
}

.point_h3_01{
  position: relative;
  display: block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #ff4b4f;
}

.point_h3_01:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ff4b4f;
}




.point_h3_01 h3 {
  margin: 0;
  padding: 0;
 text-align: center;
 font-size: 16px;
  color: #ffffff;
}

.point_h3_02{
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
width: 100%;
}


.point_h3_02 h3 {
 display: block;
 text-align: center;
 font-size: 18px;
 color: #000000;
margin:0.25em 0 0;
padding: 0;
}

.h3_icon{
display: block;
width: 46px;
height: 46px;
margin-right: 1em;
}


#point-maincontetnt > h4 {
text-align: center;
font-size: 16px;
}
#point-maincontetnt > h4 > span{
display: inline-block;
}
.point_h4_01 {
  position: relative;
  display: block;
  margin: 1.5em auto;
  padding: 7px 10px;
  max-width: 400px;
  width: 100%;
  color: #000;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #000000;
  box-sizing: border-box;
 text-align: center;
border-radius: 100vh;
}

.point_h4_01:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

.point_h4_01:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #000000;
  z-index: 1;
}
.point_h4_01 p {
  margin: 0;
  padding: 0;
}

.point_h4_02{
display: -webkit-box;
display: flex;
-webkit-box-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
align-items: center;
width: 100%;
font-size: 20px;
}

.h4_icon{
display: block;
width: 70px;
height: 70px;
margin:0 0.5em;
}

.point_h4_02 h4{
font-size: 20px;
line-height: 1.5;
}

.point-maincontetnt-btn,
a.point-maincontetnt-btn,
button.point-maincontetnt-btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  width: 100%;
  max-width: 360px;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  color: #fff;
  background-color: #171717;
box-sizing: border-box;
margin: 20px auto;
}

.point-maincontetnt-btn-l,
a.point-maincontetnt-btn-l,
button.point-maincontetnt-btn-l {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  width: 100%;
  max-width: 550px;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  color: #fff;
  background-color: #171717;
  box-sizing: border-box;
  margin: 20px auto;
}

a.point-maincontetnt-btn, a.point-maincontetnt-btn-l {
 border-bottom: none;
}

.point-maincontetnt-btn:after, .point-maincontetnt-btn-l:after{
   position: absolute;
	top: 0;
	bottom: 0;
	right: 1em;
	margin: auto;
	content: "";
	vertical-align: middle;
   width: 0.7em;
	height: 0.7em;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.point-maincontetnt-btn:hover, a.point-maincontetnt-btn:hover,
.point-maincontetnt-btn-l:hover, a.point-maincontetnt-btn-l:hover{
  color: #fff;
  background: #494949;
}

.app_store_links{
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
width: 100%;
max-width: 600px;
margin: 0 auto;
}


.app_store_links a{
width: calc(50% - 10px);
border: none;
display: block;
margin: 0 auto
}

.app_store_links a > img{
width:100%;

} 

.howto-point_wrapper{
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
margin: 20px auto;
} 

.howto-point_wrapper_items{
width: 100%;
box-sizing: border-box;
border: solid #EBEBEB 4px;
border-radius: 8px;
margin-bottom: 20px;
} 

.point_h4_02{
width: 100%;
background-color: #EBEBEB;
border: solid #EBEBEB 4px;
} 
.howto-point_wrapper_items p{
display: block;
margin: 1em;
border-bottom: #EBEBEB dotted 1px;
} 

.howto-point_wrapper_items ul{
margin: 1em;
padding: 0 0 0 1.5em;
} 

.howto-point_wrapper_items ul li{
list-style: disc;
line-height: 1.8;
} 

.howto-point_notice{
width: 100%;
display: block;
margin: 0 0 20px;
box-sizing: border-box;
} 

.howto-point_notice_em{
display: block;
width: 100%;
text-align: center;
margin-top: 20px;

} 


.point_notice{
box-sizing: border-box;
border: solid #EBEBEB 4px;
border-radius: 8px;
padding: 10px;
font-size: 13px;
margin-top: 20px;
} 

.point_notice p{
margin-left: 1.0em;
} 


.point_notice ul{
margin: 0.5em;
padding: 0 0 0 1.5em;
} 


.point_notice ul li{
list-style: disc;
line-height: 1.8;
margin: 0.5em 0;
} 



/*タブレットスタイル*/
@media only screen and (min-width : 600px) {

}


/*PCスタイル*/
@media only screen and (min-width : 1025px) {

#point-maincontetnt > h2 {
font-size: 24px;
}
.point_h3_02 h3 {
 font-size: 24px;

}
	
.point-maincontetnt-btn,
a.point-maincontetnt-btn,
button.point-maincontetnt-btn {
margin: 20px auto 40px;
}
	
.app_store_links a{
width: calc(50% - 20px);
margin: 0;
}
	
.howto-point_wrapper_items{
width: calc(50% - 10px);
margin-bottom: 0;
} 
	
.howto-point_notice{
margin: 20px;
} 
.howto-point_notice_em{
margin-top: 0;

} 	
	
.point_notice{
padding: 20px;
} 
.point_notice ul{
margin: 1em;
padding: 0 0 0 1.5em;
} 
	
}