@charset "UTF-8";

body {
  font-size: 16px;
}
p {
  margin-bottom: 0.5rem;
}
sup {
  vertical-align: top !important;
  font-size: 0.7em;
}

.heading-title {
  margin: 80px 0 20px 0;
  font-size: 22px;
  color: #333;
  box-sizing: border-box;
}

.text-content {
  margin-bottom: 10px;
  color: #333;
  box-sizing: border-box;
  width: 100%;
}
.toptitle-01 {
  background-color: var(--dbl);
  border-bottom-left-radius: 18rem;
  border-bottom-right-radius: 18rem;
  width: 100%;
  max-width: 900px;
  height: 100px;
  padding-top: 40px;
}
.top-title {
  color: #fff;
  text-align: center;
  font-size: 1.7rem;
}
@media screen and (max-width:767px) {
  body {
    font-size: 14px;
    line-height: 1.7em !important;
  }
  .toptitle-01 {
    height: 80px;
    padding-top: 25px;
  }
	.top-title {
    font-size: 1rem;
	}
}



.link {
  cursor: pointer;
  text-decoration: underline;
  color: #06a;
  word-break: break-all;
  margin-left: 1rem;
}
.link2 {
  cursor: pointer;
  color: #06a;
  word-break: break-all;
}

.no-indent {
  margin:0
}
.indent1 {
  margin-left: 1rem;
}


.indent::before {
  content: "・";
}
.indent {
  text-indent: -1rem;
  padding-left: 1rem;
}
.number1::before {
  content: "①";
}
.number2::before {
  content: "②";
}
.number3::before {
  content: "③";
}
.number4::before {
  content: "④";
}

/*--適用条件--*/

.cond-text {
	text-align: left;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5em;
}

.note_cmt1 {
	font-size: 12px;
	text-align: left;
  display: flex;
  align-items: flex-start;
  margin: 0;
  line-height: 1.5rem;
}

.number-1 {
  width: 1.5em;
  flex-shrink: 0;
}
.number-2 {
  width: 2.5em;
  flex-shrink: 0;
}

.number-text {
  flex: 1;
}

/*--重要事項--*/
.img_left {
  text-align: left;
  margin-left: 1rem;
}
.QRimg {
  width: 16.66%;
  height: 100%;
}

@media screen and (max-width:767px) {
	.QRimg {
    width: 30%;
    height: 100%;
	}
}


/*table*/

.table-wrap {
  overflow: auto;
}

table, tr, td{
  background-color: #fff;
  font-weight: normal;
  color: #333;
  border: solid 1px gray;
}
td {
  padding: 10px 7px 10px 7px;
  font-size: 14px !important;
  text-align: center;
}
table {
  table-layout: fixed;
  display: table;
  width: 100%;
  min-width: 767px;
  border-collapse: collapse;
}


.text-red {
  color: #ff0800 ;
}
.bk-lightorg {
  background-color: #fdeee6;
}
.bk-gry {
  background-color: #f3f3f3;
}
/*table*/


.bottom-10 {
  padding-bottom: 10px;
}
.bottom-20 {
  padding-bottom: 20px;
}
.bottom-40 {
  padding-bottom: 40px;
}

.info_cmt {
	font-size: 12px;
	text-align: left;
  margin: 0;
  line-height: 1.5rem;
  text-align: center;
}

/*申込ボタン*/
.app-btn {
  text-align: center;
}
.app-btn-text {
  display: inline-block;
  min-width: 300px;
  padding: 15px;
  background-color: #fff;
  border: 1px solid var(--dbl);
  font-size: 1rem;
  font-weight: 700;
  border-radius: 8px;
  color: var(--dbl);
  box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
  cursor: pointer;
}
