@charset "UTF-8";


/* .headline1
-------------------------------------------------*/
.headline1 {
	background: url(../img/about/title.png) center 36px no-repeat;
}


@media only screen and (min-width:1px) and (max-width:680px){
.headline1 {
	background: url(../img/about/title.png) center 8px no-repeat;
	background-size: auto 75px;
}

}



/* .cont1
-------------------------------------------------*/
#about .cont1 {
	width: 100%;
	background-color: #fff3c2;
}
#about .cont1 .inner {
	width: 1024px;
	margin: 0 auto;
	padding: 65px 0 55px;
}


@media only screen and (min-width:1px) and (max-width:680px){
#about .cont1 .inner {
	width: 94%;
	padding: 30px 0 25px;
}

#about .cont1 {
	width: 94%;
	margin: 10px auto 0;
}
}

/* .cont2
-------------------------------------------------*/
#about .cont2 {
	width: 1024px;
	margin: 0 auto 95px;
	padding-top: 75px;
}
#about .cont2 p {
	text-align: center;
}
#about .cont2 .img {
	text-align: center;
	margin-bottom: 20px;
}
#about .cont2 ul {
	font-size: 0;
	margin-top: 60px;
}
#about .cont2 ul li {
	display: inline-block;
	font-size: 14px;
	line-height: 1.6;
	vertical-align: top;
	margin: 0 20px;
}
#about .cont2 ul li:first-child .img {
	padding: 187px 0;
}

@media only screen and (min-width:1px) and (max-width:680px){
#about .cont2 {
	width: 94%;
	margin: 0 auto 40px;
	padding-top: 30px;
}
#about .cont2 .img {
	margin-bottom: 10px;
}
#about .cont2 ul {
	margin-top: 30px;
}
#about .cont2 ul li {
	display: list-item;
	line-height: 1.5;
	margin: 0 0 30px;
}
#about .cont2 ul li:first-child .img {
	margin: 0 0 10px;
	padding: 0;
}
}


/* .cont3
-------------------------------------------------*/
#about .cont3 {
	width: 100%;
	background-color: #edf6f7;
}
#about .cont3 .inner {
	width: 1024px;
	margin: 0 auto;
	padding: 65px 0 55px;
}
#about .cont3 ul {
	font-size: 0;
	width: 750px;
	margin: 0 auto;
}
#about .cont3 ul li {
	display: inline-block;
	font-size: 14px;
	line-height: 1.6;
	vertical-align: top;
	width: 545px;
	margin: 20px 10px 0 0;
}
#about .cont3 ul li:last-child {
	width: 195px;
	margin: 0;
	text-align: center;
}
#about .cont3 ul li:last-child span {
	font-size: 11px;
}

@media only screen and (min-width:1px) and (max-width:680px){
#about .cont3 .inner {
	width: 94%;
	margin: 0 auto;
	padding: 30px 0 25px;
}
#about .cont3 ul {
	width: 100%;
}
#about .cont3 ul li {
	display: list-item;
	line-height: 1.5;
	width: 100%;
	margin: 0 0 10px;
}
#about .cont3 ul li:last-child {
	width: 60%;
	margin: 0 auto;
}
}


/* .cont4
-------------------------------------------------*/
#about .cont4 {
	width: 1024px;
	margin: 0 auto;
	padding-top: 95px;
}
#about .cont4 p {
	margin-bottom: 25px;
}
#about .cont4 .name {
	padding: 20px 0 65px;
}
#about .cont4 .name span {
	letter-spacing: 0.5em;
}

@media only screen and (min-width:1px) and (max-width:680px){
#about .cont4 {
	width: 94%;
	padding-top: 40px;
}
#about .cont4 p {
	margin-bottom: 15px;
}
#about .cont4 .name {
	padding: 10px 0 30px;
}
#about .cont4 .name span {
	letter-spacing: normal;
}
#about .orbtn a {
	padding: 0 10px;
}
}

/* .cont5
-------------------------------------------------*/
#about .cont5 {
	width: 100%;
}
#about .cont5 .inner {
	width: 1024px;
	margin: 0 auto;
	padding: 65px 0 55px;
}


#about .cont5 table {
	max-width: 940px;
	margin: 0 auto;
}
#about .cont5 table th {
	background-color: #fff3c2;
	border: 1px solid #000;
	padding: 13px 15px;
	font-size: 16px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	width: 180px;
}
#about .cont5 table td {
	border: 1px solid #000;
	padding: 8px 15px;
	font-size: 14px;
	vertical-align: middle;
}
#about .cont5 table td ul {
	font-size: 0;
}
#about .cont5 table td ul li {
	font-size: 14px;
	display: inline-block;
	margin: 5px 15px 5px 0;
	height: 45px;
	background-color: #f9c78c;
	border-bottom: 3px solid #dd9b54;
}
#about .cont5 table td ul li.re {
	background-color: #f19283;
	border-bottom: 3px solid #d3685e;
}
#about .cont5 table td ul li a {
	height: 45px;
	background: url(../img/top/icon.png) no-repeat;
	background-position: right 20px center;
	background-size: 10px auto;
	color: #fff;
	display: block;
	line-height: 47px;
	padding: 0 50px 0 25px;
}


@media only screen and (min-width:1px) and (max-width:680px){
#about .cont5 .inner {
	width: 94%;
	padding: 30px 0 25px;
}

#about .cont5 {
	width: 94%;
	margin: 10px auto 0;
}
#about .cont5 table th {
	padding: 8px 10px;
	font-size: 13px;
	width: 35%;
}
#about .cont5 table td {
	padding: 8px 10px;
	font-size: 12px;
}
#about .cont5 table td ul li {
	width: 100%;
	font-size: 12px;
	display: list-item;
	margin: 5px 15px 5px 0;
}
#about .cont5 table td ul li a {
	width: 100%;
	background: url(../img/top/icon.png) no-repeat;
	background-position: right 5px center;
	background-size: 10px auto;
	padding: 0 20px 0 10px;
	box-sizing: border-box;
}
#about .cont5 table td ul li.db a {
	height: auto;
	line-height: 1.2;
	padding: 10px 20px 10px 10px;
}
}




/* .cont6
-------------------------------------------------*/
#about .cont6 {
	width: 100%;
}
#about .cont6 .inner {
	width: 1024px;
	margin: 0 auto;
	padding: 65px 0 55px;
}


#about .cont6 table {
	max-width: 940px;
	margin: 0 auto;
}
#about .cont6 table th {
	background-color: #ffd8c2;
	border: 1px solid #000;
	padding: 13px 15px;
	font-size: 16px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	width: 400px;
}
#about .cont6 table td {
	border: 1px solid #000;
	padding: 8px 15px;
	font-size: 14px;
	vertical-align: middle;
}
#about .cont6 table td ul {
	font-size: 0;
}
#about .cont6 table td ul li {
	font-size: 14px;
	display: inline-block;
	margin: 5px 15px 5px 0;
	height: 45px;
	background-color: #f9c78c;
	border-bottom: 3px solid #dd9b54;
}
#about .cont6 table td ul li.re {
	background-color: #f19283;
	border-bottom: 3px solid #d3685e;
}
#about .cont6 table td ul li a {
	height: 45px;
	background: url(../img/top/icon.png) no-repeat;
	background-position: right 20px center;
	background-size: 10px auto;
	color: #fff;
	display: block;
	line-height: 47px;
	padding: 0 50px 0 25px;
}


@media only screen and (min-width:1px) and (max-width:680px){
#about .cont6 .inner {
	width: 94%;
	padding: 30px 0 25px;
}

#about .cont6 {
	width: 94%;
	margin: 10px auto 0;
}
#about .cont6 table th {
	padding: 8px 10px;
	font-size: 13px;
	width: 35%;
}
#about .cont6 table td {
	padding: 8px 10px;
	font-size: 12px;
}
#about .cont6 table td ul li {
	width: 100%;
	font-size: 12px;
	display: list-item;
	margin: 5px 15px 5px 0;
}
#about .cont6 table td ul li a {
	width: 100%;
	background: url(../img/top/icon.png) no-repeat;
	background-position: right 5px center;
	background-size: 10px auto;
	padding: 0 20px 0 10px;
	box-sizing: border-box;
}
#about .cont6 table td ul li.db a {
	height: auto;
	line-height: 1.2;
	padding: 10px 20px 10px 10px;
}
}

