@charset "UTF-8";
/* CSS Document */

/*global*/
html { font-size: 62.5%; } /* font-size 1em = 10px */

body {
	letter-spacing: 0;
	line-height:1.5em;
	font-family: "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro",'Meiryo', 'MS Pゴシック', 'Hiragino Kaku Gothic Pro', 'Osaka', helvetica, sans-serif ;
	background:#fff;
	color:#313131;
}

::-moz-selection{
	background-color: #00a592;
	color: #fff;
	text-shadow: none;
}
::selection{
	background-color: #00a592;
	color: #fff;
	text-shadow: none;
}


header,nav,article,section,time,footer,aside{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
footer{
	padding-top: 0;
}
p{
	font-size:1.8em;
	line-height:2em}
	p.small{
		font-size:1.2em;
		line-height:1.5em;}

/* Clickable Elements
--------------------------------------*/
/* default=content text, global menu */
a { color:#00a592;text-decoration:underline; }
a:visited { color:#00a592;text-decoration:none; }
a:hover { color:#0bb6a2;text-decoration:underline; }



/* clearfix
----------------------------------------------------------------------------------- */
/* Clearfix */
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
.clear { clear:both;}



/* style
--------------------------------------*/
.mT40{
	margin-top:40px;
}
.mT05{
	margin-top:5px;
}
.mT15{
	margin-top:15px;
}
.mT20{
	margin-top:20px;
}
.mT30{
	margin-top:30px;
}
.mT35{
	margin-top:35px;
}
.mB30{
	margin-bottom:30px;
}
.mB20{
	margin-bottom:20px;
}


.pdfDownload{
	background:url("../images/base/reader.png") no-repeat 20px 20px #f3f3f3;
	padding:20px 20px 20px 120px;
	font-size: 11px; font-size: 1.1rem;
}

#page-top {
	position: fixed;
	bottom: 0px;
	right: 15px;
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=10)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
#page-top a {
	font-size: 8px; font-size: 0.8rem;
	background: #666;
	text-decoration: none;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	display: block;
	border-radius: 5px;
	margin-bottom:0px;
}

#page-top a:before {
	content:"t";
	font-family: 'fsc';
	display:block;
	font-size:40px;
	padding:5px 0;
	font-weight:100;
	line-height:1em;
}

#page-top a:hover {
	text-decoration: none;
	background: #999;
}




/* table
--------------------------------------------------------------------------------------------------------------------*/

table{
	width:100%;
}

table td,table th{
	border-bottom:1px dotted #bdc0c1;
}

table td{
	padding:15px 0 15px 10px;
}

table th{
	padding:15px 10px 15px 0;
	text-align:center;
	color:#989898;
	font-weight:lighter;
	vertical-align: middle;
}




/* Voting style
--------------------------------------*/
.headerWrap{
	background-color:#00a491;
	height: auto;
}

.contentsWrap{}
.footerWrap{}
.leadWrap, .contactWrap{
	background-color:#ecf0f1;
}
.footerWrap{
	background-color:#00a491;
}

.mt-60{
	margin: 60px 0 60px 0;
}

.alertWrap{

}

.alertWrap .alertLead p{
		font-size: 2.0rem;
		color: #313131;
		text-align: center;
		padding: 40px 0 40px 0;
}

.alertWrap > .inner {
	padding: 40px;
	background-color: #ecf0f1;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 850px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.alertWrap > .inner ul li{
	font-size: 1.8rem;
	margin-bottom: 40px;
	line-height: 3.6rem;
  padding-left: 2em; 
  text-indent: -2em;
}

.alertWrap > .inner ul li:last-child{
	margin-bottom: 0px;
}
.alertWrap > .inner ul li:before{
    content: "●　";
    color: #00a491;
}

.leadTitle{
	text-align: center;
	background-color: #00a491;
	font-size:3.6rem;
	line-height:3.6em;
	color: #fff;
}

.header, .contents, .footer, .lead, .contact{
	margin-left:auto;
	margin-right:auto;
	width:860px;
}
.header{
}
.header h1{
	text-align:center;
}
.contents{
	padding-top:25px;}
	.lead{
		padding:40px 0 40px 0;
		font-size:1.9em;
		line-height:2em;
	}

	.lead p {
		font-size: 1.8rem;
		color: #313131;
		text-align: center;
	}

	.contact{
		padding:20px 0 20px 0;
		text-align:center;
		width:760px;
	}
	.footer{
		text-align:center;
		font-size:1rem;
		color:#FFFFFF;
		padding:10px 0;

	}
	.boader{
		-webkit-border-radius:  10px;
		    -moz-border-radius:  10px;
		border: 1px solid #848484;
		border-radius: 10px;
		padding:0px 20px calc(50px - (1.8rem * 2 - 1.8rem) / 2) 20px;
	}

	.boader p {
		font-size: 1.8rem;
		line-height: 2;
	}

	section h2 {
		text-align:center;
		margin-bottom: calc(50px - (1.8rem * 2 - 1.8rem) / 2);
	}
	.f_right{
		float:right;
	}
	.f_left{
		float:left;
	}
	.greenBox{
		background-color: #A9D8D0;
		padding: 20px;
		display: block;
		border-radius: 3px;
		-webkit-border-radius:  3px;
		-moz-border-radius:  3px;
		font-size:20px;
		margin:25px 0 15px 0;

	}
	.arrow{
		text-align:center;
		height:50px;
		clear:both;
		display:block}
		.contactBox{
			border: 1px solid #767676;
			padding-bottom:15px;
			background-color:#FFFFFF;
		}
		.contactBox h3 {
			width: 360px;
			height: 55px;
			display: block;
			background-color: #00a491;
			color: #FFFFFF;
			font-weight: bold;
			font-size: 1.4rem;
			line-height: 1.6em;
			text-align: center;
			border-bottom: 1px dashed #767676;
			padding-top:10px;
		}

		.box_btn{
			background-color: #EDEAEA;
			display: flex;
			-webkit-justify-content: center;
			        justify-content: center;
			-webkit-align-items: center;
			        align-items: center;
			border-radius: 3px;
			    -webkit-border-radius:  3px;
			    -moz-border-radius:  3px;
			border: 1px solid #848484;
			margin-left: auto;
			margin-right: auto;
			width: 450px;
			height: 90px;
			line-height: 1;
		}

		.box_btn:hover{
			background-color:#A9D8D0;
		}




/* Web 2clm
--------------------------------------*/

#web_twoclm{
	width: 818px;
	margin: 50px 0;
	background-image: url(images/web_bg.png);
	background-size:818px;
	background-repeat: repeat-y;
}

#web_twoclm .clmL{
	width: 389px;
	float: left;
}
#web_twoclm .clmR{
	width: 389px;
	float: right;
}

#web_twoclm .center{
	text-align: center;
}

#web_twoclm .info{
	width: 389px;
	background: #EDF0F1;
	padding: 30px 0;
	color: #4D4D4D;
	margin-top: 40px;
}
#web_twoclm .info h3{
	font-size: 17px;
	font-weight:bold;
	letter-spacing: -0.01em;
	margin-bottom: 20px;
	text-align: center;
}
#web_twoclm .info p{
	padding: 0 20px;
	font-size: 14px;
	line-height: 1.8em;
}

/*スマート招集追加用*/
.smartSyousyu {
	background-color: #ECF0F1;
	padding-bottom: 30px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.smartSyousyu * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.smartSyousyu > .inner {
	padding: 40px;
	background-color: #ffffff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	width: 850px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.smartSyousyu h3 {
	font-size: 2.5rem;
	color: #00A491;
	font-weight: 600;
	line-height: 1;
}

.smartSyousyu p {
	position: relative;
	padding: calc(30px - (1.8rem * 2 - 1.8rem) / 2) 0 calc(40px - (1.8rem * 2 - 1.8rem) / 2);
	font-size: 1.8rem;
	color: #000000;
	line-height: 2;
}

.smartSyousyu p:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background-color: #00A491;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}

.smartSyousyu .qr .inner {
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	padding-top: 28px;
}

.smartSyousyu .qr .inner .img img {
	display: block;
}

.smartSyousyu .qr .inner .text {
	padding-left: 40px;
}

.smartSyousyu .qr .inner h4 {
	font-size: 1.8rem;
	line-height: 1.77;
	padding-bottom: calc(16px - (1.8rem * 1.77 - 1.8rem) / 2);
}

.smartSyousyu .qr .inner h4 + a {
	font-size: 1.8rem;
	color: #00a591;
	line-height: 1;
	text-decoration: underline;
}

.smartSyousyu .qr .inner h4 + a img {
	margin-left: 10px;
}

.smartSyousyu .qr .inner h4:before {
	content: "";
	display: block;
	margin-top: calc((1 - 1.77) * 0.5em);
}

.smartSyousyu .qr .inner + p {
	color: #4D4D4D;
	line-height: 1;
	margin: 0;
	padding: 14px 0 0;
	font-size: 1.4rem;
}

.smartSyousyu .qr .inner + p:after {
	display: none;
}

#sec-attendance p {
	line-height: 1;
	margin-bottom: 30px;
}

#sec-attendance .date_wrap {
	color: #000000;
	font-weight: 600;
}

#sec-attendance .date_wrap .inner p {
	margin-bottom: 0;
}

#sec-attendance .date_wrap .inner p:first-child {
	line-height: 32px;
}

#sec-attendance .date_wrap .strong {
	color: #00b2a3;
	font-size: 3rem;
	padding-left: 22px;
}

#sec-attendance .date_wrap .strong span {
	font-size: 1.8rem;
}

.date_wrap .inner {
	display: flex;
}
.note{
	font-size: 1.0rem;
}