@charset "UTF-8";
/*----------------------------------------
	reset
----------------------------------------*/
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,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #333;
  vertical-align: baseline;
}

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

ol li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

a {
  text-decoration: none;
}

body {
  font-family: "Open Sans", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo", "ＭＳ ゴシック", sans-serif;
  font-size: 14px;
}

/*----------------------------------------
	header
----------------------------------------*/
header {
  position: fixed;
  width: 100%;
  height: 78px;
  z-index: 100;
  background: #efefef;
  top: 0;
}
header h1 {
  text-align: center;
  padding-top: 20px;
}
header h1 img {
  width: auto;
  height: 36px;
}

/*----------------------------------------
	main
----------------------------------------*/
.main__wrapper {
  margin-top: 78px;
  margin-left: 0;
}
h3{
  margin-top: 25px;
}
ol{
  padding-left: 40px;
}
ol li{
  padding: 5px 0;
}
ol li span{
  position: absolute;
  margin-left: -30px;
}


/*----------------------------------------
	footer
----------------------------------------*/
footer {
  margin: 55px 0 25px;
  text-align: center;
}
footer img {
  width: 50px;
  height: auto;
}
footer .helvetica {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: lighter;
}

.main__wrapper .pp {
  width: 600px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.main__wrapper .pp h2 {
  padding-bottom: 50px;
}
.main__wrapper .pp ol li {
  padding-bottom: 16px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }


  /*----------------------------------------
  	共通部分
  ----------------------------------------*/
  .title__section {
    padding: 25px 20px 45px;
    box-sizing: border-box;
  }
  .title__section h2 {
    font-size: 24px;
    margin: 10px auto 15px;
  }
  .title__section h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .title__section p {
    text-align: left;
  }

  .link_button {
    position: absolute;
    width: 150px;
    height: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .link_button a {
    font-size: 16px;
    line-height: 30px;
    transition: 0;
  }

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }


  /*----------------------------------------
  	footer
  ----------------------------------------*/
  footer {
    margin: 25px 0 15px;
  }

}
@media screen and (max-width: 767px) {
  .main__wrapper .pp {
    width: auto;
    padding: 20px;
  }
  .main__wrapper .pp h2 {
    padding-bottom: 20px;
  }
  .main__wrapper .pp ol li {
    padding-bottom: 16px;
  }
}
