@charset "UTF-8";
/* A Modern CSS Reset */
/* CSS Document */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.6;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  margin: 0;
}

h2, h3, h4, h5, h6 {
  margin: 0;
}

dl, dt, dd, dl dl, dl ol, dl ul, ol dl, ul dl {
  margin: 0;
}

ol, ul, ol ol, ol ul, ul ol, ul ul {
  margin: 0;
}

p, figure {
  margin: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

ol, ul, nav ol, nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}

button, input, select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
  resize: block;
}

[type=checkbox], [type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  -ms-touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

img {
  max-width: 100%;
  height: auto;
}

@font-face {
  font-display: swap;
  font-family: myNotoSansJP;
  font-weight: 400;
  src: url(/font/NotoSansJP-Regular.otf) format("woff2");
}
:root {
  --bs-font-sans-serif: "Noto Sans JP","myNotoSansJP",sans-serif ;
}

body, input, textarea {
  font-family: "Noto Sans JP", myNotoSansJP, sans-serif;
}

h2 {
  text-align: center;
}

.tac {
  text-align: center;
}

.section_inner {
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
}

@media print, screen and (min-width: 769px) {
  .sp_only {
    display: none;
  }
}
@media print, screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .section_inner {
    padding: 0 2.667vw;
  }
}
/*============================
header
============================*/
.l-sw-header {
  position: fixed;
  z-index: 1024;
  right: 0;
  left: 0;
  width: 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.375s;
          transition-duration: 0.375s;
}

@media print, screen and (min-width: 769px) {
  .l-sw-header {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-sw-header {
    top: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .l-sw-header.is-hide {
    -webkit-transform: translateY(-55px);
            transform: translateY(-55px);
  }
}
@media screen and (max-width: 768px) {
  .l-sw-header.is-hide {
    -webkit-transform: translateY(-41px);
            transform: translateY(-41px);
  }
}
.l-sw-header::before {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-bottom-color: rgba(255, 255, 255, 0.5);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  content: "";
}

.l-sw-header .-sw-header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .l-sw-header .-sw-header-inner {
    min-height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .l-sw-header .-sw-header-inner {
    z-index: 9;
    min-height: 41px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-sw-header .c-sw-header-dunlopLogo {
    padding: 0 18px 2px;
  }
}
@media screen and (max-width: 768px) {
  .l-sw-header .c-sw-header-dunlopLogo {
    padding: 0 10px 2px;
  }
}
.l-sw-header .c-sw-header-nav-icon {
  position: absolute;
  z-index: 9;
  top: 7px;
  right: 15px;
  display: block;
  width: 30px;
  height: 30px;
}

@media print, screen and (min-width: 769px) {
  .l-sw-header .c-sw-header-nav-icon {
    display: none;
  }
}
.l-sw-header .c-sw-header-nav-icon > span {
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.375s;
          transition-duration: 0.375s;
}

.l-sw-header .c-sw-header-nav-icon > span:nth-child(1) {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.l-sw-header .c-sw-header-nav-icon > span:nth-child(2) {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-transition-delay: 0s, 0.1s;
          transition-delay: 0s, 0.1s;
}

html.is-menu .l-sw-header .c-sw-header-nav-icon > span:nth-child(1) {
  -webkit-transform: rotate(-30deg) translateY(0);
          transform: rotate(-30deg) translateY(0);
}

html.is-menu .l-sw-header .c-sw-header-nav-icon > span:nth-child(2) {
  -webkit-transform: rotate(30deg) translateY(0);
          transform: rotate(30deg) translateY(0);
}

.l-sw-nav {
  position: absolute;
  right: 0;
}

@media print, screen and (min-width: 769px) {
  .l-sw-nav {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-sw-nav {
    top: 41px;
  }
}
@media screen and (max-width: 768px) {
  html:not(.is-menu) .l-sw-nav {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .l-sw-nav .-sw-nav-inner {
    width: 100vw;
    background-color: #000;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.625s;
            transition-duration: 0.625s;
  }
}
@media screen and (max-width: 768px) {
  html:not(.is-menu) .l-sw-nav .-sw-nav-inner {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
}
@media screen and (max-width: 768px) {
  html.is-menu .l-sw-nav .-sw-nav-inner {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media print, screen and (min-width: 769px) {
  .l-sw-nav .c-sw-nav-container {
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .l-sw-nav .c-sw-nav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: calc(100dvh - 41px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media print, screen and (min-width: 769px) {
  .l-sw-nav .c-sw-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 55px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-sw-nav .c-sw-nav-item:not(:first-of-type) {
    margin-left: min(3.57vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .l-sw-nav .c-sw-nav-item:not(:first-of-type) {
    margin-top: 40px;
  }
}
.l-sw-nav .c-sw-nav-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-decoration: none;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-sw-nav .c-sw-nav-item-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-sw-nav .c-sw-nav-item-link .u-small {
  line-height: 1;
  font-weight: 500;
}

@media print, screen and (min-width: 769px) {
  .l-sw-nav .c-sw-nav-item-link .u-small {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .l-sw-nav .c-sw-nav-item-link .u-small {
    font-size: 13px;
  }
}
.l-sw-nav .c-sw-nav-item-link .u-strong {
  border-bottom-color: rgba(255, 255, 0, 0);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  -webkit-transition-property: border-bottom-color;
  transition-property: border-bottom-color;
  -webkit-transition-duration: 0.125s;
          transition-duration: 0.125s;
  font-weight: 500;
}

@media print, screen and (min-width: 769px) {
  .l-sw-nav .c-sw-nav-item-link .u-strong {
    font-size: min(1.07vw, 15px);
  }
}
@media screen and (max-width: 768px) {
  .l-sw-nav .c-sw-nav-item-link .u-strong {
    font-size: 19px;
  }
}
.l-sw-nav .c-sw-nav-item-link.u-current .u-strong {
  border-bottom-color: #ff0;
}

@media print, screen and (min-width: 769px) {
  .l-sw-nav .c-sw-nav-item-link:hover .u-strong {
    border-bottom-color: #ff0;
  }
}
.l-sw-nav .c-sw-nav-copyright {
  font-weight: 300;
}

@media print, screen and (min-width: 769px) {
  .l-sw-nav .c-sw-nav-copyright {
    text-align: right;
    font-size: 0.625rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sw-nav .c-sw-nav-copyright {
    text-align: center;
    font-size: 0.625rem;
  }
}
.l-sw-nav .c-sw-nav-copyright small {
  font-size: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1258px) {
  .l-sw-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1024;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-sw-header .-sw-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-sw-nav {
    position: relative;
    width: 100%;
    background-color: #000;
  }
  .l-sw-nav .c-sw-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
html.is-menu {
  overflow-y: hidden;
}

/*============================
footer
============================*/
.l-sw-footer {
  text-align: center;
  background-color: #fff;
  color: #000;
}

@media print, screen and (min-width: 769px) {
  .l-sw-footer {
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .l-sw-footer {
    padding: 0 0 80px;
  }
}
@media print, screen and (min-width: 769px) {
  .l-sw-footer .c-sw-footer-dunlopLogo {
    padding: 120px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-sw-footer .c-sw-footer-dunlopLogo {
    padding: 120px 0;
  }
  .l-sw-footer .c-sw-footer-dunlopLogo img {
    width: 100%;
    max-width: 358.51px;
    height: auto;
  }
}
.l-sw-footer .c-sw-footer-copyright {
  font-weight: 300;
}

@media print, screen and (min-width: 769px) {
  .l-sw-footer .c-sw-footer-copyright {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sw-footer .c-sw-footer-copyright {
    font-size: 0.75rem;
  }
}
.l-sw-footer .c-sw-footer-copyright small {
  font-size: 100%;
}

.l-sw-modal {
  position: relative;
}

main {
  background: #E6EAEB;
}
@media screen and (min-width: 769px) {
  main {
    font-size: 0.817vw;
  }
}
@media (min-width: 1224px) {
  main {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  main {
    font-size: 2.667vw;
  }
}

/*============================
#mv
============================*/
.mv {
  overflow: hidden;
  background: url(/images/special/synchroweather/campaign/mv_bg.jpg) no-repeat center/cover;
}
.mv_ttl {
  max-width: 731px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 31px;
}

.mv_date {
  background: #fff500;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  padding: 0 0 6px;
}
.mv_date .txt_l {
  font-size: 1.3em;
}
.mv_date .txt_ib {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .mv {
    background: url(/images/special/synchroweather/campaign/mv_bg_sp.jpg) no-repeat center/cover;
  }
  .mv_ttl {
    max-width: 90.93vw;
    padding: 4.67vw 0 6.13vw;
  }
  .mv_date {
    font-size: 3.73vw;
    line-height: 1;
    padding: 2.13vw;
  }
  .mv_date .txt_s_sp {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}

/* =================================== */


/*============================
#campaign
============================*/

.campaign {
  background: url("/images/special/synchroweather/campaign/campaign_bg.jpg") no-repeat center center/cover;
  padding: 50px 0 33px;
}

.campaign_pay {
  max-width: 452px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .campaign {
    background: url("/images/special/synchroweather/campaign/campaign_bg_sp.jpg") no-repeat center center/cover;
    padding: 6vw 0 9.07vw;
  }
  .campaign_pay {
    max-width: 90.67vw;
    margin: 0 auto;
  }
}

.campaign_ttl01 {
  color: #b5883d;
  font-weight: bold;
  text-align: center;
  max-width: 548px;
  margin: 79px auto 52px;
  position: relative;
  padding: 13px 0;
  font-size: 32px;
}

.campaign_ttl01::before,
.campaign_ttl01::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
}

.campaign_ttl01::before {
  top: 0;
  background: url("/images/special/synchroweather/campaign/campaign_ttl_line.png") no-repeat center/cover;
}

.campaign_ttl01::after {
  bottom: 0;
  background: url("/images/special/synchroweather/campaign/campaign_ttl_line.png") no-repeat center/cover;
}

.award_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.award_item {
  max-width: calc((100% - 24px) / 2);
  width: 100%;
  margin-bottom: 23px;
}

.award_box {
  font-size: 15px;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 10px;
  margin-top: -10px;
  line-height: 1.3;
}

.award_note-ttl {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 11px 0 5px;
}

.award_note-ttl::before {
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 5px;
  display: block;
  background: url("/images/special/synchroweather/campaign/ico_question01.png") no-repeat center/contain;
}

.award_note-lst > li {
  font-size: 15px;
  line-height: 1.3;
  color: #fff;
  display: flex;
}

.award_note-lst > li .txt_space01 {
  letter-spacing: -.1em;
}

.award_note-lst > li .txt_space02 {
  letter-spacing: -.5em;
}

.award_note-lst > li .txt_s {
  font-size: 13px;
  letter-spacing: 0;
}

.award_note-lst > li > *:first-child {
  flex-shrink: 0;
}

.award_note-lst a {
  color: #fff500;
}

@media screen and (max-width: 768px) {
  .campaign_ttl01 {
    max-width: 100%;
    margin: 14.67vw auto 5.33vw;
    padding: 2.53vw 0;
    font-size: 6.4vw;
  }

  .campaign_ttl01::before,
  .campaign_ttl01::after {
    height: 0.8vw;
  }

  .award_item {
    max-width: 100%;
    margin-bottom: 2.67vw;
  }

  .award_box {
    font-size: 3.47vw;
    border: 1px solid #fff;
    padding: 1.87vw;
    margin-top: 0;
  }

  .award_note-ttl {
    font-size: 3.47vw;
    margin: 1.87vw 0 1.6vw;
  }

  .award_note-ttl::before {
    width: 3.2vw;
    height: 3.2vw;
    margin-right: 0.8vw;
  }
  .award_note-lst > li {
    font-size: 3.47vw;
    line-height: 1.4;
  }
  .award_note-lst > li .txt_s {
    font-size: 3.2vw;
  }
  .award_note-lst {
    margin-bottom: -1.6vw;
  }

  .award_note-lst > li .txt_space01 {
    letter-spacing: unset;
  }

  .award_note-lst > li .txt_space02 {
    letter-spacing: unset;
  }
}


.apply_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.apply_item {
  max-width: calc((100% - 24px) / 2);
  width: 100%;
  margin-bottom: 24px;
  padding: 17px 25px 21px;
  background: url("/images/special/synchroweather/campaign/apply_bg.png") no-repeat center/100% 100%;
}

.apply_con01 {
  position: relative;
}

.apply_pl {
  padding-left: 60px;
}

.apply_img {
  position: absolute;
  max-width: 40px;
  width: 100%;
  flex-shrink: 0;
  top: 17px;
}

.apply_lbl {
  font-size: 21px;
  font-weight: 600;
  color: #fff500;
	font-style: italic;
}

.apply_txt01 {
  font-size: 21px;
  font-weight: 600;
  color: #fff;
}

.apply_txt01.txt_space01 {
  letter-spacing: -.05em;
}

.apply_txt02 {
  font-size: 16px;
  color: #fff;
  margin: 10px 0 15px;
}

.apply_txt02.txt_s {
  font-size: 15px;
  line-height: 1.1;
}

.apply_note > li {
  display: flex;
  font-size: 12px;
  color: #bbbbbb;
  line-height: 1.4;
}

.apply_note > li > *:first-child {
  flex-shrink: 0;
}

.apply_btn {
  max-width: 256px;
}
.apply_btn > a {
  display: block;
  border-radius: 1.429em;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  padding: 10px;
  text-decoration: none;
  color: #000;
  position: relative;
  background: url("/images/special/synchroweather/campaign/ico_btn_arr01.png") no-repeat center right 0.857em;
  background-color: #FFF500;
}
.apply_btn > a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .apply_item {
    max-width: 100%;
    margin-bottom: 2.13vw;
    padding: 5.33vw 4vw;
  }
  .apply_img {
    max-width: 8vw;
    height: 8vw;
    top: 3.47vw;
  }
  .apply_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .apply_pl {
    padding-left: 12.27vw;
  }
  .apply_lbl {
    font-size: 4.27vw;
  }
  .apply_txt01 {
    font-size: 4.27vw;
  }
  .apply_txt01.txt_space01 {
    font-size: 4.13vw;
  }
  .apply_txt02 {
    font-size: 3.73vw;
    margin: 1.6vw 0;
  }
  .apply_txt02.txt_s {
    font-size: 3.73vw;
    line-height: 1.1;
    margin: 3.73vw 0;
  }
  .apply_note > li {
    font-size: 3.2vw;
    line-height: 1.2;
  }
  .apply_con02.apply_pl {
    padding-left: 0;
  }
  .apply_btn {
    max-width: 79.47vw;
    margin: 0 auto;
  }
  .apply_btn > a {
    font-size: 4.8vw;
    padding: 2.67vw;
  }
  
}

/*============================
policy
============================*/
.policy {
  margin-top: 48px;
}

.policy_ttl {
  margin-bottom: 28px;
  font-size: 24px;
  color: #fff;
  line-height: 1.6;
  font-weight: bold;
}

.policy_wrap {
  height: 466px;
  background-color: #000;
  padding: 0 18px;
  border: 2px solid #99999a;
  border-radius: 8px;
  color: #fff;
}

.policy_inner {
  height: 100%;
  overflow-y: scroll;
  padding: 24px 0;
}

.policy_inner::-webkit-scrollbar {
  width: 10px;
}

.policy_inner::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 10px;
  margin: 30px 0;
}
 
.policy_inner::-webkit-scrollbar-thumb {
  background: #5a5a5a;
  border-radius: 10px;
}

.policy_inner {
  font-size: 1.6em;
  line-height: 1.5;
  padding-right: 5px;
}

.policy a {
  color: #fff500;
}

.policy ul {
  list-style: none;
}

.policy .note li {
  display: flex;
}

.policy_inner > *:not(:last-child) {
  margin-bottom: 24px;
}

.policy dt {
  color: #fff500;
  font-size: 18px;
  margin-bottom: 3px;
}

.policy_list {
  padding: 0;
}

.policy_list > li {
  padding-left: 1em;
  text-indent: -1em;
}

.policy_list > li:before {
  content: "・";
}

.policy_olist {
  padding: 0;
	list-style: decimal;
	overflow: visible;
	padding-left: 1.2em;
}
@media screen and (max-width: 768px) {
  .policy {
    margin-top: 14vw;
  }

  .policy_inner {
    padding: 6.4vw 4vw 6.4vw 0;
  }

  .policy_ttl {
    margin-bottom: 5.07vw;
    font-size: 4.8vw;
  }

  .policy_block {
    padding-top: 10vw;
    padding-bottom: 15vw;
  }

  .policy_wrap {
    padding: 0 2.13vw 0 5vw;
  }

  .policy_inner > *:not(:last-child) {
    margin-bottom: 3.6vw;
  }

  .policy dt {
    font-size: 4.27vw;
    margin-bottom: 0.8vw;
  }

  .policy dd {
    font-size: 3.73vw;
  }

  .policy p {
    font-size: 3.73vw;
  }

  .policy_inner::-webkit-scrollbar {
    width: 2.67vw;
  }

  .policy_inner::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 2.67vw;
    margin: 8vw 0;
  }
  
  .policy_inner::-webkit-scrollbar-thumb {
    background: #5a5a5a;
    border-radius: 2.67vw;
  }
}