/*================================================
 *  共通
 ================================================*/

html {
    max-width: 1000px;
    margin: 0 auto;
    font-size:62.5%;
	font-family: "Noto Sans JP", sans-serif;
}

body {
    font-size: 1.6rem;
    line-height: 1.5714;    
}

h1 {
    margin-left: 1em;
    padding: 0.4em 0.5em;
    color: #000000;
    border-left: solid 8px #006FBB;
    border-bottom: solid 3px #edece8;
　　font-weight: 600; 
}

h2 {
    margin-left: 1em;
    padding: 0.3em;
    line-height: 1;
    font-size: 2.0em;
    font-weight: 600;
}

h3 {
    margin-left: 2em;
    border-left:6px solid #66cdaa;
    padding: 0.2em 0.2em;
    font-size: 1.2em;
    font-weight: 600;
    border-bottom: solid 1px #edece8;
}
 
h4 {
    margin-left: 3em;
    border-left:5px solid #edece8;
    padding: 0.2em 0.2em;
    font-size: 1.0em;
    font-weight: 500;
    border-bottom: solid 1px #edece8;
}

h5 {
    margin: 0.5em 0 0.5em 0;
    font-size: 1.5em;
    font-weight: 600;
}

h6 {
    margin: 0.5em 0 0.5em 0;
    font-size: 1.4em;
    font-weight: 600;
}

canvas {
    display: block;
    margin: 0 auto;
}

.Trent {
    display: none;
}

/*================================================
 * グローバルナビ　
 ================================================*/

#globalnavi {
        width: 100%;
        background: #006FBB;      
}

#globalnavi ul {
       display: flex;
       margin: 0 auto;
       padding: 0 3%;
       max-width: 1000px; 
       list-style-type: none;
}

#globalnavi ul li {
       position: relative;
       width: 20%;     
}

#globalnavi ul li:first-child::before{
       position: absolute;
       display: block;
       content: "";
       top: 25%;
       left: 0px;
       width: 1px;
       height: 50%;
       background-color: #ffffff;
}

#globalnavi ul li::after {
       position: absolute;
       display: block;
       content: "";
       top: 25%;
       right: 0px;
       width: 1px;
       height: 50%;
       background-color: #ffffff;
}

#globalnavi ul li a {
        display: block;
        padding: 17px 10px;
        color: #fff;
        text-align: center;
	text-decoration: none;
}

#globalnavi ul li a:hover {
        background-color: #68A7D2;  
}
a:hover img {
  opacity: 0.8;
}
p {
	line-height: 1.5714;
    margin-bottom: 0.5em;
}

/*================================================
 * イメージ画像　
 ================================================*/

.shien-img {
    width: 100%;
}

.shien-img:after {
    content: "";
    display: block;
    clear: both;
}

.shien1 {
    float:left;
    width: 50%;
    text-align: center;
}

.shien2 {
    float: right;
    width: 50%;
    text-align: center;
}


.shien1 img {
    width: 450px;
    height: auto;
}

.shien2 img {
    width: 450px;
    height: auto;
}

img {
	max-width: 100%;
    height: auto;
}

.place {
     list-style-type: none;
}

.place li a{
     text-decoration: none; 
}


@media screen and (min-width:678px) {
    
    .page-navi {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }

}


/*================================================
 *  header
 ================================================*/

.headerbar {
    background-color: #006FBB;
    color: #FFFFFF;
}
.headerbar .container {
    padding: 0 20px;
}
.headerbar p {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
}
.headerbar p span {
    font-size: 1.0rem;
    font-weight: 600;
}
.headerbar .navlink {
    padding: 0;
    margin: 0;
}

.headercontent .container {
    padding: 20px;
}

.headernav {
    margin: 0 0 10px 0;
    text-align: right;
}
.headernav li {
    display: inline-block;
    padding-left: 18px;
    margin-left: 18px;
    background-size: 12px 12px;
}
 
@media screen and (min-width:640px) {
    
    .headerbar .container {
        display: flex;
        justify-content: space-between;
    }
    .headercontent .container {
        display: flex;
        justify-content: space-between;
    }

}
   

.wrapper .content li {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    border-bottom:1px dotted #333;
    padding: 10px;
    font-size: 1.3em;
    font-weight: 300;
    line-height: 1.4;
    text-align: left;
}
.wrapper .content li .attributes {
    width: 10em;
}
.wrapper .content li .unit,.wrapper .content li .separator {
    display: none;
}
.wrapper .content li .date {
    font-size: 1.0em;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0.5em;
}

@media screen and (min-width:420px) {
    
    main .newslist dl {
        display: flex;
    }
    main .newslist dt {
        width: 18em;
        font-size: 1.0em;
        font-weight: 600;
        line-height: 1.4;
        margin-bottom: 0;
    }   
}

@media screen and (min-width:640px) {
    
    #main-content {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    #main-content aside {
        width: 180px;
        padding-top: 0;
    }
    aside . li {
        text-align: left;
    }

    aside .rentroom {
        width: 200px;
    }
    

}


/*================================================
 *  footer
 ================================================*/

.btn_pgtop {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: flex-end;
}
.btn_pgtop a {
    display: block;
    width: 9em;
    line-height: 30px;
    background-color: #333;
    text-align: center;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 400;
}

footer {
    border-top: 1px solid #333;
}
footer .container {
    contect: "";
    disp;ay: block;
    clear: both;
}
.Officeinfo{
    float: left;
    width: 50%;
    margin: 30px; 
}

.Officeinfo ul {
   list-style-type: none;
}

.Officeinfo ul li {
    width: 300px;
    height: auto;
}

.contactinfo {
    float: right;
    width: 50%;
    margin: 2px;
}


.copyright {
    background-color: #999;
    text-align: center;
    padding: 10px 0;
}
.copyright small {
    color: #FFFFFF;
    line-height: 1;
    font-size: 1.1rem;
}

@media screen and (min-width:640px) {
    
    footer .container {
        display: flex;
    }
    footer h3 {
        width:246px;
        margin-right: 40px;
        margin-top: 20px;
        margin-bottom: 0;
    }
}


/*================================================
 *  contentsarea
 ================================================*/

main .contentsarea dl {
    border-bottom:1px dotted #333;
    padding: 5px;
}
main .contentsarea dt {
    font-size: 1.0em;
    font-weight: 600;
    line-height: 1.4;
<!--    margin-bottom: 0.5em; -->
}
main .contentsarea dd {
    font-size: 1.3em;
    font-weight: 300;
    line-height: 1.4;
}


@media screen and (min-width:420px) {
    
    main .contentsarea dl {
        display: flex;
    }
    main .contentsarea dt {
        width: 18em;
        font-size: 1.3em;
        font-weight: 600;
        line-height: 1.4;
        margin-bottom: 0;
    }   
}

@media screen and (min-width:640px) {
    

}


/*----------------
 カテゴリー別 一覧
----------------*/

.latest ul li{
    font-size: 1.5em;
}
.latest li{
    margin-bottom: 30px;
    border-bottom: 1px dotted #333;
}
.latest li span{
    all: initial;
    font-size: 1.0em;
	color: #666;
}

.latest .feedRss{
    display:none;
}
.latest .feedAtom{
    display:none;
}
.latest .more a {
    display: block;
    width: 8em;
    line-height: 30px;
    text-align: center;
    background-color: #006FBB;
    color: #FFF;
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 40px; 
}
.category h3{
    font-size: 1.5em;
}
.category ul li{
    font-size: 1.5em;
}
.category li{
    margin-bottom: 30px;
    border-bottom: 1px dotted #333;
}
.category li span{
    all: initial;
    font-size: 1.0em;
	color: #666;
}
.category .more a {
    display: block;
    width: 8em;
    line-height: 30px;
    text-align: center;
    background-color: #006FBB;
    color: #FFF;
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 40px;
}
.unit h3{
    font-size: 1.5em;
}
.unit ul li{
    font-size: 1.5em;
}
.unit li{
    margin-bottom: 30px;
    border-bottom: 1px dotted #333;
}
.unit li span{
    all: initial;
    font-size: 1.0em;
	color: #666;
}
.unit .more a {
    display: block;
    width: 8em;
    line-height: 30px;
    text-align: center;
    background-color: #006FBB;
    color: #FFF;
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 40px; 
}


/*----------------
 Icons.
----------------*/
.iconFile, .iconDefault {
	padding: 12px 5px 12px 42px;
	background-repeat: no-repeat;
	background-image: url(../../../../_common/images/icons/default.gif);
	line-height: 3.3;
}
.iconBmp, .iconCsv, .iconDoc, .iconDocx, .iconGif, .iconJpg, .iconJpe, .iconJpeg, .iconJtd, .iconLzh, .iconPdf, .iconPng, .iconPpt, .iconTxt, .iconXls, .iconXlsx, .iconZip {
	height: 40px;
}
.iconBmp {
	background-image: url(../../../../_common/images/icons/bmp.gif);
}
.iconCsv {
	background-image: url(../../../../_common/images/icons/csv.gif);
}
.iconDoc, .iconDocx {
	background-image: url(../../../../_common/images/icons/doc.gif);
}
.iconGif {
	background-image: url(../../../../_common/images/icons/gif.gif);
}
.iconJpg {
	background-image: url(../../../../_common/images/icons/jpg.gif);
}
.iconJpe {
	background-image: url(../../../../_common/images/icons/jpg.gif);
}
.iconJpeg {
	background-image: url(../../../../_common/images/icons/jpg.gif);
}
.iconJtd {
	background-image: url(../../../../_common/images/icons/jtd.gif);
}
.iconLzh {
	background-image: url(../../../../_common/images/icons/lzh.gif);
}
.iconPdf {
	background-image: url(../../../../_common/images/icons/pdf.gif);
}
.iconPng {
	background-image: url(../../../../_common/images/icons/png.gif);
}
.iconPpt {
	background-image: url(../../../../_common/images/icons/ppt.gif);
}
.iconTxt {
	background-image: url(../../../../_common/images/icons/txt.gif);
}
.iconXls, .iconXlsx {
	background-image: url(../../../../_common/images/icons/xls.gif);
}
.iconZip {
	background-image: url(../../../../_common/images/icons/zip.gif);
}
