@charset "utf-8";

/* =============================================================================
    under 共通
   ========================================================================== */
#under {
	color: #000;
}
/*#under a {color: #555;text-decoration: none;}
#under a:link {color: #555;}
#under a:visited {color: #00a89a;}
#under a:hover {color: #00a89a;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out;}
#under a:active {color: #00a89a;}*/

/*#under {padding-bottom: 60px;}*/
#under .keyimages {background: url(../images/global/bgKeyimages.jpg) no-repeat 0 100%;background-size: cover;background-position: center;}
#under .keyimages h2 {
	height: 200px;
	position: relative;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
}
#under .keyimages h2 span {
    font-size: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

@media screen and (min-width: 768px) {
	#under .keyimages {
		margin-top: 79px;
	}
	#under .pankuzu_box {
    line-height: 35px;
    width: 100%;
    margin-bottom: 50px;
}
#under .pankuzu {
    line-height: 35px;
    display: block;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
}
	#under .pankuzu img {
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 767px) {
	#under .pankuzu_box {
    	line-height: 35px;
    	background-color: #f5f5f5;
    	width: 100%;
    	margin-bottom: 30px;
}
	#under .pankuzu {
    	font-size: 13px;
    	line-height: 28px;
    	padding-left: 20px;
}
	#under .pankuzu img {
		padding-bottom: 7px;
	}
    #under {padding-bottom: 20px;}
    #under .keyimages h2 {height: 150px;}
	#under .keyimages h2 span {
		font-size: 25px;
	}
    #under h3 {font-size: 20px;}
}

/* =============================================================================
    活動報告
   ========================================================================== */
.activity {
	color: #555;
}
.activity .box {
	max-width: 384px;
	text-align: center;
	position: relative;
	margin:0 auto;
	margin-bottom: 80px;
	border-radius: 10px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.activity .box .archive {
	background: #00a89a;
	color: #fff;
	width: 50%;
	padding: 1em 1em;
	border-radius: 10px 0 0 10px;
	font-weight: bold;
	text-align: left;
}
.activity .selectbox {
	position: relative;
	width: 50%;
	border-radius: 0 10px 10px 0;
	border: 1px solid #939393;
}
.activity .selectbox::after{
  content:"";
  display:block;
  width:10px;
  height:10px;
  position:absolute;
  right:5%;
  top:35%;
  border-bottom:#333 2px solid;
  border-right:#333 2px solid;
  transform:rotate(45deg)translateY(-30%);
}
.activity .selectbox select {
  -webkit-appearance:none;
    appearance:none;
  width:100%;
  padding:1em 1em;
  box-sizing:border-box;
  font-size:1em;
  border:none;
  border-radius: 0 10px 10px 0;
  background:#fff;
}
.activity .activity-box {
	max-width: 900px;
	margin: 0 auto;
}
.activity .activity-box .activity-txt .date {
	font-size: 15px;
	padding-top: 5px;
}
.activity .activity-box .activity-txt .ttl {
	color: #f57543;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0;
}
.activity .activity-box .activity-txt .txt {
	line-height: 2em;
}
.activity .nav-links {
	text-align: center;
	font-size: 16px;
	padding-top: 30px;
}
.activity .nav-links .page-numbers {
	padding: 10px 15px;
	border: 1px dotted #555;
}
.activity .nav-links .current{
  background:#119f92;
	color: #fff;
}
@media screen and (min-width: 768px) {
	.activity .activity-box {
		display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
		flex-wrap: wrap;
    	-webkit-box-pack: center;
    	-ms-flex-pack: center;
    	justify-content: space-around;
}
	.activity .activity-box li {
		width: 33.333%;
		padding: 0 11px;
		padding-bottom: 50px;
	}
	.activity .activity-box li .activity-txt {
		
	}

}
@media screen and (max-width: 767px) {
	.activity .activity-box {
		text-align: center;
	}
	.activity .activity-box li {
		padding: 0 30px;
		padding-bottom: 30px;
	}
	.activity .activity-box li .activity-txt {
		text-align: justify;
		padding: 0 10px;
	}
}
/* =============================================================================
    活動報告 個別ページ
   ========================================================================== */
.activity .wrap {
	max-width: 820px;
}
.activity .act-header {
	border-top: 3px solid #333;
	border-bottom: 1px solid #333;
	padding: 30px 0;
	margin-bottom: 50px;
}
.activity .act-header .date {
	font-size: 15px;
	margin-bottom: 20px;
	color: #f57543;
}

.activity .act-header .act-ttl {
	font-size: 25px;
	font-weight: bold;
}
.activity .act-content {
	margin: 0 auto;
}
.activity .act-content .flexslider {
	text-align: center;
	position: relative;
}
.activity .act-content .flexslider .flex-viewport {
	margin-bottom: 30px;
}
.activity .act-content .flexslider .flex-control-nav {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	flex-wrap: wrap;
}
.activity .act-content p {
	line-height: 2em;
}
.activity .prevnext {
	position: relative;
    width: 550px;
    margin: 40px auto 0;
	text-align: center;
}
.activity .prevnext > div .prevlink {
	position: absolute;
    left: 0;
    top: 0;
}
.activity .prevnext .act-btn {
	display: inline-block;
    padding: 10px 0px;
    width: 200px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    position: relative;
    overflow: hidden;
    border: none;
	background: #00a89a;
}

.activity .prevnext a .small {
	width: 150px;
	border: 1px solid #00a89a;
	color: #00a89a;
	background: #fff;
}
.activity .prevnext a .small:hover {
	background: #b5fac7;
}
.activity .prevnext .nextlink {
	position: absolute;
    right: 0;
    top: 0;
}
.activity .prevnext a .left {
	border-radius: 10px 0 0 10px;
}
.activity .prevnext a .right {
	border-radius: 0 10px 10px 0;
}
.activity .prevnext .left span,.activity .prevnext .right span {
	position: relative;
}
.activity .prevnext .left span:before {
	position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #00a89a;
    border-left: 2px solid #00a89a;
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
    z-index: 1;
}
.activity .prevnext .right span:before {
	position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #00a89a;
    border-right: 2px solid #00a89a;
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
    z-index: 1;
}
.activity .prevnext .double {
	position: relative;
}
.activity .prevnext .double:before {
	position: absolute;
    content: '';
    right: 15px;
    width: 14px;
    height: 11px;
    background: url(../images/news/double-arrow.png) no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.flex-direction-nav {
	height: 0;
}
.flex-direction-nav a {
	display: block;
    width: 32px;
    height: 93px;
	cursor: pointer;
	top: 30%;
}   

.flex-direction-nav .flex-nav-prev .flex-prev:before {
	content: "";
	position: absolute;
	top: 30%;
	left: 0;
	background: url(../images/activity/prevArrow.png) no-repeat;
	width: 32px;
	height: 92px;
}
.flex-direction-nav .flex-nav-next .flex-next:before {
	position: absolute;
	content: "";
	top: 30%;
	right: 0px;
	background: url(../images/activity/nextArrow.png) no-repeat;
	width: 32px;
	height: 92px;
}

@media screen and (min-width: 768px) {
.activity .act-content .flexslider ul {
	padding-left: 40px;
    padding-right: 40px;
}
.activity .act-content .flexslider ul li {
	width: 20%;
	margin-bottom: 10px;
}
	.activity .act-content p {
	padding: 20px 40px;
}
}

@media screen and (max-width: 767px) {
	
	.activity .act-content .flexslider ul li {
		width: 25%;
		padding: 3px;
		margin-bottom: 10px;
}

	.activity .act-header {
		padding: 10px 0;
		margin-bottom: 20px;
	}

	.activity .act-header .act-ttl {
		font-size: 16px;
	}
	.activity .act-header .date {
		margin-bottom: 10px;
	}
	.flex-direction-nav .flex-nav-next .flex-next:before {
		top: 16%;
	}
	.flex-direction-nav .flex-nav-prev .flex-prev:before {
		top: 16%;
	}
	.activity .prevnext {
		width: 100%;
	}
	.activity .prevnext > div .prevlink {
		position: relative!important;
	}
	.activity .prevnext > div .nextlink {
		position: relative!important;
	}
	.activity .prevnext > div {
		margin-bottom: 10px;
	}
}

/* =============================================================================
    友縁クラブとは
   ========================================================================== */
.about section {
	text-align: center;
}


.about .content01 {
	padding-bottom: 80px;
}
.about .content01 p {
	font-size: 18px;
}
.about .content01 p span {
	font-size: 22px;
}
.about .content01 p .underline {
	font-weight: bold;
	background: url(../images/about/img-underline.png) no-repeat 0 100%;background-size: contain;background-position: center;
}
.about .content01 h3 {
	font-size: 38px;
	font-weight: bold;
	color: #00a89a;
	padding-top: 50px;
}
.about .content01 .content01_under {
	padding: 50px 0;
}

/*友縁クラブの活動内容*/
.about #content {
	text-align: center;
	background: #f4f4f4;
	padding-bottom: 80px;
}
.about section h2 {
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 0.1em;
	   margin-bottom: 80px;
    padding-top: 80px;
	position: relative;
}
.about section h2:before {
	position: absolute;
	content: "";
	bottom: -23px;
	left: 50%;
	margin-left: -79px;
	width: 158px;
	height: 16px;
	background: url(../images/about/ttl-img.png) no-repeat 0 100%;
}

.about #content h3 {
	color: #f57543;
	font-size: 29px;
	font-weight: bold;
	padding-bottom: 30px;
}
.about #content p {
	font-size: 18px
}
.about #content .pd50 {
	padding-bottom: 50px;
}
.about #content p .underline {
	font-weight: bold;
	background: url(../images/about/img-underline2.png) no-repeat 0 100%;background-size: contain;background-position: center;
	font-size: 25px;
	font-weight: bold;
}
.about #content .content_under01 {
	max-width: 845px;
	border: 10px solid #00a89a;
	border-radius: 10px;
	padding: 30px;
	background: #fff;
	color: #555;
	margin: 0 auto;
	position: relative;
	margin-bottom: 50px;
	text-align: left;
}
.about #content .content_under01 h4 {
	color: #00a89a;
	font-size: 35px;
	font-weight: bold;
}
.about #content .content_under01 p {
	font-size: 23px;
	font-weight: bold;
	padding-top: 20px;
	line-height: 2em;
	padding-left: 50px;
    padding-right: 50px;
}
.about #content .content_under01 .icon {
	position: absolute;
	top: -20px;
    left: -20px;
}

/*友縁クラブへの入会金・その他費用について*/
.about #cost {
	padding-bottom: 80px;
}
.about #cost .cost-table {
	width: 735px;
	border: 1px solid #00a89a;
	margin: 0 auto;
	font-size: 18px;
	text-align: left;
}
.about #cost .cost-table tr th {
	background: #00a89a;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 20px;
	text-align: center;
}
.about #cost .cost-table tr td {
	border-bottom: 1px solid #00a89a;
	padding: 20px;
	border-right: 1px solid #00a89a;
}
.about #cost p {
	text-align: left;
	margin: 0 auto;
	width: 735px;
	font-size: 15px;
	padding-top: 20px;
}

/*友縁クラブ会則*/
.about #constitution {
	background: #f4f4f4;
}
/*.about #constitution h2 {
	padding-top: 30px;
}*/
.about #constitution .constitution_under {
	background: #fff;
	padding: 30px 0;
	position: relative;
}
.about #constitution .constitution_under:after {
	content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 30px solid #f4f4f4;
}
.about #constitution .constitution_under h3 {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 50px;
	padding-top: 50px;
}
.about #constitution .constitution_under span {
	font-size: 38px;
	color: #3c3c3c;
}
.about #constitution .constitution_under .red {
	font-size: 38px;
	color: #f50a0a;
}
.about #constitution .constitution_under .underline {
	font-weight: bold;
	background: url(../images/about/img-underline2.png) no-repeat 0 100%;background-size: contain;background-position: center;
}
.about #constitution .constitution_under02 {
	max-width: 856px;
	text-align: left;
	margin: 0 auto;
}
.about #constitution .constitution_under02 dl dt {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}
.about #constitution .constitution_under02 dl dt .green {
	color: #00a89a;
	font-size: 20px;
	padding-right: 10px;
}
.about #constitution .constitution_under02 dl dd {
	font-size: 16px;
	line-height: 2.2em;
	padding-bottom: 30px;
	color: #2f2f2f;
}

@media screen and (min-width: 845px) {
.about #content .content_under01 h4 {
	padding-left: 50px;
}
/*友縁クラブ会則*/
	.about #constitution .constitution_under02 dl dd {
		padding-left: 20px;
	}
}
@media screen and (max-width: 844px) {
	.about #content .content_under01 .icon {
	position: absolute;
	top: -55px;
	margin-left: -45px;
    left: 50%;
}
}
@media screen and (max-width: 767px) {
	.about #content {
		padding-bottom: 30px;
	}
	.about .content01 {
		padding-bottom: 30px;
	}
	.about section h2 {
		font-size: 30px;
	}
	.about #content h3 {
		font-size: 24px;
	}
	.about #content .pd50 {
		padding-bottom: 80px;
	}
	.about #content .content_under01 {
		padding: 20px;
		margin-bottom: 70px;
	}
	.about #content .content_under01 h4 {
		font-size: 20px;
		padding-top: 20px;
	}
	.about #content .content_under01 p {
		padding-left: 0;
		padding-right: 0;
		text-align: justify;
		font-size: 16px;
	}
	
	/*友縁クラブへの入会金・その他費用について*/
	.about #cost .cost-table {
		width: 100%;
	}
	
	/*友縁クラブ会則*/
	.about #constitution .constitution_under {
		width: 100%;
		padding: 0 10px;
	}
	.about #constitution .constitution_under h3 {
		font-size: 20px;
	}
	.about #constitution .constitution_under span {
		font-size: 30px;
	}
	.about #constitution .constitution_under .red {
		font-size: 30px;
	}
}

/* =============================================================================
    お知らせ
   ========================================================================== */

.news .cat-box {
	max-width: 820px;
	margin: 0 auto;
}
.news .cat-box .cat {
	padding-bottom: 80px;
}
.news .cat-box .cat li .c-btn-1,.news .cat-box .cat li .c-btn-2,.news .cat-box .cat li .c-btn-3,.news .cat-box .cat li .c-btn-4 {
	display: inline-block;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
	width: 192px;
	padding-left: 10px;
	vertical-align: middle;
	padding: 10px;
	margin: 10px;
}


.news .cat-box .cat li .c-btn-1,.news .cat-box .cat li .c-btn-2,.news .cat-box .cat li .c-btn-3,.news .cat-box .cat li .c-btn-4 {
	border: 1px solid #232323;
	color: #232323;
}
.news .cat-box .cat li .c-btn-1:hover {
	background: #00a89a;
	border: none;
	color: #fff;
}
.news .cat-box .cat li .c-btn-2:hover {
	background: #2c6ed5;
	border: none;
	color: #fff;
}
.news .cat-box .cat li .c-btn-3:hover {
	background: #e45c27;
	border: none;
	color: #fff;
}
.news .cat-box .cat li .c-btn-4:hover {
	background: #e85298;
	border: none;
	color: #fff;
}



.news .cat-box .cat li .c-btn-1:before,.news .cat-box .cat li .c-btn-2:before,.news .cat-box .cat li .c-btn-3:before,.news .cat-box .cat li .c-btn-4:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #232323;
    border-right: 2px solid #232323;
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
    z-index: 1;
}
.news .cat-box .cat li .c-btn-1:hover:before,.news .cat-box .cat li .c-btn-2:hover:before,.news .cat-box .cat li .c-btn-3:hover:before,.news .cat-box .cat li .c-btn-4:hover:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
    z-index: 1;
}

.news .list {
	max-width: 820px;
	margin: 0 auto;
}
.news .list ul {
	border-top: 2px solid #959595;
	padding-bottom: 50px;
}
.news .list ul li {
	border-bottom: 2px solid #959595;
	padding: 10px 0;
}
.news .list ul li .-catname2 {
	background: #2c6ed5;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    margin-left: 15px;
	padding: 1px 5px;
}
.news .list ul li .-catname3 {
	background: #e45c27;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    margin-left: 15px;
	padding: 1px 5px;
}
.news .list ul li .-catname4 {
	background: #e85298;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    margin-left: 15px;
	padding: 1px 5px;
}
.news .list ul li p {
	padding: 5px 0;
}
.news .list ul li p+p {
	font-weight: bold;
	font-size: 16px;
}
.news .list ul li p+p a:hover {
	text-decoration: underline;
}
.news .nav-links {
	text-align: center;
	font-size: 16px;
	padding-top: 30px;
}
.news .nav-links .page-numbers {
	padding: 10px 15px;
	border: 1px dotted #555;
}
.news .nav-links .current{
  background:#119f92;
	color: #fff;
}

/*news-datail*/
.news .news-single {
	max-width: 820px;
	margin: 0 auto;
}
.news .news-single .news-header {
	border-top: 3px solid #333;
	border-bottom: 1px solid #333;
	padding: 30px 0;
	margin-bottom: 50px;
}
.news .news-single .news-header .date {
	font-size: 15px;
	margin-bottom: 20px;
}
.news .news-single .news-header .date span {
	display: inline-block;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    margin-right: 15px;
	padding: 0px 9px;
	letter-spacing: 0.05em;
}
.news .news-single .news-header .date .-catname2 {
	background: #2c6ed5;
}
.news .news-single .news-header .date .-catname3 {
	background: #e45c27;
}
.news .news-single .news-header .date .-catname4 {
	background: #e85298;
}

.news .news-single .news-header .news-ttl {
	font-size: 25px;
	font-weight: bold;
}
.news .news-single .news-content {
	padding: 0 50px;
}
.news .news-single .news-content p {
	line-height: 2.4em;
	padding-bottom: 30px;
}
.news .news-single .news-prevnext {
	position: relative;
    width: 550px;
    margin: 40px auto 0;
	text-align: center;
}
.news .news-single .news-prevnext > div .news-prevlink {
	position: absolute;
    left: 0;
    top: 0;
}
.news .news-single .news-prevnext .news-btn {
	display: inline-block;
    padding: 10px 0px;
    width: 200px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    position: relative;
    overflow: hidden;
    border: none;
	background: #00a89a;
}

.news .news-single .news-prevnext a .small {
	width: 150px;
	border: 1px solid #00a89a;
	color: #00a89a;
	background: #fff;
}
.news .news-single .news-prevnext a .small:hover {
	background: #b5fac7;
}
.news .news-single .news-prevnext .news-nextlink {
	position: absolute;
    right: 0;
    top: 0;
}
.news .news-single .news-prevnext a .left {
	border-radius: 10px 0 0 10px;
}
.news .news-single .news-prevnext a .right {
	border-radius: 0 10px 10px 0;
}
.news .news-single .news-prevnext .left span,.news .news-single .news-prevnext .right span {
	position: relative;
}
.news .news-single .news-prevnext .left span:before {
	position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #00a89a;
    border-left: 2px solid #00a89a;
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
    z-index: 1;
}
.news .news-single .news-prevnext .right span:before {
	position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #00a89a;
    border-right: 2px solid #00a89a;
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
    z-index: 1;
}
.news .news-single .news-prevnext .double {
	position: relative;
}
.news .news-single .news-prevnext .double:before {
	position: absolute;
    content: '';
    right: 15px;
    width: 14px;
    height: 11px;
    background: url(../images/news/double-arrow.png) no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

@media screen and (min-width: 768px) {
	
.news .cat-box .cat {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
}

@media screen and (max-width: 767px) {
	
.news .cat-box .cat {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 50px;
}
	.news .cat-box .cat li .c-btn-1:before {
		right: 11px;
	}
	.news .cat-box .cat li .c-btn-1, .news .cat-box .cat li .c-btn-2, .news .cat-box .cat li .c-btn-3, .news .cat-box .cat li .c-btn-4 {
		width: 167px;
		font-size: 13px;
		margin: 5px;
	}
	.news .cat-box .cat li .c-btn-2:before, .news .cat-box .cat li .c-btn-3:before, .news .cat-box .cat li .c-btn-4:before {
		right: 11px;
	}
	.news .news-single .news-header {
		padding: 10px 0;
		margin-bottom: 20px;
	}
	
	.news .news-single .news-header .news-ttl {
		font-size: 16px;
	}
	.news .news-single .news-header .date {
		margin-bottom: 10px;
	}
	.news .news-single .news-content {
		padding: 0 20px;
	}
	.news .news-single .news-prevnext {
		width: 100%;
	}
	.news .news-single .news-prevnext > div .news-prevlink {
		position: relative!important;
	}
	.news .news-single .news-prevnext > div .news-nextlink {
		position: relative!important;
	}
	.news .news-single .news-prevnext > div {
		margin-bottom: 10px;
	}
}

/* =============================================================================
    お問い合わせ
   ========================================================================== */

.contact .mail {
	max-width: 660px;
	margin: 0 auto;
	padding-bottom: 80px;
}
.contact .mail p {
	text-align: center;
	font-size: 16px;
	padding-bottom: 50px;
}
.contact .mail p span a {
	font-size: 30px;
	font-weight: bold;
	color: #00a89a;
	vertical-align: baseline;
}
.contact .mail p span small{font-size: 18px;}
.contact .mail form {
	font-size: 18px;
}
.contact .mail .submit {
	text-align: center;
	position: relative;
	width: 335px;
    height: 70px;
    transition: 0.5s;
    margin: 0 auto;
}
.contact .mail .submit input {
	position: relative;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    padding: 18px 80px;
    background-color: #00a89a;
	border-radius: 10px;
}
.contact .mail .submit:after {
    transition: 0.3s;
    content: "";
    width: .6em;
    height: .6em;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: -8px;
    bottom: 0;
    right: 40px;
    margin: auto;
    -webkit-transform: rotate(
45deg
);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg
);
}
.contact .mail .center {
	text-align: center;
	line-height: 2.4em;
}
.contact .mail .center p a {
	color: #2c6ed5;
	text-decoration: underline;
}
.contact .mail input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

/*.contact .mail .center input {
	padding: 7px;
    margin-right: 5px;
    border: 1px solid #333;
    border-radius: 3px;
}*/
/*.contact .mail .center label input span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0px 5px 30px;
    position: relative;
    width: auto;
}
.contact .mail .center label input span:before {
    background: #fff;
    border: 1px solid #222;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}*/


/*個人情報保護方針*/
.contact #policySec {
	background: #f4f4f4;
	padding: 80px 0;
}
.contact #policySec .policy-cont h3 {
	font-size: 29px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: 0.05em;
	position: relative;
}
.contact #policySec .policy-cont h3:before {
    content: "";
    display: block;
    border-top: solid 4px #73ee97;
    width: 500px;
	left: 50%;
	margin-left: -250px;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}
.contact #policySec .policy-cont h3 .box {
    background: #fff;
    position: relative;
    z-index: 5;
	padding: 0 30px;
}
.contact #policySec .policy-cont dl dt {
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
	color: #00a89a;
}
.contact #policySec .policy-cont dl dd {
    line-height: 2em;
}

#formWrap {max-width: 800px;margin: 0 auto;padding-top: 50px;}
#formWrap h3 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
#formWrap p {margin-bottom: 2em;text-align: center;}
#formWrap table {width: 100%;border-top: 1px solid #ccc;margin-bottom: 2em;}
#formWrap tr {border-bottom: 1px solid #ccc;}
#formWrap th {padding: 20px 0;width: 30%;font-weight: bold;text-align: left;}
#formWrap td {padding: 10px 0;width: 70%;}

#formWrap .submit {text-align: center;}
#formWrap .orange{background-color: #f57543 !important;}
#formWrap .submit input {position: relative; color: #fff;cursor: pointer; border: none;font-size: 18px; display: inline-block;text-align: center;margin: 10px;  padding: 10px 80px;background-color: #00a89a;}
#formWrap .submit input:hover {background-color: #00a89a;transition:all .5s ease;}
#formWrap label.error {color: #fe0030;}
#formWrap .submit input[type=button] {
  -webkit-appearance: none;
  border-radius: 0;
}
#telSec .submit input {
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    margin: 10px;
    padding: 10px 80px;
    background-color: #00a89a;
}
#telSec .modoru{color: #fff;cursor: pointer; border: none;font-size: 18px; display: inline-block;text-align: center;margin: 10px;  padding: 10px 80px;background-color: #00a89a;}
#telSec .modoru a:link{color: #fff !important;}
#telSec .modoru a:visited{color: #fff !important;}
#telSec .modoru a:hover{color: #fff !important;}

@media screen and (min-width: 768px) {
	
    .contact .mail dl {width: 100%;letter-spacing: -0.4em;padding-bottom: 30px;}
    .contact .mail dt {padding: 20px 0;width: 40%;display: inline-block;letter-spacing: normal;vertical-align: top;font-weight: bold;}
    .contact .mail dt span {
		color: #fff;
		font-weight: normal;
		background: #00a89a;
		padding: 0 5px;
		float: right;
		margin-right: 50px;
		font-size: 15px;
	}
	.contact .mail dt .nini {
		color: #00a89a;
		font-weight: normal;
		background: #fff;
		border: 1px solid #00a89a;
		padding: 0 5px;
		float: right;
		margin-right: 50px;
		font-size: 15px;
	}
    .contact .mail dd {padding: 10px 0;width: 60%;display: inline-block;letter-spacing: normal;vertical-align: top;}
    .contact .mail dd input,.contact .mail dd textarea {
		width: 100%;
		padding: 10px;
		border: 1px solid #93b8b5;
		background: #f4f4f4;
	}
	
	/*個人情報保護方針*/
	.contact #policySec .policy-cont {
    background: #fff;
    padding: 50px;
    overflow: auto;
    max-width: 1100px;
    height: 500px;
}
	
 #formWrap th {width: 100%;display: block;padding: 10px 0 0;}
    #formWrap td {width: 100%;display: block;padding: 0 0 10px;}
}
@media screen and (max-width: 767px) {
	.contact {
		padding-bottom: 0!important;
	}
    .contact section {padding-bottom: 30px;}
	.contact .mail {
		padding-bottom: 30px;
	}
	.contact .mail p {
		padding-bottom: 30px;
	}
	.contact .mail dl {width: 100%;}
    .contact .mail dt {font-size: 16px; padding: 20px 0 10px;font-weight: bold;}
    .contact .mail dt span {color: #fe0030;padding-left:10px;font-weight: normal;}
    .contact .mail dd {padding: 0 0 10px;}
    .contact .mail dd input,.contact .mail dd textarea {width: 100%;padding: 10px;}
	.contact .mail dt span {
    color: #fff;
    font-weight: normal;
    background: #00a89a;
    padding: 1px 5px;
    margin-left: 10px;
    font-size: 15px;
}
	.contact .mail dt .nini {
    color: #00a89a;
    font-weight: normal;
    background: #fff;
    border: 1px solid #00a89a;
    padding: 0 5px;
    margin-left: 10px;
    font-size: 15px;
}
	.contact .mail dd input, .contact .mail dd textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #93b8b5;
    background: #f4f4f4;
}
	
	/*個人情報保護方針*/
	.contact #policySec {
		padding: 30px 0;
	}
	.contact #policySec .policy-cont {
    background: #fff;
    padding: 20px;
    height: 300px;
    width: 100%;
    overflow: auto;
}
	.contact #policySec .policy-cont h3 {
    font-size: 20px;
    font-weight: bold;
}
	.contact #policySec .policy-cont h3:before {
		width: 100%;
		margin-left: -50%;
		top: 39%;
	}

    #formWrap th {width: 100%;display: block;padding: 10px 0 0;}
    #formWrap td {width: 100%;display: block;padding: 0 0 10px;}
}

/* =============================================================================
    例会出欠連絡
   ========================================================================== */
.attendance .content01 {
	padding-bottom: 80px;
}

.attendance .content01 .content01_under {
	text-align: center;
	font-size: 18px;
	line-height: 2em;
}
.attendance .content01 .content01_under p {
	padding-bottom: 20px;
}
.attendance .content01 .content01_under .btn a {
	display: inline-block;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    width: 297px;
    padding-left: 10px;
    vertical-align: middle;
    padding: 5px;
    margin: 10px;
	border: 3px solid #00a89a;
	height: 51px;
	color: #00a89a;
	font-weight: bold;
	font-size: 16px;
}
.attendance .content01 .content01_under .btn a:hover {
	background: #00a89a;
	color: #fff;
}
.attendance .content01 .content01_under .btn a:before {
	position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #00a89a;
    border-right: 2px solid #00a89a;
    -webkit-transform: rotate( 
45deg
 );
    transform: rotate( 
45deg
 );
    z-index: 1;
}
.attendance .content01 .content01_under .btn a:hover:before {
	position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate( 
45deg
 );
    transform: rotate( 
45deg
 );
    z-index: 1;
}
.attendance .content02 {
	background: #f4f4f4;
}
.attendance .content02 ul li a {
	display: inline-block;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    padding-left: 10px;
    vertical-align: middle;
    padding: 72px;
    margin: 10px;
	font-weight: bold;
	font-size: 35px;
	text-align: center;
	color: #fff;
	box-shadow: 10px 10px 15px -5px #b0b0b0;
	 transition:0.3s all;
}
.attendance .content02 ul li a:before {
	position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 24px;
    height: 24px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    -webkit-transform: rotate( 
45deg
 );
    transform: rotate( 
45deg
 );
    z-index: 1;
}
.attendance .content02 ul li a span {
	font-size: 28px;
	display: block;
}
.attendance .content02 ul li p {
	padding-top: 20px;
	font-size: 18px;
}
.attendance .content02 ul .memberBtn a {
	background: #00a89a;
}
.attendance .content02 ul .guestBtn a {
	background: #f57543;
}
.attendance .content02 ul .guestBtn a:hover {
  box-shadow: 10px 6px 15px -5px #b0b0b0;
  transform: translateY(5px);
}
.attendance .content02 ul .memberBtn a:hover {
  box-shadow: 10px 6px 15px -5px #b0b0b0;
  transform: translateY(5px);
}
@media screen and (min-width: 768px) {
	.attendance .content02 {
		padding: 80px 0;
	}
.attendance .content02 ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
}
.attendance .content02 ul li a {
	width: 463px;
	height: 250px;
}
}
@media screen and (max-width: 767px) {
	.attendance .content01 {
		padding-bottom: 50px;
	}
	.attendance .content02 {
		padding: 50px 0;
	}
	.attendance .content02 ul li a {
		font-size: 20px;
		padding: 20px;
		width: 100%;
		margin: 0;
	}
	.attendance .content02 ul li:nth-child(1) {
		margin-bottom: 20px;
	}
	.attendance .content02 ul li a span {
		font-size: 16px;
	}
}

/* =============================================================================
    例会出欠連絡 会員専用出欠連絡フォーム
   ========================================================================== */

.member .mail {
	max-width: 660px;
	margin: 0 auto;
	padding-bottom: 80px;
}
.member .mail h2 {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-bottom: 50px;
	text-align: center;
}
.member .mail p {
	text-align: center;
	font-size: 16px;
	padding-bottom: 50px;
	line-height: 2em;
}
.member .mail p span a {
	font-size: 30px;
	font-weight: bold;
	color: #00a89a;
	vertical-align: baseline;
}
.member .mail p span small{font-size: 18px;}
.member .mail form {
	font-size: 18px;
}
.member .mail .submit {
	text-align: center;
	position: relative;
	width: 335px;
    height: 70px;
    transition: 0.5s;
    margin: 0 auto;
}
.member .mail .submit input {
	position: relative;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    padding: 18px 80px;
    background-color: #00a89a;
	border-radius: 10px;
}
.member .mail .submit:after {
    transition: 0.3s;
    content: "";
    width: .6em;
    height: .6em;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: -8px;
    bottom: 0;
    right: 40px;
    margin: auto;
    -webkit-transform: rotate(
45deg
);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg
);
}
.member .mail .center {
	text-align: center;
	line-height: 2.4em;
}
.member .mail .center p a {
	color: #2c6ed5;
	text-decoration: underline;
}
.member .mail .horizontal-item {
    margin: 0 0 0 0 !important;
    display: inline-block;
}
.member .mail input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}
.member .mail .radio input {
    width: auto;
}
.member .mail .radio span {
	margin-right: 30px;
    margin-left: 10px;
}
.member .mail input[type=radio] {
    display: none;
}
.member .mail .radio .mwform-radio-field-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0px 5px 30px;
    position: relative;
    width: auto;
}
.member .mail .radio .mwform-radio-field-text::before {
    background: #fff;
    border: 1px solid #222;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.member .mail .radio .mwform-radio-field-text::after {
    background: #73ee97;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 8px;
    margin-top: -5px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 10px;
}
input[type=radio]:checked + .mwform-radio-field-text::after {
    opacity: 1!important;
}
@media screen and (min-width: 768px) {
	
    .member .mail dl {width: 100%;letter-spacing: -0.4em;padding-bottom: 30px;}
    .member .mail dt {padding: 20px 0;width: 40%;display: inline-block;letter-spacing: normal;vertical-align: top;font-weight: bold;}
    .member .mail dt span {
		color: #fff;
		font-weight: normal;
		background: #00a89a;
		padding: 0 5px;
		float: right;
		margin-right: 50px;
		font-size: 15px;
	}
	.member .mail dt .nini {
		color: #00a89a;
		font-weight: normal;
		background: #fff;
		border: 1px solid #00a89a;
		padding: 0 5px;
		float: right;
		margin-right: 50px;
		font-size: 15px;
	}
    .member .mail dd {padding: 10px 0;width: 60%;display: inline-block;letter-spacing: normal;vertical-align: top;}
    .member .mail dd input,.member .mail dd textarea {
		width: 100%;
		padding: 10px;
		border: 1px solid #93b8b5;
		background: #f4f4f4;
	}
}

@media screen and (max-width: 767px) {
	.member .mail {
		padding-bottom: 30px;
	}
	.member .mail h2 {
		font-size: 20px;
	}
	.member .mail p {
		padding-bottom: 30px;
	}
	.member .mail dl {width: 100%;}
    .member .mail dt {font-size: 16px; padding: 20px 0 10px;font-weight: bold;}
    .member .mail dt span {color: #fe0030;padding-left:10px;font-weight: normal;}
    .member .mail dd {padding: 0 0 10px;}
    .member .mail dd input,.member .mail dd textarea {width: 100%;padding: 10px;}
	.member .mail dt span {
    color: #fff;
    font-weight: normal;
    background: #00a89a;
    padding: 1px 5px;
    margin-left: 10px;
    font-size: 15px;
}
	.member .mail dt .nini {
    color: #00a89a;
    font-weight: normal;
    background: #fff;
    border: 1px solid #00a89a;
    padding: 0 5px;
    margin-left: 10px;
    font-size: 15px;
}
	.member .mail dd input, .member .mail dd textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #93b8b5;
    background: #f4f4f4;
}
}


/* =============================================================================
    例会出欠連絡 ゲスト会員用出席希望連絡フォーム
   ========================================================================== */

.guest .mail {
	max-width: 660px;
	margin: 0 auto;
	padding-bottom: 80px;
}
.guest .mail h2 {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-bottom: 50px;
	text-align: center;
}
.guest .mail p {
	text-align: center;
	font-size: 16px;
	padding-bottom: 50px;
	line-height: 2em;
}
.guest .mail p span a {
	font-size: 30px;
	font-weight: bold;
	color: #00a89a;
	vertical-align: baseline;
}
.guest .mail p span small{font-size: 18px;}
.guest .mail form {
	font-size: 18px;
}
.guest .mail .submit {
	text-align: center;
	position: relative;
	width: 335px;
    height: 70px;
    transition: 0.5s;
    margin: 0 auto;
}
.guest .mail .submit input {
	position: relative;
    color: #fff;
    cursor: pointer;
    border: none;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    padding: 18px 80px;
    background-color: #f57543;
	border-radius: 10px;
}
.guest .mail .submit:after {
    transition: 0.3s;
    content: "";
    width: .6em;
    height: .6em;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: -8px;
    bottom: 0;
    right: 40px;
    margin: auto;
    -webkit-transform: rotate(
45deg
);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg
);
}
.guest .mail .center {
	text-align: center;
	line-height: 2.4em;
}
.guest .mail .center p a {
	color: #2c6ed5;
	text-decoration: underline;
}
.guest .mail .horizontal-item {
    margin: 0 0 0 0 !important;
    display: inline-block;
}
.guest .mail input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}
.guest .mail .radio input {
    width: auto;
}
.guest .mail .radio span {
	margin-right: 30px;
    margin-left: 10px;
}
.guest .mail input[type=radio] {
    display: none;
}
.guest .mail .radio .mwform-radio-field-text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0px 5px 30px;
    position: relative;
    width: auto;
}
.guest .mail .radio .mwform-radio-field-text::before {
    background: #fff;
    border: 1px solid #222;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.guest .mail .radio .mwform-radio-field-text::after {
    background: #73ee97;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 8px;
    margin-top: -5px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 10px;
}
input[type=radio]:checked + .mwform-radio-field-text::after {
    opacity: 1!important;
}
@media screen and (min-width: 768px) {
	
    .guest .mail dl {width: 100%;letter-spacing: -0.4em;padding-bottom: 30px;}
    .guest .mail dt {padding: 20px 0;width: 40%;display: inline-block;letter-spacing: normal;vertical-align: top;font-weight: bold;}
    .guest .mail dt span {
		color: #fff;
		font-weight: normal;
		background: #f57543;
		padding: 0 5px;
		float: right;
		margin-right: 50px;
		font-size: 15px;
	}
	.guest .mail dt .nini {
		color: #00a89a;
		font-weight: normal;
		background: #fff;
		border: 1px solid #00a89a;
		padding: 0 5px;
		float: right;
		margin-right: 50px;
		font-size: 15px;
	}
    .guest .mail dd {padding: 10px 0;width: 60%;display: inline-block;letter-spacing: normal;vertical-align: top;}
    .guest .mail dd input,.guest .mail dd textarea {
		width: 100%;
		padding: 10px;
		border: 1px solid #93b8b5;
		background: #f4f4f4;
	}
}

@media screen and (max-width: 767px) {
	.guest .mail {
		padding-bottom: 30px;
	}
	.guest .mail h2 {
		font-size: 20px;
	}
	.guest .mail p {
		padding-bottom: 30px;
	}
	.guest .mail dl {width: 100%;}
    .guest .mail dt {font-size: 16px; padding: 20px 0 10px;font-weight: bold;}
    .guest .mail dt span {color: #fe0030;padding-left:10px;font-weight: normal;}
    .guest .mail dd {padding: 0 0 10px;}
    .guest .mail dd input,.guest .mail dd textarea {width: 100%;padding: 10px;}
	.guest .mail dt span {
    color: #fff;
    font-weight: normal;
    background: #00a89a;
    padding: 1px 5px;
    margin-left: 10px;
    font-size: 15px;
}
	.guest .mail dt .nini {
    color: #00a89a;
    font-weight: normal;
    background: #fff;
    border: 1px solid #00a89a;
    padding: 0 5px;
    margin-left: 10px;
    font-size: 15px;
}
	.guest .mail dd input, .guest .mail dd textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #93b8b5;
    background: #f4f4f4;
}
}
