@charset "UTF-8";
/*!
Theme Name: ge
Version: 1.1
Author: ge
--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.common
2.header
3.footer
4.hero
5.front
6.category
7.single
8.contact
9.404

※1000px以下のタブレット&スマホ幅の記述はそれぞれの領域の最下部に記載*/
/*!--------------------------------------------------------------
                        1.common
--------------------------------------------------------------*/
body, h1, h2, h3, h4, h5, h6, p, li, span, a, table, th, td {
  font-family: "Meiryo UI" , "メイリオ" , Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  text-decoration: none;
  list-style: none;
  letter-spacing: 1px;
}

.wrap {
  width: 1120px;
  margin: 0 auto;
}

.flex.a,
.flex.t,
.flex.s {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pc {
  display: block;
}

.tab, .sp {
  display: none;
}

.post .wrap.flex .main .content .text p img.alignleft {
   float: left;
   margin-right: 15px;
}

.post .wrap.flex .main .content .text p img.alignright {
   float: right;
   margin-left: 15px;
}


#breadcrumbs {
  padding: 20px 0;
  margin-bottom: 40px;
  font-size: 10px;
}
#breadcrumbs a {
  color: #000;
  font-size: 10px;
  line-height: 20px;
  text-decoration: underline;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}
#breadcrumbs span {
  line-height: 20px;
}

img.sp_img {
  display: none;
}

.sns_side {
  padding: 15px;
  background: #bbb;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 999;
}
.sns_side a {
  display: block;
  width:35px;
  height:35px;
  border-top:1px solid #fff;
  border-right:1px solid #fff;
  border-left:1px solid #fff;
}
.sns_side ul li:last-child a {
  border-bottom:1px solid #fff;
}
.sns_side a:hover {
  background: #ccc;
  opacity: 0.8;
  transition: .3s;
}

.pager .wp-pagenavi {
  text-align: center;
}
.pager .wp-pagenavi a {
  color: #00b0f4;
  background: #fff;
  border: none;
  font-size: 14px;
  padding: 13px 0;
  width: 40px;
  margin: 5px;
  display: inline-block;
}
.pager .wp-pagenavi a:hover {
  background: #00b0f4;
  color: #fff;
  border: none;
}
.pager .wp-pagenavi span.current {
  font-size: 14px;
  padding: 13px 0;
  width: 40px;
  display: inline-block;
  border: none;
  background: #00b0f4;
  color: #fff;
  font-weight: normal;
}

.terms {
  padding: 0 0 80px;
  font-size: 16px;
}
.terms h2 {
  font-size: 24px;
  margin-bottom: 40px;
}
.terms h3 {
  margin-bottom: 10px;
}
.terms p {
  line-height: 25px;
  margin-bottom: 30px;
}
.terms ul {
  margin-bottom: 30px;
}
.terms ul li {
  line-height: 25px;
}
.terms a {
  font-size: 16px;
  color: #00b0f4;
  text-decoration: underline;
}
.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: none !important;
}
@media screen and (max-width: 767px) {
  .wrap {
    width: 100%;
  }

  .flex.t, .flex.s, .tab, .sp {
    display: block;
  }

  .pc, .sns_side {
    display: none;
  }

  img.pc_img {
    display: none;
  }
  img.sp_img {
    display: inline-block;
  }

  #breadcrumbs {
    margin-bottom: 20px;
  }
}
/*!--------------------------------------------------------------
                        2.header
--------------------------------------------------------------*/
header {
  padding: 24px 0;
}
header .left {
  width: 20%;
}
header .left a img {
  width: 212px;
}
header .left a:hover {
  opacity: 0.8;
  transition: .3s;
}
header .right {
  width: 80%;
}
header .right ul.flex {
  justify-content: flex-end;
}
header .right ul.flex li a {
  font-size: 14px;
  color: #000;
  display: block;
  padding: 0 10px;
  font-weight: 500;
}
header .right ul.flex li a:hover {
  opacity: 0.8;
  transition: .3s;
}
header .right ul.flex li:nth-child(2), header .right ul.flex li:nth-child(4), header .right ul.flex li:nth-child(6) {
  color: #ccc;
}
header .right ul.flex li:last-child {
  position: relative;
}
header .right ul.flex li:last-child a.search_on {
  cursor: pointer;
}
header .search_area {
  width: 320px;
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 10000;
  background: #fff;
  padding: 10px;
  padding-bottom: 0;
}
header .search_area.fadeInDown {
  display: block;
  animation-duration: .5s;
  animation-delay: 0;
}
header .search_area input, header .search_area select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  box-shadow: none;
  border: 1px #ececec solid;
  color: #aaa;
  padding: 8px 10px;
  width: calc(100% - 20px);
  display: block;
  margin-bottom: 10px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 200;
}
header .search_area input#cat, header .search_area select#cat {
  width: 100%;
  background: #fff url(assets/img/search_img.png) no-repeat center right;
  background-size: 42px 42px;
  color: #000;
}
header .search_area input#submit, header .search_area select#submit {
  width: 100%;
  background: #00b5e2;
  border: 1px #00b5e2 solid;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
header .search_area input#submit:hover, header .search_area select#submit:hover {
  opacity: 0.8;
  transition: .3s;
}
header #gnavi-btn, header .gnavi-sp {
  display: none;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10000;
    padding: 16.5px 0;
    background: #fff;
  }
  header a:hover {
    opacity: 1;
    transition: 0;
  }
  header .left {
    padding-left: 20px;
    width: 212px;
  }
  header .left a img {
    width: 137px;
  }
  header .right {
    display: none;
  }
  header #gnavi-btn {
    position: fixed;
    top: 12px;
    right: 20px;
    z-index: 10001;
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    background: #13294b;
  }
  header #gnavi-btn .menu-trigger {
    position: relative;
    width: 33px;
    height: 22px;
    top: 15px;
    left: 0;
    display: inline-block;
    transition: all .2s;
    box-sizing: border-box;
  }
  header #gnavi-btn .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
  }
  header #gnavi-btn .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  header #gnavi-btn .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }
  header #gnavi-btn .menu-trigger span:nth-of-type(3) {
    top: 18px;
  }
  header #gnavi-btn .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  header #gnavi-btn .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  header #gnavi-btn .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  header .gnavi-sp {
    display: none;
    width: 100%;
    height: 1000px;
    position: fixed;
    top: 72px;
    right: 0;
    background: #fff;
    z-index: 10000;
  }
  header .gnavi-sp.fadeInDown {
    display: block;
    animation-duration: .5s;
    animation-delay: 0;
  }
  header .gnavi-sp ul {
    height: 550px;
    overflow: scroll;
    padding: 0 40px 40px;
    background: #fff;
  }
  header .gnavi-sp ul li {
    background: #fff;
    border-bottom: .5px #ececec solid;
  }
  header .gnavi-sp ul li .site {
    width: calc(60% - 10px);
    margin-right:10px;
  }
  header .gnavi-sp ul li .site a {
    margin:20px 0;
    padding:0;
    border:.5px #ececec solid;
    height:60px;
  }
  header .gnavi-sp ul li .site img {
    width: 100%;
    margin-right:10px;
  }
  header .gnavi-sp ul li .fb {
    width: calc(20% - 10px);
    margin-right:10px;
  }
  header .gnavi-sp ul li .fb a {
    margin:20px 0;
    padding:0;
    border:.5px #ececec solid;
    height:60px;
  }
  header .gnavi-sp ul li .fb img {
    width:16px;
    height:27px;
    margin-top:15px;
  }
  header .gnavi-sp ul li .li {
    width: 20%;
  }
  header .gnavi-sp ul li .li a {
    margin:20px 0;
    padding:0;
    border:.5px #ececec solid;
    height:60px;
  }
  header .gnavi-sp ul li .li img {
    width:22px;
    height:22px;
    margin-top:15px;
  }
  header .gnavi-sp ul li a {
    color: #000;
    display: block;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 20px 0;
  }
  header .gnavi-sp ul li.title {
    text-align: center;
  }
  header .gnavi-sp ul li.title img {
    display: inline-block;
    padding: 20px 0;
    width: 70px;
  }
  header .gnavi-sp ul li:nth-child(6), header .gnavi-sp ul li:nth-child(7) {
    border: none;
  }
  header .gnavi-sp ul li:nth-child(7) {
    padding-top: 20px;
  }
  header .gnavi-sp ul li:nth-child(7) a {
    padding: 0;
  }
  header .gnavi-sp ul li:nth-child(7) .site {
    width: 160px;
    height: 50px;
  }
  header .gnavi-sp ul li:nth-child(7) .site a {
    height: 50px;
  }
  header .gnavi-sp ul li:nth-child(7) .site img {
    width: 100%;
  }
  header .gnavi-sp ul li:nth-child(7) .fb a, header .gnavi-sp ul li:nth-child(7) .li a {
    line-height: 50px;
    text-align: center;
    border: 1px #ececec solid;
    width: 50px;
    display: block;
  }
  header .gnavi-sp ul li:nth-child(7) .fb a img, header .gnavi-sp ul li:nth-child(7) .li a img {
    width: 20px;
  }
  header .gnavi-sp ul li:nth-child(7) .fb a {
    height: 48px;
    line-height: 66px;
  }
  header .gnavi-sp ul li:nth-child(7) .fb a img {
    width: 16px;
  }
  header .gnavi-sp ul li:nth-child(7) .li a {
    height: 48px;
    line-height: 59px;
  }
  header .gnavi-sp .search_area {
    display: block;
    position: static;
    width: 100%;
    padding: 0;
  }
  header .gnavi-sp .search_area input, header .gnavi-sp .search_area select {
    font-size: 16px;
    height: 42px;
    margin-bottom: 10px;
  }
  header .gnavi-sp .search_area input#cat, header .gnavi-sp .search_area input#submit, header .gnavi-sp .search_area select#cat, header .gnavi-sp .search_area select#submit {
    height: 60px;
    font-size: 16px;
  }
  header .gnavi-sp .search_area input#cat, header .gnavi-sp .search_area select#cat {
    background: #fff url(assets/img/search_img.png) no-repeat center right;
    background-size: 60px;
  }
  header .gnavi-sp .search_area input#submit, header .gnavi-sp .search_area select#submit {
    margin-bottom: 0;
  }
}
/*!--------------------------------------------------------------
                        3.footer
--------------------------------------------------------------*/
footer {
  padding: 50px 0;
  background: #63666a;
  color: #fff;
  text-align: center;
  position: relative;
}
footer a {
  color: #fff;
  font-size: 14px;
}
footer ul {
  width: 720px;
  margin: 0 auto;
}
footer small {
  display: block;
  padding: 50px 0;
  text-align: center;
}
footer .mark {
  text-align: center;
}
footer .mark a {
  display: inline-block;
  width: auto;
}
footer .mark a:hover {
  opacity: 0.8;
  transition: .3s;
}
footer .top-btn {
  position: absolute;
  top: -76px;
  right: 5%;
  z-index: 9999;
  display: block;
}
footer .top-btn:hover {
  opacity: 0.8;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 40px 20px;
  }
  footer ul.flex {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  footer ul.flex li {
    width: auto;
    margin-bottom: 20px;
  }
  footer small {
    padding: 0 0 40px 0;
  }
  footer small img {
    width: 196px;
  }
  footer .top-btn {
    width: 50px;
  }
  footer .top-btn img {
    width: 100%;
  }
  footer .mark img {
    width: 52px;
  }
}
/*!--------------------------------------------------------------
                        5.front_page
--------------------------------------------------------------*/
.side {
  width: 280px;
}
.side img {
  width: 100%;
}
.side .banner_mail {
  margin-bottom: 10px;
  display: block;
}
.side .banner_mail:hover {
  opacity: 0.8;
  transition: .3s;
}
.side .banner_contact {
  margin-bottom: 40px;
  display: block;
}
.side .banner_contact:hover {
  opacity: 0.8;
  transition: .3s;
}
.side .tag {
  background: #fff;
  padding: 20px;
  margin-bottom: 40px;
  transition: all .3s ease;
  position:relative;
  overflow: hidden;
}

.side .tag::before{
  content:"";
  position:absolute;
  width:100%;
  height:60px;
  left:0;
  bottom:0px;
  background:#fff;
  z-index: 1;
}

.side .tag.is-open::before{
  display:none;
}

.side .tag__btn {
  display: block;
  width:calc(100% - 40px) ;
  color: #fff;
  padding: 10px 0;
  background: #00b5e2;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 0;
  position:absolute;
  bottom:20px;
  z-index: 2;
}

.side .tag__btn:hover {
  opacity: 0.8;
  transition: .3s;
}

.side .tag.is-open .tag__btn{
  display:none;
}

.side .tag .title {
  width: auto;
  display: block;
  margin: 0 auto 20px;
}
.side .tag a {
  /* 20170629amo margin: 0 5px 5px 0; */
  /* 20170629amo font-size: 14px !important; */
  /* 20170629amo line-height: 24px; */
  vertical-align: middle; /* 20170629amo */
  display: inline-block;
  margin: 0 0 0;
  color: #000;
  line-height: 30px;
  text-decoration: underline;
}
.side .tag a:hover {
  text-decoration: underline;
}
.side .tag a::before {
  display: inline-block;
  content: "#";
}
.side .banner_01 {
  width: 100%;
  margin-bottom: 10px;
}
.side .banner_01 a {
  display: block;
}
.side .banner_01 a img {
  width: 100%;
}
.side .banner_01 a:hover {
  opacity: 0.8;
  transition: .3s;
}
.side .banner_02 {
  width: 100%;
  margin-bottom: 40px;
}
.side .banner_02 a {
  display: block;
}
.side .banner_02 a img {
  width: 100%;
}
.side .banner_02 a:hover {
  opacity: 0.8;
  transition: .3s;
}
.side .recommend {
  background: #fff;
  padding: 20px 0 0;
}
.side .recommend .title {
  width: auto;
  display: block;
  margin: 0 auto 20px;
}
.side .recommend table {
  border-collapse: separate;
}
.side .recommend table th {
  width: 20px;
  height: 115px;
  border-top: 1px #ececec solid;
  position: relative;
}
.side .recommend table th::before {
  position: absolute;
  left: 0;
  top: 5%;
  height: 90%;
  width: 3px;
  background: #00b0f4;
  content: "";
  display: block;
}
.side .recommend table td {
  padding-top: 10px;
}
.side .recommend table td.img a {
  display: inline-block;
  overflow: hidden;
  width: 95px;
  height: 95px;
  position: relative;
}
.side .recommend table td.img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
}
.side .recommend table td.img a:hover {
  opacity: 0.8;
  transition: .3s;
}
.side .recommend table td.text {
  padding-left: 10px;
  vertical-align: top;
  width: 135px;
  position: relative;
}
.side .recommend table td.text p {
  font-size: 14px;
  line-height: 18px;
}
.side .recommend table td.text a {
  position: absolute;
  bottom: 10px;
  right: 0;
}
.side .recommend table td.text a:hover {
  opacity: 0.8;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .side {
    width: auto;
    padding: 40px 0 0;
  }
  .side .banner_mail, .side .banner_contact, .side .tag {
    display: none;
  }
  .side .banner_01 {
    margin-bottom: 20px;
  }
  .side .banner_02 {
    margin-bottom: 80px;
  }
  .side .recommend {
    background: #fff;
    padding: 40px 0 0;
  }
  .side .recommend .title {
  width:140px;
  height:14px;
    display: block;
    margin: 0 auto 40px;
  }
  .side .recommend table {
    border-collapse: separate;
  }
  .side .recommend table th {
    width: 20px;
    height: 80px;
  }
  .side .recommend table td {
    padding-top: 10px;
  }
  .side .recommend table td.img a {
    width: 60px;
    height: 60px;
  }
  .side .recommend table td.text {
    width: auto;
    padding-right: 20px;
  }
  .side .recommend table td.text p {
    font-size: 14px;
    line-height: 25px;
  }
  .side .recommend table td.text a {
    bottom: 5px;
    right: 20px;
  }
}
/*!--------------------------------------------------------------
                        4.hero
--------------------------------------------------------------*/
.hero {
  background: #f3f7f8;
}
.hero #hero_posts_slider {
  width: 100%;
  padding: 40px 0 20px;
}
.hero #hero_posts_slider .content {
}

body #hero_posts_slider .slick-list{
padding:0 !important;
}
.hero #hero_posts_slider .content .wrap {
  width: 1120px !important;
  width: auto;
  position: relative;
}
.hero #hero_posts_slider .content .wrap a {
  overflow: hidden;
  display: block;
}
.hero #hero_posts_slider .content .wrap a .img {
  height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: .3s;
}
.hero #hero_posts_slider .content .wrap a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
/* .hero #hero_posts_slider .content .wrap a:hover .img {
  transform: scale(1.1, 1.1);
  transition: .3s;
} */
.hero #hero_posts_slider .content .wrap .bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  padding: 10px;
}
.hero #hero_posts_slider .content .wrap .bar span {
  display: inline-block;
  background: #00b0f4;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
  color: #fff;
}
.hero #hero_posts_slider .content .wrap .bar span.sp {
  display: none;
}
.hero #hero_posts_slider .content .wrap .bar time {
  display: inline-block;
  padding: 5px 0;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.hero #hero_posts_slider .content .wrap .bar p {
  font-weight: bold;
  display: inline-block;
  padding: 5px 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .hero {
    background: #f3f7f8;
    margin-top: 75px;
    padding: 40px 20px;
  }
  .hero #hero_posts_slider {
    width: 100%;
    padding: 0;
  }
  .hero #hero_posts_slider .content {
    margin: 0;
  }
  .hero #hero_posts_slider .content .wrap {
    width: 100% !important;
  }
  .hero #hero_posts_slider .content .wrap a .img {
    height: 280px;
  }
  .hero #hero_posts_slider .content .wrap a .img img {
    width: auto;
    height: 100%;
  }
  .hero #hero_posts_slider .content .wrap .bar {
    padding: 10px 15px;
  }
  .hero #hero_posts_slider .content .wrap .bar span {
    font-size: 12px;
    letter-spacing: 0;
    margin-right: 0;
    padding: 5px;
    float: right;
  }
  .hero #hero_posts_slider .content .wrap .bar span.pc_disp {
    display: none;
  }
  .hero #hero_posts_slider .content .wrap .bar span.sp {
    display: inline-block;
  }
  .hero #hero_posts_slider .content .wrap .bar time {
    font-size: 12px;
    letter-spacing: 0;
    margin-right: 0;
  }
  .hero #hero_posts_slider .content .wrap .bar p {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 25px;
  }
}
/*!--------------------------------------------------------------
                        5.front_page
--------------------------------------------------------------*/
/*!promotion
---------------------------------------*/
.promotion {
  background: #f3f7f8;
  width: 100%;
}
.promotion a {
  display: block;
}
.promotion a img {
  width: 100%;
}
.promotion a:hover {
  opacity: 0.8;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .promotion {
    width: auto;
    padding: 20px;
    overflow: hidden;
  }
  .promotion .wrap .sp {
    padding: 10px 0 20px;
  }
  .promotion .wrap .sp ul.flex {
    width: 100%;
    margin: 0 auto;
  }
  .promotion .wrap .sp ul.flex li {


    width: 48%;
  }
  .promotion .wrap .sp ul.flex li img {
    width: 100%;
  }
  .promotion .wrap a.banner {
    margin: 0 auto;
    width: 100%;
  }


}
/*!front_tag
---------------------------------------*/
.front_tag {
  background: #f3f7f8;
  padding: 0 20px 40px;
  overflow: hidden;
}
.front_tag .wrap {
  position: relative;
  padding: 30px 20px 0;
  background: #fff;
  width: auto;
}
.front_tag .wrap .title {
  padding-bottom: 30px;
  text-align: center;
}
.front_tag .wrap .title img {
  width: 121px;
}
.front_tag .wrap .tag_content {
  border-top: 1px #ececec solid;
  display: none;
  padding: 40px 0;
}
.front_tag .wrap .tag_content a {
  display: inline-block;
  margin: 0 5px 5px 0;
  color: #000;
  font-size: 14px !important;
  text-decoration: underline;
  line-height: 24px;
}
.front_tag .wrap .tag_content a:hover {
  text-decoration: underline;
}
.front_tag .wrap .tag_content a::before {
  display: inline-block;
  content: "#";
}
.front_tag .wrap .tag_content.fadeInDown {
  display: block;
  animation-duration: .5s;
  animation-delay: 0;
}
.front_tag span.front_tag_open {
  position: absolute;
  cursor: pointer;
  top: 30px;
  right: 20px;
  width: 34px;
  height: 20px;
  background: url(assets/img/arrow_bottom.png) no-repeat center center;
  background-size: 34px 20px;
  transition: .3s;
}
.front_tag span.front_tag_open.active {
  background: url(assets/img/arrow_top.png) no-repeat center center;
  background-size: 34px 20px;
  transition: .3s;
}

/*!recent_posts
---------------------------------------*/
.recent_posts {
  padding: 20px 0 80px;
  background:url(assets/img/bg.png) top left no-repeat #f3f7f8;
  background-attachment:fixed;
}
.recent_posts img.title {
  display: block;
  margin: 0 auto 40px;
}
.recent_posts .wrap.flex {
  align-items: flex-start;
}
.recent_posts .wrap.flex .main {
  padding-top: 30px;
  width: 800px;
}
.recent_posts .wrap.flex .main ul.flex {
  flex-wrap: wrap;
  align-items: flex-start;
}
/* 追記start */
.recent_posts .wrap.flex .main ul.flex.second_ul {
  display: none;
}
/* 追記end */
.recent_posts .wrap.flex .main ul.flex li {
  width: 48%;
  height: 453px;
  margin-bottom: 40px;
  text-align: left;
  background: #fff;
}
.recent_posts .wrap.flex .main ul.flex li a.img_parent {
  overflow: hidden;
  display: block;
}
.recent_posts .wrap.flex .main ul.flex li a.img_parent .img {
  width: 100%;
  height: 200px;
  position: relative;
  transition: .3s;
}
.recent_posts .wrap.flex .main ul.flex li a.img_parent .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
}
.recent_posts .wrap.flex .main ul.flex li a.img_parent:hover .img {
  transform: scale(1.1, 1.1);
  transition: .3s;
}
.recent_posts .wrap.flex .main ul.flex li .text {
  padding: 0 20px 20px 20px;
  position: relative;
}
.recent_posts .wrap.flex .main ul.flex li .text .title {
  position: absolute;
  top: -30px;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 5px;
  width: calc(100% - 30px);
}
.recent_posts .wrap.flex .main ul.flex li .text .title p {
  font-size: 14px;
  color: #fff;
  height: 40px;
  line-height: 20px;
  border-left: 2px #00b0f4 solid;
  padding: 0 10px;
  padding-top: 0;
}
.recent_posts .wrap.flex .main ul.flex li .text p.excerpt {
  padding-top: 45px;
  line-height: 20px;
  font-size: 14px;
  display: block;
  height: 100px;
}
.recent_posts .wrap.flex .main ul.flex li .text .readmore {
  text-align: right;
  margin: 10px 0;
  padding-top: 0;
}
.recent_posts .wrap.flex .main ul.flex li.large_size_post_kv .text .readmore {
  padding:0 20px;
}

.recent_posts .wrap.flex .main ul.flex li .text .readmore a:hover {
  opacity: 0.8;
  transition: .3s;




}
.recent_posts .wrap.flex .main ul.flex li .text .sub {
  border-top: 1px #ececec solid;
  padding: 10px 0;
}
.recent_posts .wrap.flex .main ul.flex li.large_size_post_kv .text .sub {
  padding:10px 20px;
}

.recent_posts .wrap.flex .main ul.flex li .text .sub div.flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.recent_posts .wrap.flex .main ul.flex li .text .sub div.flex time {
  font-size: 13px;
  color: #333;
  display: inline-block;
  margin-right: 5px;
}
.recent_posts .wrap.flex .main ul.flex li .text .sub div.flex time img {
  display: inline-block;
  margin-right: 5px;
  width: 13px;
}
.recent_posts .wrap.flex .main ul.flex li .text .sub div.flex span {
  display: inline-block;
}
.recent_posts .wrap.flex .main ul.flex li .text .sub div.flex span a {
  color: #00b0f4;
  font-size: 13px;
  text-decoration: underline;
}
.recent_posts .wrap.flex .main ul.flex li .text .sub div.flex span a:hover {
  opacity: 0.8;
  transition: .3s;
}
.recent_posts .wrap.flex .main ul.flex li .text .sub .tag ul.flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  height: 21px;
  overflow: hidden;
}
.recent_posts .wrap.flex .main ul.flex li .text .sub .tag ul.flex li {
  width: auto;
  height: auto;
  margin-bottom: 0;
}
.recent_posts .wrap.flex .main ul.flex li .text .sub .tag ul.flex li a {
  display: inline-block;
  margin: 0 5px 5px 0;
  color: #000;
  font-size: 14px;
  text-decoration: underline;
}
.recent_posts .wrap.flex .main ul.flex li .text .sub .tag ul.flex li a:hover {
  text-decoration: underline;
}
/* 追記start */
.recent_posts .wrap.flex .main ul.flex.first_ul li.large_size_post,
.recent_posts .wrap.flex .main ul.flex.first_ul li.large_size_post_kv,
/* 追記End */
.recent_posts .wrap.flex .main ul.flex.first_ul li:first-child {
  width: 100%;
  height: 290px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.recent_posts .wrap.flex .main ul.flex.first_ul li.large_size_post_kv {
  display:block;
  height:525px;
}
/* 追記start */
.recent_posts .wrap.flex .main ul.flex.first_ul li.large_size_post a.img_parent,
/* 追記End */
.recent_posts .wrap.flex .main ul.flex.first_ul li:first-child a.img_parent {
  width: 400px;
  height: 290px;
}
.recent_posts .wrap.flex .main ul.flex.first_ul li.large_size_post_kv a.img_parent {
  width:100%;
  height:290px;
}
/* 追記start */
.recent_posts .wrap.flex .main ul.flex.first_ul li.large_size_post a.img_parent .img,
.recent_posts .wrap.flex .main ul.flex.first_ul li.large_size_post_kv a.img_parent .img,
/* 追記End */
.recent_posts .wrap.flex .main ul.flex.first_ul li:first-child a.img_parent .img {
  height: 290px;
}
/* 追記start */
.recent_posts .wrap.flex .main ul.flex.first_ul li.large_size_post .text,
/* 追記End */
.recent_posts .wrap.flex .main ul.flex.first_ul li:first-child .text {
  width: 360px;
  padding: 0 20px;
}
.recent_posts .wrap.flex .main ul.flex.first_ul li.large_size_post_kv .text {
  width:100%;
  padding:0;
}
/* 追記start */
.recent_posts .wrap.flex .main ul.flex.first_ul li.large_size_post .text .title,
.recent_posts .wrap.flex .main ul.flex.first_ul li.large_size_post_kv .text .title,
/* 追記End */
.recent_posts .wrap.flex .main ul.flex.first_ul li:first-child .text .title {
  padding: 15px 5px;
  top: 20px;
  right: 0;
  left: auto;
  width: 432px;
}
.recent_posts .wrap.flex .main ul.flex.first_ul li.large_size_post_kv .text .title {
  padding:15px 10px;
  left:0;
  top:-20px;
  width:95%;
}
/* 追記start */
.recent_posts .wrap.flex .main ul.flex.first_ul li.large_size_post .text p.excerpt,
.recent_posts .wrap.flex .main ul.flex.first_ul li.large_size_post_kv .text p.excerpt,
/* 追記End */
.recent_posts .wrap.flex .main ul.flex.first_ul li:first-child .text p.excerpt {
  padding-top: 105px;
  height: auto;
}
.recent_posts .wrap.flex .main ul.flex.first_ul li.large_size_post_kv .text p.excerpt {
  padding:70px 20px 20px;
}
/* 追記start */
.recent_posts .wrap.flex .main .link.vanish {
  display: none;
}
.recent_posts .wrap.flex .main .link a,
.recent_posts .wrap.flex .main .link p {
  display: block;
  color: #fff;
  padding: 20px 0;
  background: #00b5e2;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.recent_posts .wrap.flex .main .link a:hover,
.recent_posts .wrap.flex .main .link p:hover {
  opacity: 0.8;
  transition: .3s;
}
/* 追記end */

@media screen and (max-width: 767px) {
  .recent_posts {
    padding: 40px 20px 80px;
  }
  .recent_posts img.title {
    width: 168px;
  }
  .recent_posts .wrap.flex .main {
    width: 100%;
    padding-top: 0;
  }
  .recent_posts .wrap.flex .main ul.flex li {
    width: 100%;
    height: auto;
  }
  .recent_posts .wrap.flex .main ul.flex li a.img_parent .img {
    height: 190px;
  }
  .recent_posts .wrap.flex .main ul.flex li .text {
    padding: 0 20px;
    width: auto;
  }
  .recent_posts .wrap.flex .main ul.flex li .text .title {
    width: calc(100% - 30px);
    top: -41px;
    font-weight: bold;
  }
  .recent_posts .wrap.flex .main ul.flex li .text p.excerpt {
    font-size: 14px;
    line-height: 25px;
    height: auto;
    padding-top: 35px;
  }
  .recent_posts .wrap.flex .main ul.flex li .text .sub {
    border-top: 1px #ececec solid;
    padding: 20px 0;
  }
  .recent_posts .wrap.flex .main ul.flex li .text .sub div.flex {
    flex-wrap: nowrap;
  }
  .recent_posts .wrap.flex .main ul.flex li .text .sub div.flex time {
    font-size: 11px;
    margin-right: 3px;
    white-space: nowrap;
  }
  .recent_posts .wrap.flex .main ul.flex li .text .sub div.flex time img {
    margin-right: 3px;
    width: 11px;
  }
  .recent_posts .wrap.flex .main ul.flex li .text .sub div.flex span a {
    font-size: 11px;
  }
  .recent_posts .wrap.flex .main ul.flex li .text .sub .tag {
    display: none;
  }
  /* 追記start */
  .recent_posts .wrap.flex .main ul.flex.first_ul li.large_size_post,
  .recent_posts .wrap.flex .main ul.flex.first_ul li.large_size_post_kv,
  /* 追記End */
  .recent_posts .wrap.flex .main ul.flex.first_ul li:first-child {
    height: auto;
    display: block;
  }
  /* 追記start */
  .recent_posts .wrap.flex .main ul.flex.first_ul li.large_size_post a.img_parent,
  .recent_posts .wrap.flex .main ul.flex.first_ul li.large_size_post_kv a.img_parent,
  /* 追記End */
  .recent_posts .wrap.flex .main ul.flex.first_ul li:first-child a.img_parent {
    width: 100%;
    height: 200px;
  }
  /* 追記start */
  .recent_posts .wrap.flex .main ul.flex.first_ul li.large_size_post a.img_parent .img,
  .recent_posts .wrap.flex .main ul.flex.first_ul li.large_size_post_kv a.img_parent .img,
  /* 追記End */
  .recent_posts .wrap.flex .main ul.flex.first_ul li:first-child a.img_parent .img {
    height: 200px;
    width: auto;
  }
  /* 追記start */
  .recent_posts .wrap.flex .main ul.flex.first_ul li.large_size_post .text,
  .recent_posts .wrap.flex .main ul.flex.first_ul li.large_size_post_kv .text,
  /* 追記End */
  .recent_posts .wrap.flex .main ul.flex.first_ul li:first-child .text {
    padding: 0 20px;
    width: auto;
    position: relative;
  }
  /* 追記start */
  .recent_posts .wrap.flex .main ul.flex.first_ul li.large_size_post .text .title,
  .recent_posts .wrap.flex .main ul.flex.first_ul li.large_size_post_kv .text .title,
  /* 追記End */
  .recent_posts .wrap.flex .main ul.flex.first_ul li:first-child .text .title {
    width: calc(100% - 30px);
    top: -41px;
    font-size: 20px;
    position: absolute;
    padding: 10px 5px;
    right: auto;
    left: 0;
    margin-left: 0;
  }
  /* 追記start */
  .recent_posts .wrap.flex .main ul.flex.first_ul li.large_size_post .text .title p,
  .recent_posts .wrap.flex .main ul.flex.first_ul li.large_size_post_kv .text .title p,
  /* 追記End */
  .recent_posts .wrap.flex .main ul.flex.first_ul li:first-child .text .title p {
    height: 40px;
  }
  /* 追記start */
  .recent_posts .wrap.flex .main ul.flex.first_ul li.large_size_post .text p.excerpt,
  .recent_posts .wrap.flex .main ul.flex.first_ul li.large_size_post_kv .text p.excerpt,
  /* 追記End */
  .recent_posts .wrap.flex .main ul.flex.first_ul li:first-child .text p.excerpt {
    padding-top: 45px;
  }
  .recent_posts .wrap.flex .main ul.flex.first_ul li.large_size_post_kv .text p.excerpt {
    padding:45px 0 0;
  }
  .recent_posts .wrap.flex .main ul.flex li.large_size_post_kv .text .readmore {
    padding: 0;
    }
    .recent_posts .wrap.flex .main ul.flex li.large_size_post_kv .text .sub {
    padding: 20px 0;
    }
  .recent_posts .wrap.flex .main .link {
    padding-bottom: 40px;
  }
}
/*!video
---------------------------------------*/
.video {
  background: #63666a;
  color: #fff;
  padding: 80px 0;
}
.video img.title {
  display: block;
  margin: 0 auto 40px;
}
.video ul.flex {
  align-items: flex-start;
}
.video ul.flex li {
  width: 48%;
  font-size: 14px;
}
.video ul.flex li p {
  line-height:20px;
}
.video ul.flex li iframe {
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
}
.video ul.flex li time {
  display: inline-block;
  margin-right: 10px;
}
.video ul.flex li .title {
  display: inline-block;
  font-weight: bold;
}
.video ul.flex li .excerpt {
  display: block;
  width: 100%;
  margin-top: 10px;
  line-height: 20px;
}

@media screen and (max-width: 767px) {
  .video {
    padding: 80px 20px;
  }
  .video img.title {
    width: 140px;
  }
  .video ul.flex li {
    width: 100%;
    font-size: 14px;
    margin-bottom: 40px;
  }
  .video ul.flex li .title {
    line-height: 25px;
    margin-top: 6px;
  }
  .video ul.flex li iframe {
    height: 250px;
    margin-bottom: 40px;
  }
  .video ul.flex li .excerpt {
    margin-top: 20px;
    line-height: 25px;
  }
  .video ul.flex li:last-child {
    margin-bottom: 0;
  }
}
/*!popular_posts
---------------------------------------*/
.popular_posts {
  background: #f3f7f8;
  padding: 80px 0;
  overflow: hidden;
}
.popular_posts img.title {
  display: block;
  margin: 0 auto 40px;
}
.popular_posts .content .box {
  display: block;
  width: 310px;
  height: 298px;
  background: #fff;
}
.popular_posts .content .box a.img_parent {
  overflow: hidden;
  display: block;
}
.popular_posts .content .box a.img_parent .img {
  overflow: hidden;
  width: 320px;
  height: 200px;
  position: relative;
  transition: .3s;
}
.popular_posts .content .box a.img_parent .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popular_posts .content .box a.img_parent:hover .img {
  transform: scale(1.1, 1.1);
  transition: .3s;
}
.popular_posts .content .box .text {
  padding: 10px 10px 1px 5px;
  position: relative;
}
.popular_posts .content .box .text .title {
  padding: 0 0 0 10px;
  font-size: 16px;
  height: 40px;
  line-height: 20px;
  border-left: 2px #00b0f4 solid;
  margin-bottom: 10px;
}
.popular_posts .content .box .text .sub.flex {
  border-top: 1px #ececec solid;
  padding: 10px 0;
  margin-left: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.popular_posts .content .box .text .sub.flex time {
  font-size: 12px;
  color: #333;
  display: inline-block;
  margin-right: 5px;
  letter-spacing: 0;
}
.popular_posts .content .box .text .sub.flex time img {
  display: inline-block;
  margin-right: 3px;
  width: 12px;
}
.popular_posts .content .box .text .sub.flex span a {
  display: inline-block;
  color: #00b0f4;
  text-decoration: underline;
  font-size: 12px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .popular_posts {
    padding: 80px 20px;
  }
  .popular_posts img.title {
    width: 220px;
  }
  .popular_posts .content .box {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
  }
  .popular_posts .content .box a.img_parent .img {
    width: 100%;
    height: 190px;
  }
  .popular_posts .content .box .text .title {
    font-size: 14px;
  }
  .popular_posts .content .box .text .sub.flex {
    padding: 20px 0;
    margin-left: 5px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .popular_posts .content .box .text .sub.flex time {
    font-size: 11px;
    margin-right: 5px;
    white-space: nowrap;
  }
  .popular_posts .content .box .text .sub.flex time img {
    width: 11px;
  }
  .popular_posts .content .box .text .sub.flex span a {
    font-size: 12px;
  }
}
/*!
---------------------------------------*/
.gereports {
  padding: 80px 0;
  font-size: 14px;
}
.gereports img.title {
  display: block;
  margin: 0 auto 40px;
}
.gereports .sub {
  line-height: 20px;
  text-align: center;
  margin-bottom: 50px;
}
.gereports ul.flex {
  align-items: flex-start;
}
/* 追記start */
.gereports ul.flex li {
  width: 30%;
  text-align: center;
}
.gereports ul.flex li img {
  height: 90px;
}
/* 追記end */
.gereports ul.flex li .title {
  font-weight: bold;
  margin: 40px 0 15px;
}
.gereports ul.flex li .text {
  line-height: 20px;
  text-align: left;
}
.gereports .banner_mail {
  text-align: center;
  margin-top: 40px;
}
.gereports .banner_mail a {
  width: 280px;
  display: inline-block;
}
.gereports .banner_mail a img {
  width: 100%;
}
.gereports .banner_mail a:hover {
  opacity: 0.8;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .gereports {
    padding: 80px 20px;
  }
  .gereports img.title {
    width: 189px;
  }
  .gereports .sub {
    line-height: 25px;
    margin-bottom: 80px;
    letter-spacing: 0;
  }
  .gereports ul.flex {
    display: flex;
    flex-wrap: wrap;
  }
  /* 追記start */
  .gereports ul.flex li {
    width: 100%;
    margin-bottom: 80px;
  }
  /* 追記end */
  .gereports ul.flex li .title {
    line-height: 30px;
    margin: 50px 0 15px;
  }
  .gereports ul.flex li .text {
    line-height: 25px;
  }
  .gereports ul.flex li:nth-child(1) .title, .gereports ul.flex li:nth-child(2) .title {
    height: 60px;
  }
  .gereports .banner_mail {
    text-align: center;
    margin-top: -30px;
  }
  .gereports .banner_mail a {
    width: 280px;
    display: inline-block;
  }
  .gereports .banner_mail a img {
    width: 100%;
  }
  .gereports .banner_mail a:hover {
    opacity: 0.8;
    transition: .3s;
  }
}
/*!banner_area
---------------------------------------*/
.banner_area {
  padding: 80px 0 160px;
  background: #f3f7f8;
}
.banner_area ul {
  margin: 0 auto -40px;
  width: 1040px;
}
.banner_area ul li {
  margin-bottom:40px;
}
.banner_area ul li:nth-child(odd) {
  float:left;
}
.banner_area ul li:nth-child(even) {
  float:right;
}
.banner_area ul li a {
  display: block;
  width: 480px;
}
.banner_area ul li a img {
  width: 100%;
}
.banner_area ul li a:hover {
  opacity: 0.8;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .banner_area {
    padding: 80px 20px;
  }
  .banner_area ul {
    width: 100%;
  }
  .banner_area ul li {
    margin-bottom: 20px;
  }
  .banner_area ul li a {
    width: auto;
  }
  .banner_area ul li:last-child {
    margin-bottom: 80px;
  }
}
/*!--------------------------------------------------------------
                        6.category
--------------------------------------------------------------*/
/*!category_posts
---------------------------------------*/
.category_posts {
  padding: 0 0 40px;
  background: url(assets/img/bg.png) top left no-repeat #f3f7f8;
  background-attachment: fixed;
}
.category_posts img.title {
  width: 200px;
  display: block;
  margin: 0 auto 30px;
}
.category_posts .wrap.flex {
  align-items: flex-start;
}
.category_posts .wrap.flex .main {
  width: 800px;
}
.category_posts .wrap.flex .main .title {
  margin-bottom: 30px;
}
.category_posts .wrap.flex .main .title h2 {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  font-weight: normal;
  color: #63666a;
  margin-bottom: 20px;
}
.category_posts .wrap.flex .main .title hr {
  display: block;

  width: 60px;
  height: 2px;
  margin: 0 auto;
  background: #00b0f4;
  border-top: none;
}
.category_posts .wrap.flex .main ul.flex {
  flex-wrap: wrap;
  align-items: flex-start;
}
.category_posts .wrap.flex .main ul.flex li {
  width: 48%;
  height: 453px;
  margin-bottom: 40px;
  text-align: left;
  background: #fff;
}
.category_posts .wrap.flex .main ul.flex li a.img_parent {
  overflow: hidden;
  display: block;
}
.category_posts .wrap.flex .main ul.flex li a.img_parent .img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  transition: .3s;
}
.category_posts .wrap.flex .main ul.flex li a.img_parent .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
}
.category_posts .wrap.flex .main ul.flex li a.img_parent:hover .img {
  transform: scale(1.1, 1.1);
  transition: .3s;
}
.category_posts .wrap.flex .main ul.flex li .text {
  padding: 0 20px 20px 20px;
  position: relative;
}
.category_posts .wrap.flex .main ul.flex li .text .title {
  position: absolute;
  top: -30px;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 5px;
  width: calc(100% - 30px);
}
.category_posts .wrap.flex .main ul.flex li .text .title p {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  height: 40px;
  border-left: 2px #00b0f4 solid;
  padding: 0 10px;
  padding-top: 0;
}
.category_posts .wrap.flex .main ul.flex li .text p.excerpt {
  padding-top: 45px;
  line-height: 20px;
  font-size: 14px;
  display: block;
}
.category_posts .wrap.flex .main ul.flex li .text p {
  line-height: 20px;
  font-size: 14px;
  display: block;
}
.category_posts .wrap.flex .main ul.flex li .text .readmore {
  padding-top: 0;
  text-align: right;
  margin: 10px 0;
}
.category_posts .wrap.flex .main ul.flex li .text .readmore a:hover {
  opacity: 0.8;
  transition: .3s;
}
.category_posts .wrap.flex .main ul.flex li .text .sub {
  border-top: 1px #ececec solid;
  padding: 10px 0;
}
.category_posts .wrap.flex .main ul.flex li .text .sub div.flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.category_posts .wrap.flex .main ul.flex li .text .sub div.flex time {
  font-size: 13px;
  color: #333;
  display: inline-block;
  margin-right: 5px;
  letter-spacing: 0;
}
.category_posts .wrap.flex .main ul.flex li .text .sub div.flex time img {
  display: inline-block;
  margin-right: 3px;
  width: 13px;
}
.category_posts .wrap.flex .main ul.flex li .text .sub div.flex span {
  display: inline-block;
  margin-right:5px;
}
.category_posts .wrap.flex .main ul.flex li .text .sub div.flex span a {
  color: #00b0f4;
  font-size: 13px;
  text-decoration: underline;
  letter-spacing: 0;
}
.category_posts .wrap.flex .main ul.flex li .text .sub div.flex span a:hover {
  opacity: 0.8;
  transition: .3s;
}
.category_posts .wrap.flex .main ul.flex li .text .sub .tag ul.flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 21px;
  overflow: hidden;
}
.category_posts .wrap.flex .main ul.flex li .text .sub .tag ul.flex li {
  width: auto;
  height: auto;
}
.category_posts .wrap.flex .main ul.flex li .text .sub .tag ul.flex li a {
  display: inline-block;
  margin: 0 5px 5px 0;
  color: #000;
  font-size: 13px;
  text-decoration: underline;
}
.category_posts .wrap.flex .main ul.flex li .text .sub .tag ul.flex li a:hover {
  text-decoration: underline;
}
.category_posts .wrap.flex .main .link a {
  display: block;
  color: #fff;
  padding: 20px 0;
  background: #00b5e2;
  font-size: 18px;
  text-align: center;
}
.category_posts .wrap.flex .main .link a:hover {
  opacity: 0.8;
  transition: .3s;
}
.category_posts .wrap.flex .side {
  margin-top: 50px;
}

.category_botom {
  padding: 40px 0 160px;
  background: #f3f7f8;
}
.category_botom ul.flex li {
  width: 48%;
  text-align: center;
  background: #fff;
  padding: 40px 0;
}
.category_botom ul.flex li p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
.category_botom ul.flex li a img {
  width: 280px;
}
.category_botom ul.flex li a:hover {
  opacity: 0.8;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .category_posts {
    margin-top: 75px;
    padding: 0 20px 80px;
  }
  .category_posts .wrap.flex .main {
    width: 100%;
    padding-top: 0;
  }
  .category_posts .wrap.flex .main .title {
    margin-bottom: 40px;
  }
  .category_posts .wrap.flex .main .title h2 {
    font-size: 18px;
  }
  .category_posts .wrap.flex .main ul.flex li {
    width: 100%;
    height: auto;
  }
  .category_posts .wrap.flex .main ul.flex li a.img_parent .img {
    height: 190px;
  }
  .category_posts .wrap.flex .main ul.flex li .text {
    padding: 0 20px;
    width: auto;
  }
  .category_posts .wrap.flex .main ul.flex li .text .title {
    width: calc(100% - 30px);
    top: -31px;
    font-weight: bold;
  }
  .category_posts .wrap.flex .main ul.flex li .text p.excerpt {
    font-size: 14px;
    line-height: 25px;
  }
  .category_posts .wrap.flex .main ul.flex li .text .sub {
    border-top: 1px #ececec solid;
    padding: 20px 0;
  }
  .category_posts .wrap.flex .main ul.flex li .text .sub div.flex {
    flex-wrap: nowrap;
  }
  .category_posts .wrap.flex .main ul.flex li .text .sub div.flex time {
    font-size: 11px;
    white-space: nowrap;
  }
  .category_posts .wrap.flex .main ul.flex li .text .sub div.flex time img {
    margin-right: 3px;
    width: 11px;
  }
  .category_posts .wrap.flex .main ul.flex li .text .sub div.flex span a {
    font-size: 11px;
  }
  .category_posts .wrap.flex .main ul.flex li .text .sub .tag {
    display: none;
  }
  .category_posts .wrap.flex .main .link a {
    display: block;
    color: #fff;
    padding: 20px 0;
    background: #00b5e2;
    font-size: 18px;
    text-align: center;
  }
  .category_posts .wrap.flex .main .link a:hover {
    opacity: 0.8;
    transition: .3s;
  }
  .category_posts .wrap.flex .side {
    display: none;
  }

  .category_botom {
    padding: 0 20px 160px;
  }
  .category_botom ul.flex li {
    width: auto;
    text-align: center;
    background: #fff;
    padding: 40px 20px;
    margin-bottom: 10px;
  }
  .category_botom ul.flex li p {
    font-size: 14px;
    line-height: 25px;
  }
  .category_botom ul.flex li a img {
    width: 280px;
  }
  .category_botom ul.flex li a:hover {
    opacity: 0.8;
    transition: .3s;
  }
}
@media screen and (max-width: 767px) and (max-width: 350px) {
  .category_botom ul.flex li a img {
    width: 235px;
  }
}
/*!--------------------------------------------------------------
                        7.single
--------------------------------------------------------------*/
.post {
  background: #f3f7f8;
  padding: 0 0 40px;
}
.post .wrap.flex {
  align-items: flex-start;
}
.post .wrap.flex .main {
  width: 800px;
}
.post .wrap.flex .main #breadcrumbs {
  margin-bottom: 0;
}
.post .wrap.flex .main .img {
  margin-bottom: 10px;
}
.post .wrap.flex .main .img img {
  width: 100%;
  height: auto;
}
.post .wrap.flex .main .title {
  padding: 15px 10px;
  background: #fff;
  margin-bottom: 10px;
}
.post .wrap.flex .main .title h1 {
  font-size: 24px;
  line-height: 30px;
  border-left: 2px #00b0f4 solid;
  padding-left: 10px;
}
.post .wrap.flex .main .content {
  background: #fff;
  padding: 20px 40px;
}
.post .wrap.flex .main .content .sub {
  padding-bottom: 20px;
  border-bottom: #ececec 1px solid;
}
.post .wrap.flex .main .content .sub div.flex time {
  font-size: 14px;
  display: inline-block;
  margin-right: 10px;
  color: #63666a;
  white-space: nowrap;
}
.post .wrap.flex .main .content .sub div.flex time img {
  display: inline-block;
  margin-right: 5px;
  width: 14px;
}
.post .wrap.flex .main .content .sub div.flex span {
  margin-right:5px;
}
.post .wrap.flex .main .content .sub div.flex span a {
  white-space: nowrap;
  font-size: 14px;
  color: #00b0f4;
  text-decoration: underline;
}
.post .wrap.flex .main .content .sub .tag ul.flex {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.post .wrap.flex .main .content .sub .tag ul.flex li {
  list-style: none;
}
.post .wrap.flex .main .content .sub .tag ul.flex li a {
  font-size: 12px;
  display: inline-block;
  margin-left: 10px;
  color: #63666a;
  text-decoration: underline;
  line-height: 20px;
}
.post .wrap.flex .main .content .sub.sub.sp {
  display: none;
}
.post .wrap.flex .main .content .text {
  padding: 20px 0 0;
  font-size: 13px;
  line-height: 25px;
}
.post .wrap.flex .main .content .text p {
  margin-bottom:20px;
}
.center {
  text-align:center;
}
.right {
  text-align:right;
}
.left {
  text-align:left;
}
.txt_color_gray {
  color: #9B9898;
}
.post .wrap.flex .main .content .text h2 {
  font-size: 30px;
  line-height: 40px;
  color: #00b0f4;
  margin-bottom: 10px;
}
.post .wrap.flex .main .content .text h3 {
  border-bottom: 1px #00b0f4 solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
}
.post .wrap.flex .main .content .text h4 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
}
.post .wrap.flex .main .content .text h4::before {
  display: inline-block;
  content: "■";
  color: #00b0f4;
  margin-bottom: 10px;
}
.post .wrap.flex .main .content .text blockquote {
  background: #fafafa;
  padding: 20px;
  font-size: 16px;
  line-height: 25px;
  border-left: #ccc 2px solid;
}
.post .wrap.flex .main .content .text a {
  font-size: 13px;
  color: #00b0f4;
  text-decoration: underline;
}
.post .wrap.flex .main .content .text h6 {
  color: #63666a;
  line-height: 12px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.post .wrap.flex .main .content .text img {
  max-width: 100%;
  height: auto;
}
.post .wrap.flex .main .content .text p img {
  display: block;
  margin: 0 auto;
  height: auto;
}
.post .wrap.flex .main .content .text pre {
  margin-bottom: 10px;
}
.post .wrap.flex .main .content .text pre img {
  display: inline-block;
  height: auto;
}
.post .wrap.flex .main .content .text ul {
  padding-left: 18px;
}
.post .wrap.flex .main .content .text ul li {
  list-style: disc;
  font-size: 16px;
  line-height: 25px;
}
.post .wrap.flex .main .content .text ol {
  counter-reset: number;
  list-style: none;
  margin: 0;
  padding: 0;
}
.post .wrap.flex .main .content .text ol li {
  font-size: 16px;
  line-height: 25px;
}
.post .wrap.flex .main .content .text ol li:before {
  counter-increment: number;
  content: counter(number);
  color: #00b0f4;
}
.post .wrap.flex .main .content .text strong {
  font-weight:bold;
}
.post .wrap.flex .main .content .text hr {
  border-top: 1px #ececec dashed;
}
.post .wrap.flex .main .content .text .addtoany_share_save_container.addtoany_content_bottom {
  position: relative;
  text-align: right;
  border-top: #ececec 1px solid;
  padding: 20px 0 0;
  margin: 20px 0 0;
    border: 0;
    right: 85px;
}
.post .wrap.flex .main .content .text .addtoany_share_save_container.addtoany_content_bottom .addtoany_list{
  margin-right: -80px;
}

.post .wrap.flex .main .content .text .addtoany_share_save_container.addtoany_content_bottom::after {
  display: block;
  content: " ";
  top: 29px;
  right: 180px;
  width: 73px;
  height: 18px;
  position: absolute;
  z-index: 2;
  background: url(assets/img/share.png) no-repeat center center;
  background-size: auto;
}
.post .wrap.flex .main .content .text a.a2a_button_facebook,
.post .wrap.flex .main .content .text a.a2a_button_twitter,
.post .wrap.flex .main .content .text a.a2a_button_hatena,
.post .wrap.flex .main .content .text a.a2a_button_google_plus,
.post .wrap.flex .main .content .text a.a2a_button_tumblr,
.post .wrap.flex .main .content .text a.a2a_button_linkedin {
  position: relative;
  z-index: 1;
}
.post .wrap.flex .main .content .text a.a2a_button_facebook::after,
.post .wrap.flex .main .content .text a.a2a_button_twitter::after,
.post .wrap.flex .main .content .text a.a2a_button_hatena::after,
.post .wrap.flex .main .content .text a.a2a_button_google_plus::after,
.post .wrap.flex .main .content .text a.a2a_button_tumblr::after,
.post .wrap.flex .main .content .text a.a2a_button_linkedin::after {
  display: block;
  content: " ";
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-size: auto;
  border: #ececec 1px solid;
}
.post .wrap.flex .main .content .text a.a2a_button_facebook::after {
  background: #fff url(assets/img/fb.png) no-repeat center center;
}
.post .wrap.flex .main .content .text a.a2a_button_twitter::after {
  background: #fff url(assets/img/tw.png) no-repeat center center;
}
.post .wrap.flex .main .content .text a.a2a_button_hatena::after {
  background: #fff url(assets/img/ht.png) no-repeat center center;
}
.post .wrap.flex .main .content .text a.a2a_button_google_plus::after {
  background: #fff url(assets/img/gl.png) no-repeat center center;
}
.post .wrap.flex .main .content .text a.a2a_button_tumblr::after {
  background: #fff url(assets/img/tb.png) no-repeat center center;
}
.post .wrap.flex .main .content .text a.a2a_button_linkedin::after {
  background: #fff url(assets/img/li.png) no-repeat center center;
}
.post .wrap.flex .main .content .text a.a2a_dd.addtoany_share_save {
  display: none;
}
.post .wrap.flex .main .pager {
  margin-top: 30px;
}
.post .wrap.flex .main .pager ul.flex li {
  width: 48%;
}
.post .wrap.flex .main .pager ul.flex li a {
  padding: 20px 10px;
  display: block;
  color: #fff;
  font-size: 14px;
  background: #00b5e2;
}
.post .wrap.flex .main .pager ul.flex li a table {
  width: 100%;
}
.post .wrap.flex .main .pager ul.flex li a table th {
  width: 10%;
  text-align: center;
  vertical-align: middle;
}
.post .wrap.flex .main .pager ul.flex li a table th i {
  font-weight: bold;
}
.post .wrap.flex .main .pager ul.flex li a table td {
  width: 90%;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
}
.post .wrap.flex .side {
  margin-top: 32px;
}

.rerated_posts {
  background: #f3f7f8;
  padding: 0 0 160px;
  overflow: hidden;
}
.rerated_posts img.title {
  display: block;
  margin: 0 auto 30px;
}
.rerated_posts .content .box {
  display: block;
  width: 310px;
  height: 298px;
  background: #fff;
}
.rerated_posts .content .box a.img_parent {
  overflow: hidden;
  display: block;
}
.rerated_posts .content .box a.img_parent .img {
  overflow: hidden;
  width: 320px;
  height: 200px;
  position: relative;
  transition: .3s;
}
.rerated_posts .content .box a.img_parent .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rerated_posts .content .box a.img_parent:hover .img {
  transform: scale(1.1, 1.1);
  transition: .3s;
}
.rerated_posts .content .box .text {
  padding: 10px 10px 1px 5px;
  position: relative;

}
.rerated_posts .content .box .text .title {
  padding: 0 0 0 10px;
  font-size: 16px;
  height: 40px;
  line-height: 20px;
  border-left: 2px #00b0f4 solid;
  margin-bottom: 10px;
}
.rerated_posts .content .box .text .sub.flex {
  border-top: 1px #ececec solid;
  padding: 10px 0;
  margin-left: 5px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.rerated_posts .content .box .text .sub.flex time {
  font-size: 12px;
  color: #333;
  display: inline-block;
  margin-right: 5px;
  letter-spacing: 0;
}
.rerated_posts .content .box .text .sub.flex time img {
  display: inline-block;
  margin-right: 3px;
  width: 12px;
}
.rerated_posts .content .box .text .sub.flex span a {
  display: inline-block;
  color: #00b0f4;
  text-decoration: underline;
  font-size: 12px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .post {
    padding: 0 20px 40px;
    margin-top: 75px;
  }
  .post .wrap.flex .main {
    width: 100%;
  }
  .post .wrap.flex .main .title {
    padding: 10px 5px;
  }
  .post .wrap.flex .main .title h1 {
    font-size: 24px;
    line-height: 27px;
  }
  .post .wrap.flex .main .content {
    background: #fff;
    padding: 20px;
    padding-bottom: 60px;
    position: relative;
  }
  .post .wrap.flex .main .content .sub.sub.sp {
    display: block;
    padding-bottom: 20px;
    border-bottom: none;
  }
  .post .wrap.flex .main .content .sub.sub.sp div.flex {
    justify-content: flex-start;
    padding: 40px 0;
    border-top: #ececec 1px solid;
    margin-top: 20px;
    display: flex;
  }
  .post .wrap.flex .main .content .sub.sub.sp div.flex time {
    font-size: 12px;
    margin-right: 3px;
    white-space: nowrap;
  }
  .post .wrap.flex .main .content .sub.sub.sp div.flex time img {
    margin-right: 3px;
    width: 12px;
  }
  .post .wrap.flex .main .content .sub.sub.sp div.flex span a {
    font-size: 11px;
  }
  .post .wrap.flex .main .content .sub.sub.sp .tag {
    border-top: #ececec 1px solid;
    border-bottom: #ececec 1px solid;
  }
  .post .wrap.flex .main .content .sub.sub.sp .tag ul.flex {
    padding: 40px 0;
    justify-content: flex-start;
  }
  .post .wrap.flex .main .content .sub.sub.sp .tag ul.flex li a {
    font-size: 13px;
    display: inline-block;
    margin-left: 10px;
    color: #63666a;
    text-decoration: underline;
  }
  .post .wrap.flex .main .content .sub.pc_disp {
    display: none;
  }
  .post .wrap.flex .main .content .text {
    padding: 0;
    font-size: 13px;
    line-height: 25px;
  }
  .post .wrap.flex .main .content .text h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .post .wrap.flex .main .content .text h3 {
    font-size: 18px;
    line-height: 27px;
  }
  .post .wrap.flex .main .content .text h4 {
    font-size: 16px;
  }
  .post .wrap.flex .main .content .text blockquote {
    padding: 10px;
    font-size: 14px;
  }
  .post .wrap.flex .main .content .text a {
    font-size: 14px;
  }
  .post .wrap.flex .main .content .text h6 {
    line-height: 20px;
    font-size: 14px;
  }
  .post .wrap.flex .main .content .text ul li {
    font-size: 14px;
  }
  .post .wrap.flex .main .content .text ol li {
    font-size: 14px;
    line-height: 25px;
  }
  .post .wrap.flex .main .content .text h6 {
    font-size: 14px;
  }
  .post .wrap.flex .main .content .text .addtoany_share_save_container.addtoany_content_bottom {
    position: absolute;
    bottom: 25px;
    left: 113px;
    border: none;
  }
  .post .wrap.flex .main .content .text .addtoany_share_save_container.addtoany_content_bottom::after {
    top: 29px;
    right: 260px;
  }
  .post .wrap.flex .main .content .text a.a2a_button_facebook::after,
  .post .wrap.flex .main .content .text a.a2a_button_twitter::after,
  .post .wrap.flex .main .content .text a.a2a_button_hatena::after,
  .post .wrap.flex .main .content .text a.a2a_button_google_plus::after,
  .post .wrap.flex .main .content .text a.a2a_button_tumblr::after,
  .post .wrap.flex .main .content .text a.a2a_button_linkedin::after {
    top: -2px;
    left: -1px;
  }
  .post .wrap.flex .main .pager {
    margin-top: 30px;
  }
  .post .wrap.flex .main .pager ul.flex li {
    width: 49%;
  }
  .post .wrap.flex .main .pager ul.flex li a {
    padding: 20px 10px;
    display: block;
    color: #fff;
    font-size: 14px;
    background: #00b5e2;
  }
  .post .wrap.flex .main .pager ul.flex li a table {
    width: 100%;
  }
  .post .wrap.flex .main .pager ul.flex li a table th {
    width: 10%;
    text-align: center;
    vertical-align: middle;
  }
  .post .wrap.flex .main .pager ul.flex li a table th i {
    font-weight: bold;
  }
  .post .wrap.flex .main .pager ul.flex li a table td {
    width: 90%;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
  }
  .post .wrap.flex .main .pager.pc_disp {
    display: none;
  }
  .post .wrap.flex .side {
    display: none;
  }

  .rerated_posts {
    padding: 0 20px 160px;
    margin-top: -70px;
  }
  .rerated_posts img.title {
    width: 200px;
  }
  .rerated_posts .content .box {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
  }
  .rerated_posts .content .box a.img_parent .img {
    width: 100%;
    height: 190px;
  }
  .rerated_posts .content .box .text .title {
    font-size: 14px;
  }
  .rerated_posts .content .box .text .sub.flex {
    padding: 20px 0;
    margin-left: 5px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .rerated_posts .content .box .text .sub.flex time {
    font-size: 11px;
    margin-right: 3px;
    white-space: nowrap;
  }
  .rerated_posts .content .box .text .sub.flex time img {
    width: 11px;
  }
  .rerated_posts .content .box .text .sub.flex span a {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) and (max-width: 400px) {
  .post .wrap.flex .main .content {
    padding-bottom: 105px;
  }
  .post .wrap.flex .main .content .text .addtoany_share_save_container.addtoany_content_bottom {
    left: 140px;
    width: 40%;
  }
  .post .wrap.flex .main .content .text .addtoany_share_save_container.addtoany_content_bottom::after {
    top: 29px;
    right: auto;
    left: -85px;
  }
}
@media screen and (max-width: 767px) and (max-width: 400px) and (max-width: 320px) {
  .post .wrap.flex .main .content {
    padding-bottom: 105px;
  }
  .post .wrap.flex .main .content .text .addtoany_share_save_container.addtoany_content_bottom {
    left: 125px;
    width: 45%;
  }
  .post .wrap.flex .main .content .text .addtoany_share_save_container.addtoany_content_bottom::after {
    top: 29px;
    right: auto;
    left: -90px;
  }
}
/*!--------------------------------------------------------------
                        8.contact
--------------------------------------------------------------*/
.contact {
  background: #f3f7f8;
  padding: 0 0 80px;
}
.contact .wrap .title {
  text-align: center;
  margin-bottom: 40px;
}
.contact .wrap .content {
  text-align: center;
}
.contact .wrap .content iframe {
  height: 700px;
  width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .contact {
    margin-top: 75px;
    padding: 0 20px 80px;
  }
  .contact .wrap .title img {
    width: 90%;
  }
  .contact .wrap .content iframe {
    height: 850px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 400px) {
  .contact .wrap .content iframe {
    height: 950px;
  }
}
/*!--------------------------------------------------------------
                        9.404
--------------------------------------------------------------*/
.page_404 {
  background: #f3f7f8;
  padding: 0 0 400px;
}
.page_404 .wrap .title {
  margin-bottom: 30px;
}
.page_404 .wrap .title h2 {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  font-weight: normal;
  color: #63666a;
  margin-bottom: 20px;
}
.page_404 .wrap .title hr {
  display: block;
  width: 60px;
  height: 2px;
  margin: 0 auto;
  background: #00b0f4;
  border-top: none;
}
.page_404 .wrap .content {
  text-align: center;
}
.page_404 .wrap .content h3 {
  font-size: 14px;
  line-height: 20px;
}
.page_404 .wrap .content a {
  color: #00b0f4;
  font-size: 16px;
  display: inline-block;
  margin-top: 40px;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .page_404 {
    margin-top: 75px;
    padding: 0 20px 200px;
  }
  .page_404 .wrap .title {
    margin-bottom: 40px;
  }
  .page_404 .wrap .title h2 {
    font-size: 18px;
    line-height: 25px;
  }
  .page_404 .wrap .content a {
    font-size: 14px;
  }
}

.post .wrap.flex .main .content{position:relative;}
.like_btn{
position:absolute;
bottom: -14px;
}
.post .wrap.flex .main .content .text .addtoany_share_save_container.addtoany_content_bottom{
border:0;
right:85px;
}
.post .wrap.flex .main .content .text .addtoany_share_save_container.addtoany_content_bottom::before{
content:"";
width:100%;
height:1px;
background:#ececec;
position:absolute;
top:0;
left:85px;
}

@media screen and (max-width: 767px){
.post .wrap.flex .main .content .text .addtoany_share_save_container.addtoany_content_bottom {
    border: 0;
    right: 120px;
    bottom: 15px;
}
.post .wrap.flex .main .content .text .addtoany_share_save_container.addtoany_content_bottom::before{
display:none;
}
.post .wrap.flex .main .content .text .addtoany_share_save_container.addtoany_content_bottom .addtoany_list{
margin:0;
}
}

@media screen and (max-width: 400px){
.like_btn {
    position: absolute;
    left: 34px;
    bottom: -14px;
}
}

@media screen and (min-width: 768px){
header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  background:#fff;
  z-index:10000;
  transition:all .3s ease;
}

header.is-sticky{
  padding:10px 0;
  box-shadow: 1px 1.732px 10px 0px rgba(0, 0, 0, 0.05);
}

body{
padding-top:112px;
background:#f3f7f8;;
}
}

.side .recommend{padding: 30px 0 5px;}
.side .recommend .title{margin: 0 auto 30px;}
.side .recommend li{
    position: relative;
    padding:10px 20px;
}
.side .recommend li::after {
  content:"";
    width: 20px;
    height: 1px;
    border-top: 1px #ececec solid;
    position: absolute;
  top:0;
  left:0;
}
.side .recommend li::before {
    position: absolute;
    left: 0;
    top: 5%;
    height: 90%;
    width: 3px;
    background: #00b0f4;
    content: "";
    display: block;
}
.side .recommend figure{
  padding:0 0 10px;
  display:block;
}
.side .recommend figure a{
  position:relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 127px;
}
.side .recommend figure img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.side .recommend li p{
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}
.side .recommend li .readmore{
  display:block;
  text-align:right;
}
.side .recommend li .readmore img{width: 74px;}
//.side .recommend .title{width: 231px !important;}