@charset "shift_jis";

/* ---reset.css--- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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


/* HTML5 display-role reset for older browsers */

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

ul,
ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

img {
    vertical-align: middle;
    border: none;
    max-width: 100%;
    height: auto;
}

em {
    font-style: normal;
}

b {
    font-weight: bold;
}

strong {
    font-weight: bold;
}

address {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
}


/*---reset.css END---*/

body {
    font-family: 'Hiragino Sans', 'Kosugi', sans-serif;
    line-height: 1.6;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    background: #FFF;
    font-weight: 300;
}

div#wrapper {
    width: auto;
    min-width: 0;
    margin: 0 2%;
}

p {
    margin: 0;
}

br.pc {
    display: block;
}

br.sp {
    display: none;
}


/*  main
-----------------------*/

#contents {}


div#contents {
    clear: both;
    max-width: 1000px;
    margin: 0 auto;
}

h1.logo {
    display: flex;
    float: left;
    margin-bottom: 0;
}

h1.logo img {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    align-items: flex-end;
}

h1.logo .txt {
    margin: 28px 0 0;
    font-size: 80%;
}

.special-site {
    width: 244px;
    margin-top: 23px;
    margin-bottom: 0;
    float: right;
}

.special-site img {
    width: 100%;
}

.header {
    max-width: 1000px;
    margin: 15px auto 15px;
}

.header:after {
    content: "";
    display: block;
    clear: both;
}

.main-image-pc {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.main-image-sp {
    position: relative;
    display: none;
}

p.main {
    margin: 0;
}

h2.title {
    margin: 25px 0;
    padding: 0;
    padding-bottom: 5px;
    color: #010101;
    font-size: 22px;
    text-align: left;
    border-bottom: solid 1px #000000;
}

h2.bottom {
    margin: 35px 0;
}

/* ------------ Link ------------ */

.linkBtn {
    margin: 10px auto 0;
}

.linkBtn ul {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}

.linkBtn ul li {
    display: -webkit-box;
    /* safari, Chrome */
    display: -moz-box;
    /* Firefox */
    display: -o-box;
    /* Opera */
    display: -ms-box;
    /* IE */
    display: box;
    width: 46%;
    margin: 0 2%;
}

.linkBtn ul li a {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 20px 10px;
}


/* ------------ article ------------ */

.article-list-box {}

.article-list {
    display: table;
    width: 100%;
}

.article-list .left {
    width: 200px;
}

.article-list > li {
    margin-bottom: 20px;
}

.article-list .left img {
    width: 200px;
}

.article-list .left,
.article-list .right {
    display: table-cell;
    vertical-align: top;
}

.article-list .right {
    padding: 10px;
}

.article-list .right .summary-text {
    color: #707271;
    font-size: 18px;
    margin-bottom: 10px;
}

.article-list .right .main-text,
.article-list .right .main-text a {
    font-size: 21px;
    color: #1F1913;
}

.article-list .right .main-text {
    margin-bottom: 10px;
}

.article-list .right .lead-text {
    font-size: 14px;
    color: #707271;
}

.article-list > li {
    border-bottom: solid 1px #c9c9c9;
    margin-bottom: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.article-list li:last-child {
    border-bottom: none;
}

.sp-contents .catch {
    display: none;
}

.sp-contents .lead {
    display: none;
}

.inquiry {
    margin: 20px auto 5px;
    font-size: 80%;
    text-align: center;
}

/* footer
------------------*/
div#PCfooter {
    clear: both;
    width: auto;
    min-width: 1000px;
}

div#PCfooter #footer .inner .section_footer .title {
    font-size: 13px;
    color: #EDF0F5;
    margin: 0 0 20px;
}

div#SPfooter {
    display: none;
}

@media only screen and (max-width:812px) {

    div#PCfooter {
        display: none;
    }

    div#SPfooter {
        display: block;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    footer.sp {
        padding: 10px 0;
        text-align: center;
        line-height: 1.2;
        font-size: 10px;
        margin: 0 auto;
        max-width: 100%;
    }
}

@media only screen and (max-width: 640px) {

    body {}

    div#contents,
    .header,
    div#wrapper {
        width: auto;
        margin: 0;
    }

    br.pc {
        display: none;
    }

    br.sp {
        display: block;
    }

    h2.title {
        font-size: 19px;
        line-height: 1.35;
        margin: 20px 0;
        padding: 5px 0;
        border-top: solid 1px #000;
        border-bottom: solid 1px #000;
    }

    h2.title span {
        display: block;
    }

    h1.logo {
        float: left;
        padding-left: 10px;
    }

    h1.logo img {
        width: 120px;
    }

    h1.logo .txt {
        margin: 10px 0 0;
        font-size: 0.6em;
    }

    .special-site {
        width: 100px;
        padding-right: 10px;
        float: right;
        margin-top: 0;
    }

    .special-site img {
        width: 100%;
    }

    .header {
        margin: 10px 0;
    }

    div#wrapper {
        width: auto;
        min-width: 0;
    }

    .main-image-pc {
        display: none;
    }

    .main-image-sp {
        display: block;
    }

    .main-image-sp img {
        width: 96%;
        margin: 0 2%;
    }

    .linkBtn ul {
        width: 90%;
        display: block;
        margin: 10px auto;
    }

    .linkBtn ul li {
        display: -webkit-box;
        /* safari, Chrome */
        display: -moz-box;
        /* Firefox */
        display: -o-box;
        /* Opera */
        display: -ms-box;
        /* IE */
        display: box;
        width: 100%;
    }

    .linkBtn ul li a {
        padding: 10px;
    }

    .article-list {
        margin-bottom: 20px;
    }

    .article-list > li:first-child {
        padding-top: 0;
    }

    .article-list > li {
        border-bottom: solid 1px #c9c9c9;
        margin-bottom: 0;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .article-list > li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .article-list .left {
        display: block;
        padding: 10px 0;
        width: 100%;
    }

    .article-list .left img {
        width: 100%;
    }

    .article-list .right {
        display: block;
        width: 100%;
        padding: 10px 0;
    }

    .article-list .right .summary-text {
        font-size: 16px;
    }

    .article-list .right .main-text,
    .article-list .right .main-text a {
        font-size: 18px;
    }

    .sp-contents {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
    }

    .sp-contents .lead {
        display: block;
        margin: 5px 0 10px;
        padding: 0;
    }

    .sp-contents .lead img {
        width: 100%;
    }

    .sp-contents .item img {
        width: 100%;
    }

}
