@charset "utf-8";

/* ==================================================

がん研有明友の会 SP スタイルシート

================================================== */


/* 共通 
--------------------------------------------------------------------*/
body,div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,td,th,form {
	margin:0;
	padding:0;
	font-style:normal;
	font-weight:normal;
	font-size:100%;
}
html,body {
	height:100%;
}
li {
	list-style-type:none;
}
li img {
	vertical-align:top;
}
table {
	border-collapse:collapse;
}
td,th {
	vertical-align:top;
}
th {
	text-align:left;
}
img {
	vertical-align:bottom;
}
a img {
	border:none;
}
body {
	font-family:"メイリオ", "Helvetica", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3";
	-webkit-text-size-adjust:none;
	margin:0;
	font-size:16px;
	line-height:140%;
	color:#646464;
}
.fs {
	font-size:12px;
	line-height:130%;
}
.fl {
	font-size:20px;
	line-height:126%;
}
.b {
	font-weight:bold;
}
.c {
	text-align:center;
}
.r {
	text-align:right;
}
a:link,
a:visited {
	color:#6cb42a;
	text-decoration:none;
}
a:hover,
a:active {
	color:#6cb42a;
	text-decoration:none;
}
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
.cf {
	zoom:1;
	overflow:hidden;
}
.warning {
	color: #f00;
	background-color: #fffafa;
	border: solid 1px #f00;
	padding: 12px 15px 11px;
	margin: 15px 0 5px;
}
.warning i {
	padding-right: 6px;
}
span.red{
	color:#e60033;
}

header {
    position: fixed;
	height: 50px;
	width: 100%;
	background-color: rgba(255,255,255,1);
	border-bottom: solid 1px #6cb42a;
	top: 0;
	left: 0;
	z-index: 9990;
}
/*.fix {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
}*/
.fix {
	overflow: hidden;
	height: 100%;
}
/*#top .fixed {
	position: fixed;
	top: -51px;
	left: 0;
}*/
header h1 {
	position: absolute;
    top: 0;
    left: 0;
	right: 0;
	width: 197px;
	margin: 0 auto;
	text-align: center;
	z-index: 9999;
    padding-top: 7px;
}
header h1 img {
	width: 197px;
}
header .header-i {
    position: absolute;
    top: 0;
    right: 0;
	width: 100%;
    z-index: 9998;
}

#panel {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}
#panel-btn {
	display: block;
	position: relative;
	margin-left: auto;
	width: 50px;
	height: 50px;
	background: url("../common/menu.png") no-repeat;
	background-size: 50px;
	z-index: 9998;
}
#panel-btn:hover {
	background: url("../common/menu.png") no-repeat;
	background-size: 50px;
}
#panel-btn-icon {
	display: block;
	position: absolute;
	top: 40%;
	left: 50%;
	width: 14px;
	height: 2px;
	margin: -1px 0 0 -7px;
	background: #fff;
	transition: .2s;
}
#panel-btn-icon:before,
#panel-btn-icon:after {
	display: block;
	content: "";
	position: absolute;
	top: 40%;
	left: 0;
	width: 14px;
	height: 2px;
	background: #fff;
	transition: .3s;
}
#panel-btn-icon:before {
	margin-top: -6px;
}
#panel-btn-icon:after {
	margin-top: 4px;
}
#panel-btn .close {
	background: transparent;
}
#panel-btn .close:before,
#panel-btn .close:after {
	margin-top: 0;
}
#panel-btn .close:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#panel-btn .close:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
#panel {
	display: none;
	width: 100%;
	text-align: center;
	z-index: 9999;
}

.sp-nav {
	border-top: solid 1px #6cb42a;
	text-align: left;
}
.sp-nav i {
	padding-right: 5px;
}
.sp-nav a {
	display: block;
	position: relative;
	padding: 10px 10px 10px 20px;
	cursor: pointer;
	text-decoration: none;
	background-color: rgba(255,255,255,1);
	border-bottom: dotted 1px #6cb42a;
	color: #6cb42a;
}
.sp-nav a:hover {
	background-color: rgba(255,255,255,1);
}
.sp-nav .child {
	display: none;
	background-color: rgba(255,255,255,1);
}
.sp-nav .child a {
	background-color: rgba(255,255,255,1);
	color: #6cb42a;
	border-bottom: dotted 1px #6cb42a;
}
.sp-nav .child a:hover {
	background-color: rgba(255,255,255,1);
}
.sp-nav .child > li a {
	background-color: rgba(255,255,255,0);
	padding-left: 40px;
}
.sp-nav .toggle:after {
	position: absolute;
	top: 10px;
	right: 10px;
	content: '▶';
	opacity: 0.5;
	font-size: 6px;
	font-weight: bold;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transition: all, 0.25s, linear;
	-o-transition: all, 0.25s, linear;
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear;
}
.sp-nav .toggle.active:after {
	-moz-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.main {
    padding: 51px 0 20px;
    text-align: left;
}
#top .main {
    padding: 51px 0 10px;
    text-align: left;
}
h2 {
	margin-bottom: 30px;
	border-bottom: solid 1px #6cb42a;
	text-align: center;
	color: #6cb42a;
	font-size: 120%;
	font-weight: bold;
	padding: 17px 0 15px;
}

.banner-area {
	padding-top: 18px;
}
.banner-area li {
	padding-top: 12px;
	text-align: center;
}
.bottom-link {
	margin-top: 30px;
	border-top: solid 1px #d2d2d2;
	display: -webkit-flex;
    display: flex;
    	-webkit-justify-content: flex-start;
    justify-content: flex-start;
    	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	text-align: center;
}
.bottom-link li {
	position: relative;
		-webkit-flex-grow: 1;
    flex-grow: 1;
    width: 50%;
    	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	border-bottom: solid 1px #d2d2d2;
}
.bottom-link li:nth-child(even){
	border-left: solid 1px #d2d2d2;
}
.bottom-link li a {
	display: block;
	padding: 10px;
	text-decoration: none;
}
.bottom-link li a i {
	position: absolute;
	background: url("../common/arrow_1.png") no-repeat;
	background-size: 7px 13px;
    width: 7px;
    height: 13px;
    top: 15px;
    right: 10px;
}
footer {
    background-color: #fffdee;
	padding: 25px 15px 15px;
    text-align: center;
}
footer .footer-logo img {
    width: 120px;
}
footer .footer-tel-area {
	margin-top: 20px;
	background-color: #6cb42a;
	border-radius: 10px;
	padding: 25px 15px 20px;
	color: #fff;
}
footer .footer-tel-area .footer-text {
	padding-bottom: 5px;
	font-size: 130%;
	font-weight: bold;
}
footer .footer-tel-area .footer-tel {
	padding-top: 8px;
	font-size: 130%;
	font-weight: bold;
}
footer .footer-tel-area .footer-tel a {
	text-decoration: none;
	color: #fff;
}
footer .footer-tel-area .footer-text2 {
	padding-top: 7px;
	font-size: 90%;
}
footer .copyright {
	padding-top: 15px;
	font-size: 90%;
	color: #969696;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top a {
	background-color: #c8c8c8;
    text-decoration: none;
    color: #fff;
    padding: 5px 15px 10px;
    text-align: center;
    display: block;
    border-radius: 7px;
	line-height: 70%;
	opacity: 0.7;
}
#page-top a span {
	font-size: 85%;
	color: #fff;
	font-weight: bold;
}

section {
	padding: 0 15px;
}
.bar {
	padding-top: 50px;
	border-bottom: solid 3px #97c85b;
	margin-bottom: 30px;
}
#top .bar {
	margin-bottom: 0;
}
h3 {
	display: inline-block;
	padding: 8px 30px 5px 25px;
	border-radius: 0 10px 0 0;
	background-color: #6cb42a;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	color: #fff;
}
.copy {
	padding-bottom: 7px;
    font-weight: bold;
    font-size: 120%;
	color: #6cb42a;
}

/* トップ
--------------------------------------------------------------------*/
#top .top-image-area {
	width: 100%;
	background-position: top center;
}
#top .top-image-area img {
    width: 100%;
}
#top .info-area {
	padding: 15px 0;
	border-bottom: dotted 1px #c8c8c8;
}
#top .info-area .day {
	padding-bottom: 3px;
	font-size: 110%;
	color: #969696;
}
#top .info-area h4 {
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 110%;
}
#top .info-area .photo-area {
	padding: 5px 0 20px;
	text-align: center;
}
#top .info-area .photo-area li {
	padding-top: 15px;
}
#top .info-area .photo-area li img {
	width: 100%;
	max-width: 480px;
}
#top .info-area a {
	font-weight: bold;
}

/* 友の会について
--------------------------------------------------------------------*/
#about .photo {
	text-align: center;
	padding-bottom: 20px;
}
#about .kome {
	padding-top: 15px;
	text-align: right;
	font-size: 85%;
}
#about .photo2 {
	text-align: center;
	padding-bottom: 10px;
}
#about .greeting {
	padding-top: 20px;
}
#about .name {
	text-align: center;
	font-size: 85%;
}
#about .history {
    padding-top: 2px;
}
#about .history dt {
    padding: 12px 0 1px;
    font-weight: bold;
	color: #6cb42a;
}
#about .history dd {
    padding-bottom: 12px;
	border-bottom: dotted 1px #c8c8c8;
}

/* 友の会の活動
--------------------------------------------------------------------*/
#activity .copy {
	padding-bottom: 0;
}
#activity h3 {
	margin: 30px 0 0 20px;
	border-radius: 10px 10px 0 0;
	border-bottom: none;
}
#activity .activity-area {
	background-color: #fffded;
	padding: 12px 15px 25px;
	border-radius: 5px;
}
#activity .activity-area .photo {
	padding-bottom: 15px;
	text-align: center;
}
#activity .activity-area .copy {
	padding-bottom: 7px;
	font-size: 110%;
	color: #6cb42a;
}
#activity .activity-area .kome {
	padding-top: 10px;
	font-size: 85%;
}

/* 入会のメリット
--------------------------------------------------------------------*/
#merit .photo {
	text-align: center;
	padding-bottom: 20px;
}
#merit .text {
	text-align: center;
	padding: 7px 0 20px;
}

/* 入会のご案内
--------------------------------------------------------------------*/
#membership h4 {
	padding: 30px 0 7px;
	font-weight: bold;
	font-size: 110%;
	color: #6cb42a;
}
#membership .membership-top {
	background-color: #fffded;
	border-radius: 7px;
	padding: 20px;
}
#membership .membership-top dt {
	display: inline-block;
	background-color: #6cb42a;
	margin-bottom: 5px;
	padding: 0 20px;
	line-height: 24px;
	border-radius: 12px;
	font-weight: bold;
	color: #fff;
}
#membership .membership-top dt.next {
	margin-top: 12px;
}
#membership .kome {
	padding-top: 7px;
}
#membership .text {
	padding-top: 10px;
	font-size: 110%;
	font-weight: bold;
	color: #6cb42a;
}
#membership .flow {
	background-color: #eeeeef;
	border-radius: 7px;
	padding: 10px 15px;
	font-weight: bold;
	text-align: center;
}
#membership .kikan {
	background-color:#fffded;
	border-radius: 7px;
	padding: 15px 20px 15px;
}
#membership .kikan li {
	padding: 3px 0;
	font-weight: bold;
}
#membership .pdf-area li {
	background: url("../common/pdf.png") no-repeat 0 0;
	background-size: 25px;
	padding: 3px 0 10px 33px;
	font-weight: bold;
	font-size: 120%;
}
#membership .pdf-area li a {
	text-decoration: none;
}
#membership .btn {
	padding-top:30px;
	text-align: center;
}
#membership .btn a {
	display: inline-block;
	background-color: #fff;
	border: solid 2px #6cb42a;
	margin-bottom: 5px;
	padding: 8px 20px 7px;
	line-height: 30px;
	border-radius: 24px;
	font-weight: bold;
	font-size: 120%;
	color: #6cb42a;
}

/* 入会の申し込み
--------------------------------------------------------------------*/
#form-page .pdf-area {
	padding-top: 20px;
}
#form-page .pdf-area li {
	background: url("../common/pdf.png") no-repeat 0 0;
	background-size: 25px;
	padding: 3px 0 10px 33px;
	font-weight: bold;
	font-size: 120%;
}
#form-page .pdf-area li a {
	text-decoration: none;
}
#form-page h4 {
	padding-top: 30px;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: solid 3px #97c85b;
	margin-bottom: 2px;
}
#form-page .q {
	padding: 9px 0 2px;
	font-weight: bold;
}
#form-page .a {
	padding: 0 0 9px;
	border-bottom: dotted 1px #c8c8c8;
}
#form-page form input,
#form-page form select {
	font-size: 16px;
}
#form-page .require {
	color: #aa0001;
	padding-left: 3px;
}
#form-page .btn {
	text-align: center;
	padding: 25px 0 30px;
}
#form-page .btn input {
	-webkit-appearance: none;
	display: block;
	margin: 0 auto;
	width: 250px;
	background-color: #fff;
	border-radius: 10px;
	border: solid 2px #97c85b;
	padding: 10px 20px 10px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #97c85b;
}
#form-page .btn input:first-child {
	margin-bottom: 0px;
}
#form-page .add-info {
	color: #969696;
}
#form-page .privacy {
	padding-top: 10px;
}
#form-page .last-info {
	text-align: center;
	padding: 100px 0 120px;
}

/* Q&A
--------------------------------------------------------------------*/
#faq .bar {
	margin-bottom: 5px;
}
#faq .fl {
	font-size: 110%;
}
#faq .faq img {
	width: 26px;
}
#faq .faq th {
	width: 36px;
	padding-top: 10px;
	border-bottom: dotted 1px #c8c8c8;
}
#faq .faq th.top {
	padding-top: 15px;
	border-bottom: none;
}
#faq .faq td {
	padding-top: 10px;
	border-bottom: dotted 1px #c8c8c8;
	padding-bottom: 15px;
}
#faq .faq td.top {
	padding-top: 20px;
	border-bottom: none;
	padding-bottom: 0;
	color: #e84f86;
}
#faq .faq td.top p {
	font-weight: bold;
}
#faq .faq .kome {
	padding-top: 7px;
}

/* 会報「有明の風」
--------------------------------------------------------------------*/
#ariakenokaze .bar {
	padding-top: 10px;
}
#ariakenokaze .top-text {
	padding-bottom: 20px;
	border-bottom: dotted 1px #c8c8c8;
}
#ariakenokaze .kaihou {
	padding: 15px 0;
	border-bottom: dotted 1px #c8c8c8;
}
#ariakenokaze .kaihou h4 {
	font-weight: bold;
	color: #6cb42a;
	padding-bottom: 15px;
}
#ariakenokaze .photo {
	padding-bottom: 20px;
	text-align: center;
}
#ariakenokaze .photo img {
	width: 140px;
	border: solid 1px #d2d2d2;
}
#ariakenokaze .photo .btn {
	padding-top: 10px;
	text-align: center;
}
#ariakenokaze .photo .btn a {
	display: inline-block;
	padding: 3px 13px 2px;
	background-color: #6cb42a;
	border-radius: 7px;
	text-decoration: none;
	font-size: 85%;
	color: #fff;
}
#ariakenokaze .kaihou th {
	width: 33px;
	font-size: 85%;
	color: #969696;
}
#ariakenokaze .kaihou td {
	font-size: 85%;
}

/* プライバシーポリシー
--------------------------------------------------------------------*/
#privacy h4 {
	padding-top: 30px;
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: solid 3px #97c85b;
	margin-bottom: 12px;
}
#privacy h4.top {
	padding-top: 25px;
}
#privacy .privacy {
	padding-top: 10px;
}
#privacy .privacy li {
	background: url(../common/arrow_1.gif) no-repeat 0 7px;
	padding-left: 13px;
}

/* シンボルマークに込められた想い
--------------------------------------------------------------------*/
#symbol-mark .mark {
	padding-bottom: 30px;
	text-align: center;
}

/* アクセス・お問い合わせ
--------------------------------------------------------------------*/
#contact .address {
	padding-top: 5px;
}
#contact .access-area {
	padding-top: 8px;
}
#contact .access-area dt {
	display: inline-block;
	background-color: #6cb42a;
	margin: 12px 0 5px;
	padding: 0 20px;
	line-height: 24px;
	border-radius: 12px;
	font-weight: bold;
	color: #fff;
}
#contact .access-area dd.text {
	padding-top: 7px;
	font-size: 85%;
	color: #6cb42a;
}
#contact .contact-area {
	padding: 15px 0 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
#contact .contact-area .left {
	display: inline-block;
	background-color: #6cb42a;
	margin-top: 2px;
	margin-right: 10px;
	padding: 0 20px;
	border-radius: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
}
#contact .contact-area dd.tel {
	padding: 3px 0 3px;
    font-weight: bold;
    font-size: 150%;
	color: #6cb42a;
}
#contact .contact-area dd.tel a {
	text-decoration: none;
}



