﻿@charset "UTF-8";

h1.title {
    background: url(./img/title_bg.jpg) no-repeat center center;
    background-size: cover;
}
/* ▼▼▼ 事業紹介
=====================================*/
.txt {
	max-width: 856px;
	margin: 0 auto 50px;
    color: #0069A2;
	font-size: 27px;
    text-align: center;
	overflow: hidden;
	}
ul.photo {
	margin: 0 auto 50px;
	overflow: hidden;
	}
	ul.photo li {
		background: url(img/bg.png) repeat-x left bottom;
		margin-bottom: 50px;
		}
	ul.photo li:last-child {margin-bottom: 0;}
	ul.photo li p {
		max-width: 856px;
		margin: 0 auto;
		}


/* ▼▼▼ 480px
=====================================*/
@media screen and (max-width: 480px) {

#main {padding: 20px 0;}
.txt {
	max-width: 100%;
	margin: 0 auto 20px;
	padding: 0 15px;
	font-size: 18px;
	overflow: hidden;
	}
ul.photo {
	}
	ul.photo li {
		background: url(img/bg.png) repeat-x left bottom;
		margin-bottom: 20px;
		padding: 0 15px;
		}
	ul.photo li:last-child {margin-bottom: 0;}
	ul.photo li p {
		max-width: 100%;
		}

}
