/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 62.5%;
}
body {
  line-height: 1.6;
  font-family: "BIZ UDGothic", "Noto Sans JP", "Yu Gothic Medium",
    "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
}
sup {
  vertical-align: super;
  font-size: 0.8em;
}
button {
  cursor: pointer;
}

/*****  fontStyle  *****/
.hdg_ttl04 {
  border-left: solid 4px #00a651;
  padding-left: 22px;
  font-size: 1.8rem;
  font-weight: 600;
}
.hdg_ttl05 {
  border-left: solid 4px #003399;
  padding-left: 22px;
  font-size: 1.8rem;
  font-weight: 600;
}
.hdg_ttl06 {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: left;
}
.notes {
  text-align: left;
  font-size: 0.8em;
  padding-left: 1em;
  text-indent: -1em;
}
/*****  layoutSet  *****/
#page {
  padding: 0 !important;
  width: auto !important;
}
#page * {
  box-sizing: border-box;
}
.inner {
  margin: 0 auto;
  max-width: 1000px;
}
#header {
  background-color: #fff;
  border-bottom: 5px solid #e60012;
}
#header .inner {
  padding: 20px;
}

#contents {
  padding: 0px 0 50px;
}
#contents .inner {
  padding: 0px 30px;
}
#stepNavi {
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
  background: #fff;
  z-index: 100;
}
#stepNavi .inner {
  padding: 0;
}
#stepNavi .sbiTitle {
  text-align: center;
}
#stepNavi .sbiTitle > p {
  font-size: 2.2rem;
}
#stepNavi .sbiTitle img {
  padding: 20px;
}
.stepTitle {
  background-color: #e60012;
  color: #fff;
  font-size: 2.6rem;
  padding: 15px 0;
  text-align: center;
}

.stepDesc {
  padding: 60px 0px 60px;
  text-align: left;
}

#agreement .stepDesc {
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  color: #555;
  padding: 20px;
  text-align: center;
}

.stepDesc h1 {
  font-weight: bold;
  margin-bottom: 20px;
}
#stepContents {
  background-color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
}
#stepContents .hdg_ttl02 {
  color: #e60012;
  margin: 1.5em auto 0.5em;
  border-left: solid 4px #e60012;
  padding-left: 22px;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
#stepContents .entryForm {
  font-size: 2rem;
  margin: 0 0 30px;
}
#stepContents .entryForm p {
  margin-bottom: 1.5em;
}
#stepContents .entryForm dl {
  width: 90%;
  margin: 0 auto;
}
.lineup {
  text-align: center;
  margin: 20px 0;
}
.lineup .lineup-inner {
  display: inline-block;
}

/*------------Utils（ここから）--------------------------------*/
.bold {
  font-weight: bold;
}
.bold .address{
  padding-left: 7em;
  font-weight: normal;
}
.bold p{
  font-weight: normal;
}
.text_80 {
  font-size: 0.8em;
  text-indent: -3.5em;
  padding-left: 3.5em;
  margin-bottom: 0 !important;
}
.text_90 {
  font-size: 0.9em;
}
.text_120 {
  font-size: 1.2em;
}
.text_nomal {
  font-weight: normal;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}

.text_blk {
  color: #333;
}
.mt--35 {
  margin-top: 35px !important;
}
.mb--20 {
  margin-bottom: 20px !important;
}
/*------------Utils（ここまで）--------------------------------*/

.btn {
  position: relative;
  display: block;
  max-width: 500px;
  padding: 15px 0;
  margin: auto;
  text-decoration: none;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 50px;
  transition: 0.5s;

  white-space: nowrap;
}
.btn-green {
  background: #00a651;
  color: #fff;
  border: 2px solid #00a651;
}
.btn-green:hover {
  border: 2px solid #00a651;
  background: #ffffff;
  color: #333333;
  text-decoration: none;
}
.btn-red {
  background: #e60012;
  color: #fff;
  border: 2px solid #e60012;
}
.btn-red:hover {
  border: 2px solid #e60012;
  background: #ffffff;
  color: #333333;
  text-decoration: none;
}
a.btn-back {
  background: #ffffff;
  color: #333333;
  border: 2px solid #333333;
}
a.btn-back::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: translateY(-2px) rotate(225deg);
  box-sizing: border-box;
}
.btn-back:hover {
  border: 2px solid #333333;
  background: #eeeeee;
  color: #333333;
  text-decoration: none;
}
a.btn-white {
  background: #ffffff;
  color: #333333;
  border: 2px solid #333333;
}
.btn-white:hover {
  border: 2px solid #333333;
  background: #eeeeee;
  color: #333333;
  text-decoration: none;
}
img {
  max-width: 100%;
}

/*--modal-----------------------------*/
.modal {
  font-size: 1.8rem;
  max-width: 1000px;
  padding: 20px;
}
.modal-title {
  margin-top: 35px !important;
  font-size: 1.2em;
}
.modal p {
  text-align: center;
  margin-bottom: 10px;
}

.modal dd a {
  text-align: center;
  color: #00a651;
}

.modal dl {
  text-align: center;
  margin: 20px;
}
.modal .close {
  font-size: 1.5rem;
}

/*--modal-----------------------------*/

/*------------メディアサイズ768px以下の時------------*/
@media screen and (min-width: 640px) {
  .hide-large-screen {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  /*****  fontStyle  *****/
  .hdg_ttl04 {
    font-size: 1.6rem;
  }
  .hdg_ttl05 {
    font-size: 1.6rem;
  }
  /*****  layoutSet  *****/
  #contents .inner {
    margin: 0 20px;
    padding: 0px;
  }
  #header .inner {
    padding: 10px;
  }
  #header .inner .header_logo {
    height: 25px;
  }
  #header .inner .header_logo img {
    height: 100%;
  }
  #stepNavi .sbiTitle {
    padding: 0;
  }
  #stepNavi .sbiTitle > p {
    font-size: 1.4rem;
  }
  .stepTitle {
    font-size: 1.8rem;
    padding: 10px;
    font-weight: bold;
  }
  #stepContents {
    font-size: 1.6rem;
  }
  #stepContents .hdg_ttl02 {
    padding-left: 12px;
  }
  #stepContents .entryForm {
    font-size: 1.6rem;
    padding: 0px;
  }
  .modal-title {
    font-size: 1em;
  }
  .modal dd a {
    font-size: 1.5rem;
  }
}

/*------------メディアサイズ768px以下の時（ここまで）------------*/
