@charset "UTF-8";

/*
* member用 base.css
*
*/


/*
* 共通項目
*/
html {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	margin: 0px !important;
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	text-align: justify;
	font-size: 1.6rem; /* 16px*/
	line-height: 2;
	background-color: #F5F5F5;
}
a {
	color: #38D430;
	text-decoration: none;
}
a:hover { opacity: 0.6; }
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.b { font-weight: 700; }
.c { text-align: center; }
.l { text-align: left; }
.r { text-align: right; }
.lineLeft { border-left: #DDDDDD 2px solid !important; }
/* Bootstrap再構築 */
.col-five {
  width: 20%;
  float: left;
}
/* フォント色 */
.cfGreen {
	color: #38D430 !important;
}
.cfDeep {
	color: #14800f !important;
}
/* 背景色 */
.cbGreen {
	background-color: #38D430 !important;
}
.cbDeep {
	background-color: #14800f !important;
}
.cbLight {
	background-color: #dffcc9 !important;
}
.cbWhite {
	background-color: #FFFFFF !important;
}



/*
* レイアウト
*/
.pc { display: block !important; }
.sp { display: none !important; }
#pageWrap {
	position: static;
	width: 100%;
	height: auto;
	margin: 190px 0 120px 0;
	padding: 0;
}
#pageWrap.twoCol {
	display: flex;
	max-width: 1280px;
  margin-left: auto;
	margin-right: auto;
}
#pageWrap.noHeader {
	margin: 0;
	padding: 0;
}
#pageWrap.fitPage {
	display: flex;
	max-width: 1280px;
	height: calc(100vh - 19rem);
  margin-left: auto;
	margin-right: auto;
}
#pageWrap.noMenu {
	margin-top: 120px;
	height: calc(100vh - 120px);
}
#pageWrap.noMenu.noMarginBottom {
	margin-top: 120px;
	margin-bottom: 64px;
	height: calc(100vh - 184px);
}
.inner {
	width: calc(100% - 4rem);
	max-width: 1280px;
	min-width: 1180px;
  margin: 0 auto;
	padding: 0;
}
.inner960 {
	width: calc(100% - 40px);
	max-width: 960px;
  margin: 0 auto;
	padding: 0;
}
.mainFrame {
	padding-bottom: 20px;
	background-color: #FFFFFF;
  box-shadow: 0 0 4px 4px #EEEEEE;
}
.basicStyle {
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 2rem;
}

#pageWrapPT {
	position: static;
	width: 100%;
	height: auto;
	margin: 90px 0 0 0;
	padding: 0;
}


/*
* ポータルヘッダー
*/
#portalHD {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	width: 100%;
	height: 90px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	z-index: 80000;
}
#portalHD .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* ロゴ */
#portalHD h1.logo {
	width: 200px;
	height: auto;
	margin: 0;
}
#portalHD h1.logo img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
/* ボタン */
#portalHD .button {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin: 0 -5px;
	padding: 0;
}
#portalHD .button a.text {
	margin: 0 5px;
	padding: 10px 20px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	border-radius: 5px;
}


/*
* フッター ポータル
*/
#portalFT {
	margin: 0;
	padding: 0;
}
/* ロゴ */
#portalFT .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 20px 0;
	padding: 0;
}
#portalFT .logo img {
	width: 108px;
	margin: 0;
	padding: 0;
}
/* サイトマップ */
#portalFT .sitemap {
	margin: 0;
	padding: 20px 0;
	color: #FFFFFF;
}
#portalFT .sitemap ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 auto;
	padding: 0;
}
#portalFT .sitemap li {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#portalFT .sitemap li::after {
	content: "|";
	padding: 0 10px;
}
#portalFT .sitemap li:last-child::after {
	content: "";
	padding: 0;
}
#portalFT .sitemap a {
	color: inherit;
}
/* コピーライト */
#portalFT .copyright {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
	background-color: #FFFFFF;
}


/*
* フッター ログイン後
*/
#loginFT {
	position: fixed;
	bottom: 0;
	width: 100vw;
	margin: 0;
	padding: 0;
}
/* サイトマップ */
#loginFT .sitemap {
	margin: 0;
	padding: 20px 0;
	color: #FFFFFF;
}
#loginFT .sitemap ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 auto;
	padding: 0;
}
#loginFT .sitemap li {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#loginFT .sitemap li::after {
	content: "|";
	padding: 0 10px;
}
#loginFT .sitemap li:last-child::after {
	content: "";
	padding: 0;
}
#loginFT .sitemap a {
	color: inherit;
}
/* コピーライト */
#loginFT .copyright {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
	background-color: #FFFFFF;
}


/*
* ヘッダー
*/
header#pageHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 99999;
}
/* スーパーヘッダー */
#superHeader {
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	width: 100%;
	height: 80px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
#superHeader .logoWrap {
	width: 300px;
	height: 80px;
	margin: 0;
	padding: 20px 80px 20px 20px;
}
#superHeader .logoWrap a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
#superHeader .logoWrap img {
	object-fit: contain;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
}
/* デモ */
#superHeader p.demo {
	position: absolute;
	top: 40px;
	left: 220px;
	transform: translateY(-50%) rotate(0deg);
	margin: 0;
	padding: 5px 10px;
	color: #CC0000;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	background-color: rgba(255,255,255,0.5);
	pointer-events: none;
	z-index: 81000;
}
#superHeader .backGreen {
	position: relative;
	display: inline-block;
	flex: 1;
	height: 80px;
	vertical-align: top;
	margin: 0;
	padding: 0;
	background-color: #38D430;
	z-index: 80000;
}
#superHeader .backGreen::after {
	content: "";
	position: absolute;
	top: 0;
	left: -8rem;
	width: 0;
  height: 0;
	border-top: 4rem solid transparent;
  border-left: 4rem solid transparent;
  border-right: 4rem solid #38D430;
  border-bottom: 4rem solid #38D430;
	z-index: 80000;
}
/* バナー */
#superHeader .banner {
	display: inline-block;
	width: calc(100% - 440px);
	height: 8rem;
	margin: 0;
	padding: 0 2rem;
	vertical-align: top;
}
#superHeader .banner img {
	max-width: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
}
/* ボタン */
#superHeader ul.button {
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
	height: 100%;
	padding: 0;
}
#superHeader li {
	position: relative;
	display: inline-block;
	height: 100%;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 12px;
	cursor: pointer;
}
#superHeader li:hover {
	opacity: 0.6;
}
#superHeader li.active {
	background-color: #FFFFFF;
}
#superHeader li.icon {
	width: 80px;
	margin: 0;
	padding: 0;
}
#superHeader li.home::after {
	content: url(/member_sub/img/iconHomeWhite01.svg);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	margin: 0;
	padding: 0;
	line-height: 0;
}
#superHeader li.active.home::after {
	content: url(/member_sub/img/iconHomeGreen01.svg);
}
#superHeader li.info::after {
	content: url(/member_sub/img/iconInfoWhite01.svg);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	margin: 0;
	padding: 0;
	line-height: 0;
}
#superHeader li.active.info::after {
	content: url(/member_sub/img/iconInfoGreen01.svg);
}
#superHeader li.help::after {
	content: url(/member_sub/img/iconHelpWhite01.svg);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	margin: 0;
	padding: 0;
	line-height: 0;
}
#superHeader li.active.help::after {
	content: url(/member_sub/img/iconHelpGreen01.svg);
}
#superHeader li.mypage {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 15px 20px;
	text-align: center;
}
#superHeader li.mypage p.name {
	display: inline-block;
	margin: 0;
	padding: 0.4rem 0 0 1rem;
	vertical-align: top;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
}
#superHeader li.mypage p.name button {
	display: block;
	width: 10rem;
	margin: 0 auto;
	padding: 0.2rem 0.5rem;
	text-align: center;
	color: #14800f;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1;
	background-color: #FFFFFF;
	border: #14800f 3px solid;
	border-radius: 1rem;
}
#superHeader li.mypage p.name img.linkMypage {
	display: block;
	width: 10rem;
	margin: 0 0 1rem 0;
	padding: 0;
}
#superHeader li.active.mypage p.name {
	color: #14800f;
}
#superHeader li.active.mypage p.name button {
	color: #FFFFFF;
	background-color: #38D430;
	border: #38D430 3px solid;
}


/*
* ページメニュー
*/
#pageMenu {
	height: 7rem;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	box-shadow: 0 5px 2px 0 #EEEEEE;
}
#pageMenu .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 4rem);
	max-width: 1280px;
  margin: 0 auto;
	padding: 0;
}
/* テキストリンク */
#pageMenu ul.link {
	font-size: 0;
}
#pageMenu ul.link li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 1.6rem 0;
}
#pageMenu ul.link li span {
	display: block;
	margin: 0 -1px 0 0;
	padding: 1.0rem 2rem;
	color: #CCCCCC;
	font-size: 1.8rem;
	line-height: 1;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
}
#pageMenu ul.link li a {
	display: block;
	margin: 0 -1px 0 0;
	padding: 1.0rem 2rem;
	font-size: 1.8rem;
	line-height: 1;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
}
#pageMenu ul.link li:last-of-type::after {
	content: "";
}
#pageMenu ul.link li.active a {
	color: #14800f;
	font-weight: 700;
}
#pageMenu ul.link li.active::after {
	content: url(/member_sub/img/headerFukidashi01.svg);
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%) translateY(100%);
}
/* 右カスタムメニュー */
#pageMenu ul.right {
	font-size: 0;
}
#pageMenu ul.right li.button {
	display: inline-block;
	margin: 0;
	padding: 0 5px;
	color: #FFFFFF;
}
#pageMenu ul.right li.button .green {
	display: block;
	margin: 0 -1px 0 0;
	padding: 1.0rem 2rem;
	color: #FFFFFF;
	font-size: 1.8rem;
	line-height: 1;
	background-color: #14800f;
	border-radius: 9999px;
}
#pageMenu ul.right li.button .borderGreen {
	display: block;
	margin: 0 -1px 0 0;
	padding: 1.0rem 2rem;
	color: #14800f;
	font-size: 1.8rem;
	line-height: 1;
	background-color: #FFFFFF;
	border: #14800f 3px solid;
	border-radius: 9999px;
}
#pageMenu ul.right li.button .borderGlay {
	display: block;
	margin: 0 -1px 0 0;
	padding: 1.0rem 2rem;
	color: #999999;
	font-size: 1.8rem;
	line-height: 1;
	background-color: #FFFFFF;
	border: #CCCCCC 3px solid;
	border-radius: 9999px;
}



/*
* フッター
*/
nav#footer {
	height: 70px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF !important;
	border-top: #EAEAEA 1px solid;
	z-index: 99000;
}
nav#footer ul {
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 0;
	list-style: none;
}
nav#footer li {
	margin: 0;
	padding: 7px 0;
	text-align: center;
	box-sizing: border-box;
}
nav#footer li:last-child {
	border-right: none;
}
nav#footer li img {
	display: block;
	height: 55px;
	margin: 0 auto;
}
nav#footer li.info {
	position: relative;
}
nav#footer li.info p.counter {
	position: absolute;
	top: 52%;
	left: calc(50% + 15px);
	transform: translateX(-60%) translateY(-52%);
  -webkit- transform: translateX(-60%) translateY(-52%);
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 100%;
	background-color: #FF0000;
	border-radius: 1000px;
}



/*
* サイドバー
*/
#sidebar {
	width: 300px;
	min-height: 50vh;
}
#sidebar h3.widTitle {
	margin: 0 0 1rem 0;
	padding: 0 0 1rem 0;
	color: #14800f;
	font-size: 2.0rem;
	font-weight: 600;
	border-bottom: #E6E6E6 2px solid;
}



/*
* 見出し・テキスト
*/
.mainFrame h4.title {
	margin: 0;
	padding: 20px;
	font-size: 20px;
	font-weight: 600;
}
h4.titleSec {
	display: block;
	margin: 0 auto 40px auto;
	padding: 20px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.1em;
	background-color: #14800f;
}
.note {
	margin: 0 0 2rem 0;
	padding: 0 2rem;
	color: #000000;
	font-size: 1.6rem;
}


/*
* エラー
*/
#errText {
	width: calc(100% - 4rem);
	max-width: 1280px;
	margin: 2rem auto;
	padding: 2rem;
	color: #CC0000;
	font-size: 1.6rem;
	border: #CC0000 1px solid;
}
#infoText {
	width: calc(100% - 4rem);
	max-width: 1280px;
	margin: 2rem auto;
	padding: 2rem;
	color: #000000;
	font-size: 1.6rem;
	border: #CCCCCC 1px solid;
}


/*
* 共通
*/
#commPageTitle {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}
#commPageTitle h2 {
	margin: 0 0 40px 0;
	padding: 20px 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 600;
	background-color: #38D430;
}



/*
* タブ
*/
#tab {
	margin: 2rem 0;
	padding: 0;
}


/*
* パンくず
*/
#pankuzu {
	margin: 0 auto 10px auto;
	padding: 0;
	font-size: 16px;
	font-weight: 600;
}
#pankuzu a {
	color: inherit;
}



/*
* 基本table - リスト
*/
.listStyle {
	width: calc(100% - 20px);
	table-layout:fixed;
	margin: 0 10px;
	padding: 0;
	white-space: nowrap;
}
.listStyle a { color: #14800f; }
.listStyle a + a { margin-left: 1rem;}
.listStyle thead {
	margin: 0;
	padding: 0;
	border-bottom: #E6E6E6 3px solid;
}
.listStyle thead th {
	margin: 0;
	padding: 0 1rem 0.5rem 1rem;
	font-size: 1.6rem;
	font-weight: 700;
}
.listStyle tbody tr:nth-child(2n+1) {
	background-color: #F4F8FF;
}
.listStyle tbody td {
	margin: 0;
	padding: 5px 15px;
	font-size: 1.5rem;
	font-weight: 400;
  overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.listStyle .ofVisible {
	text-overflow: clip;
}
/* フォームselect */
.listStyle select {
  display: inline-block;
	margin: 0;
	padding: 0rem 0.5rem;
	font-size: 1.4rem;
	background-color: #FFFFFF;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: #E6E6E6 2px solid;
	border-radius: 0.6rem;
}
.listStyle .selectArrow {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.listStyle .selectArrow select {
  padding-right: 4rem;
}
.listStyle .selectArrow::after {
  content: "";
	position:absolute;
	top: 50%;
  right: 1.5rem;
	transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #5F5F5F;
	pointer-events: none;
}


/*
* 抽出条件
*/
#searchWrap {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0 10px 10px 10px;
	padding: 10px;
	font-size: 12px;
	background-color: #F5F5F5;
	border-radius: 5px;
}
#searchWrap dl {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0 5px;
}
#searchWrap dt {
	width: 100%;
	margin: 0;
	padding: 0 0 0 5px;
	font-weight: 600;
	text-align: left;
}
#searchWrap dd {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
#searchWrap dl.notyetWrap {
	flex: none;
	width: 5em;
	text-align: center;
}
#searchWrap dl.notyetWrap dt {
	text-align: center;
}
/* select */
#searchWrap select {
  display: block;
	width: 100%;
	margin: 0;
	padding: 0.5rem 1rem;
	background-color: transparent;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: #E6E6E6 2px solid;
	border-radius: 0.6rem;
}
#searchWrap .selectArrow {
  position: relative;
  display: inline-block;
	width: 100%;
  margin: 0;
  padding: 0;
	background-color: #FFFFFF;
	border-radius: 0.6rem;
}
#searchWrap .selectArrow::after {
  content:"";
	position:absolute;
  right: 1.5rem;
  top: calc(50% - 7px);
  display: block;
  width:10px;
  height:10px;
  border-bottom:#333 2px solid;
  border-right:#333 2px solid;
  transform:rotate(45deg);
  z-index: 50000;
}
#searchWrap .selectArrow select {
  position: relative;
  padding-right: 3rem;
  z-index: 50001;
}
#searchWrap input[type='checkbox'] {
	width: 18px;
	height: 18px;
	margin: 10px 0;
	border: #E6E6E6 2px solid;
	border-radius: 0.6rem;
}



/*
* 基本table - 編集
*/
table.baseEdit {
	width: calc(100% - 4rem);
	margin: 0 2rem 2rem 2rem;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
table.baseEdit tr {
	border-bottom: #F5F5F5 1px solid;
}
table.baseEdit th[scope='row'] {
	width: 20%;
	max-width: 20%;
	margin: 0;
	padding: 2rem 1rem 1rem 1rem;
	vertical-align: top;
	color: #000000;
}
table.baseEdit td {
	margin: 0;
	padding: 2rem 1rem 1rem 1rem;
}
table.baseEdit input + span {
	margin-left: 0.5rem;
}
table.baseEdit tr:last-child {
	border: none;
}


/*
* adminフォーム
*/
.adminForm {

}
.adminForm .noteRed {
	margin: 0 20px 20px 20px;
	padding: 0;
	color: #FF0000;
	font-weight: 600;
}
.adminForm ul.normal {
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	width: auto;
	margin: 0 20px;
	padding: 15px 0;
	font-size: 16px;
	border-bottom: #F5F5F5 1px solid;
}
.adminForm ul.normal li {
	flex: 1;
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	margin: 0;
	padding: 0;
}
.adminForm ul.normal h5 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 12em;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	background-color: #F6F6F6;
}
.adminForm .wrap {
	flex: 1;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0 10px 0 20px;
}
.adminForm .wrap.column {
	flex-direction: column;
	align-items: flex-start;
}
/* 必須 */
.adminForm .require {
	background-color: #faeff4;
}
/* 項目名小 */
.adminForm ul.normal h6 {
	margin: 0 0 5px 0;
	padding: 0 5px;
	font-size: 14px;
	font-weight: 600;
}
/* ノート */
.adminForm p.note {
	margin: 0 0 10px 0;
	padding: 0 20px;
	font-size: 14px;
}
/* span */
.adminForm .wrap span {
	font-size: 1.6rem;
}
/* input */
.adminForm input[type='text'],
.adminForm input[type='number'],
.adminForm input[type='tel'],
.adminForm input[type='email'],
.adminForm input[type='password'],
.adminForm textarea {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0.3rem 1rem;
	font-size: 16px;
	background-color: #FFFFFF;
	border: none;
	border: #E6E6E6 2px solid;
	border-radius: 0.6rem;
}
.adminForm textarea {
	line-height: 1.6;
}
/* placeholder */
.adminForm ::placeholder { color: #DDDDDD; }
/* select */
.adminForm select {
  display: inline-block;
	margin: 0;
	padding: 0.3rem 1rem;
	font-size: 1.6rem;
	background-color: #FFFFFF;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: #E6E6E6 2px solid;
	border-radius: 0.6rem;
}
.adminForm .selectArrow {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.adminForm .selectArrow select {
  padding-right: 4rem;
}
.adminForm .selectArrow::after {
  content: "";
	position:absolute;
	top: 50%;
  right: 1.5rem;
	transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #5F5F5F;
	pointer-events: none;
}
/* radio 大 */
.adminForm .radioBig {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
}
.adminForm .radioBig label {
	margin: 5px;
	padding: 5px 10px;
	text-align: center;
	color: #FFFFFF;
	background-color: #14800f;
	border: #14800f 1px solid;
  border-radius: 5px;
	cursor: pointer;
}
.adminForm .radioBig input { display: none; }
.adminForm .radioBig input[type='radio']:not(:checked) + label {
	color: #38D430;
	background-color: #FFFFFF;
}
/* checkbox大 */
.adminForm .checkboxBig {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
}
.adminForm .checkboxBig li {
	flex: none !important;
  display: block !important;
}
.adminForm .checkboxBig label {
	display: flex;
  align-items: center;
  justify-content: center;
	margin: 5px;
	padding: 5px 10px;
	text-align: center;
	color: #FFFFFF;
	background-color: #14800f;
	border: #14800f 1px solid;
  border-radius: 5px;
	cursor: pointer;
}
.adminForm .checkboxBig input { display: none; }
.adminForm .checkboxBig input[type='checkbox']:not(:checked) + label {
	color: #14800f;
	background-color: #FFFFFF;
}
/* checkSingle */
.adminForm .checkSingle {
	display: inline-block;
	padding: 0.7rem 0;
}
.adminForm .checkSingle input {
  position: absolute;
  left: -9999px;
}
.adminForm .checkSingle label {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 5.0rem 0 3rem;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 120%;
  cursor: pointer;
  user-select: none;
  transition: background-color .1s, box-shadow .1s;
}
.adminForm .checkSingle label::before {
	content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  width: 2rem;
	height: 2rem;
  background-color: #FFFFFF;
	border: #E6E6E6 1px solid;
  border-radius: 0.5rem;
  transition: .1s;
}
.adminForm .checkSingle input:checked + label::after {
	content: '';
	display: block;
  position: absolute;
  top: calc(50% - 0.9rem);
  left: 0.7rem;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  width: 0.8rem;
	height: 1.5rem;
	border-right: 3px solid #094DB0;
  border-bottom: 3px solid #094DB0;
	transform: rotate(45deg);
	transition: .1s;
}
/* file */
.adminForm .file input[type="file"] {
  display: none;
}
.adminForm .file label {
	display: inline-block;
	margin: 0 1rem 0 0;
  padding: 0.8rem 2rem;
	text-align: center;
	color: #094DB0;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	background-color: #FFFFFF;
	border: #094DB0 1px solid;
  border-radius: 9999px;
	cursor: pointer;
}
.adminForm .file span.filename {
  color: #000000;
  font-size: 1.2rem;
}



/*
* ボタン
*/
.buttonWrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 80px 10px;
	text-align: center;
}
.buttonWrap .button {
	flex: 1;
	margin: 0 10px;
	padding: 10px;
	text-align: center;
	font-size: 21px;
	font-weight: 700;
	border: none;
	border-radius: 10px;
}
.buttonWrap .button.mini {
	flex: 1;
	max-width: 20em;
	font-size: 18px;
}
.buttonWrap .button.white {
	color: #38D430;
	background-color: #FFFFFF;
	border: #38D430 3px solid;
}
.buttonWrap .button.green {
	color: #FFFFFF;
	background-color: #38D430;
	border: #38D430 3px solid;
}
.buttonWrap .button.blue {
	color: #FFFFFF;
	background-color: #054DB0;
	border: #054DB0 3px solid;
}


/*
* 新規登録form レイアウト
*/
.baseForm ul.normal {
	width: 100%;
	margin: 0;
	padding: 0;
}
.baseForm ul.normal .cell {
	margin: 0 0 1rem 0;
	padding: 0;
	font-size: 1.6rem;
}
.baseForm ul.twoCol {
	width: calc(100% + 2rem);
	margin-left: -1rem;
	margin-right: -1rem;
	padding: 0;
}
.baseForm ul.twoCol .cell {
	padding-left: 1rem;
	padding-right: 1rem;
	font-size: 1.6rem;
}
.baseForm ul.normal .wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.baseForm input[type='text'],
.baseForm input[type='number'],
.baseForm input[type='tel'],
.baseForm input[type='email'],
.baseForm input[type='password'],
.baseForm textarea {
	width: 100%;
	margin: 0 0 1rem 0;
	padding: 0rem 1rem;
	font-size: 1.6rem;
	background-color: #FFFFFF;
	border: none;
	border: #E6E6E6 2px solid;
	border-radius: 0.6rem;
}
.baseForm ::placeholder { color: #A5A5A5; }
.baseForm label {
	display: block;
	margin: 0;
	padding: 0 5px 10px 5px;
	text-align: left;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 140%;
}
.baseForm input:focus,
.baseForm select:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem #FD7B22 inset;
}
/* select */
.baseForm select {
  display: block;
	width: 100%;
	margin: 0;
	padding: 0.5rem 1rem;
	font-size: 1.6rem;
	background-color: #FFFFFF;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.6rem;
}
.baseForm .selectArrow {
  position: relative;
  display: inline-block;
	width: 100%;
  margin: 0 0 2rem 0;
  padding: 0;
}
.baseForm .selectArrow::after {
  content:"";
	position:absolute;
  right: 1.5rem;
  top: calc(50% - 7px);
  display: block;
  width:10px;
  height:10px;
  border-bottom:#333 2px solid;
  border-right:#333 2px solid;
  transform:rotate(45deg);
}
.baseForm .selectArrow select {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
/* checkbox大 */
.baseForm .checkboxBig {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -5px;
}
.baseForm .checkboxBig li {
	width: calc(33.3% - 10px);
	margin: 0 5px 10px 5px !important;
	padding: 0;
}
.baseForm .checkboxBig label {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 50px;
	margin: 0;
  padding: 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 600;
	background-color: #38D430;
	border: #38D430 1px solid;
  border-radius: 5px;
	cursor: pointer;
}
.baseForm .checkboxBig input { display: none; }
.baseForm .checkboxBig input[type='checkbox']:not(:checked) + label {
	color: #333333;
	background-color: #FFFFFF;
	border: #E6E6E6 1px solid;
}
/* checkbox小 */
.baseForm ul.checkboxSm {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0;
}
.baseForm ul.checkboxSm li {
	min-width: calc(20% - 10px);
	margin: 0 5px 10px 5px;
	padding: 0;
}
.baseForm ul.checkboxSm input { display: none; }
.baseForm ul.checkboxSm label {
  display: block;
  position: relative;
  margin: 0;
  padding: 0 5px 0 20px;
	font-size: 14px;
	font-weight: 300;
  cursor: pointer;
  user-select: none;
  transition: background-color .1s, box-shadow .1s;
}
.baseForm ul.checkboxSm label::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
	-webkit-transform: translateY(-50%);
  width: 16px;
	height: 16px;
	background-color: #FFFFFF;
	border: #707070 1px solid;
  border-radius: 3px;
  transition: background-color .1s;
}
.baseForm ul.checkboxSm label::after {
	content: '';
  display: block;
	position: absolute;
  top: calc(50% - 2px);
	left: 5px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 12px;
  border-right: 4px solid #FFFFFF;
  border-bottom: 4px solid #FFFFFF;
  opacity: 0;
}
.baseForm ul.checkboxSm input:checked + label::after {
  opacity: 1;
}
.baseForm ul.checkboxSm input:checked + label::before {
  background-color: #34D330;
}
/* checkbox Single */
.baseForm .checkSingle input {
  position: absolute;
  left: -9999px;
}
.baseForm .checkSingle label {
  display: block;
  position: relative;
  margin: 0;
  padding: 2rem 2rem 2rem 5rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 140%;
  cursor: pointer;
  user-select: none;
  transition: background-color .1s, box-shadow .1s;
}
.baseForm .checkSingle label::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 2rem;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  width: 2rem;
	height: 2rem;
  background-color: #FFFFFF;
	border: #C7C7C7 1px solid;
  border-radius: 0.5rem;
  transition: background-color .1s;
}
.baseForm .checkSingle label::after {
	content: '';
  display: block;
	position: absolute;
  top: calc(50% - 0.2rem);
	left: 2.5rem;
  transform: translateY(-50%) rotate(45deg);
  width: 1.0rem;
  height: 1.5rem;
  border-right: 0.4rem solid #FD7B22;
  border-bottom: 0.4rem solid #FD7B22;
  opacity: 0;
}
.baseForm .checkSingle input:checked + label::after {
  opacity: 1;
}
/* checkbox 非公開 */
.baseForm .checkHide input {
  position: absolute;
  left: -9999px;
}
.baseForm .checkHide label {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 0 0 3rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 140%;
  cursor: pointer;
  user-select: none;
  transition: background-color .1s, box-shadow .1s;
}
.baseForm .checkHide label::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0rem;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  width: 2rem;
	height: 2rem;
  background-color: #FFFFFF;
	border: #FD7B22 1px solid;
  border-radius: 0.5rem;
  transition: background-color .1s;
}
.baseForm .checkHide label::after {
	content: '';
  display: block;
	position: absolute;
  top: calc(50% - 0.2rem);
	left: 0.5rem;
  transform: translateY(-50%) rotate(45deg);
  width: 1.0rem;
  height: 1.5rem;
  border-right: 0.4rem solid #FD7B22;
  border-bottom: 0.4rem solid #FD7B22;
  opacity: 0;
}
.baseForm .checkHide input:checked + label::after {
  opacity: 1;
}
/* フォーム長 */
.baseForm .length90 { width: calc( 90% - 10px ); }
.baseForm .length70 { width: calc( 70% - 10px ); }
.baseForm .length50 { width: calc( 50% - 10px ); }
.baseForm .length30 { width: calc( 30% - 10px ); }
.baseForm .length15 { width: calc( 15% - 10px ); }
.baseForm .colorWhite { background-color: #FFFFFF !important; }


/*
* 基本ボタン
*/
.baseButton {
	display: flex;
	flex-direction: column;
	margin: 0 -10px;
	padding: 0;
}
.baseButton.mini {
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.baseButton .buttonGreen {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px;
	padding: 30px 0;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 600;
	background-color: #38D430;
	border: #38D430 3px solid;
	border-radius: 10px;
}
.baseButton .buttonGrBorder {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px;
	padding: 30px 0;
	color: #38D430;
	font-size: 20px;
	font-weight: 600;
	background-color: #FFFFFF;
	border: #38D430 3px solid;
	border-radius: 10px;
}
.baseButton .buttonWhite {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px;
	padding: 30px 0;
	color: #38D430;
	font-size: 20px;
	font-weight: 600;
	background-color: #FFFFFF;
	border: #FFFFFF 3px solid;
	border-radius: 10px;
}
.baseButton .buttonGlayBorder {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px;
	padding: 30px 0;
	color: #999999;
	font-size: 20px;
	font-weight: 600;
	background-color: #FFFFFF;
	border: #CCCCCC 3px solid;
	border-radius: 10px;
}
.baseButton .arrowWhite::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 10px;
	height: 20px;
	background-image: url(../../img/arrowRightWhite01.svg);
	background-size: cover;
}
.baseButton.mini .but {
	flex: 1;
	padding: 5px 0;
	font-size: 16px;
}



/*
* ページネーション
*/
#pager {
	margin: 0;
	padding: 4rem 0;
	color: #000000;
	font-size: 1.6rem;
	text-align: center;
	line-height: 100%;
}
#pager .pages {
	display: inline-block;
	margin: 0 0 0 2rem;
	padding: 0.5rem 1rem;
	background-color: #EEEEEE;
	border-radius: 0.5rem;
}
#pager .prev {
	display: inline-block;
	margin: 0 0.5rem 0 0;
	padding: 0.5rem 1rem;
	text-decoration: none;
	border: #CCCCCC 1px solid;
	border-radius: 0.5rem;
}
#pager .next {
	display: inline-block;
	margin: 0 0 0 0.5rem;
	padding: 0.5rem 1rem;
	text-decoration: none;
	border: #CCCCCC 1px solid;
	border-radius: 0.5rem;
}
#pager a.page {
	display: inline-block;
	margin: 0 0.2rem;
	padding: 0.5rem 1rem;
	text-decoration: none;
	border: #CCCCCC 1px solid;
	border-radius: 0.5rem;
}
#pager span.page {
	display: inline-block;
	margin: 0 0.2rem;
	padding: 0.5rem 1rem;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #14800f;
	border-radius: 0.5rem;
}



/*
* タブ
*/
#tabControle {
	margin: 0;
	padding: 20px 0 0 0;
}
#tabControle ul {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	margin: 0;
	padding: 0 10px;
	border-bottom: #CCCCCC 1px solid;
}
#tabControle ul li {
	margin: 0 5px -1px 0;
	padding: 5px 20px;
	font-size: 16px;
	border: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	border-radius: 5px 5px 0 0;
	background-color: #FFFFFF;
	cursor: pointer;
}
#tabControle ul li.active {
	color: #FFFFFF;
	font-weight: 600;
	border-color: #38D430;
	background-color: #38D430;
}
#tabControle ul li:not(.active):hover {
	background-color: #F1F1F1;
}
/* タブコンテンツ */
.tabBody {
	display: none;
	margin: 0;
	padding: 0;
}
.tabBody.active {
	display: block;
}



/*
* モーダル
*/
.modal-backdrop {
	z-index: 99999 !important;
}
.modal {
	z-index: 100000 !important;
}


/*
* モーダルスタイル
*/
.modalStyle {
  position: fixed;
	top: 50%;
	left: 50%;
  transform: translateX(-50%) translateY(-50%);
	width: 87rem;
  height: auto;
	max-height: calc(100vh - 4rem);
  overflow: hidden;
}
.modalStyle .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
	padding: 0;
}
.modalStyle .modal-content {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
/* モーダルヘッダー */
.modalStyle .headerWrap {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 5rem;
  margin: 0;
  padding: 0;
  background-color: #38D430;
  border: none;
  border-radius: 0;
  z-index: 90002;
}
.modalStyle .headerWrap h3.title {
  margin: 0;
  padding: 0 2rem;
  color: #FFFFFF;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1;
}
/* コンテンツ */
.modalStyle .contentWrap {
  width: 100%;
  height: auto;
	max-height: calc(100vh - 9rem);
	margin: 0;
	padding: 5rem 0 0 0;
	overflow: scroll;
}
/* テキスト */
.modalStyle .text {
	margin: 3rem 0 2rem 0;
	padding: 0 4rem;
}
.modalStyle .text p {
	margin: 0 0 1rem 0;
	padding: 0;
}
/* 項目リスト */
.modalStyle .list h4 {
	margin: 0 0 2rem 0;
	padding: 0 2rem;
  color: #38D430;
	font-size: 1.8rem;
	font-weight: 700;
}
.modalStyle .list section {
  position: relative;
	margin: 0 0 3rem 0;
	padding: 1rem 0;
}
.modalStyle .list ul {
	margin: 0;
	padding: 0;
}
.modalStyle .list li {
	margin: 0;
	padding: 0 10px;
}
.modalStyle .list li section {
	display: block;
	margin: 0;
	padding: 2rem 0;
}
.modalStyle .list ul.alignStart li .cell {
	align-items: start;
}
.modalStyle .list ul.twoCol li:nth-child(1) {
	padding-right: 4rem;
}
.modalStyle .list ul.twoCol li:nth-child(2) {
	padding-left: 4rem;
}
.modalStyle .list dl {
	display: flex;
  height: 100%;
	margin: 0;
	padding: 10px 0;
	align-items: center;
	font-size: 1.6rem;
	border-bottom: #EEEEEE 1px solid;
}
.modalStyle .list dt {
	display: inline-block;
	width: 18rem;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	font-weight: 700;
  line-height: 1.5;
}
.modalStyle .list dd {
	display: inline-block;
	width: calc(100% - 18rem);
	margin: 0;
	padding: 0;
}
.modalStyle .list dd p {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.modalStyle .list dd .sep::after {
  content: "/";
  display: inline-block;
	margin: 0;
	padding: 0 0.5rem;
}
.modalStyle .list dd .sep:last-child::after {
  display: none;
}
.modalStyle .list dd .nuki {
  display: inline-block;
	margin: 0;
	padding: 0.2rem 0.5rem;
	color: #FFFFFF;
	line-height: 1;
	border-radius: 0.5rem;
}
/* フォームselect */
.modalStyle select {
  display: inline-block;
	margin: 0;
	padding: 0.5rem 1rem;
	font-size: 1.6rem;
	background-color: #FFFFFF;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: #E6E6E6 2px solid;
	border-radius: 0.6rem;
}
.modalStyle .selectArrow {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.modalStyle .selectArrow select {
  padding-right: 4rem;
}
.modalStyle .selectArrow::after {
  content: "";
	position:absolute;
	top: 50%;
  right: 1.5rem;
	transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #5F5F5F;
	pointer-events: none;
}
/* フォームtextarea */
.modalStyle textarea {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0.3rem 1rem;
	font-size: 1.6rem;
	background-color: #FFFFFF;
	border: none;
	border: #E6E6E6 2px solid;
	border-radius: 0.6rem;
}


/*
* 求職者モーダル
*/
/* 詳細 */
#modalUserDetail .userDetailWrap {
	display: flex;
}
#modalUserDetail .userProfPict {
	width: 250px;
	padding: 10px;
}
#modalUserDetail .userProfPict img {
	width: 100%;
}
#modalUserDetail .list {
	flex: 1;
}
/* 自己PR */
#modalUserDetail .userCharm {
	margin: 0 0 20px 0;
	padding: 0 10px;
}
#modalUserDetail .userCharm:empty {
	margin: 0;
	padding: 0;
}
#modalUserDetail .userCharm h4 {
  margin: 0 0 5px 0;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 700;
}
#modalUserDetail .userCharm p {
	margin: 0;
	padding: 10px;
	font-size: 16px;
	line-height: 1.6;
	border: #EEEEEE 2px solid;
	border-radius: 5px;
}
/* チャート&履歴書 */
#modalUserDetail .userAssess {
	margin: 0 10px 20px 10px;
	padding: 10px 0;
	background-color: #F7F7F7;
}
#modalUserDetail .userAssess ul {
	display: flex;
	align-items: flex-start;
	margin: 0;
	padding: 0;
}
#modalUserDetail .userAssess li {
	flex: 1;
	margin: 0;
	padding: 10px;
}
#modalUserDetail .userAssess li h4 {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  font-size: 16px;
  font-weight: 700;
	border-bottom: #EEEEEE 1px solid;
}
#modalUserDetail .userAssess li img {
	display: block;
	object-fit: contain;
	max-width: 100%;
	max-height: 400px;
	margin: 0 auto;
}
/* 写真 */
#modalUserDetail .userMedia {
	margin: 0 10px 20px 10px;
	padding: 10px 0;
	background-color: #F7F7F7;
}
#modalUserDetail .userMedia h4 {
  margin: 10px 10px 0 10px;
  padding: 0 0 10px 0;
  font-size: 16px;
  font-weight: 700;
	border-bottom: #EEEEEE 1px solid;
}
#modalUserDetail .userMedia ul {
	display: flex;
	align-items: stretch;
	margin: 0;
	padding: 0;
}
#modalUserDetail .userMedia li {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
	margin: 10px;
	padding: 10px;
	background-color: #FFFFFF;
}
#modalUserDetail .userMedia li img {
	display: block;
	object-fit: contain;
	max-width: 100%;
	max-height: 200px;
	margin: 0 auto;
}


/* ボタン */
.modalStyle .buttonWrap {
  padding-top: 0;
	padding-bottom: 40px;
}
/* 目隠し */
.modalStyle .hideBank {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 2rem);
  height: 100%;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: rgba(200,200,200,0.8);
}


/*
* チェックインモーダル
*/
#modalCheckin {  }
#modalCheckin .passCodeWrap {
	width: calc(100% - 4rem);
	margin: 0 auto 2rem auto;
	padding: 2rem 0;
	line-height: 1;
	background-color: #F1F1F1;
}
#modalCheckin h5 {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-size: 2.4rem;
	font-weight: 700;
}
#modalCheckin .passCode {
	margin: 0;
	padding: 0.5rem 0;
	text-align: center;
	color: #054DB0;
	font-size: 8rem;
	font-weight: 900;
	letter-spacing: 0.1em;
}
#modalCheckin .passLimit {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 400;
}


/*
* チェックアウト 入力モーダル
*/
#modalCheckout1 {  }
#modalCheckout1 #workTime {
	width: 4em;
	margin-right: 0.5rem;
}
#modalCheckout1 #workReward {
	width: 6em;
	margin-right: 0.5rem;
}


/*
* チェックアウト パスコードモーダル
*/
#modalCheckout2 {  }
/* パスコード */
#modalCheckout2 .passCodeWrap {
	width: calc(100% - 4rem);
	margin: 0 auto 2rem auto;
	padding: 2rem 0;
	line-height: 1;
	background-color: #F1F1F1;
}
#modalCheckout2 .passCodeWrap h5 {
	width: auto;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-size: 2.4rem;
	font-weight: 700;
}
#modalCheckout2 .passCode {
	margin: 0;
	padding: 0.5rem 0;
	text-align: center;
	color: #054DB0;
	font-size: 8rem;
	font-weight: 900;
	letter-spacing: 0.1em;
}
#modalCheckout2 .passLimit {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 400;
}





/*
* 抽出条件
*/
#extractWrap {
	margin: 0 0 2rem 0;
	padding: 1rem;
	background-color: #EEEEEE;
}

#extractWrap h3 {
	margin: 0 0 1rem 0;
	padding: 0;
	border: none;
	border-bottom: #333333 1px solid;
}

#extractWrap table {
	width: 100%;
	margin: 0 0 1rem 0;
	padding: 0;
	border-collapse: separate;
	border-spacing: 0.5rem;
}

#extractWrap table th {
	width: 20%;
	margin: 0;
	padding: 0.5rem;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: #333333;
	border-bottom: #000000 1px solid;
	border-radius: 5px 0 0 5px;
}

#extractWrap table td {
	margin: 0;
	padding: 0 0.5rem;
}

#extractWrap table td span {
	display: inline-block;
	margin: 0px;
	padding: 10px 10px 8px 10px;
}

#extractWrap table td hr {
	height: 1px;
	border: none;
	border-top: #CCCCCC 1px dotted;
}

#extractWrap input[type='text'],
#extractWrap input[type='password'],
#extractWrap textarea{
	margin: 0px 5px;
	padding: 5px 5px;
	font-size: 1.2rem;
	background-color: #FFFFFF;
	border: none;
}

#extractWrap .button {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}

#extractWrap .button .baseSubmit {
	display: inline-block;
	margin: 0px 0.5rem;
	padding: 0.3rem 0.7rem;
	color: #FFFFFF;
	font-size: 1.0rem;
	text-decoration: none;
	background: #1D5FFD;
	border-bottom: solid 4px #0135B2;
	border-radius: 5px;
	cursor: pointer;
}

#extractWrap .button .baseSubmit:active {
	margin-bottom: 4px;
	-ms-transform: translateY(4px);
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	border-bottom: none;
}


#ms{width:200px;}

.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;

}

.ms-choice {
    display: block;
    height: 26px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #aaa;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    background-color: #fff;

}

.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.ms-choice > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px;
}

.ms-choice > span.placeholder {
    color: #999;
}

.ms-choice > div {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 25px;
}


.ms-drop {
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
}

.ms-drop.bottom {
    top: 100%;
}

.ms-drop.top {
    bottom: 100%;
}

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

.ms-search input {
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 20px 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    border-radius: 0;
}

.ms-search, .ms-search input {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 5px 8px;
}

.ms-drop ul > li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
}

.ms-drop ul > li .disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
}

.ms-drop ul > li.multiple {
    display: block;
    float: left;
}

.ms-drop ul > li.group {
    clear: both;
}

.ms-drop ul > li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms-drop ul > li label.optgroup {
    font-weight: bold;
}

.ms-drop input[type="checkbox"] {
    vertical-align: middle;
}

.ms-drop .ms-no-results {
    display: none;
}




/*
*
* SP
*
*/






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


	/*
	* レイアウト
	*/
	.sp { display: block !important; }
	.pc { display: none !important; }
	.inner {
		width: calc(100% - 20px);
		max-width: 1280px;
		min-width: 1180px;
	  margin: 0 auto;
		padding: 0;
	}
	.inner960 {
		width: calc(100% - 20px);
		max-width: 960px;
	  margin: 0 auto;
		padding: 0;
	}


	/*
	* フッター ポータル
	*/
	#portalFT {
		margin: 0;
		padding: 0;
	}
	/* ロゴ */
	#portalFT .logo {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 0 20px 0;
		padding: 0;
	}
	#portalFT .logo img {
		width: 108px;
		margin: 0;
		padding: 0;
	}
	/* サイトマップ */
	#portalFT .sitemap {
		margin: 0;
		padding: 20px 0;
		color: #FFFFFF;
	}
	#portalFT .sitemap ul {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		padding: 0;
	}
	#portalFT .sitemap li {
		margin: 0;
		padding: 0;
		font-size: 12px;
	}
	#portalFT .sitemap li::after {
		content: "";
		padding: 0 5px;
	}
	#portalFT .sitemap li:last-child::after {
		content: "";
		padding: 0;
	}
	#portalFT .sitemap a {
		color: inherit;
	}
	/* コピーライト */
	#portalFT .copyright {
		margin: 0;
		padding: 10px 0;
		text-align: center;
		font-size: 12px;
		background-color: #FFFFFF;
	}



}
