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

/*メリット*/
h1{
	width:90%;
	max-width:1200px;
	margin:auto auto 50px auto;
}
.intro{
	width:90%;
	max-width:1200px;
	margin:auto;
	margin-bottom:70px;
	font-size:20px;
}
.process-content-back{
	background-color:#FFFEF4;
	padding:100px 0 100px 0;
}
.process-content1{
	width:80%;
	max-width:640px;
	margin:auto;
}
.process-content1 p{
	text-align:center;
	margin-top:50px;
	font-size:20px;
	line-height:35px;
}
.speechBubble {
  position: relative;
  margin: auto auto 20px auto;
  padding: 16px;
  border-radius: 4px;
  background-color: #06c755;
  font-size: 20px;
  line-height: 1.5;
  color: #ffffff;
  text-align:center;
  width:80%;
  max-width:450px;
  font-weight:bold;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #06c755 transparent transparent;
  translate: -50% 100%;
}
@media(max-width:640px){
.process-content-back{
	background-color:#FFFEF4;
	padding:50px 0 100px 0;
}
.process-content1 p{
	margin-top:50px;
	font-size:16px;
	line-height:28px;
}	
}
/*.process-content2 {
	width:90%;
	max-width:768px;
	margin:auto;
}
.process-content2 ol{
	padding-left:0;
}
.process-content2 ol li{
	list-style:none;
	border:solid 2px #06c755;
	padding:15px;
	box-sizing: border-box;
	margin-bottom:20px;
	display:flex;
	position:relative;
	border-radius:10px;
}

.process-content2 ol li span{
	display:flex;
	align-items:center;
	color:#06c755;
	text-align:center;
	font-weight:bold;
	padding:10px;
	margin-right:15px;
}
*/


.process-content2{
	width: 80%;
	margin: 0 auto;
	margin-top: 56px;
	margin-bottom: 56px;
	
	max-width: 800px;
}
.process-box{
	border: 2px solid #06C755;
	border-radius: 30px;
	background-color: #FFFFFF;
	
	text-align: center;
	margin-bottom: 40px;
}
.process-box h2{
    text-align: center;
	color: #06C755;
	
	display: flex;
	align-items: center; 
	justify-content: center; 
}
.process-box h2:before, .process-box h2:after {
	border-top: 1px solid;
	content: "";
	width: 3em; 
}
.process-box h2:before {
	margin-right: 1em; 
}
.process-box h2:after {
	margin-left: 1em; 
}
.process-flex1{
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	
	margin: 0 auto;
	width: 90%;
	padding: 32px 16px;
	margin-bottom: 32px;
}
.pocess-img{
	width: 40%;
}
.process-img p{
	font-size: 14px;
	text-align: center;
}
.process-text{
	width: 60%;
	margin-left: 32px;
}
.process-text p{
	margin-top: 0;
}
.process-img img{
	width: 100%;
	height: auto;
	display: block;
	max-width: 300px;
	border: 1px solid #707070;
}

@media(max-width:640px){
	.process-flex1{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column-reverse;
	
	margin: 0 auto;
	width: 90%;
	padding: 16px 16px 32px 16px;
	margin-bottom: 0px;
}
	.process-text{
	width: 100%;
	margin-left: 0px;
	margin-bottom: 16px;
		
	font-size: 15px;
}
}
@media(max-width:480px){
    .process-box h2{
    font-size: 22px;
}
}