
@charset "utf-8";

/* Common
======================================================================= */

/* clearfix
----------------------------------------------------------------------- */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-table; min-height: 1%; }
/* \*/
* html .clearfix { height: 1% !important; }
.clearfix { display: block; }
/* */

/* Reset
======================================================================= */
html, body,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, ol, li,
form, input, textarea, button, p, blockquote,
th, td { margin: 0; padding: 0; }

body { font-size: 13px; line-height: 1.385; }
h1, h2, h3, h4, h5, h6 { font-size: 12px; }
table { border: none; border-collapse: collapse; border-spacing: 0; font-size: inherit; font: 100%; empty-cells: show; }
caption { text-align: left; }
th, td { border: none; line-height: 1.385; }

object { outline: none; }


/* Base layout
======================================================================= */
html { height: 100%; }
body { padding: 40px; color: #333333; background-color: #f6f6f4; line-height: 1.5; text-align: center; font-size: 15px; font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; }

/* #container
----------------------------------------------------------------------- */
#container { margin: 0 auto; padding: 60px 60px 40px 60px; border: 1px solid #e0e0e0; _width: 680px; max-width: 680px; background-color: #ffffff; text-align: left; border-radius: 10px; box-shadow: rgba(0,0,0,.1) 1px 1px 3px; }

/* #header
----------------------------------------------------------------------- */
#header .mark { margin-top: -23px; margin-left: -17px; }
#header img { vertical-align: bottom; }

/* #content
----------------------------------------------------------------------- */
#content { margin: 30px 0; }
#content .heading h1 { color: #999999; line-height: 1.3; font-size: 40px; font-family: Arial, Helvetica, sans-serif; }
#content .subsection { margin-top: 2em; }
#content .subsection ul { margin: .25em 0; padding: .75em 1em 1em 1em; border: 1px solid #e0e0e0; background-color: #f6f6f4; border-radius: 5px; }
#content .subsection li { margin: .25em 0 0 1.75em; }

/* #footer
----------------------------------------------------------------------- */
#footer { text-align: right;color: #999; font-size: 12px; font-weight: bold; }



.home_btn a{color:#fff;background:#e60000; width: 100%; height: 50px; line-height: 50px; font-size: 16px;; font-weight: bold; text-decoration: none; margin-top: 15px; }
@media only screen and (min-width:1000px){ .home_btn a:hover{background:#ff5c00;}}

.home_btn a{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}