@charset "UTF-8";

.cf:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.cf {
	min-height: 1px;
}

* html .cf {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

body {
    line-height: 1.6em;
}

#header_pc #header_logo h1 img,
#header_pc #header_logo p img {
    height: auto;
    width: auto;
}

#page_title h1 {
	font-size: 42px;
	text-align: center;
	color: #fff;
}


#top-about {
	margin: 40px 0;
	padding-top: 30px;
}

nav.main_nav ul.menu > li > a {
	padding: 1em;
}

.five-reasons {
	margin-top: 15px;
}

.h2-title01 {
    font-size: 36px;
    color: #0e7dc7;
    text-align: center;
    margin-bottom: 1em;
    position: relative;
    /* padding-top: 30px; */
    margin-top: 0;
}

.h2-title01 h2 {
    font-size: 36px;
    color: #0e7dc7;
    text-align: center;
    margin-bottom: 1em;
    position: relative;
    margin-top: 0;
}


.h2-title01:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
    bottom: -20px;
}

#top-about p {
    margin-bottom: 25px;
}

.news-link {
	margin: 60px 0 40px; 
}

.news-link h2 {
	margin-top: 0;
}

.news-inner article {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px dotted #ccc;
}

.news-inner article time {
    float: left;
    line-height: 1;
}

.news-inner article a h3 {
    margin-left: 200px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
}

#bnr-area {
	background: #f0f0f0;
	padding: 60px 0px;
}

.sitemap-link {
	display: inline-block;
	position: relative;
	margin-left: 50px;
	padding-left: 15px;
}

.sitemap-link:after {
	position: absolute;
    top: 7px;
    left: 0px;
    display: block;
    content: '';
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #fff;
}

.sitemap-link a {
	color: #fff;
}

.flow-title h3 {
	background: url(../images/about/step01.gif) no-repeat;
	background-color: #d7efff;
	height: 60px;
	line-height: 60px !important;
	padding-left: 200px;
	margin-bottom: 20px;
	font-size: 20px;
}

.flow-title02 h3 {
	background: url(../images/about/step02.gif) no-repeat;
	background-color: #d7efff;
	height: 60px;
	line-height: 60px !important;
	padding-left: 200px;
	margin-bottom: 20px;
	font-size: 20px;
}

.flow-title03 h3 {
	background: url(../images/about/step03.gif) no-repeat;
	background-color: #d7efff;
	height: 60px;
	line-height: 60px !important;
	padding-left: 200px;
	margin-bottom: 20px;
	font-size: 20px;
}

.flow-title04 h3 {
	background: url(../images/about/step04.gif) no-repeat;
	background-color: #d7efff;
	height: 60px;
	line-height: 60px !important;
	padding-left: 200px;
	margin-bottom: 20px;
	font-size: 20px;
}

.flow-title05 h3 {
	background: url(../images/about/step05.gif) no-repeat;
	background-color: #d7efff;
	height: 60px;
	line-height: 60px !important;
	padding-left: 200px;
	margin-bottom: 20px;
	font-size: 20px;
}

.flow-title06 h3 {
	background: url(../images/about/step06.gif) no-repeat;
	background-color: #d7efff;
	height: 60px;
	line-height: 60px !important;
	padding-left: 200px;
	margin-bottom: 20px;
	font-size: 20px;
}

.about-heading {
	background: url(../images/about/bg_subtitle.jpg) no-repeat;
	padding-top: 30px;
}

.breadcrumbs span {
	font-family: "メイリオ"
}

.form-control {
	display: inline-block;
	margin-bottom: .5em;
}

#address1 {
	width: 40%
}

.required {
	color: red;
}

.sitemap {
	padding: 0;
}

.sitemap li {
	list-style: none;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 1em;
	padding-top: 1em;
	padding-left: 10px
}

.sitemap li span {
	position: relative;
	padding-left: 18px;
	font-size: 16px;
}

.sitemap li span:after {
	position: absolute;
    top: 50%;
    left: 0px;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    margin-top: -3px;
    border-top: 2px solid #0e7dc7;
    border-right: 2px solid #0e7dc7;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sitemap li ul li {
	border-bottom: none;


	padding: .5em 0;
}

.sitemap li ul li span {
	padding-left: 0;
	font-size: 14px;
}

.sitemap li ul li span:after {
	display: block;
	content: '';
	position: absolute;
	top: .65em;
	left: -1em;
	width: 8px;
	height: 1px;
	border: none;
	background-color: #666;
	-webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

#aera-list {
	padding: 15px 15px 0;
	background: #f1f1f1;
}

#aera-list li {
	list-style: none;
	width: 31%;
	float: left;
	border: 1px solid #0e7dc7;
	background: #fff;
	margin-right: 3%;
	text-align: center;
	margin-bottom: 15px;
	border-radius: 6px;
	font-size: 18px;
}

#aera-list li:nth-of-type(3n) {
	margin-right: 0;
}

#aera-list li a {
	padding: 15px 15px 12px;
	display: block;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#aera-list li:hover {
	background: #0e7dc7;
}

#aera-list li a:hover {
	color: #fff;
	text-decoration: none;
}

#aera-list li a .fa {
	font-size: 26px;
	display: block;
}

#area-more {
	text-align: center;
	margin-top: 3em;
}

#member-list h2.caption03 {
	margin-bottom: 1em;
}

#member-list h3.subcaption03 {
	margin-bottom: 1.5em;
}

#member-list table {
	margin-bottom: 3em;
	width: 100%;
}

#member-list table th {
	text-align: center;
	padding: .7em
}

#member-list table td {
	padding: 0.5em 1em;
}

#member-list table th:nth-of-type(1) {
	width: 7%;
}

#member-list table td:nth-of-type(1) {
	overflow: hidden;
	text-overflow: clip;
	white-space: nowrap;
}

#member-list table th:nth-of-type(2) {
	width: 30%;
}

#member-list table td:nth-of-type(1),
#member-list table td:nth-of-type(3),
#member-list table td:nth-of-type(5),
#member-list table td:nth-of-type(6)
 {
	text-align: center;
}

#member-list table th:nth-of-type(3) {
	width: 10%;
}

#member-list table th:nth-of-type(4) {
	width: 22%;
}

#member-list table th:nth-of-type(5) {
	width: 14%;
}

#member-list table th:nth-of-type(6),
#member-list table th:nth-of-type(7) {
	width: 8%
}

#member-list table .web a {
	background: url(../images/member/icon02.gif) no-repeat center center;
	background-size: contain;
	text-indent: -9999px;
	display: block;
	padding: 4px;
	text-align: center;
}

#member-list table .mail a {
	background: url(../images/member/icon01.gif) no-repeat center center;
	background-size: contain;
	text-indent: -9999px;
	display: block;
	padding: 4px;
	text-align: center;
}

.wall-table table {
	width: 100%;
}

.wall-table table th {
	font-size: 18px;
	text-align: center;
	padding: 10px;
}

.wall-table table td {
	padding: 15px;
}

.subcaption01 {
	padding: 0.5em;
	margin-top: 0px
}

.color-green {
	color: #21a567;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
}

.after-arrow .panel-grid-cell {
	position: relative;
}

.after-arrow .panel-grid-cell:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 0 18px 20px;
	border-color: transparent transparent transparent #21a567;
	position: absolute;
	right: -12px;
	bottom: 65px;
}

.after-arrow .panel-grid-cell:last-child:after {
	display: none;
}

.color-blue p {
	font-size: 16px;
}


@media (max-width:767px){

	#page_contents {
		padding-left: 0px;
		padding-right: 0px;
	}

	#page_title h1 {
    font-size: 32px;
	}

	#top-about {
	margin: 10px 0;
	}
	
	.h2-title01 {
    font-size: 18px;
    padding-top: 10px;
  	}

	 .h2-title01 h2 {
		font-size: 18px;
		padding-top: 10px;
	  }

	.news-inner article {
		position: relative;
	}

	.news-inner article a {
		display: block;
	}

	.news-inner article:after {
		position: absolute;
		top: 50%;
		right: 0px;
		display: block;
		content: '';
		width: 8px;
		height: 8px;
		margin-top: -3px;
		border-top: 2px solid #0e7dc7;
		border-right: 2px solid #0e7dc7;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.news-inner article time {
		float: none;
	}

	.news-inner article a h3 {
		margin-left: 0px;
		margin-top: 1em;
		margin-bottom: 0;
		font-size: 14px;
		font-weight: normal;
	}

 	#btn-link .col-sm-6 {
 		margin-bottom: 15px;
 	}

 	#bnr-area {
		padding: 30px 0px;
	}

	.news-link {
		margin: 30px 0 20px; 

	}

	.flow-title h3,
	.flow-title02 h3,
	.flow-title03 h3,
	.flow-title04 h3,
	.flow-title05 h3,
	.flow-title06 h3 {
		font-size: 18px;
		line-height: 1.4 !important;
		padding-top: 45px;
		background-size: auto 40px;
		height: 75px;
		padding-left: 20px;
	}

	#member-list table {
		width: 1140px;
		margin-bottom: 0;
	}

	div.outer{
		width: 100%;
		overflow-x: auto;
		margin-bottom: 2em;
	}

	div.outer::-webkit-scrollbar {
		height: 5px;
	}

	div.outer::-webkit-scrollbar-track {
		border-radius: 5px;
		background: #eee;
	}
	div.outer::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background: #666;
	}

	.after-arrow .panel-grid-cell:after {
		display: none;
	}
}