@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
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:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
a:link, a:visited, a:hover {
  color: inherit;
  text-decoration: inherit;
}
p {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Roboto", "YakuHanJP", "BaseFont-JP", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background: #FFF;
  min-width: 1380px;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  background: #FFF;
}
.wrapper *:focus {
  outline: none;
}
.header {
  width: 100%;
  height: 78px;
  margin: 0;
  /*  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;	*/
  border-bottom: #F7F7F7 2px solid;
}
.header-inner {
  padding-top: 20px;
  margin-left: 40px;
}
.header-logo-img {
  width: 157px;
  height: auto;
}
main.frame_main {
  margin: 0;
  background: url("../img/bg_history_pc.png") center top no-repeat #fffff1;
  padding-top: 90px;
}
.frame {
  width: 1000px;
  background: #fff;
  border-radius: 20px;
  margin: 10px auto 70px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
h1 {
  font-size: 50px;
  text-align: center;
  color: #ca5270;
  padding: 60px 0;
  font-family: 'Zen Maru Gothic' !important;
  font-weight: 500;
}
.frame_inner {
  width: 800px;
  margin: 0 auto;
  padding-bottom: 70px;
	font-family: 'Zen Maru Gothic';
  font-size: 20px;
  font-weight: 400;
  line-height: 2.6;
  text-align: center;
}

.frame_inner img {
  width: 100%;
}

@media screen and (max-width: 768px), print {
  body {
    background: #FFF;
    min-width: 100%;
  }
  .wrapper {
    width: 100%;
  }
  .header {
    width: 100%;
    height: 16.53333vw;
  }
  .header-inner {
    padding-top: 4.600780234070221vw;
    margin-left: 5.201560468140442vw;
  }
  .header-logo-img {
    width: 28.93333vw;
  }
  main.frame_main {
    margin: 0;
    background: url("../img/bg_history_sp.png") center top repeat-y #fffff1;
	  background-size: cover;
    padding-top: 7.666vw;
  }
  .frame {
    width: 90vw;
    margin: 0 auto 14.6vw;
  }
  h1 {
    font-size: 6.266vw;
    padding: 7.666vw 0 4.666vw;
    line-height: 1.5;
  }
  .frame_inner {
    width: 100%;
    padding: 0 6.66vw 6.66vw;
    font-size: 4vw;
  }
}

@media screen and (min-width: 769px), print {
	.disp_sp_none {
    display: block;
  }
  .disp_pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px), print {
	.disp_sp_none {
    display: none;
  }
  .disp_pc_none {
    display: block;
  }
}

.section {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #e1e1e1;
}
.section h2 {
  color: #353535;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 40px;
}
.section h2:before {
  content: '◆ ';
  color: #e4002b;
}
.section p:not(:last-child) {
  margin-bottom: 40px;
}
.section picture {
  display: block;
}
.spacer {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px), print {
  .section {
    margin-bottom: 5.33vw;
    padding-bottom: 5.33vw;
  }
  .section h2 {
    font-size: 4.53vw;
    margin-bottom: 5.33vw;
  }
  .section p:not(:last-child) {
    margin-bottom: 5.33vw;
  }
  .spacer {
    padding-bottom: 5.33vw;
  }
}

.link_btn_wrap {
  display: flex;
  justify-content: center;
  padding-bottom: 90px;
}
.link_btn {
	background: #e8486d;
  color: #fff !important;
  font-size: 20px;
  font-family: 'Zen Maru Gothic';
  width: 390px;
  display: block;
  text-align: center;
  border-radius: 350px;
  padding: 25px 0;
}

@media screen and (max-width: 768px), print {
  .link_btn_wrap {
    padding-bottom: 7.666vw;
  }
	.link_btn {
    max-width: 81.33vw;
    background: #e8486d;
    color: #fff !important;
    font-size: 4.6vw;
    display: block;
    text-align: center;
    border-radius: 9999px;
    padding: 5.6vw 0;
    margin: 0 auto;
	}
}

