@charset "utf-8";
#contents {
  background: #FFF6CC;
  color: #333;
  text-align: center;
  padding: 0 0 10px;
  font-size: 14px;
  line-height: 1.6;
}
#contents .inner {
  width: 100%;
}
#contents a {
  color: #0099cc;
  font-weight: 700;
  text-decoration: underline;
}
#contents a:hover {
  opacity: 0.7;
}
.display-sp {
  display: none;
}
.display-pc {
  display: block;
}
.main {
  padding: 0 13px;
  max-width: 850px;
  margin: auto;
}
.end_txt {
    margin-top: 4%;
    font-weight: bold;
    color: #FF0004;
    font-size: 150%;
    text-align: center;
}
.end_txt + .btn_wrap {
  margin-top: 4%;
}
/* ============== MV =================== */
.mv_main {
	background: #19526D;
}
.term {
  background: #fff;
  padding: 14px 0;
  text-align: center;
}
.term img {
	width: 96%;
	max-width: 800px;
}
/* ============== btn =================== */
.btn_wrap {
  margin: 6% auto 5.5%;
}
.btn_note {
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.5;
}
/* ============== app =================== */
.app_item + .app_item {
  margin-top: 8%;
}
.app_ttl {
  text-align: center;
  margin-bottom: 8%;
}
.app_contents {
  border-radius: 6px;
  box-sizing: border-box;
  border: 2px solid #FF877D;
  background: #fff;
  padding: 4% 15px;
  text-align: center;
}
.app_dl-txt {
	margin-bottom: 6%;
}
.app_logo, .app_dl-txt, .app_note {
  text-align: center;
}
.app_note {
	font-size: 12px;
}
.app_lead {
  text-align: left;
}
.app_pic {
	max-width: 500px;
}
/*app_item-tomods*/
.app_item-tomods .app_ttl img {
	width: 97%;
	max-width: 756px;
}
.app_item-tomods .app_logo {
	margin-bottom: 8.5%;
}
.app_item-tomods .app_logo img {
	width: 65%;
	max-width: 454px;
}
.app_item-tomods .app_pic {
  margin: 20px auto 40px;
}
.app_item-tomods .app_dl-txt img {
	width: 86%;
	max-width: 600px;
}
.app_item-tomods .app-btn-list {
  margin: 2% auto 5%;
}
.app_item-tomods .app-btn-list li img {
	width: 82%;
	max-width: 400px;
}
/*app_item-ponta*/
.app_item-ponta .app_ttl img {
	width: 92%;
	max-width: 714px;
}
.app_item-ponta .app_logo {
	margin-bottom: 7%;
}
.app_item-ponta .app_logo img {
	width: 82%;
	max-width: 571px;
}
.app_btn-ponta {
	margin-bottom: 7.5%;
}
.app_btn-ponta img {
	max-width: 600px;
	width: 100%;
}
.app_item-ponta .app_pic {
  margin: 8px auto 24px;
}
/*アコーディオン*/
.acd-check {
  display: none;
}
.acd-label {
  display: inline-flex;
  margin: 0;
  padding: 0;
  width: 100%;
  justify-content: center;
  align-items: baseline;
}
.acd-label::before {
  display: inline-block;
  padding-right: 0.3em;
  font-weight: bold;
}
#label01.acd-label::before {
  content: "トモズアプリとは？";
  font-size: 20px;
}
#label02.acd-label::before {
  content: "「Pontaカード(公式)」アプリとは？";
  font-size: 17px;
}
.acd-label::after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #333 transparent transparent transparent;
  padding-bottom: 1px;
}
.acd-content {
  height: 0;
  opacity: 0;
  padding: 0;
  transition: .5s;
  visibility: hidden;
  overflow: hidden;
}
.acd-check:checked + .acd-label + .acd-content {
  padding: 25px 0;
  opacity: 1;
  height: auto;
  visibility: visible;
}
/*
.acd-check:checked + #label01::before {
  content: "トモズアプリとは？";
}
.acd-check:checked + #label02::before {
  content: "「Pontaカード(公式)」アプリとは？";
  font-size: 17px;
}
*/
.acd-check:checked + .acd-label::after {
  border-width: 0 8px 12px 8px;
  border-color: transparent transparent #333 transparent;
}
/* ============== att =================== */
.att {
  background: #fff;
  border-radius: 12px;
  margin: 30px auto;
  padding: 4% 5% 5%;
  text-align: left;
  line-height: 1.7;
  box-sizing: border-box;
}
.att_item + .att_item {
  margin-top: 8%;
}
.att_item_ttl {
  margin-bottom: 5px;
  font-size: 1.8rem;
  color: #71290c;
  font-weight: bold;
  position: relative;
  padding-left: 1.3em;
  line-height: 1.3;
}
/*「●」タイプのリスト用*/
.att_item_ttl::before {
  content: "";
  display: block;
  position: absolute;
  background: #19526d;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.att_item_inner p {
  margin-top: 5px;
}
.att_item_inner p + p {
  margin-top: 0;
}
.att_item_img {
  margin: 20px auto;
  text-align: center;
}
.att_list-style {
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em
}
.att_list-style li > ul, .att_list-style li > ol {
  margin-left: 1em;
  margin-bottom: 5px;
}
.att_small-unit {
  margin: 5px auto 10px;
}
.att_small-unit dt {
  font-weight: bold;
  text-indent: 0;
  margin-left: -1em;
}
.att_item_note {
  font-size: 12px;
  color: #909090;
}
.att_item_em {
  color: #ff0505;
}
.att_square-box {
  border: 1px solid #ff0505;
  box-sizing: border-box;
  padding: 10px 15px;
  margin: 5px auto;
  color: #ff0505;
}
.att_square-box dd ol {
  padding-left: 2.1em;
  text-indent: -2.5em;
}