@charset "utf-8";
/******************************************************

        PCサイト用

******************************************************/
@media screen and (min-width: 768px) {


/******************************************************/
/* elements  */
/******************************************************/
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 10px;
}
body {
    color: #000000;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    font-family:
        "Vollkorn",
        "Times New Roman",
        "Noto Sans Japanese",
        "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic ProN",
        "ＭＳ Ｐゴシック",
        "MS P Gothic",
        Verdana,
        Arial,
        Helvetica,
        sans-serif;
}
* html body {
    font-size: 62.5%;
    line-height: 1.6;
}
*:first-child+html body {
    font-size: 62.5%;
    line-height: 1.6;
}
p {
    font-size: 1.6rem;
}
dt {
    font-size: 1.6rem;
}
dd {
    font-size: 1.6rem;
}
strong, th {
    font-weight: 600;
}
ul, ol {
}
li {
    font-size: 1.6rem;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}
td p, td li, td dt, td dd, dd li, dd p, li p, li li {
}
table {
    font-size: 100%;
    line-height: 1.6;
    border-top: 1px solid #aaaaaa;
    border-left: 1px solid #aaaaaa;
    border-right-style: none;
    border-bottom-style: none;
}
tr {
    text-align: left;
    vertical-align: top;
}
td, th {
    font-size: 1.6rem;
    padding: 9px;
    border-right: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
    border-top-style: none;
    border-left-style: none;
    outline-style: none;
}
hr {
    text-align:        left;
    vertical-align:    top;
    height: 1px;
    border-top-style:  none;
    border-bottom:     1px solid #aaaaaa;
    border-right-style: none;
    border-left-style: none;
    outline-style:     none;
}
a {
    color: #009bbd;
    text-decoration:none;
}
a:visited {
    color: #1e3a71;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
a:active {
}
a[href^="tel:"] {
    pointer-events: none;
}
img {
    border-style: none;
    border-width: 0;
    vertical-align: top;
}
#main a:hover img {
    opacity:0.7;
    filter: alpha(opacity=70);
}
.smp {
    display: none !important;
}


/******************************************************/
/* base  */
/******************************************************/
#main {
    color: #a2a2a2;
    display: block;
    position: relative;
    z-index: 1;
    min-width: 1000px;
}
#main .inbox {
    position: relative;
    width: 940px;
    margin: auto;
}
#main section {
    min-width: 1000px;
}


/******************************************************/
/* header  */
/******************************************************/
header {
    background: #c8d0d2;
    margin: auto;
    position: relative;
    min-width: 1000px;
}
header .inbox {
    position: relative;
    padding: 38px 30px;
    width: 940px;
    margin: auto;
}
header #toplogo,
header #logo {
    float: left;
    width: 106px;
    height: 32px !important;
}
header #gn {
    position: relative;
}
header #smp_open_menu,
header #smp_close_menu {
    display: none;
}
header #gn_main {
    float: right;
    text-align: right;
}
header #gn_main a {
    color: #ffffff;
}
header #gn_main .nav {
    padding-top: 6px;
}
header #gn_main .nav ul.menu {
    display: table;
    margin-left: auto;
}
header #gn_main ul.menu li {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0.05em;
    padding: 0 0 0 30px;
}


/******************************************************/
/* footer */
/******************************************************/
footer {
    background: #dee3e4;
    color: #333333;
    clear: both;
    position: relative;
    min-width: 1000px;
    padding: 104px 0 38px;
}
footer a {
    color: inherit;
    text-decoration: underline;
}
footer a:hover {
    text-decoration: none;
}
footer h2 {
    margin-bottom: 50px;
    padding-left: 2px;
    height: 32px;
}
footer p.contact {
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.1em;
}
#copyright {
    margin-top: 96px;
    clear: both;
    line-height: 1;
    text-align: center;
}
#copyright small {
    color: #555555;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.1em;
}


/******************************************************/
/* clearfix  */
/******************************************************/

div#content:after,
.clfx:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    max-height: 0;
    visibility: hidden;
}
/* ie7,macIE5 */
div#content,
.clfx {
    display: inline-block;
}
/* winIE6 below, exclude macIE5 \*/
* html div#content,
* html .clfx {
    height: 1%;
}
div#content,
.clfx {
    display: block;
}


}