/* -----------------------------------------------------------------
   reset
----------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


body {
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  word-wrap : break-word;
  overflow-wrap : break-word;
}

a {
  color: #ff0080;
  text-decoration: underline;
  transition: .2s;
}
a:hover {
  opacity: 0.7;
  font-weight: bold;
}
a:visited {
  color: #92015b;
  text-decoration: underline;
  transition: .2s;
}

#page_top{
  content: url(https://gigaplus.makeshop.jp/kankanhouse/infoimage/totop.png);
  position: fixed;
  right: 0;
  bottom: 0;
  display: none;
  text-decoration: none;
}

#page_top a{
  content: url(https://gigaplus.makeshop.jp/kankanhouse/infoimage/totop.png);
  position: fixed;
  right: 0;
  bottom: 0;
  display: block;
  text-decoration: none;
}

#page_top a::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

#hto_main_container  {
  max-width: 100%;
  mrgin: 0;
  padding: 0;
}

p, div {
  word-break: break-all;
}

h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 5px 20px;
}

div.flow {
  margin: 20px 10px;
  max-width: 750px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.step {
  margin: 3px;
  padding: 3px 10px;
  border: 1px solid #333;
  background: #fff;
  display: inline-block;
}

.allow {
  margin: 3px 5px;
  padding: 0;
  width: 15px;
}
.flow_sonota {
  width: 100%;
  margin: 10px 5px;
}

div.hto_setu {
  max-width: 700px;
  padding: 5px;
}

div.hto_setu h3 {
  background-color: #fcd;
  font-size: 20px;
  font-weight: bold;
  padding: 4px 10px;
  margin: 0 0 15px 0;
}

.hto_mida {
  font-size: 17px;
  font-weight: bold;
  text-decoration: underline #333;
}

.hto_mida::before {
  content:"\25CF";
  font-size: 17px;
  font-weight: bold;
  margin-left: -17px;
}

div.hto_setu p {
  margin: 30px 5px 10px 30px;
}

.hto_setu img {
  border: 1px solid #333;
  display: block;
  margin: 25px 10px;
  max-width: 100%;
}

div.hto_setu ul {
  list-style: disc outside;
  margin: 15px 10px 0 10px;
  padding-left: 30px;
}

div.hto_setu dl {
  margin: 10px 15px;
  max-width: 100%;
}

div.hto_setu dt {
  width: 130px;
  margin: 0;
  padding: 10px 5px;
  font-weight: bold;
  background-color: #fff0f5;
}

div.hto_setu dd {
  margin: 0;
  padding: 10px 5px 20px 10px;
}

span.hto_heart {
  font-size: 24px;
  font-weight: bold;
  color: #F69;
}

.hto_chui {
  list-style-type: none;
  margin: 0 0 0 -23px;
  padding-left: 1em;
  text-indent: -1em;
}
.red_bold {
  color: #ff0000;
  font-weight: bold;
  padding: 12px;
  border: 1px solid #666;
  border-radius: 10px;
}
.red_bold span {
  border-bottom: 2px solid #333;
}

.hto_toi {
  margin: 5px 0 0 20px;
}

.hto_toi img {
  max-width: 100%;
  margin: 0;
}

.button {
  transition: .3s;
}

.button:hover {
  transform: translate(1px, 2px);
}