@charset "utf-8";
/* CSS Document */

section .headphoto.business {
	background-image:url(../img/head.jpg);
}

p.jigyotitle {
	font-size: 184.6%;
	letter-spacing: 0.2em;
	line-height: 1.4;
	margin-top: 40px;
	padding-bottom: 15px;
	border-bottom: solid 1px #EAF0E5;
	padding-left: 10px;
	padding-right: 10px;
}
section.jigyo .txtset {
	position: relative;
	width: auto;
	max-width: 1000px;
	margin: 50px auto;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
section.jigyo .txtset .title {
	width: 40%;
}
section.jigyo .txtset .title.logo {
	width: 40%;
	text-align: center;
}
section.jigyo .txtset .title.logo img {
	width: 70%;
	height: auto;
}
.contents section.jigyo h4 span {
	letter-spacing: 0.2em;
}
section.jigyo .txtset .txt {
	width: 55%;
	font-size: 107.7%;
}
section.jigyo .txtset .txt p {
	margin-bottom: 15px;
}
section.jigyo .txtset .txt p:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px){
	section.jigyo .txtset .title {
		width: 90% !important;
		margin-bottom: 20px;
	}
	section.jigyo .txtset .title br {
		display: none;
	}
	section.jigyo .txtset .txt {
		width: 90%;
	}
	section.jigyo .txtset{
		margin:25px auto;
	}
}

section.jigyo ul.yuzusns {
	font-family: 'Lora', serif;
	font-size: 92.3%;
}
section.jigyo ul.yuzusns li a {
	display: block;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	background-size: 22px auto;
	line-height: 30px;
	text-decoration: none;
}
section.jigyo ul.yuzusns li a.fb {
	background-image:url(../../common/img/facebook.png);
}
section.jigyo ul.yuzusns li a.tw {
	background-image:url(../../common/img/twitter.png);
}
section.jigyo ul.yuzusns li a:hover {
	color: #7C9653;
}
#yuzugappa.cBox {
	border-bottom: none;
}
