@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:  60px;
}
.caption_file {
    width: 100px;
    height: auto;
    font-size: 24px;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
    color: #464646;
    line-height: 28px;
    padding: 10px 0px 10px 20px ;    
    border-left: 7px solid #ffb600;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.22);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.22);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.22);
    margin-bottom: 30px;
}
.caption_title {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    color: #464646;
    font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
    padding-bottom: 10px;
    border-bottom: 3px dotted #cccccc;
}
.caption_title > h1 {
    position: relative;
    float: left;
    font-size: 32px;
    left: 0;
    bottom: 6px;
}
.caption_title > h3 {
    position: relative;
    float: right;
    font-size: 24px;
    right: 0;
}
/* 1200px以下 */
@media screen and (max-width: 1200px) {
    .caption_title > h1 {
        font-size: 2.666vw;
    }
    .caption_title > h3 {
        font-size: 2vw;
    }
}
/* 768px以下 */
@media screen and (max-width: 768px) {
    .caption_file {
        width: 66px;
        font-size: 16px;
        line-height: 18.6667px;
        padding: 6.6px 0px 6.6px 10px ;    
        border-left: 5px solid #ffb600;
    }
}

#contentArea {
    position: relative;
    width: 91.6667%;
    max-width: 1100px;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
/* コラム内容 */
#cTextArea {
    position: relative;
    float: left;
    width: 70%;
    color: #464646;
    margin-bottom: 60px;
}

.shiten_icon {
    position: relative;
    display: block;
    float: left;
    width: 7.7922%;
    height: auto;
}
.shiten_text {
    position: relative;
    float: left;
    width: 90.2078%;
    margin-left:2%;
    margin-bottom: 40px;
}
.shiten_text span {
    position: absolute;
    top: 50%;
    font-size: 20px;
    letter-spacing: 1.5px;
    line-height: 1.2em;
    font-weight: bolder;
    font-family: 'メイリオ', Meiryo,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    color: #005083;
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
}
/* 1200px以下 */
@media screen and (max-width: 1200px) {
    .shiten_text span {
        font-size: 1.66667vw;
    }
}
/* 768px以下 */
@media screen and (max-width: 768px) {
    .shiten_icon {
        width: 8%;
        height: auto;
    }
    .shiten_text {
        width: 90%;
        margin-bottom: 20px;
    }
    .shiten_text span {
        top: 0;
        font-size: 2.604vw;
        -webkit-transform : translateY(0);
        transform : translateY(0);
    }
}

#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;
}

.ribbon {
    position: relative;
    display: inline-block;
    width: 95%;
    padding: 1.5% 2%;
    /* padding: 15px 20px; */
    font-size: 18px;/*フォントサイズ*/
    color: #FFF;/*フォントカラー*/
    font-weight: bolder;
    background: #a6afb4;/*リボンの色*/
    margin-bottom: 30px;
}

.ribbon:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #005183;/*折り返し部分*/
}

.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 {
    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;
}
.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;
    }
}