@charset "UTF-8";

@media screen and (min-width: 680px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){   
  .pc { display:none; }
  .sp { display:block; }
}


/* BUTTON */

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none !important;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}
.btn--bk,
a.btn--bk {
  color: #fff !important;
  background-color: #000;
}
.btn--bk:hover,
a.btn--bk:hover {
  color: #fff;
  background: #049c0c;
}
a.btn--radius {
   border-radius: 100vh;
}

div.msg-btn {

  margin: 20px auto;
  text-align: center;
}

/* page style */

div.page-tit {
  height: auto;
}
div.page-tit h2 {
  margin: 0;
  padding: 20px 30px;
}

div.body-outline {
  margin-top: 20px;
  padding: 0 30px 56px;
  font-family: -apple-system, BlinkMacSystemFont, Lato, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "Custom Yu Gothic", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
div.body-outline p {
  padding-bottom: 1.6em;
}
div.body-outline h3 {
  width: 470px;
  margin: 10px auto 20px;
  padding: 0 55px;
  text-align: center;
  font-size: 1.4em;
  position: relative;
  display: inline-block;
}
h3:before, h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 210px;
  height: 1px;
  background-color: black;
  -webkit-box-sizing:content-box;
}
h3:before {
  left:0;
}
h3:after {
  right: 0;
}

div.body-outline h4 {
  margin-top: 20px;
  padding: 10px 0 5px;
  text-align: center;
  font-size: 1.2em;
}

div.outline-box {
  margin: 0 0 20px;
  padding: 10px 20px;
  background: #e5efd8;
}


div.outline-box ul {
  margin-left: 20px;
}
div.outline-box ul li {
  padding-bottom: 10px;
  word-break: break-all;
}

span.note {
  color: #e73c64;
  font-size: 0.8em;
  font-weight: 700;
}



/* SMART PHONE STYLE */
@media screen and (max-width: 767px) {

div.page-tit h2 {
  margin: 0;
  padding: 20px 10px;
  font-size: 1.4em;
  text-align: center;
}
div.body-outline {
  margin-top: 20px;
  padding: 0 15px 56px;
}

  div.body-outline h3 {
  width: 170px;
  margin: 10px auto 20px;
  padding: 0 40px;
}
h3:before, h3:after {
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: black;
  -webkit-box-sizing:content-box;
}
}
