@charset "UTF-8";

/*  reset css  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

*{
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

/*  reset css end  */



@media screen and (max-width: 768px) {
  .sp-elme {display: block;}
}
@media screen and (min-width: 769px) {
  .sp-elme {display: none;}
}


#policy {
  padding-top: 60px;
  padding-bottom: 50px;
}

#policy .modBox-inr {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 769px) {
  #policy .modBox-inr {
    max-width: 780px;
  }
}

h1 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  color: #003888;
  font-size: 28px;
  margin-bottom: 50px;
  line-height: 1.6em;
}


@media screen and (max-width: 768px) {
  #policy h1{
    font-size: 24px;
  }
}


#policy .policy-list{
  font-size: 13px;
  line-height: 1.8em;
}

@media screen and (max-width: 768px) {
  #policy .policy-list{
    font-size: 14px;
  }
}

#policy .policy-list > li {
  margin-bottom: 50px;
}

#policy .policy-list h2 {
  font-size: 18px;
  font-weight: bold;
  color: #003888;
  padding-bottom: 7px;
  margin-bottom: 15px;
  border-bottom: solid 1px #063a86;
}

@media screen and (max-width: 768px) {
  #policy .policy-list h2{
    font-size: 20px;
  }
}


#policy .policy-list p {
  margin-top: 0px;
}

#policy .policy-list .notes-list li{
  margin: 6px 0;
}

#policy .policy-list .note {
  font-size: 12px;
  text-indent: 0;
  line-height: 1.8em;
}

#policy .policy-list ul.idx li {
  margin-left: 1.0em;
  text-indent: -1.0em;
}

#policy .policy-list a{
  color: #237cbc;
  text-decoration: none;
}

#policy .policy-list .present{
  color: #237cbc;
  border: solid 1px;
  padding: 13px 20px;
  max-width: 500px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #policy .policy-list .present{
    padding: 10px 15px;
    width: 100%;
  }
}



#policy .policy-list .present .present-title{
  display: table-cell;
  width: 75px;
}

@media screen and (max-width: 768px) {
  #policy .policy-list .present .present-title{
    width: 90px;
  }
}


#policy .policy-list .present .present-text{
  display: table-cell;
}
