@charset "utf-8";

.inner {
	max-width: 800px;
}

#main section h4 {
	font-weight: 500;
}

.hand_f999 {
	font-family: "Allison", cursive;
	font-weight: 400;
	font-style: normal;
	color: #c00;
	transform: rotate(-15deg);
	font-size: 60px;
	margin: 55px auto 0 auto;
	width: 5em;
	overflow: hidden;
}

.hand_f img {
	width: auto;
	height: 80px;
	margin: 65px auto 35px auto;
}

#page_menu {
	margin-bottom: 80px;
}

#page_menu ul {
	display: flex;
	justify-content: center;
}

#page_menu ul li {
	margin: 0 0 15px 0;
	text-align: center;
	width: 8em;
}
#page_menu ul li a {
	display: block;
}

#page_menu .current_page a:hover {
	color :#c00;
}

#about {
	margin-bottom:80px;
	padding-bottom: 80px;
	border-bottom: solid 1px#5a5a5a;
}

#about h3 {
	font-weight: 400 !important;
}

.title_area {
	margin: 0 auto;
	text-align: center;
}

.title_area h2 {
	text-align:center;
	font-weight: 600 !important;
	border-bottom: solid 1px #5a5a5a;
	display: inline-block;
	font-size: 24px !important;
	margin-bottom: 55px !important;
}

.text_area {
	text-align:center;
	line-height:2.5;
	font-size: 15px;
}

.text_area h3 {
	font-size: 21px !important;
	font-weight: 400 !important;
	margin-top: -35px !important;
}

/* 概要 */
#company {
	margin:80px auto 100px auto;
}

#company h2 {
	text-align:center;
	font-weight: 600 !important;
	font-size: 24px !important;
	text-align: center;
}

#company h2 span {
	font-size: 13px;
	display: block;
}

#company h3 {
	margin: 80px 0 25px 0;
	font-weight: 400;
	font-size: 20px;
}

#company h3:before {
	content: "\e409";
	margin-right: 4px;
	font-family: "Material Icons";
	position: relative;
	top: 3px;
}

#company h4 {
	margin-top: 25px;
}

#company dl {
	display:flex;
	flex-wrap:wrap;
	width:80%;
	margin:0 auto;
	font-size: 15px;
}

#company dl dt {
	width:25%;
	padding:15px 55px 15px 20px;
}

#company dl dd {
	width:75%;
	padding: 15px 20px 15px 55px;
  	border-left: solid 1Px #5a5a5a;
}

#company table {
	margin-top: 35px;
}
#company table tr td {
	padding: 10px 40px 10px 0;
}

#company table tr td img {
	width: 50%;
	height: auto;
}

#aisatsu {
	margin:80px auto 100px auto;
}

#aisatsu p {
	margin-bottom: 15px;
	line-height: 2;
}

@media all and (max-width: 930px) {
#company dl {
	width:100%;
}
}
@media all and (max-width: 650px) {
.hand_f {
		margin: 0 auto;
		margin-bottom: -40px;
		text-align: center;
}
.text_area h3 {
	margin-top: 0 !important;
	text-align: center;
}
.textc {
	text-align: left;
}
.text_area {
	text-align:left;
}
#company dl {
	width:100%;
}
#company dl dt {
	width:100%;
	padding:0;
	font-weight:600;
}
#company dl dd {
	width:100%;
	padding:0 0 20px 0;
	border-left: none;
}
#company table tr td {
	padding: 10px 10px 10px 0;
}
}