@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  top.css
 style info :  TOPページ cssの定義
=================================================================== */
/*@mixin title02{
	padding: 80px 0;
    width: 100%;
    margin: 0;
	display: table;
    background-color: $accent-color2;
    @media only screen and (max-width: 690px) {
    	padding: 40px 0;
    }
}*/
/*-----------------------------------------------------------------

main

-----------------------------------------------------------------*/
#top_main {
  background-color: #fff;
}

#top_main .main_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#top_main .main_img {
  width: 532px;
  height: 280px;
  overflow: hidden;
}

#top_main .main_img a {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#top_main .main_img a:hover {
  opacity: 0.7;
}

#top_main .main_info {
  width: 60%;
  padding: 0 16px 0 32px;
  position: relative;
}

#top_main .main_cate {
  line-height: 1.2;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 3px solid #DC000C;
  color: #E54028;
  padding-left: 4px;
}

#top_main .main_cate a{
  font-size: 26px;
  font-weight: bold;
  font-family: 'Maven Pro', sans-serif;
  text-decoration: none;
}

#top_main .main_cate a:hover {
  color: #E54028;
}

#top_main .main_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 12px;
  text-decoration: none;
}

#top_main .main_title a:hover {
  color: #E54028;
}

#top_main .main_p {
  font-size: 13px;
  line-height: 1.4;
}

#top_main .main_tag {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#top_main .main_tag a {
  display: block;
  padding: 4px 15px;
  line-height: 1;
  font-size: 14px;
  margin-right: 4px;
  margin-bottom: 4px;
  position: relative;
}

#top_main .main_tag a::after{
    content: "#";
    position: absolute;
    left: 0px;
    color: #DC000C;
  }

#top_main .main_tag a:hover {
  color: #ffffff;
  background-color: #333333;
}

#top_main .main_link {
  position: absolute;
  right: 16px;
  bottom: 0;
}

#top_main .main_link a {
  font-weight: bold;
  position: relative;
}

#top_main .main_link a::before {
  position: absolute;
  left: -15px;
  top: calc(50% - 8px);
  line-height: 1;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-size: 16px;
  vertical-align: middle;
  font-weight: normal;
  color: #E54028;
}

#top_main .main_link a:hover {
  color: #E54028;
}

@media only screen and (max-width: 690px) {
  #top_main {
    padding: 16px 3% 30px;
  }
  #top_main .main_article {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #top_main .main_img {
    width: 100%;
    height: 230px;
  }
  #top_main .main_info {
    width: 100%;
    padding: 16px 0 0;
    height: 230px;
  }
  #top_main .main_cate {
    font-size: 11px;
  }
  #top_main .main_title {
    font-size: 18px;
  }
  #top_main .main_link {
    position: static;
    margin-top: 10px;
    text-align: right;
  }
  #top_main .main_link a {
    position: relative;
    display: inline-block;
    padding-left: 15px;
  }
  #top_main .main_link a::before {
    left: 0px;
    top: calc(50% - 8px);
  }
}

@media only screen and (max-width: 480px) {

}

/*-----------------------------------------------------------------

rss latest article

-----------------------------------------------------------------*/
.top_title {
  position: relative;
  padding-top: 20px;
}

.top_title:before{
  content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    background-color: #000;
}

.top_title:after{
  content: "";
    height: 3px;
    width: 20%;
    position: absolute;
    top: 0;
    z-index: 2;
    background-color: #DC000C;
}

.top_title h2 {
  font-weight: bold;
  font-size: 2.4rem;
}

.top_title .btn_fix {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 20px;
}

.top_title .btn_fix a {
  display: block;
  line-height: 1;
  padding: 5px 10px 8px 25px;
}

.top_title .btn_fix a::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  left: 0.5em;
  transition: all .2s ease-in 0s;
}

.top_title .btn_fix a:hover::before{
  border-color: #DC000C;
}

article a {
  display: block;
  text-decoration: none;
}

.latest .main_img,
.latest .main_cate,
.latest .main_tag,
.latest .main_link,
.latest .main_p {
  display: none;
}

.latest {
  margin-bottom: 32px;
  padding-bottom: 20px;
  padding-left: 5px;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #dddddd;
  position: relative;
}

.latest::after {
  background-color: #f5f5f5;
  color: #ffffff;
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  bottom: -4px;
  left: 0;
}

.latest article {
  margin-top: 12px;
  position: relative;
  padding-left: 15px;
  padding-bottom: 12px;
  padding-top: 12px;
  background-color: #fff;
}

.latest article:first-child {
  margin-top: 20px;
}

/*.latest article::before {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #E54028;
}*/

.latest article:hover {
  color: #E54028;
}

.latest article .main_title a {
  position: relative;
  padding-right: 20px;
}

.latest article .main_title a:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 0.5em;
  transition: all .2s ease-in 0s;
  border-color: #000;
}

@media only screen and (max-width: 690px) {
  .latest article::before {
    top: 5px;
  }
  .latest article .main_title {
    font-size: 14px;
    line-height: 1.6;
  }
}

/*-----------------------------------------------------------------

category article

-----------------------------------------------------------------*/
.a_main {
  margin-bottom: 15px;
  width: 100%;
}

@media only screen and (max-width: 690px) {
  .a_main {
    margin-bottom: 0;
  }
}

.a_left {
  float: left;
  width: 49%;
}

.a_right {
  float: right;
  width: 49%;
}

@media only screen and (max-width: 690px) {
  .a_right {
    margin: 20px 0;
  }
}

.a_left, .a_right {
  position: relative;
  margin-bottom: 30px;
}

.a_left:before,
.a_right:before{
  content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    background-color: #000;
}

.a_left:after,
.a_right:after{
  content: "";
    height: 3px;
    width: 20%;
    position: absolute;
    top: 0;
    z-index: 2;
    background-color: #DC000C;
}


@media only screen and (max-width: 690px) {
  .a_left, .a_right {
    position: relative;
    float: none;
    width: 100%;
  }
}

.a_title {
  position: relative;
  height: 48px;
  width: 100%;
}

.a_title h2 {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  line-height: 48px;
  padding-left: 15px;
  position: relative;
  vertical-align: top;
  width: calc(100% - 97px);
}

.a_title .btn_more {
  display: inline-block;
  width: auto;
}

.a_title .btn_more a:hover {
  background-color: transparent;
}

@media only screen and (max-width: 979px) {
  .a_title h2 {
    font-size: 17px;
    line-height: 48px;
    width: calc(100% - 48px);
  }
}

.btn_more {
  display: inline-block;
  line-height: 48px;
  text-align: right;
  vertical-align: top;
  line-height: 1.2;
  width: 50%;
  text-align: center;
  margin: 15px auto 15px;
  display: block;
}

.btn_more a{
  position: relative;
}

.btn_more a::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  left: -1.5em;
  transition: all .2s ease-in 0s;
}

@media only screen and (max-width: 979px) {
  .btn_more a {
    display: block;
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    border-radius: 3px;
  }
}

.btn_more a:hover {
  background-color: #333333;
}

.btn_more.sp_on {
  display: none;
}

@media only screen and (max-width: 979px) {
  .btn_more.sp_non {
    display: none;
  }
  .btn_more.sp_on {
    display: block;
  }
  .sp_on.btn_more a {
    position: relative;
    line-height: 1;
    background-color: #DC000C;
    color: #ffffff;
  }
  .sp_on.btn_more a::before {
    top: calc(50% - 4px);
    position: absolute;
    left: 20px;
    border-color: transparent transparent transparent #ffffff !important;
  }
  .sp_on.btn_more a:hover::before {
    border-color: transparent transparent transparent #ffffff !important;
  }
}

.a_area .main_cate,
.a_area .main_tag,
.a_area .main_link,
.a_area .main_p {
  display: none;
}

.a_area article{
  background-color: #fff;
  margin-bottom: 2px;
}

.a_area article + article:last-child {
  border-bottom: none;
}

.a_area .main_img {
  height: 85px;
  width: 150px;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.a_area .main_img a {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.a_area .main_info {
  width: calc(100% - 150px);
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.a_area .main_title {
  line-height: 1.6;
}

.a_area .main_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.a_area .main_article.bl-hover {
  background-color: #f5f5f5;
}

.a_area .main_article.bl-hover .main_title a {
  text-decoration: underline;
}

.a_area .main_article.bl-hover .main_img a {
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

@media only screen and (max-width: 979px) {
  .btn_more a:hover {
    color: #ffffff;
  }
}

@media only screen and (max-width: 690px) {
  .a_area .main_img {
    height: 100px;
    width: 115px;
  }
  .a_area .main_info {
    width: calc(100% - 115px);
  }
  .a_area .main_title {
    font-size: 14px;
    line-height: 1.4;
  }
  .a_area .main_article {
  }
  .a_area article + article:last-child {
    border-bottom: 1px dotted #dddddd;
  }
}

/*-----------------------------------------------------------------

tag list

-----------------------------------------------------------------*/
.top_tag_list {
  margin: 24px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #dddddd;
  padding-bottom: 20px;
  position: relative;
}

.top_tag_list a {
  display: block;
  margin: 0 8px 8px 0;
  border: 1px solid #E54028;
  padding: 4px 16px;
  font-size: 12px;
  position: relative;
}

.top_tag_list a:hover {
  background-color: #E54028;
  color: #ffffff;
}

.top_tag_list a::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  margin-right: 6px;
  font-size: 10px;
  line-height: 1;
}

.top_tag_list::after {
  background-color: #f5f5f5;
  color: #ffffff;
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  bottom: -4px;
  left: 0;
}
