@charset "UTF-8";
/* CSS Document */


/* トップ画像 */
#top_img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom:  30px;
}

/* コラム */
#column{
    position: relative;
    width: 91.6667%;
    max-width: 1100px;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
    margin-bottom: 30px;
}

/* file XX, サブタイトル */
#titleArea {
    position: relative;
    float: left;
    width: 70%;
    color: #464646;
    max-width: 1100px;
    height: auto;
    margin: 0 auto 60px;
    padding: 70px 0px 20px 0;
    border-bottom: 3px dotted #464646;
}
.c_title {
    font-size: 40px;
    color: #464646;
    font-family: 'ＭＳ 明朝', 'MS Mincho','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    font-weight: bolder;
    line-height: 1.3em;
}

/* プロフィール */
#profileArea {
    position: relative;
    float: right;
    width: 30%;
    height: auto;
    margin-bottom: 60px;
    top: 55px;
}
#p_frame {
    position: relative;
    width: 300px;
    height: 120px;
    margin: auto;
    border: 1px solid #efefef;
}
#p_imgName {
    width: 100%;
    height: auto;
    background: rgba(0,0,255,0.2);
}
.trim_image_to_circle {
    background-size: cover;
    width:  86px;       /* ※縦横を同値に */
    height: 86px;       /* ※縦横を同値に */
    border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
    background-position: center center;  /* 中央を基準に表示 */
    display: inline-block;          /* 複数の画像を横に並べたい場合 */
    border: 4px solid #ffb600; /* 枠線を付加 */
}
.p_Img {
    position: relative;
    float: left;
    left: 5%;
    width: 30%;
    height: auto;
    padding: 5% 0;
}
.p_Name {
    position: relative;
    float: left;
    left: 10%;
    padding: 17% 0;
    color: #464646;
    font-size: 20px;
    font-family: 'ＭＳ 明朝', 'MS Mincho','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    font-weight: bolder;
}
#p_text {
    clear: both;
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 7% 0;
    color: #464646;
    font-size: 12px;
    font-family: 'ＭＳ 明朝', 'MS Mincho','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    font-weight: bolder;
    text-align: center;
    border-top: 1px solid #efefef;
}

/* 1200px以下 */
@media screen and (max-width: 1200px) {
    .c_title {
        font-size: 3.3333vw;
    }
}
/* 768px以下 */
@media screen and (max-width: 768px) {
    #profileArea {
        float: none;
        width: auto;
        margin: 0 auto;
        top: auto;
    }
    #p_frame {
        max-width: 300px;
        width: 90%;
    }
    #titleArea {
        float: none;
        width: auto;
        padding: 30px 0px 20px 0;
    }
    .c_title {
        font-size: 26px;
    }
}

#contentArea {
    clear: both;
    position: relative;
    width: 100%;
    max-width: 1100px;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

/* コラム内容 */
#cTextArea {
    position: relative;
    float: left;
    width: 70%;
    color: #464646;
    margin-bottom: 60px;
}
.head_text {
    margin:  0;                 /* デフォルトCSS打ち消し */
    position:  relative;        /* 位置調整 */
    font-family: 'ＭＳ 明朝', 'MS Mincho','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    font-weight:  bolder;       /* 文字の太さ調整 */
    font-size: 38px;            /* 文字サイズ指定 */
    text-align:  center;        /* 文字位置指定 */
    margin:  20px 0;            /* 周りの余白指定 */
    background-color:  #fff;    /* 背景色指定 */
    line-height: 1.9em;
    color: #464646;
}
.head_text:before {
    content: '';                /* 空の要素を作る */
    height: 100px;              /* 高さ指定 */
    width: 100px;               /* 幅指定 */
    border:  solid 1px #000;    /* 枠線指定 */
    display:  block;            /* ブロック要素にする */
    position:  absolute;        /* 位置調整 */
    left:  0;                   /* 位置調整 */
    right:  0;                  /* 位置調整 */
    top: 0;                     /* 位置調整 */
    bottom:  0;                 /* 位置調整 */
    margin:  auto;              /* 位置調整 */
    z-index: -1;                /* 重なり調整 */
}
.cTextFileNo {
    padding-bottom:  20px;/* 余白指定 */
}
.cTextTitle {
    text-align: center;
    font-family: 'ＭＳ 明朝', 'MS Mincho','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
    font-size: 38px;
    font-weight: bolder;
    color: #464646;
    margin-bottom: 60px;
}

#cTextArea p {
    padding-right: 2%;
    font-size: 16px;
    font-family: 'メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    letter-spacing: 2px;
    line-height: 1.5em;
    text-decoration: none;
    text-align: justify;
    text-justify: inter-ideograph;
}
.previous {
    position: relative;
    display: inline-block;
    width: 50%;
    left: 0;
    bottom: 0;
    margin-top: 40px;
}
.previous span {
    font-size: 16px;
    font-family: 'メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    letter-spacing: 2px;
    line-height: 1.5em;
    text-decoration: none;
    text-align: left;
}
.next {
    position: relative;
    display: inline-block;
    width: 48%;
    float: right;
    padding-right: 2%;
    right: 0;
    bottom: 0;
    margin-top: 40px;
    text-align: right;
}
.next span {
    font-size: 16px;
    font-family: 'メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    letter-spacing: 2px;
    line-height: 1.5em;
    text-decoration: none;
    text-align: right;
}

.s_content {
    margin-bottom: 40px;
}
.s_c_img {
    width: 77.9221%;
    height: auto;
    margin-bottom: 40px;
}

/* BackNumber */
#backNumberArea {
    position: relative;
    float: left;
    width: 30%;
    height: 100%;
    margin-bottom: 60px;
}
.theme_title {
    padding-bottom:10px;
    font-size: 26px;
    color: #464646;
    font-family: 'Georgia',serif;
    letter-spacing: 1px;
    text-align: center;
}
.theme_title_img {
    position: absolute;
    height: 15px;
    width: auto;
    left: 0;
    right: 0;
    margin: auto;
}
#bnNav {
    position: relative;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 30px;
}

#bnNav > a {
    text-decoration:none;
}
#bn_selected {
    border: 1px solid rgb(255,179,0) !important;
}
.bn_link, .non_bn_link {
    position: relative;
    display: table;
    width: 300px;
    height: 100px;
    font-size: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #efefef;
}
.bn_link:hover {
    background-color: #efefef;
}
.non_bn_link {
    border: none !important;
}
.bn_file {
    display: table-cell;
    width: 93px;
    height: 100px;
    color: #698551;
    font-size: 20px;
    font-weight: bolder;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
    letter-spacing: 1px;
    vertical-align: middle;
    text-align: center;
}
.bn_title {
    display: table-cell;
    width: 207px;
    height: 100px;
    color: #464646;
    font-size: 16px;
    font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    font-weight: bolder;
    line-height: 1.2em;
    vertical-align: middle;
}

.navImg {
    position: relative;
    display: block;
    width: 90%;
    max-width: 300px;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
}
.navImg:hover {
    background-color: #efefef;
}
.bn_more {
    position: relative;
    display: block;    
    width: 78.7878%;
    max-width: 260px;
    height: 40px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    text-align: center;
    font-family: 'Georgia',serif;
    letter-spacing: 3px;
    text-decoration: none;
    line-height: 38px;
    outline: none;
    border: 2px solid #698551;
    background-color: #698551;
    margin-top: 30px;
}
.bn_more::before,
.bn_more::after {
  position: relative;
  z-index: -1;
  display: block;
  content: '';
}
.bn_more,
.bn_more::before,
.bn_more::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.bn_more:hover {
  background-color: #fff;
  border-color: #698551;
  color: #698551;
} 

/* 768px以下 */
@media screen and (max-width: 768px) {
    /* コラム内容 */
    #cTextArea {
        float: none;
        width: 100%;
        padding-bottom: 100px;
        border-bottom: 2px dotted #464646;
    }
    .s_c_img {
        width: 100%;
        height: auto;
    }
    /* BackNumber */
    #backNumberArea {
        position: relative;
        float: none;
        width: 100%;
        height: auto;
        padding-bottom: 30px;
        margin-top: 120px;
    }
    .navImg {
        display: block;
        left: 0;
        right: 0;
        margin: auto;
        margin-bottom: 2px;
    }
}