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

/* ==========================================================
 
     !SP

========================================================== */

#wrapper {
    flex-direction : column-reverse;
}

/* !mainimage
---------------------------------------------------------- */

#mainimage { margin: 70px 0 0; }

/* !side
---------------------------------------------------------- */

ul.bnr li:not(:last-child) {
    margin: 0 0 20px;
}

ul.bnr li.txt a {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
    border: 1px solid #c90534;
    text-decoration: none;
}

ul.bnr li.txt a span {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
}

ul.bnr li.txt a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

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

#wrapper h1 { margin: 0; }

#wrapper h1 span a {
    display: block;
    height: 3rem;
    line-height: 3rem;
    padding: 0 15px 0 28px;
    border: 1px solid #dbdbdb;
    font-size: 1.2rem;
    color: #3c3b56;
    text-decoration: none !important;
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/common/icn_gray.png) no-repeat 15px center / 0.5em auto;
}

section.news ul li {
    padding: 15px;
    border-bottom: 1px dotted #dbdbdb;
}

section.news ul li time { font-size: 1.4rem; }


/* ==========================================================
 
     !PC

========================================================== */

@media only print, screen and (min-width: 769px) {

/* !header
---------------------------------------------------------- */    

header {
    position: absolute;
	width: 100%;
	height: auto;
    z-index: 50;
    background : none;
    box-shadow: none;
	-webkit-box-shadow:  none;
	-moz-box-shadow:  none;
}
    
.hd_inner {
    position: relative;
}
    
.hd_inner:before {
    content: "";
    display: block;
    padding-top: 54%;
}

header h1 {
    position: absolute;
    max-width: none;
    width: 20%;
    height: 87%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}
    
header h1 a {
    position: absolute;
	width: 80%;
    height: 30%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    text-decoration: none !important;
}

    header h1 a span {
        font-family: "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", "serif";
        text-align: center;
        line-height: 4em;
        font-size: 1.5vw;
        letter-spacing: 0.2em;
        white-space: nowrap;
    }

    
header div.connect {
    float: inherit;
    position: absolute;
    width: 250px;
    height: 115px;
    top:0;
    right: 20px;
    background: #fff;
}

/* !wrapper
---------------------------------------------------------- */    

#wrapper {
    width:90%;
    max-width: 1000px;
    margin: 0 auto;
    flex-direction : row;
    justify-content: space-between;
}
    
/* !mainimage
---------------------------------------------------------- */

#mainimage { margin: 0; }

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

main {
    width: 60%;
    margin: 0;
}
    
/* !side
---------------------------------------------------------- */

aside {
    width: 37%;
    margin: 0;
}

ul.bnr li.catarog { margin-top: -16px; }
    
}
