﻿@charset "utf-8";/*ブログTOP*/.blog_top {background: #f5f5f5;margin: 0 calc(50% - 50vw);width: 100vw;}.blog_top .contents_top{width: 1014px;display: flex;margin: 0 auto;justify-content: space-between;align-items: center;}.blog_top .contents_top .blogtop_img {width: 49%;margin-right: 1em;}.blog_top .contents_top h1 {background: #fff;padding: 1em;width: 50%;font-size: 18px;border-radius: 10px;height: 100%;font-weight: bold;}/*オンラインボタン部分*/.nav_blog_sp{background: #f5f5f5;padding: 20px 20px 0px;}.nav_blog_sp p {background: #e60012;padding: 5px 1em;border-radius: 5px;font-weight: bold;position: relative;text-align: center;}.nav_blog_sp p:after {content: "";position: absolute;right: 10px;top: calc(50% - 2px);border-style: solid;border-color: transparent transparent transparent #fff;border-width: 3px 0 3px 5px;}.nav_blog_sp p a {color: #fff;display: block;}/**/.blogtop_ {text-align: center;}.blogtop_ h2 {font-weight: bold;margin: 1em 0;}.blogtop_ h2._underline {border-bottom: solid 3px;margin-bottom: 0.5em;}.kiji_area{display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 1em;}.kiji_area li {width: 32%;text-align: left;display: flex;flex-direction: column;margin-bottom: 40px;}.kiji_area li ._img {border: solid 5px #000;border-radius: 10px;overflow: hidden;max-height: 200px;}.kiji_area li h3 {font-weight: bold;font-size: 16px;}.kiji_area li h3:before {content: '';background-image: url(/img/usr/common/blogicon_kiji_flag.png);display: inline-block;width: 20px;height: 20px;background-size: contain;background-repeat: no-repeat;vertical-align: middle;margin-right: 10px;}.kiji_area li ._tag {margin-top: auto;}.kiji_area li ._tag span {background: #eee;padding: 0.5em 2em;border-radius: 2em;}.kiji_area li ._tag span:before {content: '#';}.kiji_area li ._tag span.red {background: #ffb3b3;}.kiji_area li ._tag span.yellow {background: #fff099;}.kiji_area li ._tag span.green {background: #ecffd4;}.kiji_area li ._tag span.blue {background: #e6f3ff;}.kiji_area li ._tag span.purple {background: #f3e1ff;}.kiji_area li ._tag span.orange {background: #ffcd9f;}.white {padding: 1em 0;}.grey {background: #f5f5f5;margin: 0 calc(50% - 50vw);width: 100vw;padding: 1em 0;}.tag_area {width: 1014px;margin: 0 auto;}.tag_area ul{display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 1em;}.tag_area ul li {width: 30%;padding: 1em;background: #000;font-size: 16px;font-weight: bold;border-radius: 2em;margin: 0.5em 0;position: relative;}.tag_area ul li a {display: block;color: #fff;height: auto;width: 100%;}.tag_area ul li a:after {content: "";position: absolute;right: 1em;top: 1.5em;border-style: solid;border-color: transparent transparent transparent #fff;border-width: 5px 0 5px 8px;}@media screen and (max-width: 768px){.blog_top {margin: auto;width: auto;padding: 10px;}.blog_top .contents_top {width: auto;display: block;margin: 0 auto;}.blog_top .contents_top .blogtop_img{display: none;}.blog_top .contents_top h1{width: auto;margin: 10px;font-size: inherit;}.blogtop_ h2 {margin: 0.5em 0;}.white{padding: 20px;}.kiji_area li{width: 49%;margin-bottom: inherit;}.kiji_area li ._img{border: solid 2px #000;height: auto;border-radius: 5px;}.kiji_area li h3{font-size: inherit;line-height: 1.3;margin: 0.5em 0;}.kiji_area li h3:before{display:none;}.kiji_area li ._tag{font-size: 0.6em;margin-top: inherit;}.kiji_area li ._tag span{padding: 0.5em 1em;border-radius: 1em;}.grey{margin: auto;width: auto;padding: 10px;}.tag_area{width: auto;}.tag_area ul li{width: 32%;padding: 0.5em;font-size: inherit;border-radius: 10px;height: 4em;display: flex;align-items: center;justify-content: center;}.tag_area ul li a:after{display: none;}}