@charset "UTF-8";

/* ───────────────────────────────────────────────────────────── Reset */

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    background: transparent;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    outline: 0;
    margin: 0;
    padding: 0;
}

body {
    line-height: 1em;
}

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

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

ins {
    background-color: #ed6d00;
    color: #2a2422;
    text-decoration: none;
}

mark {
    background-color: #ed6d00;
    font-style: italic;
    font-weight: bold;
    color: #2a2422;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border: none;
    font-variant: none;
}

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

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

input,
select {
    vertical-align: middle;
}

/* ───────────────────────────────────────────────────────────── Default */

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    font-family: "Lato", "YuGothic", "Yu Gothic", "游ゴシック",
        "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo",
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html {
    height: 100%;
}

body {
    background: #f5f5f5;
    /*min-width:980px;*/
    height: 100%;
    color: #000;
    _display: inline;
    _zoom: 1;
    -webkit-text-size-adjust: 100%;
    position: relative;
}

.ie8 body {
    background: #fff;
}

li {
    list-style: none;
}

a {
    border: none;
    color: #01afec;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

a:hover {
    opacity: 0.75;
}

em {
    font-style: normal;
    font-weight: bold;
}

img {
    vertical-align: bottom;
}

input,
textarea {
    margin: 0;
    padding: 0;
}

/* ────────────────────────────────────────────────────────── Common Style */

/*
h1, h2, h3, h4, h5, h6
*/

#headline {
    color: #fff;
}

.heading {
    border-left: 6px solid #01afec;
    font-size: 150%;
    line-height: 1.25em;
    padding: 0.5em 0 0.5em 0.75em;
    margin-bottom: 1.25em;
}

.subhead {
    font-size: 112.5%;
    line-height: 1.25em;
    margin: 1.5em 0 0.75em;
}

.container {
    width: 96%;
    max-width: 650px;
    margin: 0 auto;
    line-height: 2em;
}

.indent {
    padding-left: 1em;
}

h1.heading {
    border-left: 6px solid #937aa9;
    font-size: 150%;
    text-align: left;
    line-height: 1.25em;
    padding: 0.5em 0 0.5em 0.75em;
    margin-bottom: 1.5em;
}

/*
p, li
*/

section p {
    line-height: 1.75em;
    margin-top: 1em;
}

section h1 + p,
section h2 + p,
section h3 + p,
section h4 + p,
section h5 + p,
section h6 + p,
section p:nth-child(1) {
    margin-top: 0;
}

.list {
    margin: 1.5em 0;
}

.list li,
p.list {
    text-indent: -1em;
    padding-left: 1em;
}

.notes li:before,
p.notes:before {
    content: "※";
}

.d-circle li:before {
    content: "◎";
}

p.notice {
    font-size: 87.5%;
}

a {
    text-decoration: underline;
}

/*
other
*/

.clearfix {
    overflow: hidden;
    position: relative;
}

.clr {
    clear: both;
}

.hide {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

span.brk {
    display: block;
}

/* ────────────────────────────────────────────────────────── Common Layout */

.container {
    width: 96%;
    max-width: 750px;
    margin: 0 auto;
}

/* ────────────────────────────────────────────────────────── PC */

@media only screen and (min-width: 751px) {
}

/* ────────────────────────────────────────────────────────── SP */

@media only screen and (max-width: 750px) {
    span.brk {
        display: inline-block;
    }

    .heading {
        font-size: 125%;
    }
}

/* ────────────────────────────────────────────────────────── IE8,9 Hack */
