* {
font-family: "Helvetica Neue",
Arial,
"Hiragino Kaku Gothic ProN",
"Hiragino Sans",
Meiryo,
sans-serif;
}

/*--------------------------------------------------------------------------
header
---------------------------------------------------------------------------*/
header {
padding: 20px 0;
border-bottom: dotted 1px #d3d3d3;
}
header h1 {
display: block;
width: 130px;
margin: 0 auto;
}

@media screen and (max-width: 900px) {
header {
padding: 12px 0;
border-bottom: dotted 1px #d3d3d3;
}
header h1 {
display: block;
width: 100px;
margin: 0 auto;
}

}


/*--------------------------------------------------------------------------
article
---------------------------------------------------------------------------*/
article {
width: 86.6666%;
max-width: 900px;
margin: 0 auto;
}

/*--------------------------------------------------------------------------
breadcrumb
---------------------------------------------------------------------------*/
.breadcrumb {
padding: 20px 40px;
border-bottom: dotted 1px #d3d3d3;
}
.breadcrumb ul li {
display: inline;
font-size: 12px;
}
.breadcrumb ul li:first-child::after {
content: "›";
padding: 0 6px;
font-size: 14px;
}
.breadcrumb ul li:last-child {
opacity: 0.6;
}

@media screen and (max-width: 900px) {
.breadcrumb {
padding: 10px 15px;
border-bottom: dotted 1px #d3d3d3;
}
}

/*--------------------------------------------------------------------------
column
---------------------------------------------------------------------------*/
#column {
}


#column .lead {
margin: 40px 0 20px;
}

#column .lead h2 {
display: inline-block;
padding: 10px 15px;
font-size: 13px;
font-weight: normal;
line-height: 13px;
box-shadow: 0 0 0 1px #BD983E inset;
border-radius: 2px;
color: #BD983E;
}
#column .lead h2 + p {
margin-top: 15px;
font-size: 34px;
line-height: 1.5em;
font-weight: bold;
}

#column .cont {

}
#column .cont p {
margin-bottom: 40px;
font-size: 18px;
line-height: 2.3em;
}
#column .cont .vt {
display: block;
max-width: 450px;
}


@media screen and (max-width: 900px) {
#column .lead h2 {
display: inline-block;
padding: 7px 10px;
font-size: 12px;
font-weight: normal;
line-height: 12px;
box-shadow: 0 0 0 1px #BD983E inset;
color: #BD983E;
}
#column .lead h2 + p {
margin-top: 10px;
font-size: 24px;
line-height: 1.5em;
}
#column .lead h2 + p br {
display: none;
}
#column .cont p {
margin-bottom: 30px;
font-size: 15px;
line-height: 2em;
}
}

/*--------------------------------------------------------------------------
aside
---------------------------------------------------------------------------*/
aside {
margin-top: 80px;
padding: 40px;
background: #f7f7f7;
}
aside dl > * {
margin: 0 0 10px;
padding: 0;
font-size: 13px;
}
aside dl dt {
width: 100px;
opacity: 0.6;
}
aside dl dd {
width: calc(100% - 100px);
}
aside dl dd a {
text-decoration: underline;
}
@media screen and (max-width: 900px) {
aside {
margin-top: 40px;
padding: 30px;
}
aside dl dt {
width: 90px;
opacity: 0.6;
}
aside dl dd {
width: calc(100% - 90px);
}
aside dl > * {
margin: 0 0 10px;
padding: 0;
font-size: 12px;
}
}

/*--------------------------------------------------------------------------
btn-back
---------------------------------------------------------------------------*/
.btn-back {
margin: 40px auto 80px;
text-align: center;
}
.btn-back a {
display: inline-block;
padding-bottom: 5px;
border-bottom: dashed 1px #333;
}
@media screen and (max-width: 900px) {
.btn-back {
margin: 30px auto 60px;
text-align: center;
}
.btn-back a {
padding-bottom: 10px;
font-size: 14px;
line-height: 14px;
}
}

/*--------------------------------------------------------------------------
footer
---------------------------------------------------------------------------*/
footer {
margin-bottom: 10px;
text-align: center;
}
footer p {
padding: 15px 0 0;
font-size: 10px;
font-family: "CormoranGaramond", serif;
opacity: 0.5;
}
