@charset "UTF-8";

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow: auto;
}

body {
  -webkit-text-size-adjust: 100%
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Helvetica, "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700
}

table,
input,
textarea,
select,
option {
  line-height: 1.1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

:focus {
  outline: 0
}

ins {
  text-decoration: none
}

del {
  text-decoration: line-through
}

img {
  vertical-align: top
}

a:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)"
}

form label {
  cursor: pointer
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top
}

body {
  width: 480px;
  margin: 0 auto;
  padding: 0;
  background-size: 100% auto;
}

main{
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.vis{
  position: relative;
}

.visBtn{
  box-sizing: border-box;
  position: absolute;
  bottom: 25px;
  left: 24px;
  text-align: left;
}

.visBtn img{
 width: 61%;
}


main img{
  width: 100%;
  margin: 0;
  padding: 0;
}

.foot{
  text-align: center;
  background-color: #3C5BA4;
  padding: 50px 30px 120px 30px;
}
.company{
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.company a{
  color: #fff;
}
.copyright{
  padding-top: 30px;
  font-size: 11px;
  color: #fff;
}

.btn{
  width: 480px;
  position: fixed;
  bottom: 10px;
}

.btn img{
  width: 90%;
}


.pri {
  width: 320px;
  margin: 0 auto;
  font-size: 12px;
  text-align: left;
  color: #666;
  padding: 15px 0 50px 0;
  line-height: 1.8;
}

.pri a{
  color: #666;
}

p input{
  font-size: 15px;
  box-sizing: border-box;
  width: 90%;
  height: 47px;
  padding: 10px;
  border: none;
  border-radius: 4px;
  background-color: #f0f0f0;
}

input[type="submit"] {
  display: block;
  font-size: 16px;
  box-sizing: border-box;
  width: 320px;
  height: 66px;
  padding: 10px;
  margin: 0 auto;
  margin-top: 30px;
  border: none;
  border-radius: 100px;
  background-color: #3C5BA4;
  color: #fff;
}

h2{
  padding: 16px 0 4px 0;
  font-size: 16px;
  text-align: left;
  padding-left: 24px;
}
h2 span{
  color: #c00;
  font-size: 13px;
  padding-left: 4px;
}



/* プライバシーポリシー全体の囲み */
.privacy-policy-wrapper {
    max-width: 800px;
    margin: 40px auto;
    padding: 40px;
    background-color: #fcfcfc; /* うっすらグレーの背景 */
    border: 1px solid #eaeaea;
    border-radius: 8px;
    color: #333;
    line-height: 1.8;
    font-family: sans-serif;
}

/* メインタイトル */
.privacy-title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #ddd;
}

/* リード文 */
.privacy-lead {
    margin-bottom: 40px;
}

/* 各項目のブロック */
.privacy-section {
    margin-bottom: 35px;
}

/* 各項目の見出し */
.privacy-section h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 12px;
    border-left: 4px solid #3b82f6; /* 青いアクセント線（お好みで色を変更してください） */
}

/* 箇条書きリスト */
.privacy-section ul {
    margin: 0 0 0 20px;
    padding: 0;
}

.privacy-section li {
    margin-bottom: 8px;
    list-style-type: disc; /* 黒丸の箇条書き */
}

/* お問い合わせ先のリンク色 */
.privacy-section a {
    color: #3b82f6;
    text-decoration: underline;
}

.privacy-section a:hover {
    text-decoration: none;
}

/* 最終更新日・社名 */
.privacy-footer {
    margin-top: 50px;
    text-align: right;
    font-size: 14px;
    color: #666;
}

/* スマートフォン向けの調整 */
@media (max-width: 768px) {
    .privacy-policy-wrapper {
        margin: 20px 15px;
        padding: 20px;
    }
    
    .privacy-title {
        font-size: 20px;
    }
    
    .privacy-section h3 {
        font-size: 16px;
    }
}
