body {
font-family: 'NotoSansCJKjp-Light';
font-size: 1.1rem;
/*line-height: 3rem;　*/
text-align: justify;
text-justify: inter-ideograph;
}


/*CLEARFIX*****************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; clear:left; }
.clearfix { clear:left; display: inline-block; }
.clearfix { display: block; zoom: 1; clear:left; }

#pagewrap {
width: 80%;
margin: 0 auto;
}


/* flexボックス************************/
.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: 9px 0 0;
font-size: 0.95rem;
}


.flxbox1 p{
padding: 0 20px;
font-size: 0.95rem;
text-align: left;
line-height: 1.8rem;
text-align: justify;
text-justify: inter-ideograph;
}

.flxbox2 {
text-align: center;

margin: 7px 1% 7px;
min-height: 136px;
border: 1px solid #babcbf;
border-radius: 3px;
	
-webkit-flex:1 0 310px;
-moz-flex:1 0 310px;
-ms-flex:1 0 310px;
flex:1 0 310px;
	
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;
}

.flxbox2 img{
margin-top: 8px;
}

.flxbox2 h4{
margin: 19px 0 13px;
}

.flxbox2 ul{
text-align:left;
margin: 0 20px 13px 0;
}

.flxbox2 a{
text-decoration: none;
color: #000;
}

.flxbox2 li{
padding: 0 16px;
font-size: 0.95rem;
text-align: left;
line-height: 1.5rem;
}

.flxbox2 figcaption{
font-size: 0.95rem;
}



h2{	
color: #DE6B37;
font-weight: normal ;
font-size: 1.2rem;
padding: 6px 0px 6px 6px;
border-left: 5px solid #CCC;
}

h2 {
overflow: hidden;
}

h2 span {
display: inline-block;
padding: 0 9px 0 0;
position: relative;
}


h2 span:after {
border-top: 1px solid;
content: "";
position: absolute;
top: 50%;
width: 99em;
}

h2 span:after {
left: 100%;
}

.imagebox0{
margin-top: -52px;
width:100%;
height:100%;
}

.sq{
list-style-type: square;
margin: 26px 0px 0px 0px;
color: #2EA7E0;
}

span.black{
color:#000;	
}

.cl{
margin: 26px 15px 0px 18px;
color:#474a4d;
font-weight:bold;
}

h4{
margin: -18px 0 -8px 0;
text-align: center;
font-size: 1rem;
line-height: 1.5rem;
}


@media screen and (max-width: 650px) {
	.footer-title {
  font-size: 2rem;
}

.logo {
	  font-size: 0.8rem;
	}

}


