@charset "UTF-8";

html,body{
	height: 100%;
}
html{
	margin:0;
	padding:0;
	font-size:62.5%;
}
body{
	margin:0 auto;
	padding:0;
	font-size:1.4em;
	font-family:'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
	font-weight:400;
	color: #4d4d4d;
	word-break: break-all;
}
h1, h2, h3, h4, h5, h6,a{
	line-height:125%;
}
p{
	line-height:160%;
}
li{
	line-height:145%;
	list-style: none;
}

/* iPad背景切れ対策 */
@media screen and (min-width:668px){
	body{
		min-width:1200px;
	}
}

*,*::before,*::after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
header,footer,section,aside,nav,article,main{
	display:block;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
p {
	margin:0;
	padding:0;
	font-size:100%;
}
img {
	border:none;
	vertical-align:top;
	margin:0;
	padding:0;
}
figure,ul,ol,li,dl,dt,dd{
	margin:0;
	padding:0;
}
ul li,ol li{
	list-style:none;
}
a{
	color:#4d4d4d;
	text-decoration:none;
	transition:color 0.2s;
}
a:link{
	color:#4d4d4d;
}
a:visited{
	color:#4d4d4d;
}
a:hover{
	color:#666666;
	text-decoration:none;
}
a.txtLink,
button.txtLink,
input[type="button"].txtLink{
	text-decoration:underline;
	transition:color 0.2s;
}
a.txtLink:hover,
button.txtLink:hover,
input[type="button"].txtLink:hover{
	color:#666666;
	text-decoration:none;
}

/* clearfix */
.clearfix::after {
	content:' ';
	display:block;
	height:0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

/* 表示切替 */
.switch{
	visibility:hidden;
}
.sp{
	display:none;
}
.df{
	display: -ms-flex!important;
	display: flex!important;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important;
	-ms-align-items: center!important;
	align-items: center!important;
}
@media screen and (max-width:668px){
	.df{
		display: -ms-flex!important;
		display: flex!important;
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
		-ms-align-items: center!important;
		align-items: center!important;
	}
}
.block_pc{
	display: block;
}
@media screen and (max-width:668px){
	.block_sp{
		display: block;
	}
}
/* フォント */
.fsS{
	font-size:1.2rem;
}
.fwB{
	font-weight:bold;
}
.f{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
}
.red{
	color: #F00;
}
.disabled {
	color : #cdcdcd
}

@media screen and (max-width:668px){
	body{
		-webkit-text-size-adjust:100%;
	}
	img{
		width:100%;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	br.sp{
		display:inline-block;
	}
}
/* テキストフォーム */
button, textarea, select {
	margin: 0;
	padding: 0;
	font-size: 14px;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
button{
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.mt10{
	margin: 10px 0 0 0;
}
.mr10{
	margin: 0 10px 0 0;
}
.mb10{
	margin: 0 0 10px 0;
}
.ml10{
	margin: 0 0 0 10px;
}

/*
	header
-----------------------------------------------------------------------------------------------*/
#headOut{
	background-color:#FFFFFF;
	border-bottom: 2px solid #5db25f;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	z-index: 9999;
}
#headIn{
	width: 1040px;
	height: 64px;
	margin: 0 auto;
	display:-ms-flex;
	display:flex;
	-ms-justify-content:space-between;
	justify-content:space-between;
	-ms-align-items:center;
	align-items:center;
	position: relative;
}
#headBox{
	width: 1040px;
	height: 50px;
	display: -ms-flex;
	display: flex;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	z-index: 9999;
}
#logo{
	padding: 7px 0;
	width: 165px;
}
#logo a{
	background-color: #FFFFFF;
	transition: 0.3s;
	z-index: 9999;
}
#logo a:hover{
	opacity:0.7;
}
#logo img{
	width: 100%;
}
#headR{
	display: -ms-flex;
	display: flex;
	-ms-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#userArea{
	background: #f0f7ef;
	position: relative;
	z-index: 999;
}
.userIn{
	width: 1040px;
	margin: 0 auto;
	padding: 4px 0;
	display: -ms-flex;
	display: flex;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-ms-align-items: center;
	align-items: center;
}
#user{
	padding: 0 0 0 26px;
	line-height: 1.3;
	word-break: break-word;
	position: relative;
}
#user:before{
	font-family:"Font Awesome 5 Free";
	content:'\f2bd';
	margin: 0 5px 0 0;
	font-size: 2.0rem;
	font-weight: bold;
	color: #5db25f;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#logout{
	margin: 0 0 0 16px;
}
#logout a{
	min-width: 106px;
	padding: 5px 7px 2px 28px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #FFF;
	background: #808080;
	text-align: center;
	border-bottom: 2px solid #717171;
	position: relative;
	display: table-cell;
}
#logout a:before{
	content:'';
	width: 16px;
	height: 16px;
	background: url(../images/ico_logout.png) #FFF 2px center no-repeat;
	background-size:11px 12px;
	border-radius: 100%;
	vertical-align: middle;
	position: absolute;
	left: 8px;
	top: 53%;
	transform: translateY(-53%);
}
#logout a:hover{
	opacity: 0.7;
	transition: 0.3s;
}
/*
.gNavOut{
	position: absolute;
	right: 110px;
	top: 0;
	z-index: 9999;
}
*/
.listGnav{
	display: -ms-flex;
	display: flex;
}
.listGnav > li{
	display: table;
}
.listGnav > li a{
	height: 64px;
	padding: 0 26px;
	font-size:1.3rem;
	font-weight:bold;
	text-align: center;
	color:#717171;
	display: table-cell;
	vertical-align: middle;
	transition: color 0.2s;
	transition:background-color 0.2s;
}
.listGnav li a:hover{
	color: #169019;
	background: rgba(93,178,95,0.15);
}
.listGnav li a span{
	margin: 4px 0 0 0;
	display:block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	font-size:1.1rem;
	letter-spacing:0.1rem;
	color:#52b45d;
	line-height:100%;
	transition: color 0.2s;
}
.listGnav li a:hover span{
	color:#000;
}
@media screen and (max-width:668px){
	.userIn{
		width: 100%;
		padding: 8px 15px;
	}

	#headIn{
		width: 100%;
		height: 60px;
		padding: 0;
	}
	#headBox{
		width: 100%;
		height: 60px;
		padding: 13px 60px 13px 15px;
		background: #FFF;
		position: relative;
	}
	#logo{
		padding: 3px 0;
		width: 150px;
	}
	#headR{
		margin: 0 15px 0 0;
	}
	#user{
		padding: 0;
		font-size:1.2rem;
	}
	#user:before{
		content: none;
	}
	#logout a{
		min-width: 64px;
		padding:0;
		font-size: 1.2rem;
		color: #4d4d4d;
		background: transparent;
		border-bottom:none;
		text-decoration: underline;
	}
	#logout a:before{
		content: none;
	}

	/* キー */
	#gNavOpen{
		width:60px;
		height:60px;
		background-color:#5db25f;
		position:absolute;
		top:0;
		right:0;
		z-index:999;
	}
	#gNavOpen .line{
		display:block;
		width:25px;
		height:2px;
		background-color:#FFF;
		position:absolute;
		left:50%;
		transform: translateX(-50%);
	}
	#gNavOpen .line01{
		top:14px;
		transition:transform 0.3s;
	}
	#gNavOpen .line02{
		top:22px;
	}
	#gNavOpen .line03{
		top:30px;
		transition:transform 0.3s;
	}
	#gNavOpen .menu{
		width: 100%;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 500;
		font-size: 1.0rem;
		color: #FFF;
		text-align: center;
		letter-spacing: 0.1rem;
		position: absolute;
		left: 50%;
		bottom: 8px;
		transform: translateX(-50%);
	}
	/* キーclose */
	#gNavOpen.active .line01{
		top:22px;
		left: 18px;
		transform:rotate(45deg);
	}
	#gNavOpen.active .line02{
		opacity:0;
	}
	#gNavOpen.active .line03{
		top:22px;
		left: 18px;
		transform:rotate(135deg);
	}
	/* gNavOut */
	.gNavOut{
		width:100%;
		padding:0;
		position: absolute;
		top:-400px;
		right:0;
		transition:top 0.6s;
		z-index:800;
	}
	.gNavOut.active{
		top:62px;
	}
	.listGnav {
		width: 100%;
		background:rgba(255,255,255,0.95);
		left: 0;
		display: block;
	}
	.listGnav > li{
		border-bottom:1px solid #dedede;
		display: block;
	}
	.listGnav li a{
		height: auto;
		padding:16px 0;
		font-size:1.5rem;
		letter-spacing:0.1rem;
		display:block;
		position:relative;
	}
	.listGnav li a::after{
		content:' ';
		display:block;
		width:6px;
		height:6px;
		border-top:2px solid #5db25f;
		border-right:2px solid #5db25f;
		transform:rotate(45deg);
		transform-origin:0 0;
		position:absolute;
		top:50%;
		right:10px;
		margin:-3px 0 0 0;
	}
	.listGnav li a span{
		margin:4px 0 0 0;
	}
}

/* ログイン外 */
#headOuter{
	padding:70px 0 0 0;
}
#logoOuter{
	width:450px;
	height:auto;
	margin:0 auto;
}
#logoOuter a{
	margin:0 auto;
	padding:22px 55px 18px 55px;
	background:#FFF;
	border-radius:70px;
	display:block;
}
#logoOuter a img{
	width:100%;
}
@media screen and (max-width:668px){
	#headOuter{
		padding:30px 0 0 0;
	}
	#logoOuter{
		width:300px;
	}
	#logoOuter a{
		padding:22px 45px 18px 45px;
	}
}

/*
	共通パーツ
-----------------------------------------------------------------------------------------------*/
/* コンテンツエリア */
.ctsArea{
	width: 1040px;
	margin: 0 auto;
	padding: 50px 0;
}
/* 背景色 */
.bg_gray{
	background: #f2f2f2;
}
.bg_white,.bg_white20{
	background:#FFF;
}
.bg_white20{
	padding: 20px;
}
.bg_green{
	background:#f0f7ef;
}
.bg_orange{
	background: #fef2e3;
}
@media screen and (max-width:668px){
	.ctsArea{
		width: 100%;
		padding: 30px 15px;
	}
	.bg_white20{
		padding: 15px;
	}
}

/* 見出し */
.ctsTit{
	margin: 0 0 25px 0;
	padding: 0 0 0 40px;
	font-size: 2.7rem;
	font-weight:100;
	color: #5db25f;
	display: inline-block;
	position: relative;
}
.ctsTit:before{
	content: '';
	width: 33px;
	height: 33px;
	border-radius: 100%;
	position: absolute;
	left: 0;
}
.ctsTit.f span{
	font-size:3.0rem;
	vertical-align: text-bottom;
}
.ctsTit span{
	margin: 0 0 0 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.0rem;
	font-weight: 500;
}
/* 中見出し */
.subTit {
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 0 30px;
	position: relative;
	margin: 0 0 15px 0;
	display: inline-block;
}
.subTit::before{
	content: '';
	width: 20px;
	height: 20px;
	border: 5px solid #5db25f;
	position: absolute;
	margin-top: -10px;
	top: 50%;
	left: 0;
	box-sizing: border-box;
	border-radius: 10px;
}

.titTerm{
	margin: 0 0 22px 0;
	padding: 0 0 7px 0;
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	color: #5db25f;
	border-bottom: 1px solid #5db25f;
}

/* 見出し横に入る場合 */
.titRow{
	margin: 0 0 25px 0;
	display: -ms-flex;
	display: flex;
	-ms-justify-content:space-between;
	justify-content:space-between;
	-ms-align-items:center;
	align-items:center;
}
.titRow .ctsTit{
	margin: 0;
}
@media screen and (max-width:668px){
	.ctsTit{
		margin: 0 0 10px 0;
		padding: 0 0 0 30px;
		font-size: 2.0rem;
	}
	.ctsTit:before{
		width: 25px;
		height: 25px;
	}
	.ctsTit.f span{
		font-size:2.2rem;
	}
	.ctsTit span{
		margin: 0 0 0 5px;
		font-size: 1.7rem;
	}
	/* 中見出し */
	.subTit {
		margin: 0 0 10px 0;
		font-size: 1.6rem;
	}
	.titTerm{
		font-size: 1.6rem;
		text-align: center;
	}

	/* 見出し横に入る場合 */
	.titRow{
		margin: 0 0 10px 0;
	}
	.titRow .ctsTit{
		margin: 0;
	}
}

/* 見出し */
.search:before{
	background:  url(../images/ico_search.svg) #5db25f center center no-repeat;
	background-size: 17px;
}
@media screen and (max-width:668px){
	.search:before{
		background-size:13px;
	}
}
.signup:before{
	background:  url(../images/ico_signup.svg) #5db25f center center no-repeat;
	background-size: 19px;
}
@media screen and (max-width:668px){
	.signup:before{
		background-size:13px;
	}
}


/* ボタンエリア */
.btnArea{
	margin: 40px 0 0 0;
	display: -ms-flex;
	display: flex;
	-ms-justify-content: center;
	justify-content: center;
}
/* 〜3つ並列 */
.btnClmn,.btnClmn0{
	margin: 25px 0 0 0;
	display: -ms-flex;
	display: flex;
	-ms-justify-content: center;
	justify-content: center;
}
.btnClmn li:not(:last-child){
	margin: 0 17px 0 0;
}
.btnClmn li a{
	min-width: 335px;
	margin: 0;
}
.btnClmn0{
	margin: 0;
}

.btnClmn + p{
	margin: 12px 0 0 0;
}

/* 〜について */
.aboutNotes a{
	display: inline-block;
	padding: 5px 13px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #c2a377;
	border: 1px solid #c2a377;
	transition: color 0.3s, background-color 0.3s;
}
.aboutNotes a:hover{
	color: #fff;
	background-color: #c2a377;
}
.aboutNotes a span{
	display: block;
	padding: 0 0 0 17px;
	position: relative;
}
.aboutNotes a span::before{
	font-family:"Font Awesome 5 Free";
	content:'\f059';
	font-size: 1.4rem;
	position: absolute;
	left: 0;
}
@media screen and (max-width:668px){
	/* 〜3つ並列 */
	.btnClmn{
		margin: 20px 0 0 0;
		display: block;
	}
	.btnClmn li:not(:last-child),
	.btnClmn0 li:not(:last-child){
		margin: 0 0 15px 0;
	}
	.btnClmn li a{
		width: 100%;
		min-width: inherit;
		margin: 0;
	}
	.btnClmn0{
		display: block;
	}
	.aboutNotes a{
		padding: 3px 10px;
		font-size: 1.2rem;
	}
	.aboutNotes a span::before{
		margin: 1px 0 0;
		font-size: 1.3rem;
	}
}

/* フォーム内のボタン */
button.btnForm,
input[type="button"].btnForm{
	height: 40px;
	padding:5px 15px;
	font-size: 1.4rem;
	color:#FFF;
	border-radius:5px;
	background-color:#5db25f;
	vertical-align: top;
	transition:opacity 0.2s;
}
/* 画面遷移のボタン */
button.btn,
input[type="button"].btn,
a.btn{
	min-width: 350px;
	margin: 0 10px;
	padding:20px 15px 18px 15px;
	font-size: 1.4rem;
	line-height: 125%;
	text-align: center;
	color:#FFF;
	border-radius:5px;
	display:block;
	position:relative;
	transition: opacity 0.2s;
}
button.btn:before,
input[type="button"].btn:before,
a.btn:before{
	transition:right 0.2s;
}
button.btn:before,
input[type="button"].btn:before,
a.btn:before{
	content: '';
	width: 22px;
	height: 22px;
	border-radius: 100%;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
button.btn:hover,
button.back:hover,
button.btnForm:hover,
input[type="button"].btn:hover,
input[type="button"].back:hover,
input[type="button"].btnForm:hover,
a.btn:hover,
a.back:hover{
	opacity:0.93;
}
button.btn:hover:before,
input[type="button"].btn:hover:before,
a.btn:hover:before,
a.btn:hover:before{
	right: 10px;
}
/* 中 */
button.subBtn,
input[type="button"].subBtn,
a.subBtn{
	padding:15px 15px 13px 15px;
}
/* 小 */
button.btnS,
input[type="button"].btnS,
a.btnS{
	min-width: 180px;
	padding:12px 15px 12px 15px;
}

/* 左矢印 */
button.back:before,
input[type="button"].back:before,
a.back:before{
	content: '';
	width: 22px;
	height: 22px;
	border-radius: 100%;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%) scale(-1, 1);
}
button.back:before,
input[type="button"].back:before,
a.back:before{
	transition:left 0.25s;
}
button.back:hover:before,
input[type="button"].back:hover:before,
a.back:hover:before{
	left: 10px;
}
/* 矢印なし */
button.none:before,
input[type="button"].none:before,
a.none:before{
	display: none;
}
@media screen and (max-width:668px){
	.btnArea{
		margin: 20px 0 0 0;
		display: -ms-block;
		display: block;
	}
	/* フォーム内のボタン */
	button.btnForm,
	input[type="button"].btnForm{
		height: 35px;
	}
	/* 画面遷移のボタン */
	button.btn,
	input[type="button"].btn,
	a.btn{
		width: 100%;
		min-width: inherit;
		margin: 0 0 15px 0;
	}
	button.btn:last-child,
	input[type="button"].btn:last-child,
	a.btn:last-child{
		margin: 0;
	}
	/* 中 */
	button.subBtn,
	input[type="button"].subBtn,
	a.subBtn{
		padding:15px 15px 13px 15px;
	}

	/* 左矢印 */
	button.back:before,
	input[type="button"].back:before,
	a.back:before{
		content: '';
		width: 22px;
		height: 22px;
		border-radius: 100%;
		position: absolute;
		left: 15px;
		top: 50%;
		transform: translateY(-50%) scale(-1, 1);
	}
}

/* みどり */
button.btnGreen,
input[type="button"].btnGreen,
a.btnGreen{
	color: #FFF;
	background: #5db25f;
}
button.btnGreen:before,
input[type="button"].btnGreen:before,
a.btnGreen:before{
	background: url(../images/ico_arrowG.svg) #FFF center 7px no-repeat;
	background-size: 11px 6px;
}
button.btnGreen:hover,
input[type="button"].btnGreen:hover,
a.btnGreen:hover{
	cursor:pointer;
}

/* グレー */
button.btnGray,
input[type="button"].btnGray,
a.btnGray{
	color: #FFF;
	background: #818181;
}
button.btnGray:before,
input[type="button"].btnGray:before,
a.btnGray:before{
	background: url(../images/ico_arrowGr.svg) #FFF center 7px no-repeat;
	background-size: 11px 6px;
}
/* あおみどり */
button.btnBlueg,
input[type="button"].btnBlueg,
a.btnBlueg{
	color: #FFF;
	background: #007b7c;
}
/* だいだい */
button.btnOrange,
input[type="button"].btnOrange,
a.btnOrange{
	color: #FFF;
	background: #FA8700;
}
button.btnOrange:before,
input[type="button"].btnOrange:before,
a.btnOrange:before{
	background: url(../images/ico_arrowO.svg) #FFF center 7px no-repeat;
	background-size: 11px 6px;
}
/* ゴールド */
button.btnGd,
input[type="button"].btnGd,
a.btnGd{
	color: #FFF;
	background: #c2a377;
}
button.btnGd:before,
input[type="button"].btnGd:before,
a.btnGd:before{
	background: url(../images/ico_arrowB.svg) #FFF center 7px no-repeat;
	background-size: 11px 6px;
}
/* 非活性 */
button[disabled],
input[type="text"][disabled],
a.disabled{
	color: #FFF;
	background: #cdcdcd;
	cursor: pointer;
}
button[disabled]:before,
input[type="text"][disabled]:before,
a.disabled:before{
	background: url(../images/ico_arrowDisabled.svg) #FFF center 7px no-repeat;
	background-size: 11px 6px;
}
button[disabled]:hover,
input[type="text"][disabled]:hover,
a.disabled:hover{
	opacity: 1.0;
}
button[disabled]:hover:before,
input[type="text"][disabled]:hover:before,
a.disabled:hover:before{
	right: 15px;
}
/* ログインボタン */
.btnArea .btnOrange:hover:before{
	right: 15px;
}
.logBtn{
	padding: 0 0 0 35px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
}
.logBtn:before{
	content: '';
	width: 25px;
	height: 25px;
	border-radius: 100%;
	background: url(../images/ico_login.png) 3px center no-repeat #FFF;
	background-size: 14px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.btnArea .txtLink{
	margin: 20px auto 0 auto;
	display: block;
}

/* テキストリンク ボタン */
.txtBtn{
	padding: 0 0 0 18px;
	line-height: 1.5;
	position: relative;
}
.txtBtn:before{
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #FA8700;
	border-right: 2px solid #FA8700;
	position: absolute;
	top: 48%;
	left: 0;
	transform: rotate(45deg) translateY(-50%);
}
a.txtBtn.txtLink{
	color: #FA8700;
	transition: none;
}
input + .txtBtn{
	margin: 0 0 0 4px;
}
@media screen and (max-width:668px){
	a.txtBtn.txtLink{
		margin: 6px 0 0 0;
		display: block;
	}
}

/* 健診結果 詳細 */
.resultDtlBox{
	width: calc((100% - 30px)/2);
	margin: 0 30px 30px 0;
}
.resultDtlBox:nth-of-type(2n){
	margin: 0 0 30px 0;
}
.resultDtlBox .tit{
	padding: 8px 10px;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	background-color: #5db25f;
	position: relative;
}
.resultDtlBox .tit::after{
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border: 10px solid transparent;
	border-top: 10px solid #5db25f;
}
.resultDtlBox .txtArea{
	padding: 30px 30px 30px;
	text-align: center;
	background-color: #eff7ef;
}
@media screen and (max-width:668px){
	.resultDtlBox{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.resultDtlBox:nth-of-type(2n){
		margin: 0 0 10px 0;
	}
	.resultDtlBox .tit{
		padding: 5px 10px;
		font-size: 1.5rem;
	}
	.resultDtlBox .txtArea{
		padding: 15px 15px 15px;
	}
}

/* 注釈 */
p.note{
	margin: 8px 0 0 0;
	font-size: 1.2rem;
	color: #a2a2a2;
	line-height: 1.5;
}
p.note + p.note{
	margin: 0;
}
.termArea p.note{
	margin: 18px auto 0 auto;
	padding: 14px;
	font-family: 'ヒラギノ角ゴ ProN ', 'Hiragino Kaku Gothic ProN' , 'Meiryo' , sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	color: #000;
	background: #f0f7ef;
	border-radius: 5px;
}
.termOut .termArea p.note{
	width: 72%;
	background: #FFF;
}

@media screen and (max-width:668px){
	p.note{
		margin: 3px 0 0 0;
	}
	.termArea p.note{
		min-width: 50%;
		max-width: 90%;
		width: 250px;
	}
	.termOut .termArea p.note{
		width: 100%;
		min-width: auto;
		max-width: none;
	}
}

.regBtnArea + .txtArea{
	margin: 32px 0 0 0;
}
@media screen and (max-width:668px){
	.regBtnArea + .txtArea{
		margin: 20px 0 0 0;
	}
	.regBtnArea + .txtArea a{
		margin: 0;
	}
}


/*
	footer
-----------------------------------------------------------------------------------------------*/
#wrapper{
	height: auto;
	min-height: 100%;
	position: relative;
	padding: 0 0 63px 0;
}
#footOut{
	width: 100%;
	background: #5db25f;
	position: absolute;
	bottom: 0;
}
#footIn{
	width: 1040px;
	height: 63px;
	margin: 0 auto;
	display:-ms-flex;
	display:flex;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	-ms-align-items:center;
	align-items:center;
}
#inquiry{
	color: #FFF;
}
#inquiry:before{
	font-family:"Font Awesome 5 Free";
	content:'\f0e0';
	margin: 0 0px 0 0;
	font-size: 1.3rem;
}
#inquiry a{
	color: #5db25f;
	text-decoration: underline;
}
#inquiry a:hover{
	text-decoration: none;
}
#footIn small{
	font-size:1.2rem;
	color:#FFF;
}
#pageTop{
	width:70px;
	height:70px;
	background:#5DB25F;
	border:2px solid #FFF;
	border-radius:100%;
	position: fixed;
	right:30px;
	bottom:50px;
	transition: 0.5s;
}
#pageTop:hover{
	opacity:0.8;
	transition:0.3s;
}
#pageTop::after{
	content:' ';
	display:block;
	margin: 28px auto 0;
	width:17px;
	height:17px;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	transform:rotate(45deg);
}
@media screen and (max-width:668px){
	#wrapper{
		padding: 0 0 43px 0;
	}
	#footIn{
		width: 100%;
		height: 43px;
		padding: 11px 0;
		text-align: center;
		display:block;
	}
	#pageTop{
		width:60px;
		height:60px;
		right:15px;
		bottom:32px;
	}
	#pageTop::after{
		margin: 23px auto 0;
		width:15px;
		height:15px;
	}
	#copyright small{
		display: inline-block;
		font-size:1.0rem;
		line-height: 160%;
	}
}

/* 準備中 */
.soon{
	margin: 63px 0 77px 0;
	line-height: 150%;
	text-align:center;
}

input[readonly] {
	border: none !important;
	outline: none !important;
	padding : 0 !important;
}
