@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;
}
.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;
}

/* :::::::::: 共通 :::::::::::::: */

.alC {
  text-align: center;
}
.alR {
  text-align: right;
}
.alL {
  text-align: left;
}
.red {
  color: #cc0000;
}
.bold {
  font-weight: bold;
}
.vaM {
  vertical-align: middle;
}
.hidden {
  font-size: 0;
  text-indent: -999999px;
  height: 0;
}
.notesListA li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
.notesListC li {
  padding-left: 1.54em;
  text-indent: -1.54em;
  line-height: 1.6;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* :::::::::: マージン ::::::::*/

.mgb10 {
  margin-bottom: 10px;
}
.mgt10 {
  margin-top: 10px
}

/* :::::::::: レイアウト ::::::::*/

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;
  width: 100%;
  margin: 0 auto;
  min-width: auto;
}

/* :::::::::ヘッダー::::::::: */

#header {
  height: 39px;
  border-bottom: 1px solid #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0dedf));
  background: -moz-linear-gradient(#ffffff, #e0dedf);
  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;
}

/* :::::::::: メイン :::::::::::::: */

@media only screen and (max-width: 768px) {
  .pc {
    display: none!important;
  }
}
.sp,
.spLink {
  display: none!important;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block!important;
  }
  .spLink {
    display: inline-block!important;
  }
}
#main {
  margin: 15px auto;
  font-size: 14px;
  max-width: 980px;
}
#main .main_inner {
  padding: 0 15px;
}
.title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.title_lead {
  font-size: 18px;
  margin-top: 30px;
  text-align: center;
}
#main_image {
  margin-top: 20px;
  text-align: center;
  position: relative;
}
#main_image img {
  width: 100%;
}
.heading {
  font-size: 18px;
  font-weight: normal;
  margin-top: 50px;
  margin-bottom: 15px;
  background: #555;
  color: #fff;
  text-align: center;
  padding: 10px;
  clear: both;
  letter-spacing: .1em;
}
#circle {
  width: 370px;
  height: 370px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.8;
  text-align: center;
  z-index: 20;
  position: absolute;
  top: 10%;
  left: 2%;
}
#circle p {
  font-size: 17px;
  line-height: 1.9;
  padding: 10px 0 0 10px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.box {
  width: 25%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
}
.step {
  width: 94%;
  padding: 3%;
  margin: 0 auto;
}
.step p.title {
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.step p.txt {
  font-size: 14px;
  min-height: 70px;
  padding: 5px;
  text-align: left;
}
.step img {
  width: 100%;
}
.arrow {
  clear: both;
  text-align: center;
}
.arrow img {
  max-width: 50%;
  margin: 10px auto 20px;
}
.info {
  clear: both;
  border: 4px solid #ccc;
  text-align: center;
  padding: 15px 10px;
}
.info p.title {
  font-size: 20px;
  font-weight: bold;
  color: #cc0000;
  padding: 5px;
}
.info p.txt {
  font-size: 16px;
}
@media screen and (min-width: 640px) {
  .title_lead {
    display: none;
  }
}
@media screen and (min-width: 950px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #main {
    margin: 15px auto;
    font-size: 12px;
    max-width: 670px;
  }
  .title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
  }
  .title_lead {
    font-size: 18px;
    margin-top: 10px;
    text-align: left;
  }
  .heading {
    font-size: 14px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 5px;
  }
  .spbox {
    clear: both;
    width: 100%;
  }
  .box {
    width: 50%;
  }
  .pc_only {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .title {
    font-size: 20px;
  }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  #circle {
    width: 290px;
    height: 290px;
    position: absolute;
    top: 4%;
    left: 2%;
  }
  #circle p {
    font-size: 14px;
    line-height: 1.9;
    padding: 10px 0 0 10px;
  }
  .step p.txt {
    font-size: 12px;
    min-height: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  #circle {
    width: 330px;
    height: 330px;
    position: absolute;
    top: 8%;
    left: 2%;
  }
  #circle p {
    font-size: 16px;
    line-height: 1.9;
    padding: 10px 0 0 10px;
  }
  .step p.txt {
    font-size: 13px;
    min-height: 70px;
  }
}

/* :::::::::: テーブル ::::::::*/

table.service {
  width: 100%;
  box-sizing: border-box;
}
table.service th {
  font-size: 16px;
  border: 1px solid #d9d9d9;
  background: #f6f6f6;
  padding: 15px 0;
  text-align: center;
  vertical-align: middle;
  letter-spacing: .15em;
}
table.service td {
  border: 1px solid #d9d9d9;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  table.service th {
    padding: 8px 0;
  }
  table.service td {
    padding: 10px;
  }
}
