.txt_en {
	font-size:0.7em;
	opacity:0.8;
}
#formMainArea .formInner > .formTableArea > .tableLow > .tabeCell.contents > span.txt_en_more {
	font-size:0.7em;
	opacity:0.8;
}


.dlFlex,
.dlFlex2 {
	display:flex;
	flex-wrap:wrap;
	width:100%;
}

.dlFlex dt {
	width:8%;
	width:11%;
}
.dlFlex dd {
	width:92%;
	width:89%;
}
.dlFlex2 dt {
	width:24%;
}
.dlFlex2 dd {
	width:76%;
}


.mb5 { margin-bottom:5px!important; }
.mb20 { margin-bottom:20px!important; }
.mb30 { margin-bottom:30px!important; }
.mb40 { margin-bottom:40px!important; }

.taL { text-align:left; }
.taC { text-align:center; }
.taR { text-align:right; }

.input-group.mb-3-off {
	/* align-items:center; */
}

.input-group .left {
	width:80%;
	margin-right:3%;
}
.input-group .right {
	width:15%;
}

body.login #errMsg p {
	color:#DB293A;
}



/********************************************************************************/
/* 登録フォーム */
/********************************************************************************/


/* #formPageTitle */
/*------------------------------------------------------------------------------*/
#formPageTitle {
	border-top: 5px solid #E6E6E6;
	border-bottom: 5px solid #E6E6E6;
	margin: 0 0 20px 0;
	padding: 15px 5px;
}
#formPageTitle > h1 > span {
	display: block;
	line-height: 1;
}
#formPageTitle > h1 > span:nth-of-type(1) {
	font-size: 1em;
	font-weight: bold;
	color: #666;
	margin: 0 0 0.8em 0;
}
#formPageTitle > h1 > span:nth-of-type(2) > span:nth-of-type(1) {
	font-size: 1em;
	font-weight: bold;
}
#formPageTitle > h1 > span:nth-of-type(2) > span:nth-of-type(2) {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	padding: 0 0 0 1em;
}


#formMainArea .formInfoText {
	background-color: #f2f2f2;
	margin: 0 0 20px 0;
	padding: 1em 1.5em;
}
#formMainArea .formInfoText > p {
	font-size: 1em;
	line-height: 1.6;
}
#formMainArea .formInfoText > p+p {
	margin-top: 1em;
}


.must {
	color: #000;
}
.must_Bold {
	font-weight: bold;
	color: #000;
}
body.vipForm .must_Bold {
	color:#000;
}


#formMainArea .formInner+.formInner {
	margin-top: 40px;
}
#formMainArea .formInner h2 {
	font-weight:bold;
	font-size: 1.1em;
	text-align: left;
	margin: 0 0 10px 0;
}
#formMainArea .formInner h2 span.sub {
	font-size:0.85em;
	font-weight:normal;
}

#formMainArea .formInner > .questionnaireText {
	font-size: 1em;
	color: #fff;
	text-align: center;
	background-color: #000;
	margin: 0 0 20px 0;
	padding: 0.4em 0;
}
#formMainArea .formInner > .titleBox {
	font-size: 1em;
	color: #fff;
	background-color: #5a5a5a;
	margin: 0 0 15px 0;
	padding: 0.4em 1em;
}


/* pageLogin */
.pageLogin #formMainArea .formInner > .formTableArea {
	width: 70%;
	margin: 0 auto;
	background-color: #f2f2f2;
}
#formMainArea .formInner > .formTableArea > .tableLow {
	display: table;
	width: 100%;
}
#formMainArea .formInner > .formTableArea > .tableLow +.tableLow {
	border-top: 1px solid #fff;
}
#formMainArea .formInner > .formTableArea > .tableLow > .tabeCell {
	display: table-cell;
	font-size: 1em;
	vertical-align: middle;
}
#formMainArea .formInner > .formTableArea > .tableLow > .tabeCell.title {
	width: 25%;
	font-weight: bold;
	text-align: center;
	background-color: #d0d4d7;
	padding: 5px 10px;
}
#formMainArea .formInner > .formTableArea > .tableLow > .tabeCell.contents {
	padding: 5px 20px;
	background:#f5f5f5;
}
#formMainArea .formInner > .formTableArea > .tableLow > .tabeCell.contents > span {
	font-size: 0.9em;
}

#formMainArea .formInner input.loginmail {
	width:400px;
	margin-bottom:0.2em;
}

.regPtnBlock {
	font-size:1em;
	margin:0 auto 20px;
	/*
	background:#ffc;
	padding:1em;
	*/
}



/* pageEntryMain */
.pageEntryMain #formMainArea .formInner > .formTableArea {
	width: 100%;
	margin: 0 auto;
	background-color: #f2f2f2;
}
.pageEntryMain #formMainArea .formInner > .formTableArea > .tableLow > .tabeCell.contents > .infoText {
	padding: 0 0 0 2em;
}


.pageEntryMain #formMainArea .formInner > .formTableArea02 {
	width: 100%;
	margin: 0 auto;
	background-color: #f2f2f2;
}
.pageEntryMain #formMainArea .formInner > .formTableArea02 > table {
	width: 100%;
}
.pageEntryMain #formMainArea .formInner > .formTableArea02 > table th {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #d0d4d7;
	border: 1px solid #fff;
	padding: 0.3em 0;
}
.pageEntryMain #formMainArea .formInner > .formTableArea02 > table td {
	font-size: 1em;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #fff;
	padding: 0.3em 0;
}
/* .pageEntryMain #formMainArea .formInner > .formTableArea02 > table th.spacer {
	width: 220px;
} */



#formMainArea .formbtnArea {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	width: 60%;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
/* #formMainArea .formbtnArea > .formBtn+.formBtn {
	margin: 0 0 0 20px;
} */
#formMainArea .formbtnArea .formBtn {
	/*width: 45%;*/
	padding:0.3em 0;
	/*width:210px;*/
	font-size:1em;
}

body.reject #formMainArea .formbtnArea .formBtn {
	width:400px;
}

#formMainArea .formbtnArea .formBtn input,
#formMainArea .formbtnArea .formBtn a {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: 212529;
    border: 1px solid 212529;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

	/*
	width: 100%;
	font-size: 1em;
	font-weight: bold;
	background-color: #ddd;
	border: none;
	webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	padding: 0.5em 1.5em;
	cursor: pointer;
	outline: none;
	transition: all 0.2s;
	*/
}


#formMainArea .formbtnArea .formBtn a:hover,
#formMainArea .formbtnArea .formBtn input:hover {
	opacity: 0.7;
}

#formMainArea .formbtnArea .formBtn.formBtnType_RED input {
	color: #fff;
	background-color: #dc3545;
}





.inputTextStyle {
	border: 1px solid #ccc;
	outline: none;
	padding: 0.5em;
}

.infoText {
	font-size: 1em;
	text-align: center;
}





.selectStateBox {
	display: table;
	width: 100%;
}
.selectStateBox.consider {
	background-color: #adadad;
}
.selectStateBox.use {
	background-color: #adadad;
}
.selectStateBox > div {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 10px;
}
.selectStateBox > div.title {
	width: 20%;
	font-weight: bold;
	text-align: center;
	border-bottom:solid 1px #fff;
}
.selectStateBox > div.selectMain {
	width: 40%;
	border-bottom:solid 1px #fff;

}
.selectStateBox.consider > div.selectMain {
	background-color: #eee;
}
.selectStateBox.use > div.selectMain {
	background-color: #eee;
}
.selectStateBox > div.selectMain+div.selectMain {
	border-left: 1px solid #f2f2f2;
}
.selectStateBox > div.selectMain > select {
	width: 80%;
}





/* .formPolicyArea */
/*------------------------------------------------------------------------------*/
.formPolicyArea {
	border-top:5px #f00 solid;
	padding: 0px 0 0 0;
	margin:30px auto 20px;
}
.formPolicyArea > .areaMain {
	background-color: #ccc;
	padding: 20px 0;
}
.formPolicyArea > .areaMain > p {
	font-size: 1em;
	text-align: center;
	margin: 0 0 15px 0;
}
.formPolicyArea > .areaMain > .btnBox {
	text-align: center;
}
.formPolicyArea > .areaMain > .btnBox > label {
	font-size: 1em;
	background-color: #fff;
	padding: 10px;
}





.successArea {
	text-align: center;
}
.successArea > p {
	font-size: 1em;
	line-height: 2;
}
.successArea > p+p {
	margin-top: 1.5em;
}
.successArea > div+div {
	margin-top: 20px;
}
.successArea > .text01 {
	font-size: 1em;
	line-height: 2;
}
.successArea > .important {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4;
	color: #333;
	border: 3px solid #333;
	background:#f4f4f4;
	padding: 1em 0;
}
.successArea > .text01 {
	font-size: 1em;
	line-height: 1.4;
}
.successArea > .contactBox {
	text-align: center;
}
.successArea > .contactBox > .boxMain {
	display: inline-block;
	width: 40%;
	padding: 20px 30px;
}
.successArea > .contactBox > .boxMain > h3 {
	font-size: 1em;
	font-weight: bold;
	line-height: 2;
}
.successArea > .contactBox > .boxMain > ul > li {
	font-size: 1em;
}










.formTableArea p.txt {
	font-size:1em;
	padding:0.5em 2em;
}

p.txtN {
	font-size:1em;
	margin-bottom:20px;
}
p.txtB {
	font-size:1em;
	margin-bottom:0.5em;
}
.impMark {
	display:inline-block;
	background:#333;
	color:#fff;
	font-size:0.85em;
	padding:0.1em 1em;
	margin-right:0.5em;
}
.fwN { font-weight:normal!important; }
.fwB { font-weight:bold!important; }

.titleBox span.must {
	color:#fff;
}

.taC { text-align:center!important; }
.taL { text-align:left!important; }
.taR { text-align:right!important; }

.mt10 { margin-top:10px!important; }
.mt20 { margin-top:20px!important; }
.mt30 { margin-top:30px!important; }

.mb10 { margin-bottom:10px!important; }
.mb20 { margin-bottom:20px!important; }
.mb30 { margin-bottom:30px!important; }

.pt10 { padding-top:10px!important; }
.pt20 { padding-top:20px!important; }
.pt30 { padding-top:30px!important; }

.pb10 { padding-bottom:10px!important; }
.pb20 { padding-bottom:20px!important; }
.pb30 { padding-bottom:30px!important; }

.red {
	color:#f00;
}


.realSlot div.fullArea {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	align-items:center;
}
.realSlot td div.fullArea p.fullIcon {
	width:12%;
}

.realSlot td div.fullArea p.fullTxt {
	font-size:0.8em;
	width:88%;
	
	/*color:#e40000;*/
}


.realSlot td span.full,
.vodSlot td span.full {
	display:inline-block;
	font-size:0.9em;
	background:#f00;
	color:#fff;
	padding:0.3em 0.5em;
	margin:0;
}


.realSlot th,
.realSlot td,
.vodSlot th,
.vodSlot td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.realSlot td.semiBox.selFocus,
.vodSlot td.semiBox.selFocus {
	background:#fbf0d7;
}

.realSlot label.semiChkBox,
.vodSlot label.semiChkBox {
	display:inline-block;
	font-weight:bold;
	cursor:pointer;
	width:100%;
}



.realSlot table,
.vodSlot table {
	margin-bottom:20px;
}

.realSlot td.time,
.vodSlot td.time {
	width:15%;
	text-align:center;
	vertical-align:middle;
}

.vodSlot td.time {
	display:none;
}


.realSlot td.leftBg,
.vodSlot td.leftBg {
	background:#d13d3d;
	border-right:1px solid #ccc:
}

.realSlot td.rightBg,
.vodSlot td.rightBg {
	background:#debf53;

}

.realSlot td p.agTtl,
.vodSlot td p.agTtl {
	text-align:center;
	margin-bottom:0.5em;
}

.realSlot td p.agTtl a:link,
.realSlot td p.agTtl a:visited,
.vodSlot td p.agTtl a:link
.vodSlot td p.agTtl a:visited {
	text-decoration:underline;
}
.realSlot td p.agTtl a:hover,
.realSlot td p.agTtl a:active,
.vodSlot td p.agTtl a:hover
.vodSlot td p.agTtl a:active {
	color: #0056b3;
    text-decoration: underline;
}


.realSlot td p.agSpk,
.vodSlot td p.agSpk {
	text-align:center;
	font-weight:bold;
}



.realSlot td.cell1,
.vodSlot td.cell1 {
	width:42%;
	vertical-align:middle;
	/*text-align:center;*/
	border-right:1px solid #ccc;
}

.realSlot td.cell2,
.vodSlot td.cell2 {
	width:42%;
	vertical-align:middle;
	/*text-align:center;*/

}



.realSlot td.time.top,
.realSlot td.top,
.vodSlot td.time.top,
.vodSlot td.top {
	vertical-align:middle;
	border-top:4px solid #F50000;
	background:#F6F6F6;
}


.realSlot td.subTtl,
.vodSlot td.subTtl {
	background:#8d8d8d;
	color:#fff;
	font-weight:bold;
	text-align:center;
}

.realSlot td strong,
.vodSlot td strong {
	font-weight:bold;
	color:#fff;
}


.realSlot td.focus,
.realSlot td.time.focus,
.realSlot td.cell1.focus,
.realSlot td.cell2.focus,

.vodSlot td.focus,
.vodSlot td.time.focus,
.vodSlot td.cell1.focus,
.vodSlot td.cell2.focus {
	background:#F6F6F6;
}


.realSlot td.time.btm,
.realSlot td.btm,
.vodSlot td.time.btm,
.vodSlot td.btm {
	vertical-align:middle;
	border-bottom:1px solid #dee2e6;
	background:#F6F6F6;
}

a.txtLinkBlack:link,
a.txtLinkBlack:visited,
a.txtLink:link,
a.txtLink:visited {
	text-decoration:underline;
}

a.txtLinkBlack:link,
a.txtLinkBlack:visited,
a.txtLinkBlack:hover,
a.txtLinkBlack:active {
	color:#000;
}


a.txtLink:link,
a.txtLink:visited,
a.txtLink:hover,
a.txtLink:active {
	color:#e40000;
}

a.txtLinkBlack:hover,
a.txtLinkBlack:active,
a.txtLink:hover,
a.txtLink:active {
	text-decoration:none;

}


.bgWhite {
	font-size: 1.5em;
	background-color: #fff;
    margin: 0 0 20px 0;
    padding: 2em 2em 2em 4em;
}

.atdTxt {
	font-size: 1.5em;
	margin-bottom:1em;
}

span.must {
	color:#ff0101;
	font-weight:bold;
}



.mb20 { margin-bottom:20px!important; }
.mb30 { margin-bottom:30px!important; }
.mb40 { margin-bottom:40px!important; }




.loginAtdArea,
.loginBgArea {
	font-size:1.4em;
	margin:20px auto 0;
}
.loginBgArea {
	background:#ffc;
	padding:1em;
}


.semiRegTbl {
	width:100%;
}

.semiRegTbl th,
.semiRegTbl td {
	border:solid 1px #ccc;
	padding:0.3em;
}
.semiRegTbl th {
	background:#eee;
	text-align:center;
}
.semiRegTbl th.time,
.semiRegTbl td.time {
	width:15%;
}
.semiRegTbl td.time {
	text-align:center;
}

.formTableArea span.en {
	font-weight:normal;
	font-size:0.7em;
	opacity:0.8;
}

#errMsg {
	border:solid 2px #f00;
	width:100%;
	margin-bottom:1em;
}
#errMsg p {
	padding:1em;
	color:#c00;
	font-weight:bold;
}

.err-fld {
	background:#FCAEAE!important;
}

label {
	cursor:pointer;
}


a.linkFlex {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	text-decoration:none!important;

}

.agId {
	display:inline-block;
	font-size:0.9em;
	padding:0.3em 1em;
	color:#fff;
	background:#666;
	border:solid 1px #333;
	border-radius:0.3em;
	margin-right:0.5em;
	max-width:5em;
	max-height:2.5em;
	text-decoration:none!important;
}
a.linkFlex:hover .agId {
	text-decoration:none!important;
}

a.linkFlex .theme {
	width:calc(100% - 5em);
}

a.linkFlex:hover .theme {
	text-decoration:underline!important;
}
