
        /*ページ全体の構成*/
        body{
            background: #fff;
            color: #444444;
            font-size: 14px;
            font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Helvetica, Arial, 'ＭＳゴシック', sans-serif;
            line-height: 1.42857;
            margin: 0;
        }
        a:link {
            text-decoration: none;
        }
        a:hover {
            color: #808080;  /* color: #999; */
            text-decoration: none;
        }
        a:visited {
            color: #005555;  /* color: #f90; */
            text-decoration: none;
        }
        /* ヘッダー */
        .header {
            z-index: 100;
            padding: 24px 0;
            width: 100%;
            border-bottom: #ccd1d9 solid 1px;
            background: #3498db;
            color: #333;
        }
        .header-group{
            max-width: 960px;
            height: auto;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
        }
        .header-groupTitle {
            color:#fff;
            margin: 0;
            font-size: 1.5em;
            padding-right: 20px;
        }
        .header-groupDescription {
            color: #fff;
        }
        /*画面サイズ960px以下のヘッダースタイル*/
        @media screen and (max-width : 960px){
            .header{
                padding: 15px 0px;
            }
            .header-groupTitle,
            .header-groupDescription{
                margin-left: 20px;
            }
        }
        /* ナビゲーション */
        .section-nav {
            max-width: 960px;
            height: auto;
            margin: 0 auto;
            padding: 21px 0 0;
            background: #fff;
            text-align: center;
        }
        .section-navGroup {
            display: flex;
            justify-content: space-around;
            padding: 0;
        }
        .section-navGroup > li {
            list-style-type: none;
        }
        .section-navGroup > li a {
            display: block;
            padding: 6px 12px;
            color: #333;
            border: 2px solid #ccc;
            text-decoration: none;
        }
        .section-navGroup > li a:hover {
            color: #999;
        }
        .section-navGroup > li a.active {
            border-bottom: #333 solid 2px;
            color: #333;
        }
        /*画面サイズ960px以下のナビスタイル*/
        @media screen and (max-width :960px){
            .section-navGroup{
                margin: 0 auto;
                padding: 0 20px;
                display: flex;
                flex-wrap: wrap;
                flex-direction: row;
                text-align: center;
            }
            .section-navGroup > li{
                border: 1px solid #ccc;
                margin-bottom: 5px;
                min-width: 48%;
                list-style-type: none;
            }
        }
        /*　スライドイメージ */
        .mainImg{
            margin-bottom: 10px;
        }
        /*スライドイメージ > スライダーの設定*/
        .slider{
        margin: 0 auto 80px;
        padding: 0;
        max-width: 960px;
        height: auto;
        text-align: center;
        }
        .slider img{
            height: 550px;
            width: 100%;
            object-fit: cover;
            text-align: center;
            font-family: 'object-fit: cover;'; /*IE対策*/
        }
        .slick-initialized,
        .slick-slide{
            max-height: 550px !important;
        }
        .slick-next,
        .slick-prev{
            display: none !important;
        }
        /*スライダー両サイドの矢印*/
        .slick-prev:before,
        .slick-next:before {
            color: #64646c;
        }
        /*画面サイズ960px以下のスライダースタイル*/
        @media screen and (max-width : 960px){
            .section{
                display: flex;
                flex-direction: column-reverse;
            }
            .mainImg{
                margin-bottom:0 ;
            }
            .slider img{
                height: auto;
                width: 100%;
                object-fit: cover;
                margin: 0px auto;
                font-family: 'object-fit: cover;'; /*IE対策*/
            }
        }
        /*メインコンテンツ*/
        .article {
            max-width: 960px;
            height: auto;
            margin: 50px auto;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .article-group {
            width: 21%;
            margin: 20px 0;
            height: auto;
        }
        .article-group > a{
            color: #333333;
        }
        .article-group > a :hover{
            color: #999;
        }
        /*メインコンテンツのイメージ*/
        .article-groupImg{
            margin: 10px 0;
            width: 100%;
            text-align: center;
        }
        /*メインコンテンツのタイトル部分*/
        .article-groupTitle {
            margin: 10px 0;
            padding: 10px 0;
            border-bottom: 1px dotted #444;
            text-align: center;
            font-weight: bold;
        }
        /*960px以下のメインコンテンツ画像の中間概要部分のスタイル*/
        @media screen and (max-width :960px){
            .article{
                margin: 0 auto;
                padding: 0 20px;
                text-align: center;
            }
            .article-group{
                width: 45%;
                height:auto;
            }
            .article-groupDiscription{
                text-align: left;
            }
        }
        /*更新情報*/
        .news {
            max-width: 960px;
            margin: auto;
        }
        .news-list {
            list-style: none;
            padding: 0;
        }
        .news-list > li {
            margin: 0;
            padding: 0;
            border-bottom: 1px dotted #444;
        }
        .news-list > li > a{
            color: #333333;
        }
        /*960px以下の画面の中間概要部分のスタイル*/
        @media(max-width: 960px){
            .news{
                padding: 0;
            }
        }
        /*更新年月日*/
        .news-listDate {
            color: #c5c5c5;
            margin-right: 20px;
        }
        /*自己紹介*/
        .profile{
            background: #f2f2f2;
            padding-bottom: 15px;
            border-bottom: 1px solid #919191;
        }
        .profile-wrap{
            max-width:960px;
            margin: 0 auto;
        }
        .profile-wrapGroup{
            width: 100%;
            margin: 0 auto;
            padding: 50px 0 10px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        /*自己紹介－画像部分*/
        .profile-wrapGroupImg{
            width: 20%;
        }
        .profile-wrapGroupImg > img{
            border-radius: 50%;
            width: 160px;
            height: 200px;
            object-fit: cover;
            font-family: 'object-fit: cover;'; /*IE対策*/
        }
        /*自己紹介-本文*/
        .profile-wrapGroupBody{
            background: #fff;
            border-radius: 15px;
            max-width: 65%;
            padding: 10px 30px 20px;
            margin-bottom: 10px;
        }
        .profile-wrapGroupBody-name{
            font-size: 1.2rem;
            font-weight: bold;
            border-bottom: 1px solid #f2f2f2;
            padding-bottom: 10px;
        }
        @media(max-width: 960px){
            .profile{
                padding-bottom: 0;
            }
            .profile-wrapGroup{
                display: block
            }
            .profile-wrapGroupImg{
                width: 50%;
                margin: 0 auto 20px;
                text-align: center;
            }
            .profile-wrapGroupBody{
                width: 80%;
                margin: 0 auto 20px;
            }
        }
        /*SNSボタン*/
        .profile-wrapGroupSNSicon{
            max-width: 960px;
            margin-left: auto;
        }
        .profile-wrapGroupSNSicon-group{
            list-style: none;
            display: flex;
            justify-content: flex-end;
            margin: 0;
            padding: 0;
        }
        /*SNSボタン-色サイズ*/
        .snsIcon{
            width: 48px;
            margin: 0 0 0 10px;
        }
        @media(max-width: 960px){
            .profile-wrapGroupSNSicon{
                margin: 0 auto;
                padding: 20px;
            }
            .profile-wrapGroupSNSicon-group{
                justify-content: center;
            }
        }
        /*注釈権利*/
        .footer{
            background: #eeeeee;
            text-align: center;
            padding: 20px 0;
            font-size: 12px;
        }