@charset "utf-8";
/* CSS Document */

nav {
    border-bottom: 2px solid #d6d6d6;
}
li {
    padding: 5px 0;
}
h2 {
    color: #5b5b5b;
    padding: 20px 10px;
    border-top: 3px solid #47c2c9;
    border-bottom: 3px solid #47c2c9;
}
h2.maintitle {
    padding: 20px;
    background: #fd9f2d;
    color: #fff;
    border-bottom: none;
    border-radius: 5px;
}
em {
    font-weight: bold;
    font-style: normal;
    background: -moz-linear-gradient(top, rgba(255,255,0,0) 0%, rgba(255,255,0,0) 69%, #ffe27e 70%, #ffe27e 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,0,0) 0%,rgba(255,255,0,0) 69%,#ffe27e 70%,#ffe27e 100%);
    background: linear-gradient(to bottom, rgba(255,255,0,0) 0%,rgba(255,255,0,0) 69%,#ffe27e 70%,#ffe27e 100%);
}
.jumbotron h1 a {
    display: inline-block;
    margin-left: 10px;
    padding: 4px 12px 3px;
    border: 1px solid #5b5b5b;
    border-radius: 20px;
    font-size: .8rem;
    text-decoration: none;
    color: #5b5b5b;
    vertical-align: middle;
}
.jumbotron ul,.jumbotron li {
    padding: 0;
    list-style: none;
}
.jumbotron .author {
    text-align: right;
    font-size: .8rem;
}
.jumbotron .author span {
    color: #47c2c9;
}
.jumbotron .pic {
    overflow:hidden;
}
@media (min-width: 992px) {
    .jumbotron .pic {
        height: 200px;
}

}
.jumbotron .pic img{
    transition:0.5s all;
}
.jumbotron .pic img:hover{
    transform:scale(1.1,1.1);
    transition: 0.8s all;
}
.jumbotron h3 {
    color: #5b5b5b;
}
.jumbotron .author_icon {
    width: 32px;
    height: 32px;
}
.jumbotron .author_area {
    margin-bottom: 20px;
    text-align: right;
    font-size: .8rem;
}
.jumbotron .author_area span span{
    color: #c9c9c9;
}
.jumbotron li {
    padding-top: 20px;
    border-bottom: 1px solid #eee;
}
@media (min-width: 992px) {
    .jumbotron ul {
        padding: 0;
        overflow: hidden;
    }
    .jumbotron li {
        max-width: 50%;
        float: left;
        padding: 20px 20px 0 0;
        border-right: 1px solid #eee;
    }
    .jumbotron li:nth-child(2n){
        padding: 20px 0 0 27px;
        border-right: none;
    }
    .jumbotron h3 {
        margin: .5rem .5rem 0 .5rem;
    }
    .col-lg-3 .bs-component {
        margin-bottom: 2rem;
    }
    .jumbotron .author_icon {
        width: 50px;
        height: 50px;
    }
}

/* 記事の装飾 */
.jumbotron h3 {
    position: relative;
    padding: 5px 0 5px 20px;
    margin: 30px 0 10px;
}
.col-lg-9 .jumbotron h3 {
    padding:0;
    margin: .5rem .5rem 0 .5rem;
}
.col-lg-9 .jumbotron h3:before {
  content: none;
}

.article .jumbotron h3 {
  padding-left: 15px;
  margin: 10px 0 10px 0;
}
.article .jumbotron h3:before {
    content: "";
    display: block;
    width: 6px;
    height: 100%;
    background-color: #47c2c9;
    position: absolute;
    left: 0;
    top: 0;
}
/* index_list */
.jumbotron .index_list {
    background: #f5f5f5;
    padding: 20px 30px;
}
.jumbotron .index_list h2 {
    border-top: none;
    border-left: none;
    border-bottom: 1px dotted #bababa;
    font-size: 1.125rem;
    margin-bottom: 15px;
    padding: 0 0 5px 25px;
    position: relative;
}
.jumbotron .index_list h2:before {
    content: "▼";
    color: #47c2c9;
    display: block;
    position: absolute;
    left: 0;
}
.jumbotron .index_list ol {
    margin: 0;
    padding-left: 20px;
    list-style-position: outside;
}
.jumbotron .index_list li {
    max-width: 100%;
    float: none;
    padding: 0;
    line-height: 2;
    border-bottom: none;
    border-top: none;
    list-style: decimal;
}
.jumbotron .index_list a {
    padding-left: 5px;
    text-decoration: underline;
    border-bottom: none;
}
.jumbotron .column .btn_diagnosis {
    color: #5a9fdf;
    text-decoration: underline;
}
.index_list.diagnosis {
    margin-bottom: 20px;
}

.btn-pc {
    display: none;
}
@media (min-width: 992px) {
    .btn-pc {
        display: block;
}
    .btn-sp {
        display: none;
}
}

/* 囲い線 */
.block {
    background-color: #ebf5fc;
    border: 1px solid #ccecf7;
    border-radius: 5px;
    padding: 10px 20px;
}
.block span {
    color: #2a8e94;
    font-weight: bold;
}

#fh5co-footer {
  clear: both;
  position: relative;
  margin-top: 3rem;
  padding: 2em 0 1em 0;
  background: #d8eced;
  float: left;
  width: 100%;
}
#fh5co-footer .fh5co-arrow {
  position: absolute;
  top: -34px;
  right: 20%;
  margin-left: -30px;
  display: table;
  color: #ffffff !important;
  font-size: 24px;
  z-index: 99;
  text-decoration: none;
  width: 60px;
  height: 60px;
  background: #F2AE5B;
  border-bottom: none !important;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}
#fh5co-footer .fh5co-arrow i {
  display: table-cell;
  vertical-align: middle;
}
#fh5co-footer .fh5co-arrow:active, #fh5co-footer .fh5co-arrow:focus, #fh5co-footer .fh5co-arrow:hover {
  outline: none;
  color: #ffffff !important;
}
#fh5co-footer .fh5co-copyright {
    text-align: center;
    color: #a6a6a6;
}
#fh5co-footer .fh5co-copyright p {
  font-size: 12px;
  line-height: 1.9;
}
#fh5co-footer .fh5co-footer-heading {
  font-size: 15px;
  text-transform: uppercase;
  color: #2f2f2f;
  margin-bottom: 10px;
    text-align: center;
}
#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0 0 30px 0;
}
#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* Social Icons */
.fh5co-social-icons {
    padding: 0;
    text-align: center;
}
.fh5co-social-icons li {
  list-style: none;
  display: inline;
  display: inline-block;
}
.fh5co-social-icons li a {
  height: 40px;
  width: 40px;
  border: 1px solid #2f2f2f;
  display: table;
  text-align: center;
  color: #2e2e2e;
  border-radius: 50%;
  text-decoration: none;
}
.fh5co-social-icons li a:hover {
  background: #F2AE5B;
  border: 1px solid #F2AE5B !important;
  color: #ffffff !important;
}
.fh5co-social-icons li i {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
}

@font-face {
    font-family: 'themify';
    src:url('../fonts/themify.eot?-fvbane');
    src:url('../fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'),
        url('../fonts/themify.woff?-fvbane') format('woff'),
        url('../fonts/themify.ttf?-fvbane') format('truetype'),
        url('../fonts/themify.svg?-fvbane#themify') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="ti-"], [class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ti-twitter-alt:before {
    content: "\e74b";
}
.ti-facebook:before {
    content: "\e741";
}
.ti-instagram:before {
    content: "\e73d";
}