@charset "utf-8";

/* base */

html {
    padding: 0;
    font-size: 62.5%;
}

body {
    background: #06c;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    color: #555;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0;
}

h1 {
    display: inline-block;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 3rem;
    text-align: center;
    margin: 15px 5px 7px;
}

h1 a {
    color: #000;
}

h2 {
    color: #0095d9;
    line-height: 1.1em;
    margin: 20px 0;
    border-bottom: solid 2px #0095d9;
}

a {
    color: #4682b4;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #bbc8e6;
    transition-duration: 0.2s;
}

a:hover img {
    opacity: 0.8;
    transition-duration: 0.2s;
}

a:focus {
    outline: none;
}

img {
    vertical-align: middle;
}

p {
    text-align: justify;
    margin: 25px 0;
}

ul {
    list-style: none;
}

ol {
    padding-left: 25px;
}

ol li {
    margin: 10px 0;
}

dd {
    margin: 10px 0 50px;
}

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

th,
td {
    padding: 10px;
}

hr {
    border: 0;
    height: 1px;
    background: #ccc;
    background-image: -webkit-linear-gradient(left, #eee, #ddd, #eee);
    background-image: -moz-linear-gradient(left, #eee, #ddd, #eee);
    background-image: -ms-linear-gradient(left, #eee, #ddd, #eee);
    background-image: -o-linear-gradient(left, #eee, #ddd, #eee);
    background-image: linear-gradient(left, #eee, #ddd, #eee);
    margin: 70px 0;
}

address {
    font-style: normal;
}

[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
    border: solid thin #ccc;
    padding: 5px;
    border-radius: 3px;
}

[type="submit"],
[type="button"] {
    background-color: #0095d9;
    color: #fff;
    padding: 5px 15px 2px;
    cursor: pointer;
}

[type="submit"]:hover,
[type="button"]:hover {
    background-color: #70b6f2;
}

small {
    font-size: 1.3rem;
}

rt {
    font-size: 1.3rem;
}

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

.txt_l {
    text-align: left;
}

.txt_r {
    text-align: right;
}

.txt_c {
    text-align: center;
}

.font_m {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.in_block {
    display: inline-block;
}

.sp {
    display: none;
}

.cap_1 {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 3rem;
    color: red;
    line-height: 1em;
}

.cap_2 {
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 2rem;
    color: red;
    line-height: 1em;
}

.cap_3 {
    font-size: 1.8rem;
    color: #06c;
    padding-top: 20px;
    margin: 20px 0;
}

.space {
    padding: 20px 0;
}

.list_style {
    list-style: disc;
    padding-left: 30px;
}

.form_a a {
    display: inline-block;
    margin: 10px 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* header */

.header {
    position: relative;
    background: #ffff;
    text-align: center;
    z-index: 1;
    overflow: hidden;
}

.site_title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .7);
    font-size: 1.8rem;
    font-weight: bold;
    padding: 10px 20px;
    z-index: 100;
}

.top_img {
    position: relative;
    width: 100%;
    height: 400px;
    background: url(img/index/index_img_02.jpg);
    background-size: cover;
    background-position: center;
}

.top_img h1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 680px;
    height: 30px;
    text-shadow: 0 0 2px #fff, 1px 0 2px #fff, 0 1px 2px #fff, -1px 0 2px #fff, 0 -1px 2px #fff;
    margin: auto;
}

/* nav */

nav {
    position: relative;
    margin: 0 10px 40px;
}

nav a {
    display: inline-block;
    margin-bottom: 5px;
}

nav a::before {
    content: url(img/common/arrow_r.gif);
    margin-right: 5px;
}

.slicknav_menu {
    display: none;
}

/* side */

.side_cap {
    background: #0066cc;
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    padding: 10px 20px;
    margin-bottom: 30px;
}

.sns {
    text-align: center;
    margin-bottom: 40px;
}

.headquarters {
    text-align: center;
}

.headquarters img {
    display: inline-block;
    width: 200px;
    height: auto;
    margin: 20px auto;
}

.contact {
    text-align: center;
    margin: 20px 0;
}

/* contents */

main {
    position: relative;
    overflow: hidden;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
}

.co_box {
    position: relative;
    min-height: 100px;
    padding: 0 20px;
    flex-basis: 500px;
    flex-grow: 2;
}

.co_box_m {
    position: relative;
    min-height: 100px;
    padding: 0 20px;
    flex-basis: 250px;
    flex-grow: 2;
}

.co_side {
    padding: 0 30px 0 20px;
    flex-basis: 130px;
    flex-grow: 1;
}

.division {
    padding: 70px 0;
}

.wrap {
    width: 100%;
    max-width: 1080px;
    background: #fff;
    padding: 80px 20px;
    margin: 0 auto;
}

.red {
    color: red;
}

/* index */

.calendar {
    margin-bottom: 50px;
}

.event {
    margin: 50px 0;
}

.event dt {
    position: relative;
    font-size: 1.7rem;
    font-weight: bold;
}

.event dt::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 2px;
    background: #0095d9;
    margin: auto 10px;
}

.application a {
    display: inline-block;
    position: relative;
    font-weight: bold;
    color: red;
    padding: 5px 30px 15px;
    margin: 10px 0 20px;
    border: solid 2px red;
    border-radius: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
}

.application a::before {
    content: url(img/common/pdf.svg);
    position: relative;
    top: 10px;
    margin-right: 10px;
}

.application a:hover {}

.news_list {
    font-size: 1.5rem;
    height: 150px;
    overflow: auto;
    padding: 10px 0;
    margin: 30px 0;
    border-top: solid 2px #ccc;
    border-bottom: solid 2px #ccc;
}

.news_list li {
    padding: 10px;
    border-bottom: dotted thin #ccc;
}

.new {
    display: inline-block;
    width: 40px;
    color: red;
}

.news_date {
    display: inline-block;
    color: #888;
    text-align: center;
    margin-right: 20px;
}

.post_title {
    display: inline-block;
}

/* menber */

.menber_list {
    width: 100%;
}

.menber_list tr:nth-child(even),
.menber tr:nth-child(even) {
    background: #eee;
}

.menber_list th,
.menber_list td {
    font-size: 1.2rem;
    border: solid thin #ccc;
    padding: 10px 5px;
}

.menber_list th {
    background: #0095d9;
    color: #fff;
    border: solid thin #ccc;
}

.menber_list td.m_address {
    font-size: 1.2rem;
}

.menber table {
    width: 100%;
}

.menber thead {
    background: #4682b4;
}

.menber th {
    color: #06c;
}

.menber thead th {
    color: #fff;
    border-right: solid thin #fff;
}

.menber table img,
.variable_img img {
    width: 100%;
    height: auto;
}

/* footer */

footer {
    background: #06c;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.footer_link {
    padding: 20px;
}

.footer_link a {
    font-size: 1.4rem;
    color: #fff;
    text-decoration: underline;
    transition-duration: .2s;
}

.footer_link a:hover {
    text-decoration: none;
    transition-duration: .2s;
}

.copyright {
    font-size: 1.4rem;
}

@media screen and (min-width: 1280px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
    #menu {
        display: none;
    }

    .slicknav_menu {
        display: block;
        z-index: 1000;
    }

    .top_img h1 {
        width: 600px;
        font-size: 2.6rem;
        line-height: 1.2em;
    }

    .sp_less {
        display: none;
    }

    .co_side.sp {
        display: block;
        padding-top: 50px;
        margin-top: 50px;
        border-top: solid thin #ccc;
    }
}

@media screen and (max-width: 600px) {
    .top_img h1 {
        width: 400px;
        height: 53px;
        font-size: 2.4rem;
    }

    .menber_list thead {
        display: none;
    }
    
    .menber_list tr {
        display: block;
        margin: 10px 0;
    }
    
    .menber_list td {
        display: block;
        position: relative;
        font-size: 1.5rem;
        text-align: left;
        padding-left: 70px;
    }
    
    .menber_list td::before {
        content: attr(data-label);
        display: inline-block;
        position: absolute;
        top: 6px;
        left: 5px;
        height: 10px;
        font-size: 1.3rem;
        font-weight: bold;
        color: #0095d9;
        text-align: center;
        padding: 5px;
    }
}

@media screen and (max-width: 480px) {
    
    h2 {
        font-size: 2rem;
    }
    
    .site_title {
        text-align: left;
    }
    
    .wrap {
        padding: 50px 0;
    }
    
    .cap_1 {
        font-size: 2.8rem;
    }
    
    .application a {
        text-align: center;
    }
    
    .division {
        padding: 50px 20px;
    }
    
    .news_date {
        display: block;
    }
    
}

@media screen and (max-width: 360px) {}
