@charset "UTF-8";

.innerWrap {
  width: 950px;
  margin: 0 auto;
  background: #fff;
}

.oneday {
  font-size: 14px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN", "Noto Sans CJK", "Roboto", Osaka, Meiryo, メイリオ,
    "MS PGothic", arial, helvetica, sans-serif;
}

.oneday img {
  max-width: 100%;
}

.oneday>section:first-of-type {
  background: -o-linear-gradient(top, rgba(30, 114, 205, 1) 0%, rgba(14, 83, 190, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 114, 205, 1)), to(rgba(14, 83, 190, 1)));
  background: linear-gradient(to bottom, rgba(30, 114, 205, 1) 0%, rgba(14, 83, 190, 1) 100%);
  -webkit-box-shadow: 0px 4px 0px #E1E3E5;
  box-shadow: 0px 4px 0px #E1E3E5;
}

.oneday>section>h1 {
  width: 950px;
  margin: 0 auto;
  color: #fff;
  font-size: 25px;
  padding: 15px;
}

.mainVisual {
  padding: 30px 0;
  border-bottom: 1px solid #b7c1ca;
}

section.featuresArea {
  background: #eaf5f4;
  padding: 48px 0;
}

section.featuresArea>h1 {
  font-size: 24px;
  padding: 0;
}

.featuresinner {
  background: #fff;
  padding: 30px 74px;
}

.featuresinner>ul>li {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 20px;
  padding-top: 4px;
  background-color: #14b87e;
  color: #fff;
  height: 50px;
  width: 50px;
}

.num span {
  margin-top: -4px;
  font-size: 20px;
}

.featuresinner h1 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #0c423c;
}

.featuresinner section ul {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.featuresinner section ul li {
  margin: 0 32px 12px 0;
}

.featuresinner section ul li:nth-of-type(2n) {
  margin-right: 0;
}

.featuresinner section ul li:nth-of-type(n+2) {
  margin-bottom: 0;
}

.note {
  font-size: 12px;
}

.featuresinner dl {
  border: 1px solid #007ec6;
  border-radius: 3px;
}

.featuresinner dt {
  position: relative;
  padding: 8px 0 5px 50px;
  background-color: #007ec6;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.featuresinner dt:before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
  background: url(https://assets.paypay-insurance.co.jp/accident/onedayleisure/images/1day_icon001.png);
  position: absolute;
  left: 8px;
  top: 5px;
}

.featuresinner dd {
  padding: 16px 21px 20px;
}

.qrArea {
  margin: 48px 0;
}

.qrArea dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #ff9e00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffe4ba;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.qrArea dl>dd {
  background: #fff;
  width: 418px;
  margin: 28px;
  padding: 32px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.qrArea dl>dd:after {
  content: "";
  position: absolute;
  border-bottom: solid 25px #ffe4ba;
  border-left: solid 25px transparent;
  right: 0;
  bottom: 0;
}

.qrArea dl>dd>div:first-of-type {
  margin-bottom: 16px;
}

.qrAreainner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0 24px;
}

.qrArea p {
  margin: 16px 0;
}

.qrArea a:hover {
  position: relative;
  top: 3px;
  left: 3px;
}

.planArea {
  background-color: #fffce9;
  padding: 48px 0;
  text-align: center;
}

/* driver */
.drive .innerWrap {
  background: none;
}

.drive .mainVisual {
  padding: 0;
  background: #fefcf2;
  border: none;
}

.readtxt {
  height: 150px;
  background: #00665a;
  text-align: center;
}

.featuresImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.featuresImg img {
  margin: 0 0 20px;
}

.c3 {
  padding: 20px 0 0 0;
}

.c3 img {
  margin: 0 20px;
}

.drive .featuresArea {
  padding: 24px 0;
  margin: 48px 0;
}

.check img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.check {
  position: relative;
}

.check p {
  width: 800px;
  padding: 20px;
  background: #fff;
}

.check p:after {
  content: "";
  position: absolute;
  border-bottom: solid 16px #fff;
  border-left: solid 16px transparent;
  -webkit-transform: rotate(-45deg);
  right: calc(100% - 808px);
  bottom: 20px;
}

.attention {
  margin-top: 50px;
}

.content {
  border: solid 4px #d2d2d2;
  padding: 30px 40px 30px 40px;
}

.content img {
  /* text-align: center; */
  margin: 0 auto;
  display: block;
  margin-bottom: 32px;
}

.content p {
  padding-left: 1em;
  text-indent: -1em;
}

.ss_button {
  width: 265px;
  height: 116px;
  background: url(https://assets.paypay-insurance.co.jp/driver/oneday/images/msad_ss_sp_02.jpg) no-repeat;
  left: 81px;
  top: 75px;
  display: block;
}

.recommend {
  width: 980px;
  margin: 0 auto;
}

.recommend div {
  width: 100%;
  text-align: center;
  margin: 56px auto 46px;
}

.recommend img {
  margin: 0 8px;
}

.drive .planArea {
  background: #fff;
  padding: 12px 0 80px;
}

.planArea p {
  font-size: 16px;
}

.planInner>img {
  margin: 32px 0;
}

.txt02 {
  text-align: left;
  margin: 32px 0 8px;
}

._tbl-01 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 950px;
}

._tbl-01 th,
._tbl-01 td {
  padding: 8px 10px 6px;
}

._tbl-01 caption {
  margin-bottom: 4px;
  text-align: left;
  font-weight: bold;
}

._tbl-01 th,
._tbl-01 td {
  border: 1px solid #ccc;
  padding: 13px 15px 12px;
  vertical-align: top;
}

._tbl-01 th ._number-01,
._tbl-01 td ._number-01 {
  font-size: 125%;
  font-style: normal;
  font-weight: bold;
  color: #ed115e;
}

._tbl-01 ._number-02 {
  font-size: 125%;
  font-style: normal;
  font-weight: bold;
}

._tbl-01 ._number-03 {
  font-style: normal;
}

._number-03 em {
  text-decoration: underline;
  font-weight: bold;
}

._tbl-01 thead th,
._tbl-01 thead td {
  background: #e9e9e9;
}

._tbl-01 tfoot th,
._tbl-01 tfoot td {
  background: #fffde1;
  font-weight: bold;
  vertical-align: middle;
}

._tbl-01 tfoot th {
  text-align: left;
}

._tbl-01 tbody th,
._tbl-01 tbody td {
  vertical-align: middle;
}

._tbl-01 tbody th {
  font-weight: normal;
  text-align: left;
}

._tbl-01 tbody th.em {
  background: #fffde1;
}

._tbl-01 tbody td.em {
  background: #fffde1;
}

._tbl-01 tbody>.em th,
._tbl-01 tbody>.em td {
  background: #fffde1;
}

.-a-center {
  text-align: center !important;
}

._tbl-01 .green {
  background: #eff5cd;
}

._tbl-01 .pink {
  background: #fbe4ef;
}

.compeArea {
  background: #eeeeee;
}

.compe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.compe>img {
  margin: 20px 0;
}

.compe>img:first-of-type {
  margin: 56px auto 32px;
}

.card_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card {
  margin-right: 20px;
}

.card:nth-of-type(3n) {
  margin-right: 0;
}

.compe .note {
  margin: 16px 0 80px;
}