@charset "UTF-8";

/*========================[ ��^  ]========================*/
/*-----  �^�C�g���ݒ� -------*/
#YggPlayGuide{max-width:1000px;color: #fff; background-color: #000; padding: 10px; background-image: url(./img/article-bg-black.png); background-repeat: repeat;background-position: left top;}

#YggPlayGuide h1{ font-size: 36px; font-size: calc(2.4rem + ((1vw - 0.64rem) * 2));  /* 24px~36px�ŉ�*/ line-height: 1.5;}
#YggPlayGuide h2{ font-size: 24px; font-size: calc(1.8rem + ((1vw - 0.64rem) * 1.2));/* 22px~24px�ŉ�*/ font-weight:bold; line-height: 1.5;}
#YggPlayGuide h3{ font-size: 20px; font-size: calc(1.1rem + ((1vw - 0.64rem) * 1.2));/* 18px~20px�ŉ�*/ font-weight:bold; line-height: 1.5;}
/* 640px�`1200px calc( ��T�C�Y ((1vm -  [�r���[�|�[�g�̕��̍ŏ��l/100] ) * [100 * �t�H���g�T�C�Y�̍� / �r���[�|�[�g�̕��̍�] ) ) */

@media (min-width: 75em) {/* 1200px�ȏ�Ńt�H���g�T�C�Y���Œ�*/
	#YggPlayGuide h1{font-size: 3.6rem;/* 36px*/}
	#YggPlayGuide h2{font-size: 2.4rem;/* 24px*/}
	#YggPlayGuide h3{font-size: 2.0rem; /* 20px*/}
}
@media (max-width: 40em) {/* 640px�ȉ� �Ńt�H���g�T�C�Y���Œ�*/
	#YggPlayGuide h1{ font-size: 2.4rem;}
	#YggPlayGuide h2{ font-size: 2rem;}
	#YggPlayGuide h3{ font-size: 1.6rem;}
}


#YggPlayGuide .title{
font-family: source-han-serif-japanese, serif;
font-weight: 900;
font-style: normal;
}

#YggPlayGuide section{
margin:0 auto;
}
#YggPlayGuide section+section {
    margin-top: 50px;
}

#YggPlayGuide > table { border-collapse: collapse; border-spacing: 0;}
.table-default { width: 100%;}

@media only screen and (max-width: 599px) {
  .table-default {
    width: auto;
    display: block;
    overflow: auto;
    white-space: nowrap;
  }
}

.table-default th,
.table-default td { border: 1px solid #a29c6f; padding: .2em 1em;}
.table-default th { background: #252317; color: #f7d878;}
.table-default td { background: #000; color: #fff;}
.table-default ul,
.table-default ol { list-style: none; margin:0; padding:0;}
.table-default li p { margin: 1rem 1rem 0 1rem; text-indent:-1em;}
.table-default li figure { float: right; margin: 1rem 0 0 1rem;}
.table-default li figure img { max-width: 100%;}
.table-default li:after{ content: ""; display: block; clear: both;}


.howto-list ol{ counter-reset: my-counter; padding: 0;list-style-type:none;}
.howto-list ol li { margin-bottom: 8px; padding-left: 50px; position: relative;}
.howto-list ol li:before { height: 20px; width: 20px; content: counter(my-counter); counter-increment: my-counter; background-color: #000; color: #fff; display: block; float: left; line-height: 20px; margin-left: -28px; text-align: center; border-radius: 50%;}

.mapRead{}
.mapRead::after{ content: ""; display: block; clear: both;}
.mapRead .fl{ float: left; width:60%;}
.mapRead .fr{ float: right;width:40%;}
.mapRead .fr img{width:100%;}

/*================================================*/

.QandA {
    width: 100%;
    /* background: #fff; */
}

.QandA dt {
  /* background: #252317;
	color: #fff;*/
	padding: 8px;
  border-radius: 2px;
}

.QandA dt::before {
    content: "Q.";
    font-weight: bold;
    margin-right: 8px;
    color: #f7d878;
}

.QandA dd {
	margin: 0 16px 20px 32px;
	line-height: 140%;
	text-indent: -24px;
}
.QandA dd:before {
	content: "A.";
    font-weight: bold;
    margin-right: 8px;
    color: #f7d878;
}


/*================================================*/
.rStepBox{
  position: relative;
  overflow: hidden;
  padding: 1rem 2rem 1rem 6rem;
  word-break: break-all;
  border-top: 3px solid #000;
  border-radius: 12px 0 0 0;
}

.rStepBox span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 3px 20px;
  color: #fff;
  border-radius: 10px 0 20px 10px;
  background: #000;
}


.ribbon {
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 7px 0;
  font-size: 18px;/*�t�H���g�T�C�Y*/
  background: #eee;/*�w�i�F*/
  color: #FFF;/*�����F*/
  box-sizing: border-box;
}

.ribbon h3 {
  margin: 0;
  padding: 0 30px;
  border-top: dashed 1px #FFF;/*��̔j��*/
  border-bottom: dashed 1px #FFF;/*���̔j��*/
  line-height: 46px;
}

.ribbon:before, .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon:before {
  /*���[�̎R�`*/
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon:after {
  /*�E�[�̎R�`*/
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

/* 2021.05作業で追加 */
.c-webmoney-cup h2 { margin: 2em 0 1em;}
.c-webmoney-cup h2.title-center { text-align: left;}
#YggPlayGuide h2.title { text-align: left;}
#YggPlayGuide h3 { margin: 2em 0 1em; text-align: center;}
.rStepBox span { padding: 3px 15px;}

.howto-flex {
    display: flex;
}
@media only screen and (max-width: 599px) {
    .howto-flex {
        flex-direction: column;
    }
}

.howto-title-yellow {
    font-size: 2.4rem;
    color: #f7d878;
    margin: 10px 0;
    padding-left: 5px;
    text-align: left !important;
}
.howto-title-yellow-mt {
    margin-top: 30px;
}
.tac {
    text-align: center;
}
.mt01 {
    margin-top: 10px;
}
.title {
    text-align: left !important;
}
.sw-Color-red {
    color: #e34c19;
}
.notelist {
    margin: 1em 0;
}
.notelist li {
    position: relative;
    padding-left: 1em;
}
.notelist li::before {
    position: absolute;
    display: block;
    content: "\203B";
    left: 0;
    color: #e34c19;
}
