.section{
  padding: 100px 50px;

}

.section1{
  padding: 80px 50px;
  width: 80%;
  margin: 0 auto;
  max-width: 760px;

}


.section_bg{
  background-color:#eee;
}

/* 右肩上がり */
.section.section_tilt_r {
  clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
  
}

/* 右肩下がり */
.section.section_tilt_l {
  clip-path: polygon(0 0, 100% 50px, 100% 100%, 0 calc(100% - 50px));
  
}

/*SVGicon*****************************/
.svgbox {
margin: -8px -5px -8px 0px;
width:78px;
float:left;
text-align:center;
}

.svgbox img {
text-align:center;
width:52px;
height:52px;
}

.svgbox p {
font-size: 0.7rem;
margin: -10px 0 18px 0px;
text-align: center;
line-height: 1rem;
}



.dib {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
　height:120px;
	
}

/*main*****************************/
body {
line-height: 2rem;
}

h1{
font-weight: normal;
font-size: 2rem;
line-height: 2.5rem;
margin-left: -11px;
padding-left: 5px;
padding-top:5px;
border-left: 6px solid #DE6B37;
}

h2{
font-weight:100;
font-size: 1.5rem;
color:#999;
margin-top:70px;
margin-bottom:-30px;
}

h3{
font-weight:100;
font-size: 1.2rem;
color:#999;
margin-top:30px;
margin-bottom:-40px;
}

li{
	margin-bottom:-20px;



}


.justify{
  text-align:justify;
  word-break:break-all; 
  text-justify:inter-ideograph;
  text-justify:inter-character;
  word-wrap:break-word;
  overflow-wrap:break-word;
  white-space:pre-wrap;
}

.cont-img {
  max-width: 100%;
  display: block;
  margin: 0 auto 0;
  backface-visibility: hidden;
}


.flx{
margin: 26px 1% 26px;
-webkit-flex:1;
-moz-flex:1;
-ms-flex:1;
flex:1;

display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: flex;

-webkit-flex-direction:row;
-moz-flex-direction:row;
-ms-flex-direction:row;
flex-direction:row;

-webkit-flex-wrap: wrap;
-moz-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
	
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
}

.flxbox1 {
text-align: center;

margin: 7px 1% 7px;
min-height: 160px;
border: 1px solid #babcbf;
border-radius: 3px;
	
-webkit-flex:1 0 230px;
-moz-flex:1 0 230px;
-ms-flex:1 0 230px;
flex:1 0 230px;
	
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: flex;

-webkit-align-items: flex-start;
-moz-align-items: flex-start;
-ms-align-items: flex-start;
align-items: flex-start;

-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
}

.flxbox1b {
border: 0px solid #babcbf;
}

.flxbox1 img{
margin-top: 8px;
}

.flxbox1 h4{
margin: 2px 0 -15px 0;
font-size: 0.95rem;
}

.flxbox1 p{
padding: 0 20px;
text-align: left;
text-align: justify;
text-justify: inter-ideograph;
}

















@media screen and (max-width: 650px) {

body {
font-size: 0.8rem;
line-height: 1.5rem;
}

h1{
font-size: 1.2rem;
padding-top:1px;
}

h2{
font-size: 1rem;
margin-top:40px;
}

h3{
font-size: 0.8rem;
margin-top:40px;
}

}









