@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
*/
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;
  box-sizing: border-box;
}

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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 inherit;
  cursor: help;
}

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

table td {
  padding: 2px;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

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

/* :::::::::: 共通 :::::::::::::: */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 980px) {
  .sp,
  .spLink {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sp,
  .spLink {
    display: block !important;
  }
}

.alC {
  text-align: center !important;
}

.alR {
  text-align: right !important;
}

.alL {
  text-align: left !important;
}

.fcRD {
  color: #cc0000;
}

.fcBL {
  color: #4c8dcb;
}

.fcGE {
  color: #69c2aa;
}

.bgBL {
  background-color: #4c8dcb;
  color: #fff;
}

.bgSK {
  background: #e4eef7;
}

.bold {
  font-weight: bold;
}

.vaM {
  vertical-align: middle;
}

.hidden {
  font-size: 0;
  text-indent: -999999px;
  height: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.underline {
  text-decoration: underline;
}

.txtLink.iconOther {
  padding-left: 17px;
  background: url(/commonY15/img/icon_ext_red_01.png) 0 6px no-repeat;
}

.txtLink.iconOther > i {
  display: none;
  speak: normal;
}

.noteList {
  margin: 0;
  list-style: none;
}
.noteList li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 1.8em;
  line-height: 1.4;
}
.noteList li a {
  color: #0f56a2;
  text-decoration: underline;
}
.noteList li a:hover {
  text-decoration: none;
}
.noteList li .listMark {
  margin-left: -1em;
  text-indent: 1em;
}

.noteList_star li .listMark {
  padding-right: 0.5em;
  margin-left: -1.5em;
  text-indent: 1.5em;
}

/* :::::::::: レイアウト ::::::::*/
body {
  font: 12px/1.5 Arial, Geneva, Helvetica, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
  -webkit-text-size-adjust: none;
}

.wrapper {
  max-width: 950px;
  margin: 0 auto;
  min-width: auto;
}

/* :::::::::ヘッダー::::::::: */
#header {
  height: 39px;
  border-bottom: 1px solid #fff;
  background: linear-gradient(#ffffff, #e0dedf);
}

#header h1 {
  background: url(/afl/sp/common/img/logo.png) 15px center no-repeat;
  height: 25px;
  margin: 15px auto 0;
  text-align: center;
  width: 100%;
}

/* :::::::::: フッター :::::::::::::: */
#footer {
  padding: 6px;
  background-color: #eee;
}

.copyright {
  margin-bottom: 5px;
  color: #999999;
  text-align: center;
  font-size: 10px;
}

/* :::::::::: メイン :::::::::::::: */
.section {
  padding: 50px 0 0;
}

#main {
  margin: 0 auto;
  padding: 25px 0 50px;
  font-size: 14px;
  background: url(../img/bg.jpg) no-repeat;
  background-size: 100%;
}
@media (max-width: 767px) {
  #main {
    background: url(../img/bg_sp.jpg) no-repeat right top;
    background-size: cover;
  }
}

#main.bg2 {
  background: url(../img/bg2.jpg) no-repeat;
  background-size: 100%;
}
@media (max-width: 767px) {
  #main.bg2 {
    background: url(../img/bg2_sp.jpg) no-repeat right top;
    background-size: cover;
  }
}

#main .main_inner {
  padding: 0 15px;
  max-width: 950px;
  margin: 0 auto;
}

.img__logo {
  text-align: left;
}
@media (max-width: 767px) {
  .img__logo img {
    width: 45%;
  }
}

.title {
  font-size: 36px;
  text-align: center;
}
@media (max-width: 767px) {
  .title {
    font-size: 1.125rem;
  }
}

.text__lead {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .text__lead {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 0.937rem;
  }
}

.text__head {
  margin-top: 50px;
  padding-left: 12px;
  font-size: 34px;
  font-weight: bold;
  border-left: 15px solid #c00;
}
@media (max-width: 767px) {
  .text__head {
    margin-top: 25px;
    padding-left: 6px;
    font-size: 1.062rem;
    border-width: 8px;
  }
}

.text__form {
  font-size: 24px;
}
@media (max-width: 767px) {
  .text__form {
    font-size: 0.75rem;
  }
}

.note__form {
  font-size: 20px;
}
@media (max-width: 767px) {
  .note__form {
    font-size: 0.625rem;
  }
}

/* :::::::::: 入力フォーム :::::::::::::: */
.block__input {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .block__input {
    margin-top: 10px;
  }
}
.block__input select {
  padding: 10px;
  width: 100%;
  font-size: 24px;
}
@media (max-width: 767px) {
  .block__input select {
    padding: 5px;
    font-size: 0.75rem;
  }
}
.block__input .cpcode {
  width: 95%;
  padding: 10px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .block__input .cpcode {
    padding: 5px;
    font-size: 0.75rem;
  }
}

.nextButton {
  margin: 40px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .nextButton {
    margin: 20px 0;
  }
}
.nextButton .js-error {
  display: inline-block;
  padding: 10px;
  background: #ddd;
  color: #555;
  width: 40%;
  font-size: 34px;
}
@media (max-width: 767px) {
  .nextButton .js-error {
    width: 100%;
    font-size: 1.125rem;
  }
}
.nextButton .js-submit {
  display: inline-block;
  padding: 10px 0;
  text-decoration: none;
  border: none;
  background: #c00;
  color: #fff;
  width: 40%;
  font-size: 34px;
}
@media (max-width: 767px) {
  .nextButton .js-submit {
    width: 100%;
    font-size: 1.125rem;
  }
}
.nextButton .js-submit:hover {
  cursor: pointer;
}

.box__attention {
  width: 68%;
  margin: 50px auto 0;
  border: 1px solid #026992;
}
@media (max-width: 767px) {
  .box__attention {
    width: 100%;
    margin-top: 20px;
  }
}
.box__attention .dotnoteList li {
  list-style: inside;
  text-indent: -1em;
  padding-left: 1em;
}

.head__attention {
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-size: 30px;
  background: #026992;
}
@media (max-width: 767px) {
  .head__attention {
    padding: 5px 0;
    font-size: 1rem;
  }
}

.img__attention {
  padding: 20px 24px;
}
@media (max-width: 767px) {
  .img__attention {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .img__attention2 {
    padding: 10px 15px;
  }
}