
/* font */
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 400;
    src: url('../font/NotoSansCJKjp-Regular.woff') format('woff'),
        url('../font/NotoSansCJKjp-Regular.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 700;
    src: url('../font/NotoSansCJKjp-Bold.woff') format('woff'),
        url('../font/NotoSansCJKjp-Bold.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 900;
    src: url('../font/NotoSansCJKjp-Black.woff') format('woff'),
        url('../font/NotoSansCJKjp-Black.eot')  format('eot');
    font-display: swap;
}
html {
    font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;

}
* {
    margin:0;
    padding:0;
}
.clear {
    clear: both;
}
.red {
    color: #CC0000;
}
.yellow {
    color: gold;
}
.pink {
    color: deeppink;
}
.green {
    color: forestgreen;
    font-weight: bold;
}

/* トップバー */
#head-area .top-bar {
    background:#38a0c8;
}
#head-area .top-bar h1 {
    font-size:14px;
    font-weight:400;
    color:#FFF;
    text-align:center;
}

/* ヘッドバー */
#head-area .head-bar {
    background: #2b2b2b;
}
#head-area .head-bar .menu-area {
    width:1024px;
    height:60px;
    margin:0 auto;
}
#head-area .head-bar .menu-area .logo-area {
    width:256px;
    height:43px;
    float: left;
}
#head-area .head-bar .menu-area .logo-area img {
    margin-top:5px;
}
#head-area .head-bar .menu-area .head-menu ul {
    list-style-type:none;
    float: right;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
#head-area .head-bar .menu-area .head-menu ul li a {
    display: block;
    color:#FFF;
    font-size: 14px;
    text-decoration: none;
    height:60px;
    line-height:60px;
    padding:3px 10px 0 10px;
    transition: all 0.3s ease;
}
#head-area .head-bar .menu-area .head-menu ul li a:hover {
    background: #FFF1;
}

/* アイキャッチ */
#head-area .eyecatch-bar {
    width: 100%;
    height: 300px;
    background-image: url(../img/eyecatch.jpg);
    background-size: cover;
    background-repeat: none;
    background-position: center;
    text-align: center;
}
#head-area .eyecatch-bar.sub_page {
    height: 230px;
}
#head-area .eyecatch-bar .eyecatch-text {
    width: 1024px;
    margin: 0 auto;
    padding-top: 40px;
    text-align: left;
    font-size: 18px;
    line-height: 36px;
    color:#FFF;
    text-shadow: 0px 0px 3px #808080;
}
#head-area .eyecatch-bar .eyecatch-text .eyecatch-button {
    margin-top:20px;
    display: inline-block;
    text-align: center;
    width:170px;
    height:50px;
    line-height: 50px;
    font-size: 18px;
    background: #38a0c8;
    border-radius: 5px;
    color: #FFF;
    text-decoration: none;
    transition: all 0.3s ease;
}
#head-area .eyecatch-bar .eyecatch-text .eyecatch-button:hover {
    background: #2e84a7;
}




/* グローバルナビ */
#head-area .globalnav-wrap {
    width: 100%;
    background:#38a0c8;
    margin: 0 auto;
}
#head-area .globalnav-wrap .globalnav {
    width: 1024px;
    margin:0 auto;
    list-style-type:none;
    display: flex;
    justify-content: space-between;
    align-items:center;
}
#head-area .globalnav-wrap .globalnav li {
    width:100%;
    text-align: center;
}
#head-area .globalnav-wrap .globalnav li a {
    color: #FFF;
    text-decoration: none;
    display: block;
    height:60px;
    line-height: 60px;
    transition: all 0.3s ease;
}
#head-area .globalnav-wrap .globalnav li a:hover {
    background: #0002;
}

#head-area .globalnav .dropdown-btn {
    position:relative;
    display:inline-block;
}

#head-area .globalnav .dropdown-btn .dropdown {
    z-index:1000;
    background:#38a0c8ee;
    position:absolute;
    left:0;
    top:60px;
    width:256px;
    display:none;
}
#head-area .globalnav .dropdown-btn .dropdown li {
    display:inline-block;
}
#head-area .globalnav .dropdown-btn .dropdown li a {
    color:#fff;
    text-align:left;
    padding:0px 15px;
    height:55px !important;
    line-height:55px !important;
}
#head-area .globalnav .dropdown-btn .dropdown.open {
    display:block;
}
#head-area .globalnav .dropdown-btn .dropdown.close {
    display:block;
}
.footer-nav {
    display: none;
}

main {
    background:#e3e3e7;
}
#middle-main-content {
    width:1024px;
    margin:0 auto;
}

#middle-main-content::after {
    content: "";
    clear: both;
    display: block;
}


/* パンくずリスト */
.pan-navi-list {
    font-size: 14px;
    padding: 10px 0;
    color: #333;
}
.pan-navi-list a {
    text-decoration:none;
    color: #333;
}
.pan-navi-list a:hover {
    text-decoration:underline;
}
.pan-navi-list .fa-angle-right {
    padding: 0 10px;
}


/* 左カラム */
.content-area {
    float: left;
    width: 664px;
    background: #FFF;
    padding: 20px;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 0 5px gray;
    margin-bottom: 40px;
}

.content-area h2 {
    border-left:10px solid #38a0c8;
    padding-left: 10px;
    font-weight: 900;
    font-size: 24px;
    color:#333;
    margin-bottom: 10px;
    display: inline-block;
}

.content-area .pr {
    font-size: 16px;
    color: #333;
    display: inline-block;
}

.content-area .client {
    border-bottom: 1px dotted #CCC;
    padding: 20px 0;
}

.content-area .client .thumb {
    float:left;
    margin-right: 20px;
}
.content-area .client .thumb img {
    width:300px;
    height:318px;
    transition: all 0.3s ease;
}
.content-area .client .thumb img:hover {
    opacity: 0.5;
}
.content-area .client .title {
    font-size: 14px;
    font-weight: 700;
    color: #F00;
}
.content-area .client .title h3 {
    display:inline;
}
.content-area .client .title h3 a {
    font-size: 22px;
    font-weight: 900;
    color: #38a0c8;
}
.content-area .client .comment {
    font-size: 14px;
    color: #333;
    margin-bottom: 1em;
}
.content-area .client .point {
    font-size: 14px;
    color: #333;

}
.content-area .client .code {
    font-size: 14px;
    color: #333;
}
.content-area .client .star {
    font-size: 14px;
    color: #333;
    margin-bottom: 1em;
}
.content-area .client .pink {
    font-size: 14px;
    color: deeppink;
}
.content-area .client .impact {
    color: #F00;
    font-weight: 900;
}
.content-area .client .buttons a.detail {
    display: inline-block;
    width: 304px;
    font-size:16px;
    line-height:45px;
    height:45px;
    background: #2499c7;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}
.content-area .client .buttons a.detail:hover {
    opacity: 0.5;
}
.content-area .client .buttons a.jump {
    display: inline-block;
    width: 304px;
    font-size:16px;
    line-height:45px;
    height:45px;
    background: #78c72e;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}
.content-area .client .buttons a.jump:hover {
    opacity: 0.5;
}
.content-area .more-link-btn {
    text-align: center;
    font-size:20px;
    color:#333;
    margin-bottom:20px;
}
.content-area .more-link-btn a {
    color:#333;
}
.content-area .guide-area {
    font-size: 14px; 
}
.content-area .guide-area p {
    line-height: 1.7;
}
.content-area .area-list {
    margin: 20px 20px;
}
.content-area .area-list li {
    line-height: 2;
}
.content-area .area-list ul li a{
    color: #38a0c8;
}
.content-area #sitemap_list li a{
    color: #38a0c8;
}
.content-area .matome {
    font-size: 14px; 
    background: #EFEFEF;
    padding:10px;
    box-sizing:border-box;
    line-height: 1.7;
}
.content-area .eyecatch img {
    width:624px;
    height: 416px;
    margin-bottom: 20px;
}
.content-area .related-sites h2{
    font-size: 20px;
}
.content-area .related-sites a{
    color: #38a0c8;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.7;
}
.content-area .related-sites p{
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}


/* 右カラム */
.side-area {
    float: right;
    width: 340px;
    background: #FFF;
    padding: 20px;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 0 5px gray;
    margin-bottom: 40px;
}
.side-area h2 {
    font-weight: 900;
    font-size: 20px;
    color:#333;
    margin-bottom: 10px;
}
.side-area ul {
    list-style-type: none;
    margin-bottom: 10px;
}
.side-area ul li a {
    color: #333;
    font-size: 16px;
    display: inline-block;
    height: 35px;
}


/* site-search */
.search-content .search-select {
    margin: 10px 0;
}
.search-content .search-select select {
    display: block;
    font-size: 18px;
    height: 32px;
    width: 100%;
    padding: 0 5px;
}
.search-content .search-select input {
    display: block;
    font-size: 18px;
    height: 32px;
    width: 95%;
    padding: 0 5px;
}
.search-content input[type=submit] {
    display: block;
    font-size: 18px;
    height: 32px;
    width: 100%;
    padding: 0 5px;
    margin: 20px 0 10px 0;
}

/* text-content*/
.text-content p {
    font-size: 16px;
    margin-bottom: 1em;
    line-height: 1.7;
    color: #333;
}
.text-content ul {
    margin-left: 20px;
    margin-bottom: 1em;
    color: #333;
}
.text-content ul li {
    line-height: 1.9;
}
.text-content h3 {
    color: #333;
    margin-top: 1em;
    margin-bottom: 0.8em;
}
.text-content img.autoimg {
    margin: 0 auto;
    display: block;
    width: auto;
    height: auto;
}


/* detail */
.s-site-sum {
    text-align: center;
}
.s-site-sum img {
    transition: all 0.3s ease;
}
.s-site-sum img:hover {
    opacity: 0.5;
}
.go-site a {
    display: block;
    font-size:16px;
    line-height:50px;
    height:50px;
    background: #2499c7;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}
.go-site a:hover {
    opacity: 0.5;
}
.junle-data h3, .site-data-praice h3 {
    color: #2499c7;
    font-size: 16px;
    font-weight: 900;
    border-bottom: solid 2px #2499c7;
    margin-bottom:10px;

}
.site-data-detail, .site-data-praice-detail, .site-data-flag, .text-content .site-data-praice-detail p {
    font-size: 14px !important;
    margin: 0;
}
.site-data-detail ul, .site-data-praice-detail ul, .site-data-flag ul {
    list-style-type: none;
}
.s-praice {
    color: #78c72e;
    font-weight:900;
    font-size: larger;
}

/* footer */
footer {
    background: #2b2b2b;
    text-align: center;
    padding: 40px 0;
}
footer h2 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
}
.info-menu li {
    list-style-type: none;
    display: inline-block;
    margin-right:10px;
}
.info-menu li:last-child {
    margin-right:0px;
}
.info-menu li a {
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
}
.info-menu li a:hover {
    text-decoration: underline;
}
.copyright {
    margin-top: 20px;
    color: #FFFFFF;
}
.copyright a {
    color: #FFFFFF;
    
}