@charset "utf-8";


/* 基本要素	---------------- */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
html{
	position: relative;
}
body {
	margin:0 0;
	width:100%;
	position: relative;
	background: #fff;
	-webkit-text-size-adjust: none;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-feature-settings: "palt" 1;
	font-weight:400;
	line-height: 1.75;
	font-size: 100%;
	color:#231815;
	overflow-x:hidden;
	box-sizing:border-box;
}
body *{
	box-sizing:border-box;
}

@media only screen and (max-width:480px){

	body {
		font-size: 90%;
	}

}


p{

	text-align:justify;
}
@media (min-width: 768px) {
  :root {
    font-size: calc(1rem + ((1vw - 7.68px) * 1.3889));
    min-height: 0vw;
  }
}
@media (min-width: 1920px) {
  :root {
    font-size: 32px;
  }
}


.mincho{
	font-family: 'Noto Serif JP', serif;
}
ul {
	list-style: none;
}
ol{
	list-style: decimal;
}
li {
}

.page ul li{
	text-indent:-1em;
	margin-left:1em;
}
.page ul li:first-letter{
	font-feature-settings: normal;
}
img {
	border: 0;
	vertical-align:bottom;
	max-width:100%;
	height:auto;
}
table {
	font-size: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	vertical-align: top;
	line-height: 150%;
}
caption, th {
	text-align: left;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
p {
	line-break: strict;
	word-break: normal;
	margin:0;
}
a img{
	transition: 0.6s ease;
}
a:hover img{
	opacity:0.8;
}
a:link {
	color: #53A447;
	text-decoration: none;
}
a:visited {
	color: #53A447;
	text-decoration: none;
}
a:hover {
	color: #53A447	;
	text-decoration: underline;
}

label {
	cursor: pointer;
}
.clfx:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.clfx {
	min-height: 1px;
}
* html .clfx {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}

main,header,footer,nav{
	display:block;
}
#skip {
	position: absolute;
	left: -9999em;
}

.mb1{
	margin-bottom:1em !important;
}
.mb2{
	margin-bottom:2em !important;
}
.mb50{
	margin-bottom:50px !important;
}
.mb60{
	margin-bottom:60px !important;
}
.mb70{
	margin-bottom:70px !important;
}
.mb80{
	margin-bottom:80px !important;
}
.mb90{
	margin-bottom:90px !important;
}
.mb100{
	margin-bottom:100px !important;
}
.i0{
	text-indent:0 !important;
}
/* 基本レイアウト---------------- */
.wrapper {
	width:86.979%;
	max-width:1920px;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
#main{
	padding-top:45px;
}
#main .wrapper {
	overflow-x:hidden;
}


#to_top{
	z-index:8888;
	position:fixed;
	right:50px;
	bottom:-50px;
}
#to_top a{
	display:block;
	transition:0.3s ease;
	opacity:0.8;
	width:30px;
	height:30px;
}
#to_top a:hover{
	opacity:1;
}

@media(max-width:700px){
.sp{
	display:block;	
}
.pc{
	display:none;	
}
}
@media print{
.sp{
	display:none;	
}
.pc{
	display:block;	
}
}


/* ヘッダー---------------- */
header{
	position:relative;
	background:url(../images/page-header.jpg) no-repeat center top / cover;
}
header.top{
	position:relative;
	background:url(../images/top-header.jpg) no-repeat center top / cover;
}

#header-site{
	position:relative;
}

#header-site-bg{
	display:block;
	width:100%;
	height:100%;
	
	background:#8EC110;
	mix-blend-mode: multiply;
	
	position:absolute;
	z-index:1;
}

#header-site #header-site-text{
	color:#ffffff;
	font-size:0.75em;
	font-weight:500;
	line-height:1.25;
	
	padding: 10px 0 5px;
	
	position:relative;
	z-index:2;
}
#header-site-text a{
	color:#ffffff;
	font-size:1.33em;
	font-weight:500;
	line-height:2;
	
	padding-right:1em;
	
}

#header-title{
	padding-top:16.27%;
	position:relative;
}
#header-title-text{
	width:100%;
	text-align:left;
		
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	
	color:#ffffff;
	font-size:1.625em;
	font-weight:500;
	line-height:1.75;
	
}
header .spbr{
	display:none;
}
@media only screen and (max-width:640px){
#header-title-text{
	font-size:1.4em;
	line-height:1.5;
}
}
@media only screen and (max-width:480px){
#header-title-text{
	font-size:1.25em;
}
}

#header.top #header-title{
	padding-top:37.1%;
}

#header.top #header-title-text{
	
	font-size:1.75em;
	font-weight:600;
	color:#1A1004;
	text-shadow: 0px 0px 1px #ffffff,
	0px 0px 2px #ffffff,
	0px 0px 3px #ffffff,
	0px 0px 4px #ffffff,
	0px 0px 5px #ffffff,
	0px 0px 6px #ffffff,
	0px 0px 7px #ffffff,
	0px 0px 8px #ffffff,
	0px 0px 9px #ffffff,
	0px 0px 10px #ffffff,
	0px 0px 11px #ffffff,
	0px 0px 12px #ffffff,
	0px 0px 13px #ffffff,
	0px 0px 14px #ffffff,
	0px 0px 15px #ffffff;
}
@media only screen and (max-width:700px){
	#header.top #header-title{
		padding-top:45%;
	}
	header .spbr{
		display:inherit;
	}
}
@media only screen and (max-width:640px){
	#header.top #header-title-text{
		font-size:1.5em;
	}
}
@media only screen and (max-width:480px){
	#header.top #header-title-text{
		font-size:1.25em;
	}
}
/* スマホボタン---------------- */

#sp-menu{
	display:none;
}
@media only screen and (max-width:700px){
	#sp-menu{
		display:block;
		position: fixed;
		top: 0;
		right: 0;
		cursor:pointer;
		border-radius:0px;
		
		background:#fff;
		z-index:9999;
	}
	#header-button{
		display:block;
		cursor:pointer;
		width:30px;
		height:30px;
		position:relative;
		background:#4DA635;
		left:0;
		border-radius:0px;
	}
	#sp-menu p{
		text-align:center;
		width:100%;
		font-size:10px;
		color:#fff;
	}
	.hnbgmenu {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}
	.menu-line {
		top: 50%;
		top: calc(50% - 1px);
	}
	.menu-inner::after,
	.menu-inner::before {
		content: "";
	}
	.menu-line,
	.menu-inner::after,
	.menu-inner::before {
		position: absolute;
		display: block;
		width: 66%;
		left: 17%;
		height: 2px;
		transition: .15s ease-out;
		background-color: #fff;
	}
	.menu-inner::after,
	.menu-inner::before {
		height: 2px;
	}
	.menu-inner::before {
		top: 25%;
		top: calc(25% - 1px);
	}
	.menu-inner::after {
		top: 75%;
		top: calc(75% - 1px);
	}
	.hnbgmenu.active .menu-line {
		width: 0;
		opacity: 0;
		transform: translateX(20px) rotate(90deg);
	}
	.hnbgmenu.active .menu-inner::before {
		transform: translateY(7.5px) translateX(0px) rotate(-135deg);
	}
	.hnbgmenu.active .menu-inner::after {
		transform: translateY(-7.5px) translateX(0px) rotate(135deg);
	}
}

/* フッター---------------- */
footer{
}


#footer-copy{
	border-top: 1px solid #636363;
	padding: 15px 0 60px;
	font-size:0.625em;
	line-height:1.7;
}


/* ナビゲーション---------------- */
#main-navi{
}
#main-navi .wrapper{
}
#main-navi ul{
	display:flex;
	position:relative;
}

#main-navi ul:before{
	content:"";
	display:block;
	width:50vw;
	height:100%;
	background:rgba(255,255,255,0.65);	
	position:absolute;
	right: calc( 100% + 6px);
	top:0;
}
#main-navi ul:after{
	content:"";
	display:block;
	width:50vw;
	height:100%;
	background:rgba(255,255,255,0.65);	
	position:absolute;
	left: calc( 100% + 6px);
	top:0;
}
#main-navi ul li{
	flex: 1;
	
	padding-right:6px;
}
#main-navi ul li:last-child{
	padding-right:0;
}
#main-navi ul li a{
	
	display:flex;
	width:100%;
	height:100%;
	
	padding:10px; 
	
	flex-direction:column;
	align-items:center;
	justify-content:center;
	text-align:center;
	background:rgba(255,255,255,0.65);
	
	font-size:0.5625em;
	font-weight:500;
	line-height:1.55;
	color:#000;
	text-decoration: none;
	
	position:relative;
	transition:ease 0.3s;
}

#main-navi  ul li a:hover{
	color:#00773A;
}

#main-navi ul li a img.icon{
	width:1.5em;
	height:auto;
	margin-bottom:5px;
}


#main-navi  ul li.home{
	display:none;
}

@media only screen and (max-width:768px){
#main-navi ul li{
	flex:auto;
}
}
@media only screen and (max-width:700px){
#main-navi {
	position:fixed;
	top:0;
	right:0;
	width:100%;
	z-index:8888;
	background:#fff;
}
#main-navi ul{
	display:block;
	width:100%;
}
#main-navi ul li{
	border-right:none;
	margin-bottom:2px;
	border-right:none;
	border-left:none;
}
#main-navi ul li:first-child{
	border-left:none;
}

#main-navi  ul li.home{
	display:inherit;
}
}
/* トップページ---------------- */

#top-news{
	margin-bottom:45px;
	
	background:#EAF2C6;
	border-radius:5px;
	padding:20px 0 20px 25px;
}
#top-news h2 {
	font-size:1.25em;
	line-height:1.75;
	font-weight:500;
	color:#00773A;
}
#top-news h2 a{
	color:#00773A;
}

.top .news-index{
	overflow-y: scroll;
	max-height: calc(10.65em + 45px);
	padding-right:25px;
}
.news-index .post{
	margin-bottom:15px;
}

.news-index .post:last-child {
	margin-bottom:0px;
}

.news-index .post a{
	text-dexoration:none;
	color:#231815;
}

.news-index .post .date{
	position:relative;
	margin-bottom:5px;
}

.news-index .post .date.new:after{
	content:"";
	display:inline-block;
	height:1em;
	width:2.38em;
	
	position:relative;
	left:0.25em;
	top:0.1875em;
	background:url(../images/icon-new.png) no-repeat center left /contain;
	
}

.news-index .post .title{
	position:relative;
	padding-left:1.25em;
}
.news-index .post .title:before{
	content:"";
	display:block;
	height:1em;
	width:1em;
	
	position:absolute;
	left:0;
	top:0.375em;
	background:url(../images/navi-arrow-green.png) no-repeat center left /contain;
}


#top-navi{
	display: flex;
	gap:8.25px;
	width:100%;
	padding-bottom:5px;
	margin-bottom:40px;
}
#top-navi a{
	flex:1;
	display:block;
	transition:0.6s ease opacity;
}
#top-navi a:hover{
	text-decoration:none;
	opacity:0.7;
}
#top-navi a:hover img{
	opacity:1;
}

#top-navi .box{
	border-radius:3px;
	box-shadow:5px 5px 0 #EAF2C6;
	margin-right:5px;
	background:url(../images/navi-arrow-gray.png) no-repeat bottom 15px center / 0.6875em , #ffffff;
}
#top-navi .box:after{
	content:"";
	display:block;
	height:1px;
}

#top-navi .image{
	width:100%;
	margin-bottom:15px;
}
#top-navi .image img{
	width:100%;
	height:auto;
}

#top-navi .title{
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	
	font-size:0.875em;
	font-weight:600;;
	line-height:1.71;
	color:#636363;
	
	height:6.84em;
	margin-bottom:15px;
}

#top-navi .text{
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	
	font-size:0.75em;
	line-height:1.75;
	color:#636363;
	
	height:5.25em;
	margin-bottom:45px;
}



@media only screen and (max-width:768px){

	#top-navi{
		flex-wrap:wrap;
		justify-content: space-between;
	}
	#top-navi a{
		flex: 30%;
	}
	#top-navi:after{
		content:"";
		display:block;
		height:1px;
		flex: 30%;
	}

}

@media only screen and (max-width:480px){

	#top-navi a{
		flex: 47.8%;
	}
	#top-navi:after{
		flex: 47.8%;
	}

}






#top-navi2{
	display: flex;
	gap:10px;
	width:100%;
	padding-bottom:5px;
}
#top-navi2 a{
	flex:1;
	display:block;
	position:relative;
	z-index:2;
	margin-right:5px;
}
#top-navi2 a:hover{
	text-decoration:none;
}
#top-navi2 a:hover img{
	opacity:1;
}



#top-navi2 .box{
	border:1px solid #53A447;
	border-radius:3px;
	background:url(../images/navi-arrow-green.png) no-repeat center right 15px / 0.8125em;

	padding:1.25em 0.625em 0.625em;
}

#top-navi2 a:before{
	content:"";
	display:block;
	width:100%;
	height:100%;
	background:#ffffff;
	border-radius:3px;
	transition:0.6s ease background;
	
	position:absolute;
	right:-5px;
	bottom:-5px;
	z-index:-1;
}

#top-navi2 a:hover:before{
	background:#EAF2C6;
}

#top-navi2 .box .image{
	text-align:center;
	height:2em;
	width:auto;
	margin-bottom:5px;
}
#top-navi2 .box .image img{
	height:2em;
	width:auto;
}
#top-navi2 .box .title{
	font-size:0.75em;
	line-height:1.75;
	font-weight:600;
	color:#53A447;
	text-align:center;
	min-height:3.5em;
}


@media only screen and (max-width:768px){

	#top-navi2{
		flex-wrap:wrap;
	}
	#top-navi2 a{
		flex:47.5%;
	}
}








#main.page h2{
	width: fit-content;
	font-size:1.5625em;
	line-height:2;
	font-weight:500;
	color:#00773A;
	background:#ffffff;
	position:relative;
	padding-right:0.85em;
	z-index:3;
}
#main.page h2:before{
	content:"";
	display:block;
	width:100%;
	height:100%;
	background:#ffffff;
	
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
}

#main.page h2:after{
	content:"";
	display:block;
	width:100vw;
	height:1px;
	background:#00773A;
	
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	z-index:-2;
}

#main.page h2:not(:first-child){
	margin-top:75px;
}


#main.page h3{
	font-size:1.25em;
	line-height:1.7;
	font-weight:500;
	color:#8EC110;
	margin-bottom:5px;
}


#main.page h3:not(:first-child){
	margin-top:15px;
}


#main.page h4{
	font-size:1.125em;
	line-height:1.7;
	font-weight:500;
	color:#53A447;
	margin-bottom:5px;
}
#main.page h4:not(:first-child){
	margin-top:30px;
}

#main.page h3+h4:not(:first-child){
	margin-top:0px;
}




#scroll-box{
	display:flex;
	flex-direction:column;
	justify-content:end;
	margin-bottom:20px;

}
#return-top{
	display:flex;
	justify-content:end;
	text-align:right;
	margin-bottom:20px;
}
#return-top a{
	display:block;
	width:1.25em;
	width:1.25em;
}
#google-search{
	display:flex;
	justify-content:end;
	margin-bottom:10px;
	position:relative;
}
#google-search input.search-box {
	display: block;
	border-radius: 4.5px;
	border: solid 1px #A4A5A6;
	padding: 4px 8px;
	
	font-size:0.75em;

	width: 15.83em;
	height: 1.91em;
}
#google-search .search-button {
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	right: 0.5em;
	width: 1.33em;
	
	background: url(../images/icon-search.png) no-repeat;
	background-size: 1.33em;
	
	overflow: hidden;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
}

#font-size-change{
	display:flex;
	gap:2em;
	justify-content: end;
	
	font-size:0.75em;
	line-height:1;
	color:#53A447;
}

#font-size-change .text-button{
	cursor:pointer;
}


.page h3 img,
.page h4 img,
.page li img,
.page p img,
.page h2 img{
	display: inline-block;
	height: 1em;
	width: 2.5em !important;
	max-width:2.5em;
	position: relative;
	padding-left: 0.25em;
	vertical-align: baseline;
	top: 0.1875em;
}


.page p:not(:last-child){
	margin-bottom:1em;
}

.page ul:not(:last-child){
	margin-bottom:1em;
}
.page ol:not(:last-child){
	margin-bottom:1em;
}

.page .wp-block-image.float-right{
	float:right;
}


@media only screen and (max-width:640px){

	.page .wp-block-image.float-right{
		float:none;
		margin:auto auto 1em;
	}
}

.page ol{
	list-style:none;
}

.page ol li{
	margin-left:1em;
	text-indent:-1em;
}

.page ul li{
	text-indent:-1em;
	margin-left:1em;
}
.page ul li:before{
	content: "●";
	color:#8EC110;
}

.page ul ul li:before{
	content: "●";
	color:#8EC110;
}

.page.about_us ul li:before{
	content: "●";
	color:#53A447;
}

.page.about_us ul ul li:before{
	content: "●";
	color:#8EC110;
}



.page.link ul li{
	text-indent:0em;
	padding-left:1.25em;
	margin-left: 0;
	position:relative;
}

.page.link ul li a{
	color:#000000;
}
.page.link ul li a:hover{
	color:#00773A;
}
.page.link ul li:before{
	content: "";
	display: block;
	height: 1em;
	width: 1em;
	position: absolute;
	left: 0;
	top: 0.375em;
	background: url(../images/navi-arrow-green.png) no-repeat center left /contain;
}

.page .link ul li{
	text-indent:0em;
	padding-left:1.25em;
	margin-left: 0;
	position:relative;
}
.page .link ul li:before{
	content: "";
	display: block;
	height: 1em;
	width: 1em;
	position: absolute;
	left: 0;
	top: 0.375em;
	background: url(../images/navi-arrow-green.png) no-repeat center left /contain;
}

.page .link ul li a{
	color:#000000;
}
.page .link ul li a:hover{
	color:#00773A;
}

.page  ul.link li{
	text-indent:0em;
	padding-left:1.25em;
	margin-left: 0;
	position:relative;
}
.page ul.link li:before{
	content: "";
	display: block;
	height: 1em;
	width: 1em;
	position: absolute;
	left: 0;
	top: 0.375em;
	background: url(../images/navi-arrow-green.png) no-repeat center left /contain;
}

.page ul.link li a{
	color:#000000;
}
.page ul.link li a:hover{
	color:#00773A;
}
.page table th{
	background:#EAF2C6;
	color:#53A447;
	border:1px solid #8EC110;
}
.page table td{
	border:1px solid #8EC110;
}


.page.link .wp-block-columns .wp-block-columns.is-layout-flex{
	gap:0 2em;
}
.page.link .wp-block-columns .wp-block-columns>.wp-block-column{

	flex-basis: unset;
	flex-grow: unset;
}

.page .link .wp-block-columns .wp-block-columns>.wp-block-column:not(:last-child){
	margin-right:3.125em;
}

.page .link.wp-block-columns .wp-block-columns.is-layout-flex{
	gap:0;
}
.page .link.wp-block-columns .wp-block-columns>.wp-block-column{

	flex-basis: unset;
	flex-grow: unset;
}

.page .link.wp-block-columns .wp-block-columns>.wp-block-column:not(:last-child){
	margin-right:3.125em;
}


.table-wrapper{
	max-width:100%;
	overflow:auto;
}
.table-wrapper table{
	max-width:767px;
}

.ml-01{
	margin-left:1em;
}
.ml-02{
	margin-left:2em;
}
.mb-0{
	margin-bottom:0 !important;
}
.waku-green{
	border:1px solid #8EC110;
	border-radius:4px;
	padding:1em 1.25em;
}
.w-16{
	width:16em;
}
.w-20{
	width:20em;
}
.w-16 img{
	width:100%;
}
.w-20{
	width:100%;
}
.clfx{
	clear:both;
}
.style-none{
	list-style:none;
}
.style-none li:before{
	content:"" !important;
}

.page.medical table{
	margin-bottom:2em;
}
.page.medical th{

	text-indent: -2em;
	padding: 2em 2em 2em 4em;
	vertical-align:middle;
	width:16em;
}
.page.medical td{

	padding:1em;
}
.page.session td.title{
	font-weight:600;
}

@media only screen and (max-width:640px){
	.page.medical th{
		display:block;
		width:100%;
		border-bottom:none;
	}
	.page.medical td{
		display:block;
		width:100%;
	}
}

.session figure.session-table{
	margin-bottom:2em;
	margin-top:5em;
}
.session h3+figure.session-table{
	margin-top:0;
}

.session table th{
	text-align:center;
	color:#ffffff;
	background:#8EC110;
	padding:0.75em 1em;
}
.session table th:not(:last-child){
	border-right:1px solid #FFFFFF;
}
.session table td{
	padding:0.75em 1em;
}
.session table td:not(:last-child){
	white-space:nowrap;
	vertical-align:middle;
	text-align:right;
	color:#53A447;
	font-weight:600;
}

.session table tr:nth-child(2) td:first-child{
	white-space:nowrap;
	vertical-align:middle;
	text-align:center;
	font-weight:600;
}

@media only screen and (max-width:768px){

	.session table td{
		min-width:calc(86vw - 6em);
	}
	.session table td:not(:last-child){
		min-width:auto;
	}

	.session table tr:nth-child(2) td:first-child{
		min-width:auto;
	}

}
ul.session-result li:before{
	content:"";
}

ul.session-result{
	display:flex;
	flex-wrap:wrap;
	gap:2em;
	margin:1em 0;
}
ul.session-result li{
	text-indent:0;
	margin:0;
	text-align:center;
	width:7em;
	line-height:1.56;
}

ul.session-result li img{
	display: inline-block;
	height: auto;
	width: 4em !important;
	max-width: auto;
	position: relative;
	padding-left: 0;
	vertical-align: baseline;
	top: 0;
}
.wp-block-image figcaption{
	text-align:center;
}

#loginform label{
	text-align:left;
	display:block;
}
.members input[type="text"],
.members input[type="password"] {
	width: 100%;
	border: 1px solid #53A447;
	font-size: 1em;
	line-height: 1.55;
	padding:0.25em 0.5em;

}
.form-link-button a{
	text-align:center;
	display:block;
	font-weight:600;
	color:#ffffff;
	font-size:1.25em;
	line-height:1.5;
	padding:1em;
	background:linear-gradient(#8EC110,#00773A);
	margin:1.5em 0;
}
.form-link-button a:hover{
	text-decoration:none;
}

.movie-form-button a{
	text-align:center;
	display:block;
	font-weight:600;
	color:#ffffff;
	font-size:1.25em;
	line-height:1.5;
	padding:1em;
	background:linear-gradient(#00773A,#004532);
	margin:1.5em 0;
	text-decoration:none;
}

.movie-view-button a{
	text-align:center;
	display:block;
	font-weight:600;
	color:#ffffff;
	font-size:1.25em;
	line-height:1.5;
	padding:1em;
	background:linear-gradient(#00773A,#004532);
	margin:1.5em 0;
	text-decoration:none;
}

.applicant-link-button a{
	text-align:center;
	display:block;
	font-weight:600;
	color:#ffffff;
	font-size:1.25em;
	line-height:1.5;
	padding:1em;
	background:linear-gradient(#00773A,#004532);
	margin:1.5em 0;
}
.applicant-link-button a:hover{
	text-decoration:none;
}

table.form{
	width:100%;
	margin-bottom:2em;
}
table.form th{
	padding:0.5em 0.5em;
	text-align:center;
	vertical-align:middle;
	min-width:12em;
	position:relative;
}
table.form td{
	padding:0.5em 0.5em;
	text-align:left;
}
table.form th p{
	text-align:center;
	display: inline-block;
}

table.form th.require:after{
	content:"必須";
	display:inline-block;
	background:#00773A;
	color:#ffffff;
	padding:0.125em 0.25em;
	margin-left:0.5em;
	border-radius:4px;
	position:absolute;
	right:1em;
	top:50%;
	transform:translateY(-50%);
}
@media only screen and (max-width:640px){
	table.form th{
		display:block;
		border-bottom:none;
	}

	table.form td{
		display:block;
	}
}


table.form td input[type="text"],
table.form td input[type="number"],
table.form td input[type="email"] {
	width: 100%;
	border: 1px solid #53A447;
	font-size: 1em;
	line-height: 1.55;
	padding:0.25em 0.5em;

}
table.form td input[type="number"]{
	width: calc(100% - 1.5em);
	border: 1px solid #53A447;
	font-size: 1em;
	line-height: 1.55;
	padding:0.25em 0.5em;
	margin-right:0.5em;

}
table.form td select{
	width: 100%;
	border: 1px solid #53A447;
	font-size: 1em;
	line-height: 1.55;
	padding:0.25em 0.5em;

}

.submit-button{
	text-align:center;
	display:block;
	font-weight:600;
	color:#ffffff;
	font-size:1.25em;
	line-height:1.5;
	padding:1em;
	background:linear-gradient(#8EC110,#00773A);
	margin:2em auto 0;
	border:none;
	width:100%;
	max-width:8em;
}

#main .password-form{
	background: #fff;
}
#main  .passster-submit{
	background: #53A447;
}
#main  .passster-submit:hover{
	background: #8EC110;
}