@charset "utf-8";

@import url("editor-style.css");

/*##################################################
 *トップページ : メインビジュアル */
.index-mainvisual {
	width: 100%;
	position: relative;
}
.index-mainvisual .photo {
	height: 400px;
	background-color: #eaf4f7;
	width: 50%;
}
.index-mainvisual .fl {
	text-align: left;
	background-image: url(../../image/index-mainvisual-l.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.index-mainvisual .fr {
	text-align: right;
	background-image: url(../../image/index-mainvisual-r.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.index-mainvisual p {
	font-weight: bold;
	color: #FFF;
}
.index-mainvisual p.catch {
	font-size: 48px;
	line-height: 60px;
	width: 590px;
	height: 260px;
	padding-top: 140px;
	clear: both;
	background-image: url(../../image/index-mainvisual-center.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.index-mainvisual p.lead {
	background-color: #293442;
	font-size: 20px;
	line-height: 87px;
	padding-top: 3px;
}
/* 740px以下 */
@media screen and (min-width: 1800px) {
.index-mainvisual p.catch {
	width: 730px;
}
}
/* 740px以下 */
@media screen and (max-width: 740px) {
.index-mainvisual {
	position: static;
}
.index-mainvisual .photo {
	height: 260px;
}
.index-mainvisual .fl {
	background-image: url(../../image/index-mainvisual-l.jpg);
	background-size: cover;
}
.index-mainvisual .fr {
	background-image: url(../../image/index-mainvisual-r.jpg);
	background-size: cover;
}
.index-mainvisual p.catch {
	font-size: 34px;
	line-height: 40px;
	width: 100%;
	height: 210px;
	padding-top: 110px;
	position: static;
	background-size: cover;
}
.index-mainvisual p.lead {
	font-size: 16px;
	line-height: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
}
}
/* 560px以下 */
@media screen and (max-width: 560px) {
.index-mainvisual .photo {
	height: 160px;
}
.index-mainvisual p.catch {
	height: 140px;
	padding-top: 80px;
}
}
/*##################################################
 *トップページ : 企業検索 */
.index-companysearch {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
}
.index-companysearch .tab {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.index-companysearch .tab .tab-item {
	width: 50%;
	float: left;
	box-sizing: border-box;
	display: block;
	font-weight: bold;
	line-height: 60px;
	background-color: #f2f4f6;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #f2f4f6;
	color: #999;
}
.index-companysearch .tab .tab-item:last-of-type {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.index-companysearch .tab .tab-item:hover {
	cursor: pointer;
	color: #666;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
}
.index-companysearch .tab input[name="tab-item"] {
	display: none;
}
.index-companysearch .tab .box {
	display: none;
	clear: both;
	overflow: hidden;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 0px;
}
#cate-business:checked ~ #cate-business-list,
#cate-features:checked ~ #cate-features-list {
	display: block;
}
.index-companysearch .tab input:checked + .tab-item {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #22A3DF;
	color: #333;
}
.index-companysearch .tab .box .layout-1col {
	width: auto;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 30px;
}
.index-companysearch .tab .box .layout-3col {
	width: 290px;
	padding-right: 5px;
	padding-left: 15px;
	float: left;
	padding-bottom: 30px;
}
.index-companysearch .tab .box hr.hr1 {
	margin-bottom: 45px;
}
.index-companysearch .tab .box .checklist {
	overflow: hidden;
}
.index-companysearch .tab .box .checklist label {
	float: left;
	width: 300px;
	text-align: left;
	cursor: pointer;
	display: block;
	margin-bottom: 10px;
	margin-right: 10px;
}
.index-companysearch .tab .box .checklist label input {
	cursor: pointer;
	height: 16px;
	width: 16px;
	position:relative;
	top: 2px;
}
.index-companysearch .tab .box .checklist label span {
	line-height: 36px;
}
.index-companysearch .tab .box .checklist label span.list-txt {
	padding-left: 10px;
}
.index-companysearch .tab .box .btn-allcheck {
	overflow: hidden;
	margin-bottom: 20px;
}
.index-companysearch .tab .box .btn-allcheck .ac-on {
	width: 275px;
	float: left;
	margin-right: 30px;
	cursor: pointer;
}
.index-companysearch .tab .box .btn-allcheck .ac-reset {
	float: left;
	line-height: 40px;
}
.index-companysearch .tab .box .btn-allcheck .ac-reset:hover {
	cursor: pointer;
	color: #09C;
}
.index-companysearch .tab .box .btn-submit-search {
	margin-bottom: 30px;
}
.index-companysearch .tab .box .btn-reset-search {
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
.index-companysearch .tab .box .btn-reset-search input {
	color: #333;
}
.index-companysearch .tab .box .btn-reset-search input:hover {
	cursor: pointer;
	color: #09C;
}
/* 740px以下 */
@media screen and (max-width: 740px) {
.index-companysearch {
	padding-top: 30px;
	padding-bottom: 30px;
}
.index-companysearch .tab {
	width: auto;
}
.index-companysearch .tab .tab-item {
	font-size: 14px;
}
.index-companysearch .tab .tab-item:first-of-type {
	border-left-style: none;
}
.index-companysearch .tab .tab-item:last-of-type {
	border-right-style: none;
}
.index-companysearch .tab .tab-item:hover {
	cursor: auto;
	color: #999;
	border-top-color: #f2f4f6;
}
.index-companysearch .tab .box {
	width: auto;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 30px;
}
.index-companysearch .tab .box .layout-1col {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin-bottom: 30px;
}
.index-companysearch .tab .box .layout-3col {
	width: auto;
	padding-right: 0px;
	padding-left: 0px;
	float: none;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin-bottom: 30px;
}
.index-companysearch .tab .box hr.hr1 {
	display: none;
}
.index-companysearch .tab .box .checklist label {
	float: none;
	width: auto;
	margin-bottom: 5px;
	margin-right: 0px;
}
.index-companysearch .tab .box .checklist label input {
	top: 1px;
	border: 1px solid #666;
	background: #666;
}
.index-companysearch .tab .box .btn-allcheck {
	margin-bottom: 0px;
}
.index-companysearch .tab .box .btn-allcheck .ac-on {
	width: auto;
	float: none;
	margin-right: 0px;
}
.index-companysearch .tab .box .btn-allcheck .ac-reset {
	float: none;
	line-height: 60px;
}
.index-companysearch .tab .box .btn-allcheck .ac-reset:hover {
	color: #333;
}
.index-companysearch .tab .box .btn-reset-search input:hover {
	color: #333;
}
}
/*##################################################
 *トップページ : イベント情報 */
.index-eventinfo {
	width: 100%;
	background-color: #22A3DF;
	padding-top: 60px;
	padding-bottom: 60px;
}
.index-eventinfo .box {
	background-color: #FFF;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	padding-top: 45px;
	padding-bottom: 45px;
}
.index-eventinfo .box .list {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.index-eventinfo .box .list li {
	font-size: 16px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBE3EB;
	overflow: hidden;
	background-image: url(../../image/common-icon-arw-r.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size:20px;
}
.index-eventinfo .box .list li:first-child {
	border-top-style: none;
}
.index-eventinfo .box .list li div {
	float: left;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.index-eventinfo .box .list li div.date {
	width: 120px;
	line-height: 30px;
	padding: 15px;
}
.index-eventinfo .box .list li div.title {
	width: 810px;
}
.index-eventinfo .box .list li div.title a {
	display: block;
	line-height: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 50px;
}
.index-eventinfo-new {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBE3EB;
}
.index-eventinfo-new .box {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	display: table;
}
.index-eventinfo-new .box h2 {
	width: 224px;
	line-height: 60px;
	font-weight: bold;
	background-image: url(../../image/index-eventinfo-new-arw.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-top: 15px;
	padding-bottom: 15px;
}
.index-eventinfo-new .box .list {
	width: 770px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.index-eventinfo-new .box .list li {
	font-size: 16px;
	text-align: left;
	overflow: hidden;
	background-image: url(../../image/common-icon-arw-r.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:20px;
}
.index-eventinfo-new .box .list li div {
	float: left;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.index-eventinfo-new .box .list li div.date {
	width: 120px;
	line-height: 30px;
}
.index-eventinfo-new .box .list li div.title {
	width: 635px;
}
.index-eventinfo-new .box .list li div.title a {
	display: block;
	line-height: 30px;
	padding-right: 30px;
}
/* 740px以下 */
@media screen and (max-width: 740px) {
.index-eventinfo {
	padding-top: 30px;
	padding-bottom: 30px;
}
.index-eventinfo .box {
	width: auto;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.index-eventinfo .box .list {
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBE3EB;
}
.index-eventinfo .box .list li:first-child {
	border-top-style: solid;
}
.index-eventinfo .box .list li div {
	float: none;
}
.index-eventinfo .box .list li div.date {
	width: auto;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
}
.index-eventinfo .box .list li div.title {
	width: auto;
}
.index-eventinfo .box .list li div.title a {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.index-eventinfo-new {
	padding-top: 20px;
	padding-bottom: 20px;
}
.index-eventinfo-new .box {
	width: auto;
	margin-right: 15px;
	margin-left: 15px;
	display: block;
}
.index-eventinfo-new .box h2 {
	width: auto;
	line-height: 36px;
	background-image: none;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
}
.index-eventinfo-new .box .list {
	width: auto;
	display: block;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.index-eventinfo-new .box .list li div {
	float: none;
}
.index-eventinfo-new .box .list li div.date {
	width: auto;
}
.index-eventinfo-new .box .list li div.title {
	width: auto;
}
}
/*##################################################
 *企業検索結果 */
.search-result-count {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
}
.search-result-count .countnum {
	font-size: 40px;
	margin-right: 5px;
	font-weight: bold;
	line-height: 45px;
}
.search-result-data {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 60px;
}
.search-result-data .company-list li {
	font-size: 16px;
	border: 1px solid #CCC;
	margin-bottom: 45px;
	padding-top: 30px;
	text-align: left;
}
.search-result-data .company-list li .date-status {
	font-weight: bold;
	color: #FFF;
	background-color: #22A3DF;
	display: inline-block;
	margin-left: 30px;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
	font-size: 16px;
	line-height: 32px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 4px;
	border-radius: 10px;
}
.search-result-data .company-list li .date-titile {
	font-size: 28px;
	font-weight: bold;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 15px;
	line-height: 45px;
}
.search-result-data .company-list li .date-titile a {
	display: block;
}
.search-result-data .company-list li .date-titile a:hover span {
	text-decoration: none;
}
.search-result-data .company-list li .date-titile span {
	display: inline-block;
	text-decoration: underline;
}
.search-result-data .company-list li .date-titile span.company-name {
	font-weight: bold;
	width: 840px;
}
.search-result-data .company-list li .date-titile span.link-hp {
	font-size: 16px;
	background-image: url(../../image/common-icon-target_blank-b.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px;
	padding-right: 22px;
	width: 100px;
	text-align: right;
}
.search-result-data .company-list li .cate-business {
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
	font-size: 24px;
}
.search-result-data .company-list li .cate-features {
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 15px;
	overflow: hidden;
}
.search-result-data .company-list li .cate-features span {
	font-size: 14px;
	line-height: 20px;
	display: block;
	float: left;
}
.search-result-data .company-list li .cate-features span.checklist {
	border: 1px solid #CCC;
	border-radius: 10px;
	margin-right: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.search-result-data .company-list li .link-pdf {
	background-color: #f2f4f6;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
}
.search-re {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5e5e5;
	padding-top: 60px;
	padding-bottom: 60px;
}
.search-re p {
	margin-bottom: 30px;
}
/* 740px以下 */
@media screen and (max-width: 740px) {
.search-result-count {
	width: auto;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 45px;
}
.search-result-count .countnum {
	font-size: 32px;
	line-height: 40px;
}
.search-result-data {
	width: auto;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 15px;
	padding-bottom: 45px;
}
.search-result-data .company-list li {
	margin-bottom: 30px;
	padding-top: 15px;
}
.search-result-data .company-list li .date-status {
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: 14px;
	padding-top: 0px;
}
.search-result-data .company-list li .date-titile {
	font-size: 20px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
	line-height: 34px;
}
.search-result-data .company-list li .date-titile a {
	display: block;
}
.search-result-data .company-list li .date-titile a:hover span {
	text-decoration: underline;
}
.search-result-data .company-list li .date-titile span {
	display: block;
}
.search-result-data .company-list li .date-titile span.company-name {
	width: auto;
}
.search-result-data .company-list li .date-titile span.link-hp {
	width: auto;
}
.search-result-data .company-list li .cate-business {
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: 20px;
}
.search-result-data .company-list li .cate-features {
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
}
.search-result-data .company-list li .cate-features span.checklist {
	margin-right: 5px;
	margin-bottom: 5px;
}
.search-result-data .company-list li .link-pdf {
	padding-top: 15px;
	padding-bottom: 15px;
}
.search-result-data .company-list li .link-pdf sub.txt-pdf {
	font-size: 11px;
}
.search-re {
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 45px;
	padding-bottom: 45px;
	padding-right: 15px;
	padding-left: 15px;
}
.search-re p {
	margin-bottom: 15px;
}
}
/*##################################################
 *イベント情報 : アーカイブ */
.eventinfo-archive {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 90px;
}
.eventinfo-archive .list {
	width: auto;
}
.eventinfo-archive .list li {
	font-size: 16px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBE3EB;
	overflow: hidden;
	background-image: url(../../image/common-icon-arw-r.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size:20px;
}
.eventinfo-archive .list li:first-child {
	border-top-style: none;
}
.eventinfo-archive .list li div {
	float: left;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.eventinfo-archive .list li div.date {
	width: 124px;
	line-height: 30px;
	padding: 15px;
}
.eventinfo-archive .list li div.title {
	width: 870px;
}
.eventinfo-archive .list li div.title a {
	display: block;
	line-height: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 50px;
}
/* 740px以下 */
@media screen and (max-width: 740px) {
.eventinfo-archive {
	width: auto;
	padding-top: 30px;
	padding-bottom: 45px;
}
.eventinfo-archive .list li div {
	float: none;
}
.eventinfo-archive .list li div.date {
	width: auto;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 10px;
}
.eventinfo-archive .list li div.title {
	width: auto;
}
.eventinfo-archive .list li div.title a {
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}
}
/*##################################################
 *イベント情報 : 個別情報ページ */
.eventinfo-single {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 90px;
}
.eventinfo-single .article-head {
	width: 100%;
	margin-bottom: 45px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBE3EB;
}
.eventinfo-single .article-head .title {
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 15px;
	line-height: 48px;
}
.eventinfo-single .article-head .date {
	text-align: right;
	line-height: 30px;
}
.eventinfo-single .article-cont .detail {
	text-align: left;
}
.eventinfo-single .article-cont .outline {
	margin-top: 60px;
}
.eventinfo-single .article-cont .outline .eyecatch {
	width: 300px;
	margin-bottom: 15px;
}
.eventinfo-single .article-cont .outline .eyecatch img {
	height: auto;
	width: 100%;
}
.eventinfo-single .article-cont .outline .summary {
	width: auto;
}
.eventinfo-single .article-cont .outline .summary li {
	font-size: 14px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBE3EB;
	overflow: hidden;
}
.eventinfo-single .article-cont .outline .summary li:first-child {
	border-top-style: none;
}
.eventinfo-single .article-cont .outline .summary li div {
	float: left;
	word-wrap: break-word;
	overflow-wrap: break-word;
	padding-top: 15px;
	padding-bottom: 15px;
}
.eventinfo-single .article-cont .outline .summary li div.th {
	width: 120px;
	padding-right: 10px;
	font-weight: bold;
}
.eventinfo-single .article-cont .outline .summary li div.td {
	width: 570px;
}
.eventinfo-single .article-cont .outline .summary li .access-map a {
	padding-right: 22px;
	background-image: url(../../image/common-icon-target_blank-b.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px;
}
.eventinfo-single .article-cont .exhibitor {
	box-sizing:border-box;
	background-color: #f2f4f6;
	margin-top: 30px;
}
.eventinfo-single .article-cont .exhibitor h2 {
	background-color: #CAE2EA;
	font-weight: bold;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 32px;
}
.eventinfo-single .article-cont .exhibitor .list {
	text-align: left;
	font-size: 14px;
	padding-top: 30px;
	padding-right: 32px;
	padding-bottom: 30px;
	padding-left: 32px;
}
/* 740px以下 */
@media screen and (max-width: 740px) {
.eventinfo-single {
	width: auto;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 30px;
	padding-bottom: 45px;
}
.eventinfo-single .article-head {
	margin-bottom: 30px;
}
.eventinfo-single .article-head .title {
	font-size: 24px;
	margin-bottom: 5px;
	line-height: 36px;
}
.eventinfo-single .article-head .date {
	text-align: left;
	font-size: 14px;
}
.eventinfo-single .article-cont .outline {
	margin-top: 30px;
}
.eventinfo-single .article-cont .outline .fl,
.eventinfo-single .article-cont .outline .fr {
	float: none;
}
.eventinfo-single .article-cont .outline .eyecatch {
	width: 100%;
}
.eventinfo-single .article-cont .outline .summary {
	margin-top: 30px;
}
.eventinfo-single .article-cont .outline .summary li:first-child {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBE3EB;
}
.eventinfo-single .article-cont .outline .summary li div {
	float: none;
	padding: 0px;
}
.eventinfo-single .article-cont .outline .summary li div.th {
	width: auto;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.eventinfo-single .article-cont .outline .summary li div.td {
	width: auto;
	padding-bottom: 20px;
}
.eventinfo-single .article-cont .exhibitor {
	margin-top: 15px;
}
.eventinfo-single .article-cont .exhibitor h2 {
	text-align: center;
	padding: 0px;
	line-height: 40px;
}
.eventinfo-single .article-cont .exhibitor .list {
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
}
/*##################################################
 *協議会について */
.about-desc {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
.about-desc .purpose {
	width: 480px;
	text-align: left;
}
.about-desc .purpose p {
	margin-bottom: 15px;
}
.about-desc .purpose ol li {
	list-style-type: decimal;
	list-style-position: outside;
	font-size: 16px;
	margin-left: 24px;
	margin-bottom: 10px;
}
.about-activity {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 45px;
}
.about-activity h2 {
	overflow: hidden;
	text-align: center;
	margin-bottom: 15px;
}
.about-activity h2 span {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
}
.about-activity h2 span::before,
.about-activity h2 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #ccc;
}
.about-activity h2 span::before {
	right: 100%;
}
.about-activity h2 span::after {
	left: 100%;
}
.about-activity ul {
	width: 1020px;
	overflow: hidden;
	margin-right: -40px;
	margin-left: 22px;
	padding-top: 20px;
}
.about-activity li {
	float: left;
	margin-right: 40px;
	width: 300px;
	font-size: 16px;
}
.about-activity li img {
	height: auto;
	width: 100%;
	margin-bottom: 10px;
}
.about-contact {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
/* 740px以下 */
@media screen and (max-width: 740px) {
.about-desc {
	width: auto;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 45px;
}
.about-desc .fl,
.about-desc .fr {
	float: none;
}
.about-desc .purpose {
	width: auto;
}
.about-activity {
	width: auto;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 45px;
	padding-bottom: 0px;
}
.about-activity ul {
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
}
.about-activity li {
	float: none;
	margin-right: 0px;
	width: 100%;
	margin-bottom: 30px;
}
.about-contact {
	width: auto;
	margin-right: 15px;
	margin-left: 15px;
}
}
/*##################################################
 *大府市について */
.obu-profile {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 90px;
}
.obu-profile p {
	margin-bottom: 15px;
}
.obu-profile .image-map {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.obu-profile .image-map img {
	height: auto;
	width: 100%;
}
.obu-access {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.obu-access .image-map {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
.obu-access .image-map img {
	height: auto;
	width: 100%;
}
.obu-access .traffic {
	width: 480px;
	text-align: left;
}
.obu-access .traffic h3 {
	overflow: hidden;
	margin-bottom: 15px;
}
.obu-access .traffic h3 span {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 1em 0 0;
	text-align: left;
	font-weight: bold;
}
.obu-access .traffic h3 span::before,
.obu-access .traffic h3 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #ccc;
}
.obu-access .traffic h3 span::before {
	right: 100%;
}
.obu-access .traffic h3 span::after {
	left: 100%;
}
.obu-access .traffic ul li {
	list-style-type: disc;
	list-style-position: outside;
	font-size: 16px;
	margin-left: 24px;
	margin-bottom: 10px;
}
/* 740px以下 */
@media screen and (max-width: 740px) {
.obu-profile {
	width: auto;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 45px;
}
.obu-profile .image-map {
	width: auto;
	margin-right: -12px;
	margin-left: -12px;
	margin-bottom: 15px;
}
.obu-access {
	width: auto;
	margin-right: 15px;
	margin-left: 15px;
}
.obu-access .image-map {
	width: auto;
	margin-right: -12px;
	margin-left: -12px;
}
.obu-access .fl,
.obu-access .fr {
	float: none;
}
.obu-access .traffic {
	width: auto;
	margin-bottom: 15px;
}
}
/*##################################################
 *お問い合わせ */
.contact-mailform {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.contact-mailform .input-field {
	float: left;
	width: 700px;
}
.contact-mailform .input-field .item {
	margin-bottom: 45px;
}
.contact-mailform .input-field .item p span {
	font-size: 14px;
	padding-left: 20px;
}
.contact-mailform .input-field .item p span.required {
	color: #C63;
}
.contact-mailform .input-field .item p span.optional {
	color: #666;
}
.contact-mailform .input-field .item .textbox-style {
	border: 1px solid #CCC;
	height: 40px;
	padding: 5px;
	border-radius:5px;
	width: 100%;
}
.contact-mailform .input-field .item .textarea-style {
	border: 1px solid #CCC;
	padding: 5px;
	border-radius:5px;
	width: 100%;
}
.contact-mailform .input-field .item .checkbox-style {
	height: 16px;
	width: 16px;
	position:relative;
	top: 2px;
}
.contact-mailform .input-field .item .confirm {
	background-color: #f2f4f6;
	padding-top: 2px;
	border-radius: 5px;
	width: 100%;
	text-align: center;
	line-height: 58px;
	margin-bottom: 5px;
}
.contact-mailform .input-field .item .confirm:hover {
	background-color: #E2E7EB;
}
.contact-mailform .input-field .item .confirm label {
	display: block;
	width: 100%;
	cursor: pointer;
}
.contact-mailform .input-field .item .confirm label span {
	padding-left: 10px;
}
.contact-mailform .input-field .item .note {
	text-align: center;
}
.contact-mailform .input-field .btn-submit-send input {
	font-weight: bold;
	color: #FFF;
}
.contact-mailform .notice {
	float: right;
	width: 256px;
	text-align: left;
}
.contact-mailform .notice h2 {
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 7px;
}
.contact-mailform .notice p {
	margin-bottom: 10px;
	font-size: 14px;
}
/* 740px以下 */
@media screen and (max-width: 740px) {
.contact-mailform {
	width: auto;
	margin-right: 15px;
	margin-left: 15px;
}
.contact-mailform .input-field {
	float: none;
	width: auto;
	margin-bottom: 45px;
}
.contact-mailform .input-field .item {
	margin-bottom: 30px;
}
.contact-mailform .input-field .item p span {
	padding-left: 14px;
}
.contact-mailform .input-field .item .confirm {
	padding-top: 0px;
	line-height: 40px;
}
.contact-mailform .input-field .item .confirm:hover {
	background-color: #f2f4f6;
}

.contact-mailform .notice {
	float: none;
	width: auto;
}
.contact-mailform .notice h2 {
	padding-bottom: 5px;
	padding-top: 0px;
	text-align: center;
	font-size: 16px;
}
}
/*##################################################
 *プライバシーポリシー */
.privacy {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 45px;
	text-align: left;
}
.privacy:last-child {
	margin-bottom: 0px;
}
.privacy ol {
	margin-top: 15px;
}
.privacy ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 32px;
	margin-bottom: 15px;
	font-size: 16px;
}
/* 740px以下 */
@media screen and (max-width: 740px) {
.privacy {
	width: auto;
	margin-bottom: 30px;
	margin-right: 15px;
	margin-left: 15px;
}
.privacy p {
	font-size: 14px;
}
.privacy ol li {
	margin-left: 28px;
	font-size: 14px;
}
}
