@charset "UTF-8";
/* CSS Document */

/*-----------------
common
-----------------*/
*{margin:0;padding:0;box-sizing:border-box;outline:0;border:0}
html{font-size:62.5%;}
body{line-height: 1.5;font-size:14px;font-size:1.4rem;font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}
a{color: #0c4fab;text-decoration: none;transition: all .1s ease-out;}
a:hover{opacity:0.7;}
img{vertical-align:middle;max-width:100%;height:auto;}
ul,ol,li{list-style:none;}

/*-----------------
header
-----------------*/
#header_summary {
    max-width: calc(980px + 4em);
    margin: 0 auto;
    padding: 0.5em 2em;
}
#header_summary img {
    display: block;
}
.title {
    padding: 1em 2em;
    color: #fff;
    background: #0c4fab;
}
.title h1 {
    max-width: 980px;
    margin: 0 auto;
    font-size: 28px;font-size: 2.8rem;
    font-weight: normal;
}
#pnkz {
    padding: 1em 2em;
}
#pnkz p {
    font-size: 12px;font-size: 1.2rem;
    max-width: 980px;
    margin: 0 auto;
}

/*-----------------
main
-----------------*/
.mv {
    text-align: center;
    background-color: #f2901b;
}

/*-----------------
article
-----------------*/
.contents-box1 {
    background-image: url(images/box1-text1.png),url(images/box1-text2.png);
    background-position: top -5px left, bottom right;
    background-repeat: no-repeat;
    padding: 5em 1em;
    text-align: center;
}
.contents-box2 {
    margin: 8em 2em;
    text-align: center;
}
.contents-box2 dl {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1020px;
    margin: 0 auto;
}
.contents-box2 dt {
    width: 100%;
    text-align: left;
    margin: 0 0 2em;
}
.contents-box2 dd {
    width: 50%;
}
.contents-box2 div {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 2em 0 0;
}
.contents-box2 div p:first-child {
    border-right: 1px solid #eee;
    margin: 0 2% 0 0;
    padding: 0 2% 0 0;
}
.contents-box3 {
    background-image: url(images/box3-title.png);
    background-position: top left;
    background-repeat: no-repeat;
    padding: 5em 1em;
    text-align: center;
}
.contents-box4 {
    background-color: #f0f5fb;
    padding: 5em 2em;
    text-align: center;
}
.contents-box4>p {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
}
.contents-box4 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 980px;
    margin: 2em auto 0;
}
.contents-box4 li {
    width: 32.5%;
    margin: 0 0 1em;
}
.contents-box4 li a {
    width: 100%;
    height: 100%;
    padding: 1em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #0c4fab;
    color: #fff;
    min-height: 130px;
}
.contents-box4  li:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: 34%;
}
.contents-box4 li strong {
    font-size: 18px;
    font-size: 1.8rem;
    width: 100%;
}
.contents-box4 li address {
    font-style: normal;
    font-size: 12px;
    font-size: 1.2rem;
    width: 100%;
}
.contents-box4 li p {
    font-size: 12px;
    font-size: 1.2rem;
}
.contents-box5 {
    background-color: #fedb00;
    padding: 5em 2em;
}
.contents-box5Wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto 3em;
    flex-wrap: wrap;
}
.box5-left {
    width: 50%;
    text-align: right;
}
.box5-right {
    width: 48%;
    margin: 0 0 0 2%;
}
.box5-right p:nth-child(2) {
    margin: 1em 0 0;
}
.box5-right p:nth-child(4) {
    margin: 1em 0 0;
}
.contents-box5>p {
    max-width: 980px;
    margin: 0 auto;
    padding: 1em 2em;
    font-size: 11px;
    font-size: 1.1rem;
    border: 1px solid #000;
    color: #000;
}
.contents-box5>p span {
    font-weight: bold;
}

/*-----------------
footer_menu
-----------------*/
.footer_menu {
    margin: 3em 2em;
    text-align: center;
}
.footer_menu ul {
    display: flex;
    justify-content: center;
    margin: 0 0 1em;
}
.footer_menu li {
    align-self: center;
    width: 33%;
    margin: 0 0.5em;
}
.footer_menu a {
    display: block;
    background: #e50012;
    padding: 0.5em 1em;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;font-size: 1.6rem;
}
.footer_menu p {
    font-size: 12px;font-size: 1.2rem;
}

/* pagetop */
#pagetop {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 60px;
    height: 60px;
}
#pagetop a {
    position: relative;
    display: block;
}
#pagetop a::before,
#pagetop a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#pagetop a::before {
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #0c4fab;
}
#pagetop a::after {
    left: 37%;
    width: 15px;
    height: 15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
    top: 6px;
}

/*-----------------
copyright
-----------------*/
footer {
    background: #ededed;
    text-align: center;
    padding: 1em 2em;
}
footer p {
    font-size: 12px;
    font-size: 1.2rem;
}

@media screen and (max-width: 980px) {
    .footer_menu li {
        width: 50%;
    }
}

@media screen and (max-width: 780px) {
    .title h1 {
        font-size: 5vw;
    }
    .contents-box1 {
        background-size: 80%;
        padding: 3em 1em;
    }
    .contents-box2 {
        margin: 5em 2em;
    }
    .contents-box3 {
        background-size: 80%;
        padding: 3em 1em;
    }
    .contents-box4 {
        padding: 3em 1em;
    }
    .contents-box4 li {
        width: 49%;
    }
    .contents-box4 li strong {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .contents-box4 li a {
        justify-content: left;
        text-align: left;
    }
    .contents-box4 li:nth-child(3n+2):last-child {
        margin: 0 0 1em;
    }
    .box5-left {
        width: 100%;
    }
    .box5-right {
        width: 100%;
        margin: 2em 0 0;
    }
    .footer_menu {
        margin: 2em 2em 3em;
    }
    .footer_menu ul {
        display: block;
    }
    .footer_menu li {
        width: 100%;
        margin: 0 0 0.5em;
    }
    footer {text-align: left;}
    .footer_menu a {
        font-size: 4vw;
    }
    .footer_menu p {
        text-align: left;
    }
    #pagetop {
        position: static;
        margin: 0 auto;
    }
}