@charset "UTF-8";
.color-red {
  color: red;
}

.color-orange {
  color: orange;
}

.color-darkgray {
  color: #95949a;
}

.empty200 {
  height: 200px;
}

.mincho {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  letter-spacing: unset;
}

/* 全体 */
html, body {
  background-color: #fdfdfd !important;
}

/* footer関連 */
footer {
  font-family: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
}

.footer_main {
  text-align: center;
}

.footer_link {
  font-size: 86%;
}
.footer_link > a {
  padding: 0px 5px;
  text-decoration: none;
  color: gray;
}
.footer_link > a:hover {
  color: dimgray;
}

.rights {
  font-size: 83%;
}

.twitter_link {
  color: deepskyblue;
  text-decoration: none;
}

.twitter_link:hover {
  color: deepskyblue;
  text-decoration: underline;
}

/* プライバシーポリシー */
#privacy {
  font-family: Helvetica Neue, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
}
#privacy .privacy_contents {
  background-color: floralwhite;
  margin: 50px 0px;
  padding: 30px;
  border: 3px solid orange;
  border-radius: 40px;
}
#privacy .privacy_contents > div {
  margin-bottom: 30px;
}
#privacy h1 {
  margin-bottom: 30px;
  font-size: 150%;
}
#privacy h2 {
  font-size: 120%;
}
#privacy a {
  color: #00a497;
  text-decoration: none;
}
#privacy a:hover {
  color: #00a497;
  text-decoration: underline;
}

/* 丸枠 */
.blue_rounded1 {
  border: 3px solid orange;
  background-color: floralwhite;
  border-radius: 40px;
}

/* リスト */
/* リストの点を消す */
main ul {
  padding-left: 0;
  list-style: none;
}

/* フォントサイズ */
.font-sm {
  font-size: 90%;
}

/* 矢印 */
.triangle-left {
  display: inline-block;
  border-style: solid;
  border-width: 14px 24px 14px 0;
  border-color: transparent orangered transparent transparent;
}

.triangle-top {
  display: inline-block;
  border-style: solid;
  border-width: 0 14px 24px 14px;
  border-color: transparent transparent orangered transparent;
}

.triangle-right {
  display: inline-block;
  border-style: solid;
  border-width: 14px 0 14px 24px;
  border-color: transparent transparent transparent orangered;
}

.triangle-bottom {
  display: inline-block;
  border-style: solid;
  border-width: 24px 14px 0 14px;
  border-color: orangered transparent transparent transparent;
}

/* 広告関連 */
.ad_pc {
  text-align: center;
}/*# sourceMappingURL=site_i.css.map */