@charset "shift_jis";
/* ---------------------------------------------------------
Document Common（SP）
--------------------------------------------------------- */

html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #383838;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
a,
span,
img,
figure,
figcaption,
table {
  outline: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-collapse: collapse;
  font-weight: normal;
  list-style: none;
}

.red {
  color: #e73323;
}

.inline {
  display: inline-block;
  vertical-align: top;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}

address,
em {
  font-style: normal;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
  text-align: center;
}

a {
  text-decoration: none;
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

.container {
  margin: 0 20px 60px;
  text-align: left;
}

.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}

/*????????????????-
Document Common(PC)
????????????????-*/
@media screen and (min-width: 750px) {

  html,
  body {
    min-width: 800px;
    background: #fdf8eb;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
      "Hiragino Kaku Gothic Pro", "Noto Sans JP", "ＭＳ Ｐゴシック",
      "MS PGothic", "Osaka", sans-serif;
    font-size: 18px;
  }

  .f_left {
    float: left;
  }

  .f_right {
    float: right;
  }

  .flex {
    display: flex;
  }

  a {
    transition: 0.4s;
  }
}

/* ---------------------------------------------------------
	Document layout(PCのみ)
--------------------------------------------------------- */
@media screen and (min-width: 750px) {
  #wrapper {
    overflow: hidden;
  }

  #container {
    width: 800px;
    margin: 10px auto 50px;
    background: #fff;
    padding-bottom: 10px;
  }

  .container {
    margin: 0 60px 60px;
    text-align: left;
  }
}

/* ---------------------------------------------------------
	CSS Document header(SP)
--------------------------------------------------------- */
#header {
  padding: 10px 20px;
  text-align: left;
  font-size: 0;
  line-height: 1;
}

#header figure {
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
  width: 30%;
  margin-right: 5%;
}

#header img {
  vertical-align: middle;
}

#header p {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #777;
}

@media only screen and (max-width: 640px) {
  #header p {
    font-size: 2vw;
  }
}

/*????????????????-
Document header(PC)
????????????????-*/
@media screen and (min-width: 750px) {
  #header {
    min-width: 800px;
    width: 100%;
    height: 60px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
  }

  #header .section {
    width: 800px;
    height: 59px;
    margin: 0 auto;
    text-align: left;
    font-size: 0;
    line-height: 58px;
  }

  #header figure {
    vertical-align: top;
    margin-right: 30px;
  }

  #header img {
    width: 200px;
  }

  #header p {
    vertical-align: top;
  }
}

/* ---------------------------------------------------------
Document matome(SP)
--------------------------------------------------------- */
.matome {
  margin-top: 70px;
  padding: 1px 30px 30px;
  border-radius: 10px;
  background: #105d00;
  font-size: 20px;
  color: #fff;
  margin-bottom: 50px;
}

.matome h3 {
  margin: -30px 0 15px;
  text-align: center;
}

.matome h3 span {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  box-shadow: 0 0 0 3px #105d00 inset;
  background: #fff;
  font-weight: 500;
  font-size: 40px;
  line-height: 56px;
  color: #0f0f0f;
}

.matome li {
  margin-top: 1em;
  margin-left: 1em;
  text-decoration: underline;
  list-style: disc;
}

.matome p.ttl {}

.matome p.ol-ttl {
  text-decoration: underline;
  color: #f2e826;
  font-size: 22px;
}

.matome ol {
  margin-bottom: 10px;
  font-size: 19px;
}

.matome li {
  margin-top: 0;
  margin-left: 0;
  text-decoration: none;
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}

/*????????????????-
Document matome(PC)
????????????????-*/
@media screen and (min-width: 750px) {
  .matome {
    padding: 1px 30px 5px;
  }

  .matome p.ol-ttl {
    font-size: 24px;
  }

  .matome ol {
    margin-bottom: 20px;
  }
}

/* ---------------------------------------------------------
	CSS Document footer > pagetop(SP)
--------------------------------------------------------- */
#pagetop {
  display: none;
  width: 46px;
  height: 46px;
  overflow: hidden;
  -webkit-border-radius: 46px;
  border-radius: 46px;
  background: rgba(255, 106, 139, 0.9);
  font-size: 0;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9;
  cursor: pointer;
}

#pagetop span {
  width: 14px;
  height: 14px;
  border-top: solid 3px #fff;
  border-left: solid 3px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 18px;
  left: 16px;
}

/*????????????????????????????-
Document footer > pagetop(PC)
????????????????????????????-*/
@media screen and (min-width: 750px) {
  #pagetop {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    color: #fff;
    bottom: 40px;
    right: 40px;
  }

  #pagetop:before {
    content: "";
    width: 20px;
    height: 20px;
    border-top: solid 3px #fff;
    border-left: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 22px;
    left: 23px;
  }

  #pagetop:after {
    content: "";
    width: 20px;
    height: 20px;
    border-top: solid 3px #fff;
    border-left: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 37px;
    left: 23px;
  }

  #pagetop:hover {
    opacity: 0.7;
    filter: Alpha(opacity=70);
  }
}