@charset "UTF-8";
/*======================================

	Resert

=======================================*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

/*======================================

	Base

=======================================*/
body {
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  color: #282828;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

li {
  list-style-type: none;
}

/*======================================

	page_header

=======================================*/
.page_header {
  position: relative;
  letter-spacing: 0.04em;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px;
  background: #ffffff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}

.page_header small {
  font-size: 18px;
  font-weight: 700;
}

.page_header span {
  letter-spacing: 0.09em;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  border-radius: 2px;
  flex: none;
  order: 0;
  flex-grow: 0;
  box-sizing: border-box;
}

.page_header span img {
  width: 19px;
}

/*======================================

	wrapper

=======================================*/
.wrapper {
  max-width: 414px;
  margin: 0 auto;
  position: relative;
  z-index: 98;
}

@media (min-width: 750px) {
  .wrapper {
    max-width: 414px;
  }
}
.contents {
  padding: 24px 24px 60px;
}

.contents_block {
  margin: 0 0 40px;
}

/*======================================

	page_top

=======================================*/
.page_top {
  width: 88px;
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 99;
}

/*======================================

	main

=======================================*/
.main {
  margin: 0 0 30px;
}

.main_copy {
  font-family: "Hiragino Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
}

.heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
}

/*======================================

	user_solution

=======================================*/
.user_guide li {
  margin: 0 0 32px;
}

.user_guide li:last-child {
  margin: 0;
}

.user_guide_ttl {
  display: flex;
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 1rem;
}

.user_guide_num {
  margin: 0 0 1rem;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  line-height: 22px;
  text-align: center;
  color: #fff;
  background: #000;
  font-size: 13px;
  margin: 1px 5px 0 0;
}

.user_guide_num_normal {
  gap: 4px;
  width: 100%;
  border-radius: 2px;
  flex: none;
  order: 0;
  flex-grow: 0;
  box-sizing: border-box;
}

.user_guide_num_normal img {
  width: 26px;
  height: 26px;
  vertical-align: middle;
}

.user_guide_num_fill {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 0px 0px 8px;
  gap: 4px;
  width: 100%;
  background: #caecff;
  border-radius: 2px;
  flex: none;
  order: 0;
  flex-grow: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  box-sizing: border-box;
}

.user_guide_num_fill img {
  width: 26px;
  height: 26px;
}

.user_guide_txt {
  font-weight: 300;
}

.user_guide_img {
  margin-top: 0.5rem;
}

/*======================================

	caution

=======================================*/
.caution_list {
  border-radius: 8px;
}

.caution_list p {
  margin-top: 0.75rem;
  padding-left: 1em;
  text-indent: -1em;
  font-style: normal;
  font-weight: 200;
  font-size: 13px;
  line-height: 20px;
  color: #8b90a0;
}

/*======================================

	btn

=======================================*/
.btn {
  margin-top: 2rem;
  text-align: center;
  padding: 13px 10px;
  text-decoration: none;
  color: #ffffff;
  max-width: 300px;
  box-sizing: border-box;
  background: #00a7e9;
  border-radius: 100px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.container {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.btn-inPage {
  margin-top: 1rem;
  text-align: center;
  padding: 13px 10px;
  text-decoration: none;
  color: #ffffff;
  max-width: 300px;
  box-sizing: border-box;
  border-radius: 5px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: unset;
  background: #ffffff;
  font-weight: 600;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}

.btn-inPage:first-child {
  margin-top: unset;
}

.btn-link {
  position: relative;
  margin-top: 1rem;
  text-align: center;
  padding: 13px 10px;
  text-decoration: none;
  color: #ffffff;
  max-width: 300px;
  box-sizing: border-box;
  border-radius: 5px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: unset;
  background: #ffffff;
  font-weight: 600;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}

.btn-link::after {
  content: url(../../top/img/arrow.png);
  width: 1rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%) scale(0.5);
}

.btn-link:first-child {
  margin-top: unset;
}

/*======================================

	helper

=======================================*/
.hp_mb1 {
  margin-bottom: 1rem;
}

.hp_mb2 {
  margin-bottom: 2rem;
}

.hp_mb-1 {
  margin-bottom: -0.2rem;
}

.sub_ttl {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 36px;
  color: #00a7e9;
}

.bg_gray {
  background-color: #f8f8f8;
}

.character {
  width: 150px;
  margin-left: auto;
  margin-top: -2rem;
  display: block;
}

.hp_br {
  display: none;
}

/*======================================

	トップコンテンツ

=======================================*/
.top_contents {
  padding-top: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  margin-bottom: 12px;
}

.rogo {
  width: 32%;
  margin: 15px auto;
}

/*======================================

	contents_header

=======================================*/
.contents_header {
  position: relative;
  letter-spacing: 0.04em;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 10px;
  background: #caecff;
  margin: 15px auto;
}

.page_header small {
  font-size: 18px;
  font-weight: 700;
}

.page_header span {
  letter-spacing: 0.09em;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  border-radius: 2px;
  flex: none;
  order: 0;
  flex-grow: 0;
  box-sizing: border-box;
}

.page_header span img {
  width: 19px;
}

/*======================================

	らくらくスマートフォン対応

=======================================*/
@media (max-width: 325px) {
  .hp_br {
    display: block;
  }
  .page_header {
    font-size: 16px;
  }
  .page_header small {
    font-size: 14px;
    text-align: center;
  }
  .page_header span {
    letter-spacing: unset;
    font-size: 16px;
    text-align: center;
  }
  .page_header span img {
    width: 15px;
  }
}/*# sourceMappingURL=common.css.map */