body > :first-child {
  position: fixed;
  z-index: 101;
}

.tblHist table tbody tr td.tdOpt {
  text-align: right;
}

.btn01 {
  cursor: pointer;
}

._disabled.btn01 {
  cursor: default;
}

.listTag ._type06 {
  color: #a1aaa9;
  border-style: solid;
  border-width: 2px;
  padding: 2px 10px;
}

.areaBtn01 form input {
  background-color: transparent;
  color: #005947;
  width: 100%;
  min-width: auto;
  cursor: pointer;
  border-style: solid;
  border-width: 3px;
  border-radius: 60px;
  border-color: #007e66;
  display: inline-block;
  display: inline-block;font-family: 'Roboto', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Helvetica, sans-serif;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 12px 24px;
  text-align: center;
  transition: all .3s;
}

.payButton {
    text-align: right;
    color : #673b43;
    background-color: #ffa0c8;
    border-radius: 3px;
    text-decoration: none;
    margin: 0 4px;
    padding: 5px 8px;
}
.grayButton {
    text-align: right;
    color : white;
    background-color: #727876;
    border-radius: 3px;
    text-decoration: none;
    margin: 0 4px;
    padding: 5px 8px;
    cursor: default;
}

.bold {font-weight: bold;}
.fs10 {font-size: 10px;}
.fs12 {font-size: 12px;}
.fs14 {font-size: 14px;}
.fs16 {font-size: 16px;}
.fs18 {font-size: 18px;}
.fs20 {font-size: 20px;}
.fs22 {font-size: 22px;}
.fs24 {font-size: 24px;}
.kasen {text-decoration:underline;}
.uchsen {text-decoration:line-through;}

.textNormal {font-weight: normal;}

.basic06 table,
.basic08 table {
  float: left;
  width: auto;
}

.basic08 {
  clear: left;
}

.textType01 {
    color: #d71454;
}
.textType02 {
    color: #7ac8f9;
}

@media screen and (min-width: 751px) {
  .tblHist table tbody tr td:first-child {
    padding: 15px 15px 15px 20px;
  }

  .tblHistNoCol {
    width: 130px
  }

  .tblHistDateCol {
    width: 115px
  }

  .tblHistAmountCol {
    width: 100px
  }
  .tblHistQuantCol {
    width: 100px
  }

  .tblHistDrawResultCol {
    width: 130px
  }
  .tblHistDrawStatusCol {
    width: 100px
  }

  .tblHist table tbody tr td,
  .tblHist table tbody tr.tblCatLast td {
    padding: 15px 10px;
    margin-right: 0;
  }

  .tblHist table tbody tr td.tdAmo {
    text-align: right;
  }
  .tblHist table tbody tr td.tdQua {
    text-align: center;
  }

  .tblHist table tbody tr td.tdEvent {
    text-align: left;
  }
  .tblHist table tbody tr td.tdDraw {
    text-align: center;
  }

  .tbl01 table tbody tr td.checkBoxTd {
    width: 65px;
    padding: 30px 15px 23px 28px;
  }

  .areaBtn01 input {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 8px 15px 0;
    font-size: 1.6rem;
    padding: 12px 24px;
    max-width: 375px;
  }
  .areaBtn01 input:not(._disabled):hover, .areaBtn01 input:not(._disabled):focus {
    background-color: #1ddab6;
    color: #fff;
  }
  
  .tdPaddingS table tbody tr td {
    padding: 15px;
  }

  .listFlowLast {
    background-image: linear-gradient(90deg, #a1aaa9 0, #a1aaa9 100%, #a1aaa9 100%, #a1aaa9 100%) !important;
  }

  .artistArea.js_itemFilter[data-artist-col='3'] {
    justify-content: flex-start;
  }
}

.nobutton::before, .nobutton::after{
  content:none !important;
}
.tbl02 td{
min-width:90px;
padding:0 !important;
}
.tbl02 th.rowHead{
width: 200px;
}
.tooltipShow {
    transform: translateY(0) scale(1) rotate(0deg) !important;
    visibility: visible !important;
    animation-name: tooltip;
    animation-duration: 4s;
}

@keyframes tooltip {
	0% {opacity: 0;}
	10% {opacity: 1;}
	50% {opacity: 1;}
	90% {opacity: 0;}
	100% {opacity: 0;}
}
.tooltip .tooltipItem:hover + .tooltipContent{
opacity: 0; 
}
.tooltip .tooltipItem + .tooltipContent {
    background-color: #1ddab6;
    border-radius: 3px;
    color: #fff;
    font-size: 1.3rem;
    opacity: 0;
    display: inline-block;
    margin-top: 30px;
    padding: 24px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 0;
    text-align: center;
    transform: translateY(0) scale(.75) rotate(5deg);
    transform-origin: bottom center;
    transition: .15s ease-in-out;
    visibility: hidden;
    width: 240px;
    z-index: 999;
}
.tooltip .tooltipItem + .tooltipContent::before {
    border: 10px solid transparent;
    border-bottom: 16px solid #1ddab6;
    border-top-width: 0;
    content: '';
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    top: -16px;
    right: 16px;
}

.popSelectClear + .tooltipShow {
    transform: translateX(250px) translateY(130px) scale(1) rotate(0deg) !important;
    visibility: visible !important;
    animation-name: tooltip;
    animation-duration: 4s;
}
.tooltip .popSelectClear + .tooltipContent{
    transform: translateX(550px) translateY(120px) scale(1) rotate(0deg) !important;
}
.tooltip .popSelectClear + .tooltipContent::before {
    right: 200px;
}

.areaArtistItem > .col > .listDl01{
color : #4b4b4b;
}
.areaProg[data-prog-state='1'] > .listProg li:nth-child(1),
.areaProg[data-prog-state='1'] > .listProg li:nth-child(2),
.areaProg[data-prog-state='1'] > .listProg li:nth-child(3),
.areaProg[data-prog-state='1'] > .listProg li:nth-child(4){
    color: #313131;
}
.areaProg[data-prog-state='2'] > .listProg li:nth-child(2),
.areaProg[data-prog-state='2'] > .listProg li:nth-child(3),
.areaProg[data-prog-state='2'] > .listProg li:nth-child(4){
    color: #313131;
}
.areaProg[data-prog-state='3'] > .listProg li:nth-child(3),
.areaProg[data-prog-state='3'] > .listProg li:nth-child(4){
    color: #313131;
}
@media screen and (min-width: 751px) {
._type02 .barProg {
    height: 24px !important;
}
}
@media screen and (max-width: 751px) {
._type02 .barProg {
    width: 24px !important;
}
}
.basic06,
.basic08{
width: 100%;
vertical-align: top;
overflow: hidden;
display: table;
}
.basic06 table,
.basic08 table{
display: table-cell;
float: none;
vertical-align: top;
}
.basic08 table thead,
.basic08 table tbody,
.basic08 table tr,
.basic08 table th,
.basic08 table td{
width: 100%;
}
.basic08 table th,
.basic08 table td{
position: relative;
height: 90px;
}
.tbl02 .basic08 table th,
.tbl02 .basic08 table td{
padding: 0;
}
.tbl02 .basic06 .rowHead,
.tbl02 .basic08 .rowHead{
width:1800px;
height: 90px;
}
.basic06 table:first-child,
.basic08 table:first-child{
vertical-align: top;
width:40%;
}
.basic06 table:first-child thead th,
.basic08 table:first-child thead th{
height: 90px;
}
.basic06 table:first-child td,
.basic08 table:first-child td{
padding-left:12px !important;
padding-right:12px !important;
text-align: left;
}
.basic06 table:nth-child(2),
.basic08 table:nth-child(2){
margin-left: -1px;
}
.basic06 table:not(:first-child) .rowHead,
.basic08 table:not(:first-child) .rowHead{
width: 1800px;
}
.basic08 table:last-child thead th:after{
content: "ã€€";
display: block;
position: absolute;
z-index: 90;
top: 0px;
bottom: 0px;
right:-1800px;
width: 1800px;
height: 90px;
background-color: #1ddab6;
line-height: 1.3;
}
.basic06 table:last-child tbody td:after,
.basic08 table:last-child tbody td:after{
content: "ã€€";
display: block;
border-bottom:2px solid #f8f8f8;
position: absolute;
top: -2px;
bottom: -2px;
right:-1800px;
width: 1800px;
height: 90px;
line-height: 1.3;
}
.tbl02 .basic06 .rowHead .rowHeadDiv,
.tbl02 .basic08 .rowHead .rowHeadDiv{
height: 5.8rem;
overflow: hidden;
vertical-align: middle;
}
.tbl02 .basic06 .rowHead .rowHeadDiv .rowHeadSpan,
.tbl02 .basic08 .rowHead .rowHeadDiv .rowHeadSpan{
display: table-cell;
height: 5.8rem;
vertical-align: middle;
}
.basic04{
width: 100%;
vertical-align: top;
}
.basic04 table{
float: none;
}
.basic04 table td,
.basic04 table th{
height:90px;
}
.basic04 table td:first-child,
.basic04 table th:first-child{
text-align: left;
vertical-align: middle;
width:40%;
}
.basic04 table thead,
.basic04 table tbody,
.basic04 table tr{
width: 100%;
}
.basic04 table thead tr,
.basic04 table tbody tr{
border-bottom: 2px solid #f8f8f8;
}
.basic04 table tr:last-child{
border-bottom:0 none;
}
.basic04 table tbody tr td{
border: 0 none;
padding-left: 12px !important;
padding-right: 12px !important;
}
.basic04 table thead th:first-child,
.basic04 table thead td:first-child{
padding-left:12px !important;
padding-right:12px !important;
height: 90px;
}
.basic04 table tbody tr:not(._disabled),
.basic04 table tbody tr:not(._disabled){
transition: all .3s;
}
.basic04 table tbody tr:not(._disabled):hover,
.basic04 table tbody tr:not(._disabled):focus {
background-color: #f8f8f8;
}
.basic04 table tr{
display: table;
}
.basic04 table td{
text-align: left;
}
.tbl02 .basic04 .rowHead{
display: table-cell;
padding-left:12px !important;
padding-right:12px !important;
position: relative;
}
.tbl02 .basic04 .rowHead .rowHeadDiv{
height: 5.8rem;
overflow: hidden;
top: 0;
margin: auto;
padding: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
width: calc( 100% - 24px );
}
.tbl02 .basic04 .rowHead .rowHeadDiv .rowHeadSpan{
display: table-cell;
height: 5.8rem;
vertical-align: middle;
}
@media screen\0 {
.tbl02 .basic04 .rowHead .rowHeadDiv{
top: auto;
}
}

/** =================================
アコーディオン	アコーディオン
================================= **/
.tglHook {
justify-content: center;
}
.tglHook__title {
margin-top: 0;
margin-bottom: 0;
font-size: 2.4rem;
}
.tgl02[data-tgl="close"] > .tglHook {
color: inherit;
}
@media screen and (min-width: 751px) {
.tgl02 > .tglHook {
padding: 36px 36px 36px 36px;
}
.tglHook__title {
font-size: 1.6rem;
}
}
/** =================================
アコーディオン
================================= **/
 .tgl02 > .tglHook {
  padding: 18px 18px 18px 18px;
  background-color: #ebebeb;
}

.tgl02[data-tgl="close"] > .tglHook {
  color: inherit;
}

.tglHook__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .tgl02 > .tglHook {
    padding: 36px 36px 36px 36px;
  }

  .tglHook__title {
    font-size: 2.0rem;
  }
}

@media screen and (min-width: 1141px) {
  .tgl02 > .tglHook {
    justify-content: center;
  }
}

.text-important {
  color: #d71454;
}

h2.hdg03,p.tableImage {
	text-align:center;
}

.hdg03 .mark {
	background-color:#55e3cb;
}

.bg_example {
	border: solid 2px #007e66;
    padding: 30px;
    border-radius: 20px;
    background-color: #fcfcfc;
}

h3.underLine {
	color:#005947;
	background-color:#55e3cb;
	padding:10px 30px;
	text-align:center;
	border-radius:20px;
}

.hrLine {
	margin-bottom: 50px;
    border-bottom: solid .25rem #cdd0cf;
    padding-bottom: 50px;
}

.textLeft {
	text-align:left;
}

.textCenter {
	text-align:center;
}

.pd30 {
	padding: 0px 30px;
}

h2,h3 {
	margin-top:40px;
}

.crred {
	color:#d71454;
	font-weight: bold;
}

.crblue {
	color:#2f6fcc;
	font-weight: bold;
}

.flex_pc {
	display:flex;
	justify-content: space-around;
	width:80%;
	margin:0 auto;
	align-items:center;
	flex-direction: column;
}

.flex_sp {
	display: flex;
	flex-direction: column;
}

.order1 {
	order: 1;
}
.order2 {
	order: 2;
}
.order3 {
	order: 3;
}

.flex_title {
	display: flex;
	flex-direction: column;
	width:80%;
	margin:0 auto;
}

.step {
	display: flex;
	width:80%;
	margin:0 auto 50px;
	align-items: start;
}

.step_sp {
	display: flex;
	width:100%;
	margin:0 auto 50px;
	align-items: start;
}

.fss {
	font-size:smaller;
}

.inner .textCenter {
    color: currentColor;
}
.inner2 .textCenter {
    color: #313131;
}

/* meetsReal_guideスタイル移植 */
.cont_group_list{
    padding:0;
    margin:0;
}
.inner02{
    background-color:#fff;
    border-radius: 20px;
    padding: 0px 0px 20px 0px;
    margin: 20px 0px;
}
.hdg03 {
    text-align: center;
    color: #005947;
    border-radius: 20px 20px 0px 0px;
    padding: 40px 0px;
}
.hdg03.fill {
    background-color: #1ddab6;
}

.cont_group_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 40px 0px;
}

.cont_group_item img {
    width: 300px;
    border-radius: 20px;
    box-shadow: 0px 0px 15px -5px #a1aaa9;
    margin: 30px 0px 0px 30px;
}

.howto_tx {
    width: 420px;
    margin: 40px;
}

.howto_number {
    background-color: #1ddab6;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    color: #005947;
    position: absolute;
    padding-top: 15px;
    font-weight: bold;
}

.number {
    margin: 0 0.2em;
    width: 30px;
    background-color: #1CD0AC;
    color: #005947;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    display: inline-block;
}

.note{
    margin:40px;
    padding:20px;
    background-color: #ebebeb;
    border-radius:20px;
}

.note_item{
    list-style: none;
}

@media screen and  (max-width: 750px) {
  .hdg03 {
      padding: 20px 0px;
  }
    .cont_group_item {
      margin: 20px 0px;
  }
    .cont_group_item img {
      margin: 20px 0px 0px 20px;
  }
    .howto_tx {
      width: 300px;
  }
    .howto_number {
      background-color: #1ddab6;
      width: 40px;
      height: 40px;
      padding-top: 6px;
  }
    .center {
      text-align: center;
      padding:0px 20px;
  }
    .note{
      margin: .5rem;
      padding:10px;
  }
}