.cb {
clear: both;
}
body {
position: relative;
}
header {
	border-top: solid 3px;
}
footer {
	text-align: center;
	padding: 10px;
}
label {
	font-weight: normal;
}


label.label {
    text-align: left;
    color: #4d5156;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 9px;
    display: block;
    letter-spacing: 1.2px;
    white-space: inherit;
}
.txt_red {
    color: #D72E5A;
    margin-left: 15px;
}
input.text{
    display: block;
    background-color: #F7F7F7;
    height: 55px;
    border-bottom: 2px solid #CDCDCD;
    width: 100%;
    padding: 10px;
    margin-bottom: 25px;
    font-size: 1.5rem;
}
.textarea {
    background-color: #F7F7F7;
    border-bottom: 2px solid #CDCDCD;
    width: 100%;
    height: 120px;
    padding: 10px;
    margin-bottom: 25px;
}
p.text{
    display: block;
    height: 55px;
    border-bottom: 2px solid #CDCDCD;
    width: 100%;
    padding: 10px;
    margin-bottom: 25px;
}
p.textarea {
    background-color: #ffffff;
    border-bottom: 2px solid #CDCDCD;
    width: 100%;
    height: 120px;
    padding: 10px;
    margin-bottom: 25px;
}
.textarea.last {
  margin-bottom: 50px;
}
.stxt {
    font-size: 0.8rem;
    margin-bottom: 5px;
    letter-spacing: 1.2px;
}
.radioBox01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 2px solid #CDCDCD;
}

.content {
	padding: 10px 0;
}
.titlebar {
	padding: 10px 20px;
	color: #fff;
}
.navbar {
	min-height: 30px;
}
.navbar {
	background: #fff;
}
/* ▼ヘッダー基本情報ボタン */
.basicInfo {
width: 130px;
float: right;
position: relative;
z-index: 2000;
margin-bottom: 10px;
}
.basicInfo .dropdown-toggle {
color: #fff;
background-color: #999;
}
.basicInfo .dropdown-toggle:hover {
color: #666;
}
.basicInfo .nav .dropdown .dropdown-menu li a {
color: #666;
}
.basicInfo .nav .dropdown .dropdown-menu li a:hover {
color: #666;
}
.basicInfo .nav .dropdown .dropdown-menu li a span {
display: none;
}
/* ▲ヘッダー基本情報ボタン */
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

ul.nav > li,
ul.nav > div {
	border-left: solid 1px #fff;
}
ul.nav:last-child {
	border-right: solid 1px #fff;
}

.nav-tabs.nav-justified > li > a {
	border-radius: 0;
	/*color: #fff;*/
}

.nav > .dropdown > .dropdown-menu {
	margin: 0;
	border-radius: 0;
	padding:0;
}
.nav > .dropdown > .dropdown-menu > li > a {
	color: #fff;
	padding: 10px 20px;
}
.nav > .dropdown > .dropdown-menu > li > a:hover {
	color: #fff;
	padding: 10px 20px;
}
.nav > .dropdown > .dropdown-menu > li {
	padding: 0;
}
.table tbody > tr > td,
.table tbody > tr > th {
	vertical-align: middle;
}
.table tbody > tr > th {
	background: #eee;
}

.form-heading {
	width: 100%;
	padding: 5px 0;
}

.form-inline .form-group {
	vertical-align: top;
}

legend.small {
	margin-bottom: 5px;
	margin-top: 16px;
}

.cfp h4 {
	position: relative;
	color: #1385b0;
	border-bottom: 2px solid #1385b0;
	padding-left: 16px;
	padding-bottom: 2px;
}
.cfp h4:before {
	position: absolute;
	top: 4px;
	left: 0px;
	width: 12px;
	height: 12px;
	content: "";
	background: #1385b0;
}
.cfp p {
	padding-left: 12px;
}

/* bnr */
.bnrCont {
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
width: 840px;
}
.bnrLp {
float: left;
}
.bnrLp a {
display: block;
height: 329px;
width: 403px;
margin-bottom: 5px;
}
.bnrLp a:hover img {
display: none;
}
.bnrLp a.ramdom01:hover {
background: url(../img/ramdombnr01-over.gif);
}
.bnrLp a.ramdom02:hover {
background: url(../img/ramdombnr02-over.gif);
}
.bnrLp a.ramdom03:hover {
background: url(../img/ramdombnr03-over.gif);
}
.bnrLp p {
font-size: 13px;
line-height: 1.6;
color: #333;
width: 403px;
}
.bnrPortal {
float: right;
vertical-align: top;
}
.bnrSide {
position: fixed;
right: 0;
top: 200px;
-webkit-animation-duration: 0.3s;
animation-duration: 0.3s;
animation-delay:1s;
}
.bnrSide a {
display: block;
position: relative;
height: 147px;
width: 75px;
}
.bnr0201 {
position: relative;
z-index: 100;
}
.bnr0202 {
display: block;
position: absolute;
top: 130px;
left: -9px;
z-index: 10;
}
.bnr0202:hover {
opacity: 0.6;
}
footer#jifooter small a,
footer#jifooter small a:hover {
color: #fff;
}
header li.pull-right {
list-style-type: none;
padding-left: 10px;
}

@media (max-width: 767px) {
.bnrCont {
padding-top: 20px;
text-align: center;
width: 100%;
}
.bnrLp,
.bnrPortal {
float: none;
display: inline-block;
}
.bnrLp {
margin-bottom: 20px;
text-align: left;
}
}

.modal-header {
	border: none;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 10px 10px 15px;
}

.content-title {
	background-image: url(../img/member/mypage/icon_tit.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
	font-size: 16px;
	padding-bottom: 5px;
	border-bottom: 1px solid #333333;
	font-weight: bold;
	margin-bottom: 5px;
}

#menu_links{
    list-style: none;
}
#menu_links li{
    display: inline;
    padding: 0 10px;
    border-left: solid 1px #337ab7;
}
#menu_links li:last-child{
    border-left: none;
}

#loading {
	width: 80px;
	height: 80px;
	opacity: 0.5;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

#loading-msg {
	text-align: center;
	color: #000;
	font-weight: bold;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  opacity: 0.7;
  z-index: 10001;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #000;
  z-index: 1002;
}

/* ツールチップ */
.tooltip1{
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.tooltip1 p{
    margin:0;
    padding:0;
}
.description1 {
    display: none;
    position: absolute;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6em;
    color: #fff;
    border-radius: 5px;
    background: #DB7C1D;
    width: 200px;
}
.description1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 15px solid transparent;
    border-top: 15px solid #DB7C1D;
    margin-left: -15px;
}
.tooltip1:hover .description1{
    display: inline-block;
    top: -70px;
    left: -30px;
}
.seminars .btn {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.circle {
    counter-reset: list-counter;
    list-style: none;
}
.circle li.seminar-list {
    background-color: #f3f4f6;
    border: 2px solid #2f2fd7;
    border-radius: 10px;
    color: #2d3030;
    display: flex;
    justify-content: unset;
    align-items: center;
    cursor: pointer;
}
.circle li.seminar-list-select {
    background-color: #34BE34;
    border: 2px solid #2f2fd7;
    border-radius: 10px;
    color: #2d3030;
    display: flex;
    justify-content: unset;
    align-items: center;
}
.circle li.seminar-list::before {
    content: counter(list-counter);
    counter-increment: list-counter;
    width: 2.8em;
    height: 2.8em;
    padding: .5em;
    margin-right: 1em;
    border-radius: 50%;
    border: .25em solid #ccc;
    background: #000;
    color: #fff;
    font-family: arial;
    font-weight: bold;
    text-align: center;
}
.circle li.seminar-list-select::before {
    content: counter(list-counter);
    counter-increment: list-counter;
    width: 2.8em;
    height: 2.8em;
    padding: .5em;
    margin-right: 1em;
    border-radius: 50%;
    border: .25em solid #ccc;
    background: #000;
    color: #fff;
    font-family: arial;
    font-weight: bold;
    text-align: center;
}
.circle li.seminar-list,
.circle li.seminar-list::before,
.circle li.seminar-list::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.circle li.seminar-list:hover {
    background-color: #2977b8;
    border-color: #2f2fd7;
    color: #f3f4f6;
}
.icon {
    background-color: #34BE34;
    color: #2d3030;
    cursor: pointer;
    font-size: 20px;
}
.icon::before {
    background: #000;
    color: #fff;
    font-family: arial;
    font-weight: bold;
    text-align: center;
}
.icon,
.icon::before,
.icon::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.icon:hover {
    background-color: #34BE34;
    color: #ff3232;
}
.qrcode-ticket {
    width: 531px;
    height: 320px;
    font-family: Futura;
    font-weight: bold;
    letter-spacing: 0.2rem;
    line-height: 26px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    background-color: #fff;
    margin:0 auto;
}
.qrcode-ticket,
.qrcode-ticket::before,
.qrcode-ticket::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.qrcode-ticket:hover {
    background-color: #e8dcf8;
}
.seminars-ticket {
    width: 531px;
    height: 320px;
    font-family: Futura;
    font-weight: bold;
    letter-spacing: 0.2rem;
    line-height: 26px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    background-color: #fff;
    margin:0 auto;
}
.seminars-ticket .program_name {
    background-color: #000;
    color: #fff;
    padding: 20px;
    margin-bottom: 15px;
}
.seminars-ticket .seminars-data {
    padding-left: 50px;
}
.seminars-ticket,
.seminars-ticket::before,
.seminars-ticket::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.seminars-ticket:hover {
    background-color: #e8dcf8;
}
/* ボタン */
.buttonA {
    display: inline-block;
    width: 100%;
    height: 56px;
    text-align: center;
    text-decoration: none;
    line-height: 52px;
    outline: none;
    background-color: #2f2fd7;
    border: 2px solid #2f2fd7;
    color: #fff;
    font-size: 1.5em;
    font-family: Futura;
    font-weight: bold;
    letter-spacing: 0.2rem;
    border-radius: 10px;
}
.buttonA::before,
.buttonA::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.buttonA,
.buttonA::before,
.buttonA::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.buttonA:hover {
    background-color: #fff;
    border-color: #2f2fd7;
    color: #2f2fd7;
}

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */
  
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}
/* ▼IE10以前のブラウザの場合▼ */
.oldBrowser {
padding: 30px 0;
margin-bottom: 30px;
border: 1px #CCC solid;
text-align: center;
}
.oldBrowser .tit {
margin-bottom: 10px;
font-size: 189%;
color: #FF0000;
}
.oldBrowser .txt {
line-height: 1.6;
margin-bottom: 15px;
}

/* ▲IE10以前のブラウザの場合▲ */
