@charset "UTF-8";
/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ BASE
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 830px) {
  body {
    　position: relative;
    overflow-x: hidden;
  }
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*====================================================================================
BreakPoint
====================================================================================*/
@media screen and (max-width: 830px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 830px) {
  .sp {
    display: none !important;
  }
}

/*====================================================================================
Font
====================================================================================*/
h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, dt, dd, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure {
  word-wrap: break-word;
  color: #303030;
  font-family: Arial, Droid Sans, Roboto, Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
  list-style-type: none;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ 
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
:root {
  background-color: #F2F2F2;
}

main {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 15px;
}

.block:not(:last-child), .card:not(:last-child) {
  margin-bottom: 35px;
}

.block > *:not(:last-child), .block > .block:not(:last-child), .card > *:not(:last-child), .card > .block:not(:last-child), .block > .card:not(:last-child), .card > .card:not(:last-child) {
  margin-bottom: 20px;
}

.card {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  padding: 25px 10px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}

.card.slim {
  padding: 10px;
}

.step {
  position: relative;
}

.step:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.step:not(:last-child):after {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 30px;
  height: 20px;
  transform: translateX(-50%);
  background-image: url(../images/icon_arrow.svg);
  background-size: cover;
  content: "";
}

.step > *:not(:last-child) {
  margin-bottom: 15px;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ 
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================

====================================================================================*/
.image img {
  width: 100%;
}

.thumb {
  position: relative;
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
}

.thumb:after {
  display: block;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(rgba(255, 255, 255, 0), white);
  content: "";
}

.thumb img {
  width: 100%;
}

.emoji {
  width: 1em;
  height: 1em;
  margin: 0 2px;
}

.red {
  color: #bc3239;
}

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

====================================================================================*/
.titleTop {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.title01 > * {
  display: block;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
}

.title01 > *:not(:last-child) {
  margin-bottom: 5px;
}

.title01 .small {
  font-size: 14px;
}

.title01 .content {
  color: #bc3239;
  font-size: 20px;
}

.title02 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

.title02 .badge {
  display: block;
  width: 75px;
  padding: 6px 0px;
  border-radius: 100px;
  background-color: #bc3239;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
}

.title02 .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.025em;
}

.title02 .emoji {
  vertical-align: text-top;
}

.center {
  text-align: center;
}

.small {
  font-size: 13px;
}

.bold {
  font-weight: bold;
}

.textLink {
  text-align: right;
}

.textLink > * {
  color: #4071e7;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
}

.table01 {
  width: 100%;
}

.table01, .table01 td, .table01 th {
  border: 1px solid #ccc;
}

.table01 td, .table01 th {
  padding: 5px;
}

.table01 thead td, .table01 thead th {
  background-color: #f9f9f9;
  font-weight: bold;
}

.table01 tr > *:first-child {
  width: 45%;
}
.button > * {
    -webkit-box-shadow: 0px 3px 4px 3px rgba(188, 50, 57, 0.25);
    display: block;
    position: relative;
    padding: 10px 0;
    border-radius: 8px;
    background-color: #5576A9;
    box-shadow: 0px 3px 4px 3px  #ccc;
    color: #ffff !important;
    font-weight: bold;
    line-height: 1em;
    text-align: center;
    text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);
    font-size:16px;
}

.button > *:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(-45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
}
.botton{
 margin-bottom:10px !important;
}
