﻿/* システム関連ページ*/
@charset"UTF-8";
.text  {
  
        margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	border: solid 1px #ddd;
	border: solid 1px var(--gray-color);
	}

.text h3 {
   margin-top:0;
   margin-bottom:10px;
   font-size:20px;
	text-align:center;　

	}


.text ul {
   margin-top: 0;
   margin-bottom: 20px;
	margin-right:10px;
   font-size: 14px;
   line-height: 1.2;
   list-style: none;
　　
}


.text a {
   color: #5D9AB2;
   color:var(--main-color);
   text-decoration: none;
}




@media (min-width: 768px) {
     .develop-wrap {
          display: flex;
	  max-width: 1200px;
	  max-width: var(--large-width);
	  margin-left: auto;
	  margin-right: auto;

    		 }    
       .develop-wrap.text{
          flex: 1;
     	}

	.text:not(:first-child){
		margin-left: 20px;


}
