@charset "UTF-8";
/* CSS Document */
/* CSS Document */
* {
  box-sizing: border-box;
  z-index: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.0rem;
  /*10px*/
  font-family: 'Noto Sans JP',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",'Open Sans','Noto Sans JP', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.75;
  position: relative;
  color: #574d4f;
}

.min {
  font-family: 'Noto Serif JP',"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gothic {
  font-family: 'Noto Sans JP',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",'Open Sans','Noto Sans JP', sans-serif;
}

.meiryo {
  font-family: 'メイリオ', 'Meiryo','Noto Sans JP', sans-serif;
}

i {
  font-style: normal;
}

a {
  color: #4682b4;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
  font-size: 0;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ul li, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 2.7rem;
  margin: 0 0 20px;
  padding: 10px;
  line-height: 1;
  border-radius: 2px;
  font-weight: bold;
  border: 1px solid #aa4800;
  background: #ffb67f;
  background: linear-gradient(0deg, #ffb67f 0%, #ffd6b7 100%);
}

h3 {
  border-left: solid 4px #f25500;
  font-size: 20px;
  line-height: 20px;
  color: #be4300;
  margin: 30px 0 10px;
  padding: 0 0 0 10px;
  clear: both;
}

.topBtn {
  width: 60px;
  height: 60px;
  background: #ff5a00;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  z-index: 100;
}
.topBtn i {
  display: block;
  font-size: 3rem;
  text-align: center;
}
