@charset "UTF-8";
/* CSS Document */
/*------------------------

タイトル

------------------------*/
.title-head {
	color: #fff;
	margin: 0 auto;
	font-size: 1.8rem;
	text-align: center;
	font-weight: normal;
}
.title .title-head span {
	font-family: 'Fira Sans', sans-serif;
	display: block;
	font-weight: 200;
	font-size: 6rem;
}
.title {
	background: url(../../common/img/logo-back.png), url(../../common/img/title-back00.jpg);
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
	color: #fff;
}
#news .title {
	background: url(../../common/img/logo-back.png), url(../../common/img/title-back01.jpg);
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
}
#about .title {
	background: url(../../common/img/logo-back.png), url(../../common/img/title-back00.jpg);
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
}
#faq .title {
	background: url(../../../common/img/logo-back.png), url(../../../common/img/title-back00.jpg);
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
}
#event .title {
	background: url(../../common/img/logo-back.png), url(../../common/img/title-back02.jpg);
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
}
#member .title {
	background: url(../../common/img/logo-back.png), url(../../common/img/title-back03.jpg);
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
}
#project .title {
	background: url(../../common/img/logo-back.png), url(../../common/img/title-back04.jpg);
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
}
#access .title {
	background: url(../../common/img/logo-back.png), url(../../common/img/title-back05.jpg);
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
}
#contact .title {
	background: url(../../common/img/logo-back.png), url(../../common/img/title-back06.jpg);
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
}

@media screen and (max-width:767px) {
.title-head {
	font-size: 1.4rem;
	line-height: 33px;
}
.title .title-head span {
	font-size: 4rem;
}
.title .wrap {
	padding: 50px 0;
}
.title {
	background: url(../../common/img/logo-back.png), url(../../common/img/title-back00.jpg);
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
	background-size: 130px auto, cover;
	color: #fff;
}
#news .title {
	background: url(../../common/img/logo-back.png), url(../../common/img/title-back01.jpg);
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
	background-size: 130px auto, cover;
}
#about .title {
	background: url(../../common/img/logo-back.png), url(../../common/img/title-back00.jpg);
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
	background-size: 130px auto, cover;
}
#event .title {
	background: url(../../common/img/logo-back.png), url(../../common/img/title-back02.jpg);
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
	background-size: 130px auto, cover;
}
#member .title {
	background: url(../../common/img/logo-back.png), url(../../common/img/title-back03.jpg);
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
	background-size: 130px auto, cover;
}
#project .title {
	background: url(../../common/img/logo-back.png), url(../../common/img/title-back04.jpg);
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
	background-size: 130px auto, cover;
}
#access .title {
	background: url(../../common/img/logo-back.png), url(../../common/img/title-back05.jpg);
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
	background-size: 130px auto, cover;
}
#contact .title {
	background: url(../../common/img/logo-back.png), url(../../common/img/title-back06.jpg);
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
	background-size: 130px auto, cover;
}
}
/*------------------------

ニュース

------------------------*/


.news-inner-box.news-page {
	padding: 30px 30px 10px;
	border-bottom: none;
	background-color: #fff;
}
.news-inner-box.news-page ul {
	height: auto;
	overflow-y: auto;
}

.news-detail-white{
	padding: 30px;
	background-color: #fff;
	margin-bottom: 40px;
}

.center-head.japanese-only + p.news-day{
	margin-bottom: 5px;
	margin-top: 40px;
	text-align: right;
}
#news .tab-area{
	margin-bottom: 10px;
}

h3.news-title{
    color: #004583;
    font-size: 2.4rem;
    border-bottom: 1px solid #004583;
    padding-bottom: 16px;
}

i{
	color: #000;
}
/*------------------------

イベント

------------------------*/
.title {
	background: url(../../news/img/logo-back.png), url(../../news/img/title-back00.jpg);
	background-position: center, center;
	background-repeat: no-repeat, no-repeat;
	color: #fff;
}
#event h2.center-head {
	margin-bottom: 50px;
}
.note-wrap {
	text-align: center;
	margin-bottom: 30px;
}
.note {
	display: inline-block;
	margin: 0 auto;
}
.note-blue, .note-gray, .note-brown, .note-green {
	display: inline-block;
	font-size: 1.4rem;
}
.note-blue, .note-green, .note-brown {
	margin-left: 20px;
}
.note-blue:before, .note-gray:before, .note-brown:before, .note-green:before {
	vertical-align: top;
	margin-top: 3px;
}
.note-gray:before {
	content: '';
	background-color: #dddddd;
	width: 56px;
	height: 17px;
	margin-right: 7px;
	display: inline-block;
}
.note-brown:before {
	content: '';
	background-color: #836600;
	width: 56px;
	height: 17px;
	margin-right: 7px;
	display: inline-block;
}
.note-green:before {
	content: '';
	background-color: #418300;
	width: 56px;
	height: 17px;
	margin-right: 7px;
	display: inline-block;
}
.note-blue:before {
	content: '';
	background-color: #004583;
	width: 56px;
	height: 17px;
	margin-right: 7px;
	display: inline-block;
}
.calendar-box {
	background-color: #fff;
	text-align: center;
	padding: 42px;
	margin-bottom: 30px;
	border-bottom: 7px solid #c9c9c9;
}
.calendar-box h3 {
	color: #004583;
	font-size: 3rem;
	font-weight: 200;
	margin-bottom: 40px;
}
.calendar-box h3 span {
	font-size: 5.2rem;
	font-family: 'Fira Sans', sans-serif;
	margin: 0 3px;
}
.calendar-box tr {
	height: 120px;
}
.calendar-box tr:first-of-type {
	height: auto;
}
.calendar-box table th {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
}
.calendar-box table th, .calendar-box table td {
	text-align: center;
	width: 14.285714%;
	vertical-align: top;
	border-bottom: 1px solid #99b5cd;
}
.calendar-box tr th:first-of-type, .calendar-box tr td:first-of-type {
	color: #831f00;
}
.calendar-box tr th:nth-of-type(7), .calendar-box tr td:nth-of-type(7) {
	color: #004583;
}
.calendar-box tr td span {
	display: block;
	width: 100%;
}
.calendar-box tr td span.event-title {
	line-height: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.calendar-box tr td span.day {
	font-size: 2rem;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 200;
	margin-bottom: 5px;
}
.calendar-box tr td span.holiday {
	color: #fff;
	background-color: #831f00;
	font-size: 1.4rem;
	font-weight: lighter;
}
.calendar-box tr td span.working-day {
	color: #000;
	background-color: #dddddd;
	font-size: 1.4rem;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 200;
}
.calendar-box .box-green {
	background-color: #418300;
	color: #fff;
	font-size: 1.4rem;
	text-align: left;
	margin-top: 7px;
	display: block;
	padding: 5px 5px 2px;
	border: 1px solid #418300;
}
.calendar-box .box-blue span.time, .calendar-box .box-green span.time, .calendar-box .box-brown span.time {
	display: block;
	font-family: 'Fira Sans', sans-serif;
	line-height: 1.4rem;
}
a.box-green {
	text-decoration: none;
}
a.box-green:hover {
	color: #418300;
	background-color: #fff;
}
.calendar-box .box-brown {
	background-color: #836600;
	color: #fff;
	font-size: 1.4rem;
	text-align: left;
	margin-top: 7px;
	display: block;
	padding: 5px 5px 2px;
	border: 1px solid #836600;
}
a.box-brown {
	text-decoration: none;
}
a.box-brown:hover {
	color: #836600;
	background-color: #fff;
}
.calendar-box .box-blue {
	background-color: #004583;
	color: #fff;
	font-size: 1.4rem;
	text-align: left;
	margin-top: 7px;
	display: block;
	padding: 5px 5px 2px;
	border: 1px solid #004583;
}
a.box-blue {
	text-decoration: none;
}
a.box-blue:hover {
	color: #004583;
	background-color: #fff;
}

@media screen and (max-width:767px) {
.calendar-box table th, .calendar-box table td {
	width: 100%;
}
.calendar-box h3 span {
	font-size: 3.6rem;
	margin: 0;
}
.calendar-box h3 {
	font-size: 2.4rem;
}
.calendar-box {
	padding: 32px 3%;
}
.calendar-box tr:first-child {
	display: none;
}
.calendar-box th,  .calendar-box td {
	width: 100%;
	display: block;
	padding: 5px 0;
}
.calendar-box td span.day {
	font-size: 1.5rem;
	width: 64px;
	text-align: left;
	border-radius: 0;
	height: auto;
	float: left;
	display: inline-block;
	margin: 5px;
	padding: 0;
}
.calendar-box td span.holiday,  .calendar-box td span.working-day {
	font-size: 1.5rem;
	border-radius: 0;
	height: auto;
	float: left;
	display: inline-block;
	padding: 0 10px;
	width: calc(100% - 74px);
	margin: 5px 0;
	text-align: left;
}
.calendar-box .box-blue,  .calendar-box .box-brown,  .calendar-box .box-green {
	float: left;
	width: calc(100% - 74px);
	margin-left: 74px;
	margin-top: 0;
	margin-bottom: 5px;
	padding: 7px 10px 3px;
}
.calendar-box td span:after {
	font-size: 1.2rem;
	letter-spacing: .1em;
	margin-left: .35em;
}
.calendar-box td:nth-child(1) span.day:after {
	content: "[SUN]";
	font-family: 'Fira Sans', sans-serif;
}
.calendar-box td:nth-child(2) span.day:after {
	content: "[MON]";
	font-family: 'Fira Sans', sans-serif;
}
.calendar-box td:nth-child(3) span.day:after {
	content: "[TUE]";
	font-family: 'Fira Sans', sans-serif;
}
.calendar-box td:nth-child(4) span.day:after {
	content: "[WED]";
	font-family: 'Fira Sans', sans-serif;
}
.calendar-box td:nth-child(5) span.day:after {
	content: "[THU]";
	font-family: 'Fira Sans', sans-serif;
}
.calendar-box td:nth-child(6) span.day:after {
	content: "[FRI]";
	font-family: 'Fira Sans', sans-serif;
}
.calendar-box td:nth-child(7) span.day:after {
	content: "[SAT]";
	font-family: 'Fira Sans', sans-serif;
}
.calendar-box td:before, .calendar-box td:after {
	height: 0;
	display: block;
	overflow: hidden;
	content: '.';
}
.calendar-box .box-brown span.time,  .calendar-box .box-blue span.time,  .calendar-box .box-green span.time {
	display: inline-block;
	margin-right: 5px;
	width: auto;
	display: block;
}
.calendar-box td:empty {
	display: none;
}
.calendar-box td:after {
	clear: both;
}
.calendar-box td {
	zoom: 1;
} /* IE < 8 */
.note-gray, .note-brown, .note-green, .note-blue {
	margin-left: 0;
	width: 100%;
	text-align: left;
}
#event p.text-right {
	text-align: left;
	font-size: 1.4rem;
}
}
/*------------------------

イベント 詳細

------------------------*/
.center-head.japanese-only span {
	font-size: 3.5rem;
}
.center-head.japanese-only + p {
	margin-bottom: 60px;
}
.tab-area {
	text-align: right;
	margin-bottom: 10px;
}
.tab {
	display: inline-block;
	padding: 2px 30px 4px;
    margin-bottom: 7px;
}
.tab.green {
	border: 1px solid #418300;
	background-color : #418300;
	color: #fff;
}
.tab.brown {
	border: 1px solid #836600;
	background-color : #836600;
	color: #fff;
}
.tab.blue {
	border: 1px solid #004583;
	background-color : #004583;
	color: #fff;
}
.tab.red {
	border: 1px solid #830000;
	background-color : #830000;
	color: #fff;
}
.tab.news-day{
	float: left;
	border: 1px solid #004583;
	color: #004583;
	background-color: #f2f2f2;
}
.event-table {
	margin: 0 0 40px;
	border: 1px solid #c9c9c9;
	border-bottom: 7px solid #c9c9c9;
}
.event-table th {
	background-color: #f0f0f0;
	padding: 20px;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #c9c9c9;
	vertical-align: middle;
	width: 30%;
}
.event-table td {
	background-color: #fff;
	padding: 20px;
	border-bottom: 1px solid #c9c9c9;
}
.event-btn.return {
	width: 300px;
	max-width: 100%;
	/* height: 63px; */
	padding: 10px 5px 10px;
	line-height: 3.5rem;
}
.event-btn.return img {
	width: 32px;
	margin-right: 10px;
}
.event-btn.return:hover {
	border-top: 7px solid #f2f2f2;
}

@media screen and (max-width:767px) {
.center-head.japanese-only span {
    font-size: 2.2rem;
    line-height: 3.6rem;
	}
.event-table th, .event-table td {
	padding: 10px;
	text-align: left;
}
.event-table th {
	width: 100%;

}
	#news .tab-area{
		text-align: left;
	}
	.tab{
		font-size: 1.2rem;
		padding: 2px 10px 4px;
	}
.tab.news-day{
	float: none;
	}
}
/*------------------------

交流事業

------------------------*/
.overview {
	background-color: #f2f2f2;
}
.overview .wrap {
	padding: 20px 0;
}
.overview a {
	border: solid 1px #004583;
	background-color: #004583;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 5px 20px;
	position: relative;
	background: -moz-linear-gradient(left, #026dab, #004878);
	background: -webkit-linear-gradient(left, #026dab, #004878);
	background: linear-gradient(to right, #026dab, #004878);
}
.overview a:after {
	content: '\f107';
	color: #fff;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 22px;
}
.overview a:hover {
	background: #fff;
	color: #004583;
}
.overview a:hover:after {
	color: #004583;
}

@media screen and (max-width:980px) {
.overview a.col-3 {
	width: calc(50% - 2%);
	margin-bottom: 20px;
}
}

@media screen and (max-width:767px) {
.overview a.col-3 {
	width: 100%;
}
}
.blue-back-head {
	background-color: #004583;
	color: #fff;
	font-size: 2rem;
	text-align: center;
	padding: 5px 10px;
	background: -moz-linear-gradient(left, #026dab, #004878);
	background: -webkit-linear-gradient(left, #026dab, #004878);
	background: linear-gradient(to right, #026dab, #004878);
}
.blue-back-head span.number {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	margin-right: 10px;
	font-size: 2.2rem;
}
.small-heading {
	font-size: 2.2rem;
	color: #004583;
	text-align: center;
	line-height: 4.2rem;
	margin: 50px 0 16px 0;
}
.small-heading span {
	font-size: 3.5rem;
	display: block;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 200;
}

.xs-heading {
	font-size: 2rem;
	color: #004583;
	position: relative;
	height: 85px;
	text-align: center;
	margin-bottom: 30px;
}
.xs-heading.tall-line {
	line-height: 68px;
	vertical-align: middle;
}
.xs-heading.one-line {
	height: 53px;
}
.xs-heading:after {
	content: '';
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: 20px;
	height: 4px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #004583;
	border-radius: 2px;
}
.boxes .col {
	border: 1px solid #004583;
	padding: 25px;
	margin-bottom: 22px;
	background-color: #fff;
}
.boxes .col .small-text {
	font-size: 1.4rem;
	font-weight: lighter;
}
.small-heading span.small-text {
	font-size: 1.6rem;
	font-weight: normal;
}
.project-box.clearfix {
	padding: 40px 0 0;
}
.white-div {
	background-color: #fff;
	border-bottom: 5px solid #c9c9c9;
	margin-bottom: 34px;
	padding: 30px;
}
.small-heading span img {
    margin-bottom: 10px;
		width: 84px;
}
.small-text {
	font-size: 1.4rem;
	font-weight: 400;
}
.about-table, .project-table {
	margin: 0 0 40px;
	border: 1px solid #c9c9c9;
	border-bottom: 7px solid #c9c9c9;
}
.about-table th, .project-table th {
	background-color: #f0f0f0;
	padding: 20px;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #c9c9c9;
	vertical-align: middle;
	width: auto;
	min-width: 120px;
}
.about-table td, .project-table td {
	background-color: #fff;
	padding: 20px;
	border-bottom: 1px solid #c9c9c9;
}
.project-btn.return {
	width: 290px;
	height: 63px;
	padding: 7px 5px 0;
	line-height: 3.5rem;
}

@media screen and (max-width:767px) {
.small-heading {
	font-size: 2.1rem;
	margin: 40px 0 12px 0;
}
.small-heading span img {
    width: 54px;
		margin-bottom: 2px;
}

.xs-heading:after {
	content: '';
	position: static;
	bottom: 0;
	display: block;
	width: 20px;
	height: 4px;
	left: 50%;
	-moz-transform: none;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	border-radius: 2px;
	margin: 20px auto 0;
}
.xs-heading {
	height: auto;
}
.xs-heading.tall-line {
	line-height: inherit;
}
.xs-heading.one-line {
	height: auto;
}
.about-table th, .about-table td,  .project-table th, .project-table td {
	padding: 10px;
	text-align: left;
}
.small-text {
	display: block;
}
}
/*------------------------

問い合わせ

------------------------*/

#contact .blue-line-box {
	margin-bottom: 20px;
}
#contact .wrap{
	padding: 26px 0;
}
.form th {
	width: 33%;
}
.label.error {
	background-color: #f03c69;
	color: #fff;
}
.form th {
	vertical-align: middle;
}
.inquiry-box {
	padding: 20px;
	background-color: #f2f2f2;
}
.inquiry-box h2 {
	font-size: 2.2rem;
}
.label_checkbox.agree-text {
	display: inline-block;
}
.label_checkbox.agree-text a{
	vertical-align: top;
	margin-right: 5px;
}

input[type="radio"], input[type="checkbox"] {
	padding-left: 28px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	line-height: 20px;
	width: 20px;
	height: 20px;
	background: #fff;
	vertical-align: top;
margin-top: 7px;
}
.btn-area {
	margin: 30px auto;
}
input[type="submit"], .input-btn {
	background-color: #004583;
	color: #fff;
	padding: 16px 50px;
	text-decoration: none;
	border: none;
	border-bottom: #00294c 7px solid;
	text-align: center;
	width: 100%;
	max-width: 300px;
	margin: 0 auto 16px;
	height: 60px;
	border-radius: 0;
	display: inline-block;
}
.input-btn.back-btn {
	background-color: #313131;
	color: #fff;
}
.input-btn:hover, .input-btn:active {
	cursor: pointer;
	border-bottom: none;
	border-top: #fff 7px solid;
	color: #fff;
}
input.input-btn:disabled:hover {
	cursor: inherit;
	border-bottom: #00294c 7px solid;
	border-top: none;
}
.label.error {
	border-radius: 0;
	margin-right: 3px;
}
.radio-box {
	text-align: center;
}
select {
	width: 100%;
	max-width: 450px;
}
input, textarea, select {
	border-radius: 0;
}
ul.error {
	border: #f03c69 1px solid;
	background-color: #fff;
	padding: 30px;
	margin-bottom: 30px;
}
ul.error li:before {
	padding-left: 1em;
}
ul.error li:before {
	width: 1em;
	margin-left: -1em;
	content: '\f06a';
	color: #f03c69;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 4px;
}
select {
	padding-right: 0;
}

@media screen and (max-width:767px) {
.form th {
	width: 100%;
}
.label_checkbox.agree-text {
	display: inline;
}
.label_checkbox.agree-text a {
	display: inline;
}
}


/*------------------------

Xportについて

------------------------*/
.greeting-text {
	margin-bottom: 60px;
}

.greeting-box .col{
		padding: 30px;
		background-color: #fff;
		position: relative;
		border-bottom: 7px solid #d2d2d2;
}
.greeting-box .col .greeting-sign{
	position: absolute;
	bottom: 14px;
	right: 30px;
	text-align: right;
}
.greeting-sign span{
	margin-right: 1rem;
	display: inline-block;
}
.greeting-box .col img{
	width: 50%;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
.greeting-box .col.greeting-logo {
  display: flex;
  align-content: center;
  justify-content: center;
}
.greeting-box .col.greeting-logo img {
  width: 457px;
  max-width: 100%;
  align-self: center;
  margin: 0;
  padding: 0;
}
.greeting-box{
	margin-bottom: 30px;
}
.greeting-box img.img-wide{
	width: 70%;
}
@media screen and (max-width:1030px) {
	.greeting-box .col .greeting-sign {
		right: 30px;
		left: 30px;
text-align: left;
}
}
@media screen and (max-width:767px) {
	.greeting-text {
		margin-bottom: 30px;
	}
	.greeting-box .col .greeting-sign{
		position: inherit;
		bottom: auto;
		right: auto;
		left: auto;
	}
	.greeting-box img.img-wide {
	    width: 100%;
			padding-left: 0;
	}
	.greeting-box{
		display: block;
	}
	.greeting-box .col .greeting-sign {
	    text-align: left;
	}
	.greeting-box .col {
    padding: 20px;
	}
  .row.row-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width:359px) {
	.greeting-sign span{
		display: inline;
	}
	.greeting-box .col img {
	    width: 100%;
	    float: none;
	    padding-left: 0;
	    padding-bottom: 10px;
	}
}

.about-aim .wrap {
	position: relative;
}
.about-aim .graduation:first-of-type {
	position: absolute;
	top: 60px;
	right: 0;
}
.about-aim .graduation:nth-of-type(2) {
	position: absolute;
	top: 116px;
	right: 0;
}
.about-aim .white-area {
	text-align: center;
}
.about-aim .white-area.intro-text:after {
	position: absolute;
	content: '';
	width: 230px;
	height: 360px;
	background-image: url(../img/building.png);
	right: 10px;
	z-index: 100;
	bottom: 0;
	background-size: contain;
	background-repeat: no-repeat;
}
.about-aim .white-area.intro-text:before {
	position: absolute;
	content: '';
	width: 400px;
	height: 360px;
	background-image: url(../../about/img/picture.png);
	left: -80px;
	z-index: 100;
	top: 40px;
	background-size: contain;
	background-repeat: no-repeat;
}
.max-w900 {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

.staff-box{
	margin-bottom: 40px;
}
.staff-box .col{
	background-color: #f2f2f2;
	border-bottom: 7px solid #d2d2d2;
}
.staff-box .col p{
	padding: 20px;
}
.staff-box .col p.person{
	display: block;
	font-weight: bold;
  padding-bottom: 0;
	margin-bottom: 0;
}
.staff-box .sp-only {
  display: none;
}

@media (max-width: 1080px) {
.about-aim .white-area.intro-text:before {
	position: absolute;
	content: '';
	width: 300px;
	height: 260px;
	background-image: url(../../about/img/picture.png);
	left: -40px;
	z-index: 100;
	top: 20px;
	background-size: contain;
	background-repeat: no-repeat;
}
}

@media (max-width: 980px) {
.about-aim .white-area.intro-text:before {
	display: none;
}
}
@media only screen and (max-width: 960px) {
  .staff-box p .sp-only {
    display: inline-block;
  }
}
@media screen and (max-width:767px) {
.greeting-box .first {
	order: 1;
}
.about-aim .graduation:first-of-type, .about-aim .graduation:nth-of-type(2) {
	position: inherit;
	top: inherit;
	right: inherit;
}
.about-aim .white-area.intro-text:before {
	display: none;
}
.about-aim .white-area.intro-text:after {
	position: absolute;
	content: '';
	width: 230px;
	height: 360px;
	background-image: url(../img/building.png);
	right: -100px;
	z-index: 100;
	bottom: -30px;
	background-size: contain;
	background-repeat: no-repeat;
}
}
/*------------------------

会員

------------------------*/
.row.gutters.center {
    justify-content: center;
}
.member-detail{
	border: 1px solid #c9c9c9;
	background-color: #fff;
	padding: 5px 15px;
	text-align: left;
	display: inline-block;
	font-size: 1.6rem;
	margin-bottom: 9px;
}

a.member-detail{
	vertical-align: top;
	color: #000;
	text-decoration: none;
	padding: 5px 30px 5px 15px;
/*	padding: 5px 60px 5px 38px;*/
}
a.member-detail:after{
	content: '\f35d';
	color: #000;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.4rem;
	position: absolute;
	right: 10px;
    margin-top: 3px;
	-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
	transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

a.member-detail:hover{
	color: #fff;
	background-color: #004583;
	cursor: pointer;

}
a.member-detail:hover:after{
	color: #fff;
	-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
	transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.blue-back-head.member-head{
	text-align: left;
	padding: 5px 15px;
}
.member-box{
	margin-bottom: 30px;
}

.member-box.partner .col{
	border: 1px solid #c9c9c9;
  position: relative;
	margin-bottom: 16px;
	background-color: #fff;
}
.member-box.partner a.col:hover{
	cursor: pointer;
	border: 1px solid #004583;
	opacity: 1;
}
.member-box.partner a.col:hover:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #004583 transparent;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.member-box.partner .col:before{
    display: block;
    content: '';
    padding-top: 100%;
  }

.member-img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
	padding: 10px;
	text-align: center;
}
.member-img img{
	max-height: 130px;
  height: auto;
}

@media (max-width: 1200px) {
.member-img img{
	max-height: 110px;
  height: auto;
}
}
@media (max-width: 1080px) {
.member-img img{
	max-height: 90px;
  height: auto;
}
}
@media (max-width: 960px) {
.member-img img{
	max-height: 80px;
  height: auto;
}
}
@media (max-width: 767px) {
.member-box.partner .col{
	margin-left: 2%;
	}

.member-box.partner .col{
	width: calc(33.3333% - 2%);
	}
.member-box.partner .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	margin-left: -2%;
	}
.member-img img{
	max-height: 70px;
  height: auto;
}
.member-box.partner a.col:hover:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #004583 transparent;
    bottom: 0;
    right: 0;
    z-index: 2;
}
	.blue-back-head.member-head{
	text-align: center;
	}

}
.here-btn{
	vertical-align: top;
	margin-right: 2px;
}
.pdf-btn {
	background-color: #bd0101;
	color: #fff;
	display: block;
	text-decoration: none;
	border-bottom: #890000 7px solid;
	text-align: center;
	margin: 0 auto 16px;
	width: 360px;
	padding: 12px 5px 7px;
	line-height: 3.5rem;
}
.pdf-btn.long {
	width: 440px;
}
.pdf-btn:hover,
.pdf-btn:hover img{
	color: #fff;
	opacity: 1;
	-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
	transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.pdf-btn:hover {
	border-bottom: none;
	border-top: 7px solid #fff;
}

.pdf-btn img{
    vertical-align: top;
	margin-top: 4px;
	width: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
.pdf-btn p, .member-btn p {
	margin-bottom: 12px;
}
@media (max-width: 767px) {

	.pdf-btn,
		.pdf-btn.long {
    width: auto;
}
}
/*------------------------

アクセス

------------------------*/

#access .access-way{
	float: right;
	display: inline-block;
	background-image: url(../img/black.png);
	position: absolute;
	padding: 40px;
	right: 10px;
	top: 152px;
	z-index: 100;
	height: 380px;
}
iframe{
	width: 100%;
}

@media (max-width: 1200px) {
#access .access-way {
    font-size: 1.4rem;
    padding: 20px;
		width: 262px;
}
}
@media (max-width: 1023px) {
	br.o_1023{
		display: none;

	}
	#access .blue-line-box{
		height: 142px;
	}

}
@media (max-width: 767px) {
#access .access-way {
    position: static;
    height: auto;
    width: 100%;
		float: none;
}
#access .blue-line-box{
	height: auto;
}

}
/*------------------------

年会費の表

------------------------*/

.class-table {
	background-color: #fff;
}
.class-table .sp-only {
	display: none;
}
.class-table th, .class-table td {
	padding: 8px 8px 8px 15px;
	vertical-align: middle;
	border-bottom: none;
	font-weight: bold;
}
.blue-back {
	color: #fff;
	background-color: #004583;/*	background-color: #0057a6;*/
}
.white-line {
	border-right: 9px solid #fff;
}
.light-blue-back {
	background-color: #bdcede;
	border-right: 9px solid #fff;
	color: #004583;
}
.light-blue-back span.alphabet {
	display: inline-block;
	background-color: #fff;
	float: right;
	padding: 0 12px;
	line-height: 50px;
}
.light-blue-back span.alphabet.alphabet-c {
	line-height: 80px;
}
.light-blue-back span.alphabet.alphabet-d {
	line-height: 110px;
}
.th-c {
	line-height: 80px;
}
.light-blue-back span.sp-th {
	display: none;
}
.class-table tbody td {
	font-size: 1.9rem;
	color: #004583;
	font-weight: bold;
	border-bottom: none;
	position: relative;
}
.class-table tbody td:after {
	content: '';
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: 100%;
	height: 1px;
	left: 0;
	background-color: #004583;
}


.class-table td span {
	font-size: 1.4rem;
	color: #333;
	font-weight: normal;
	display: block;
}
.tbody01 {
	border-top: 9px solid #fff;
	border-bottom: 9px solid #fff;
}

@media only screen and (max-width: 767px) {
	.class-table {
		border: 1px solid #0057a6;

}
.class-table .sp-only {
	display: inline-block;
}
.light-blue-back {
	border-right: none;
}
.light-blue-back span.alphabet.alphabet-d, .light-blue-back span.alphabet.alphabet-c, .light-blue-back span.alphabet {
	display: inline-block;
	background-color: #fff;
	float: none;
	padding: 0 12px;
	line-height: inherit;
	margin-left: 10px;
}
.tbody01 {
	border: none;
}
.th-c {
	line-height: inherit;
}
.class-table tbody td {
	font-size: 1.6rem;
	color: #333;
}
tr.over768 {
	display: none;
}
.light-blue-back span.sp-th {
	display: block;
}
.class-table tbody td:after {
	display: none;
}
.class-table tr {
	border-bottom: 1px solid #004583;
	border-top: 1px solid #004583;
}
}
/*------------------------

PDFボタン

------------------------*/

a.red-btn {
	color: #fff;
	font-size: 2rem;
	background-color: #bd0101;
	text-decoration: none;
	font-weight: bold;
	padding: 6px;
	display: block;
	width: 100%;
	max-width: 660px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #bd0101;

}
a.red-btn i {
	color: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.53s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
a.red-btn:hover {
	color: #bd0101;
	background-color: #fff;
	border: 1px solid #bd0101;
}
a.red-btn:hover i {
	color: #bd0101;
}
a.red-btn:hover img {
	opacity: 1;
}
a.red-btn img:hover {
	opacity: 1;
}

@media only screen and (max-width: 767px) {
a.red-btn {
	color: #fff;
	font-size: 1.6rem;
}
}
/*------------------------

QA

------------------------*/


.qa-white{
	padding: 30px;
	background-color: #fff;
	margin-bottom: 40px;
}
.qa-white:first-of-type{
	margin-top: 60px;
}
h3.qa-title{
    color: #004583;
    font-size: 1.8rem;
    border-bottom: 1px solid #004583;
    padding-bottom: 16px;
		text-indent: -45px;
		padding-left: 42px;
}
.qa-white p{
	text-indent: -37px;
	padding-left: 42px;
	}
.qa-white h3.qa-title:before{
	content: 'Q1.';
	font-family: 'Fira Sans', sans-serif;
	margin-right: 10px;
	font-size: 2.4rem;
}
.qa-white:nth-of-type(2) h3.qa-title:before{
	content: 'Q2.';
	font-family: 'Fira Sans', sans-serif;
	margin-right: 10px;
	font-size: 2.4rem;
}
.qa-white:nth-of-type(3) h3.qa-title:before{
	content: 'Q3.';
	font-family: 'Fira Sans', sans-serif;
	margin-right: 10px;
	font-size: 2.4rem;
}
.qa-white:nth-of-type(4) h3.qa-title:before{
	content: 'Q4.';
	font-family: 'Fira Sans', sans-serif;
	margin-right: 10px;
	font-size: 2.4rem;
}
.qa-white:nth-of-type(5) h3.qa-title:before{
	content: 'Q5.';
	font-family: 'Fira Sans', sans-serif;
	margin-right: 10px;
	font-size: 2.4rem;
}
.qa-white p:before{
	content: 'A. ';
	font-family: 'Fira Sans', sans-serif;
	color: #004583;
	margin-right: 10px;
	font-size: 2.4rem;
}

.qa-white p a{
	display: inline;
}
.qa-white:last-of-type{
	margin-bottom: 0;
}
/*------------------------

運営体制

------------------------*/

.simple-table {
	background-color: #fff;
}
.simple-table tr {
	border: 1px solid #004583;
}
.simple-table th {
	width: 23%;
	border-right: 1px solid #004583;
}
.simple-table td, .simple-table th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border-bottom: none;
}
.simple-table td span {
	display: inline-block;
}
.center-p-box{
	text-align: center;
}
@media only screen and (max-width: 767px) {
.simple-table th {
	width: 100%;
	border-right: none;
}
.center-p-box{
	text-align: left;
}
}
