/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */html{box-sizing:border-box;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;tab-size:4}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}hr{overflow:visible;height:0;color:inherit}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer;color:inherit}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline-width:0}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;white-space:normal;max-width:100%}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}img{border-style:none}progress{vertical-align:baseline}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}


 .l-header {
	padding: 12px;
 }

 .l-footer {
	margin: 32px 3%;
	text-align: center;
	font-size: 14px;

	@media screen and (min-width:768px) {
		margin: 48px 3%;
	}
 }

 .l-header__logo {
	font-size: 16px;

	@media screen and (min-width:768px) {
		font-size: 28px;
	}
 }

 .first-veiw {
	background: #F1F1F4;
	margin: 0px 1%;
	padding: 68px 0;
	text-align: center;
	font-size: 16px;

	@media screen and (min-width:768px) {
		padding: 160px 0;
		font-size: 24px;
	}
 }

 .first-veiw .none {
	display: block;

	@media screen and (min-width:768px) {
		display: none;
	}
 }

 .first-veiw span {
	font-size: 11px;

	@media screen and (min-width:768px) {
		font-size: 24px;
	}
 }

 .l-contents {
	margin: 0px 3%;
	padding: 32px 0;
	text-align: center;
	font-size: 16px;

	@media screen and (min-width:768px) {
		max-width: 900px;
		margin: 0 auto;
	}
 }

 .l-contents h2 {
	text-align: left;
	border-bottom: 1px solid #ccc;
	font: 18px;
	padding-bottom: 8px;

	@media screen and (min-width:768px) {
		font: 22px;
	}
 }

 .l-contents .contents-body {
	margin-top: 8px;

	@media screen and (min-width:768px) {

	}
 }

 .l-contents .contents-body p {
	text-align: left;

	@media screen and (min-width:768px) {

	}
 }

 .service-contents {

	@media screen and (min-width:768px) {
		display: flex;
		flex-wrap : wrap;
  	justify-content: space-around;
	}
 }

 .service-contents .service-contents__block {
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 16px;
	margin: 8px 0;

	@media screen and (min-width:768px) {
		width: 30%;
	}
 }

 .company-table table {
	text-align: left;
	font-size: 14px;
	width: 100%;

	@media screen and (min-width:768px) {
		font-size: 16px;
	}
 }

 .company-table table th {
	width: 30%;

	@media screen and (min-width:768px) {
		width: 15%;
	}
 }

 .company-table table td {
	width: 70%;

	@media screen and (min-width:768px) {
		width: 85%;
	}
 }

