@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  word-break: break-word;
  overflow-wrap: break-word;
}

img {
  height: auto;
  min-height: 1px;
  min-width: 1px;
  max-width: 100%;
}

video, iframe {
  max-width: 100%;
}

dfn, cite, em, i {
  font-style: italic;
}

b, strong {
  font-weight: 700;
}

code, kbd, tt, var, samp, pre {
  font-family: Inconsolata, monospace;
}

mark, ins {
  background: transparent;
  text-decoration: none;
}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  color: #ddd;
  background: #272822;
}

address {
  margin: 0 0 24px;
}

blockquote {
  margin: 16px 0;
  padding: 8px 20px;
}

blockquote:before, blockquote:after {
  font-family: Georgia,serif;
  content: "\201c";
  color: #e6e6e6;
  font-size: 5rem;
  height: 48px;
  width: 28px;
  line-height: 1;
  display: block;
  text-align: center;
}

blockquote:after {
  content: "\201d";
  margin-left: auto;
  margin-top: 8px;
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  text-align: right;
  margin-top: 8px;
}

fieldset {
  padding: 20px 28px;
}

hr {
  margin: 36px auto;
}

table {
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  max-width: 100%;
  white-space: nowrap;
}

th {
  font-weight: 700;
}

th, td {
  border: 1px solid #f2f2f2;
  padding: 11px;
  text-align: left;
}

tbody tr:nth-child(odd) {
  background: #f2f2f2;
}

select {
  border: 1px solid #bbb;
  border-radius: 3px;
  height: 48px;
  max-width: 100%;
}

label {
  display: block;
  font-weight: 800;
  margin-bottom: 8px;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  -webkit-appearance: none;
  color: #555;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  display: block;
  padding: 8px 12px;
  width: 100%;
  margin: 8px 0;
  font-size: 16px;
}

button, input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
  background: #fff;
  color: #555;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  padding: 8px 16px;
  text-shadow: none;
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover {
  border-color: #a0a5aa;
}




#wp-calendar {
  width: 100%;
  max-width: 390px;
  min-width: 254px;
  display: table;
}

.widget_calendar td, .widget_calendar th {
  line-height: 2.3;
  text-align: center;
  padding: 0;
}

.widget_calendar tbody a {
  background: #777;
  color: #fff;
  display: block;
  font-weight: 700;
}

.widget_calendar tbody a:hover, .widget_calendar tbody a:focus {
  background: #222;
  color: #fff;
}




.search_form {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

.search_form:focus {
  outline: none;
}

.search_field {
  border: solid 1px #f2f2f2;
  border-radius: 4px;
  padding: 14px;
  display: inline-block;
  width: 100%;
}

.search_field:focus {
  outline: none;
}

input::-webkit-input-placeholder {
  color: #ababab;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

.search_submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 4px 8px;
  border: 1px solid #f2f2f2;
  border-left: none;
}

.search_submit:hover {
  border: 1px solid #f2f2f2;
  border-left: none;
}




.tagcloud a {
  border-radius: 4px;
  display: inline-block;
  border: 1px solid #f2f2f2;
  margin: 0 8px 4px 0;
  padding: 4px 8px;
}

.tagcloud a:before {
  content: '#';
}

.tagcloud a:hover {
  border-color: #a0a5aa;
}




.aligncenter {
  display: block;
  margin: 0 auto;
  clear: both;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}




.wp-caption {
  text-align: center;
  margin: 10px auto 20px;
  padding: 10px;
  max-width: 100%;
}

.post_body figure.wp-caption a {
  border: none;
}

.post_body figure.wp-caption a:hover {
  border: none;
}

.wp-caption-text {
  text-align: center;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0 0 24px;
  padding: 0 16px 0 0;
  width: 100%;
}

.gallery-item img:hover {
  opacity: 0.7;
}

.gallery-caption {
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

.wp-caption img,
.gallery img {
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none;
}

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

.ai_c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.f_col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.jc_c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jc_sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.jc_sa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.jc_fs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.jc_fe {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.f_wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ai_str {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex_30 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.flex_70 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 70%;
          flex: 1 1 70%;
}

.f_123 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.f_1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.f_2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}

.f_3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.f_4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
}

.fit_box_img_wrap {
  position: relative;
  overflow: hidden;
}

.fit_box_img_wrap:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.fit_box_img_wrap img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  display: block;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.opa7:hover {
  opacity: 0.7;
}

.fc_fff {
  color: #fff;
}

.ta_c {
  text-align: center;
}

.ta_r {
  text-align: right;
}

.p0 {
  padding: 0;
}

.p5, .p_S {
  padding: 5px;
}

.p10, .p_M {
  padding: 10px;
}

.p20, .p_L {
  padding: 20px;
}

.hp_p {
  padding: 4px 8px;
}

.m0 {
  margin: 0;
}

.m5 {
  margin: 5px;
}

.m10 {
  margin: 10px;
}

.m20 {
  margin: 20px;
}

.mb0 {
  margin-bottom: 0;
}

.mb_S {
  margin-bottom: 4px;
}

.mb_M {
  margin-bottom: 8px;
}

.mb_L {
  margin-bottom: 16px;
}

.mr10 {
  margin-right: 10px;
}

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}

.m0a {
  margin: 0 auto;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.h30 {
  height: 30%;
}

.h100 {
  height: 100%;
}

.db {
  display: block;
}

.dn {
  display: none;
}

.dib {
  display: inline-block;
}

.lsn {
  list-style: none;
}

.vam {
  vertical-align: middle;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.z5 {
  z-index: 5;
}

.left0 {
  left: 0;
}

.right0 {
  right: 0;
}

.top0 {
  top: 0;
}

.bottom0 {
  bottom: 0;
}

.t50 {
  top: 50%;
}

.t_15 {
  top: -15px;
}

.of_h {
  overflow: hidden;
}

.f0030px {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
}

.line_clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.lc1 {
  -webkit-line-clamp: 1;
  max-height: 1.5em;
}

.lc2 {
  -webkit-line-clamp: 2;
  max-height: 3em;
}

.lc3 {
  -webkit-line-clamp: 3;
  max-height: 4.5em;
}

.br3 {
  border-radius: 3px;
}

.br50 {
  border-radius: 50%;
}

.b404 {
  margin: -22px -22px 20px;
}

.b404 div {
  padding: 0;
}

.b404 img {
  margin: 0 auto;
  display: block;
}

.m_s {
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.no_bg {
  background: transparent;
}

.tap_no {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}





.flow_box {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.flow_box:hover {
  -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.4);
          box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}





.shadow_box, .wp-caption, pre {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

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

.ai_c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.f_col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.jc_c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jc_sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrap_frame {
  margin: 0 auto;
  max-width: 800px;
  padding: 0 8px;
}

.body_header {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

.site_title {
  margin: 0 auto 16px;
}

.site_title a {
  font-size: 18px;
  text-decoration: none;
}

.post_title {
  margin-bottom: 20px;
}

.post_header {
  margin-bottom: 20px;
}

.nickname {
  margin-left: 8px;
}

.post_content > p {
  font-size: 16px;
  line-height: 30px;
  margin: 22px 0;
}

.post_content > p:first-of-type {
  margin-top: 0;
}

.post_content a:not([class]) {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.post_content a:not([class]):before, .post_content a:not([class]):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 1px;
  background: #1e1e17;
}

.post_content a:not([class]):after {
  bottom: 4px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.post_content a:not([class]):hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 {
  font-weight: bold;
  line-height: 1.75;
  color: #333;
}

.post_content h1 {
  font-size: 28px;
  margin: 24px 0;
}

.post_content h2 {
  font-size: 24px;
  margin: 20px 0;
}

.post_content h3 {
  font-size: 20px;
  margin: 16px 0;
}

.post_content h4 {
  font-size: 16px;
  margin: 12px 0;
}

.post_content h5 {
  font-size: 14px;
  margin: 10px 0;
}

.post_content h6 {
  font-size: 12px;
  margin: 8px 0;
}

.post_content ul, .post_content ol {
  padding: 4px 8px 4px 32px;
}

.post_content ul ul {
  margin-top: 8px;
  margin-bottom: 0;
  padding: 0 0 0 32px;
}

.post_content ul ul li:last-child {
  padding-bottom: 0;
}

.post_content ul li, .post_content ol li {
  line-height: 30px;
  padding: 0 0 8px;
}

.post_content blockquote p {
  margin-bottom: 0;
}

.post_content hr {
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0) 100%);
  border: none;
}

.post_cats_title {
  margin-right: 8px;
}

.post_footer {
  margin: 20px 0;
}

.post_cat {
  margin-right: 8px;
}

.post_tag {
  margin-right: 8px;
}

.body_footer {
  background: #48525c;
  background: linear-gradient(45deg, #48525c, #29323c);
  padding: 24px 0;
  color: #fff;
}

.body_footer a {
  color: #fff;
}

.footer_wrap {
  margin: 18px auto;
}

.footer_wrap a {
  text-decoration: none;
}

.fit_content {
  margin-left: -8px;
  margin-right: -8px;
}




.blog_card {
  border-radius: 4px;
  text-decoration: none;
}

.bc_thum {
  border-radius: 0 4px 4px 0;
}

.bc_entry {
  padding: 8px 12px;
}

.bc_read_more {
  border-bottom: 1px dashed;
}

.bc_domain {
  color: #777;
}




.cta_box_wrap {
  position: relative;
}

.cta_box_thum {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.cta_box_like {
  background: rgba(39, 39, 39, 0.5);
  width: 100%;
  padding: 18px 9px;
  text-align: center;
  border-radius: 3px;
  z-index: 1;
}

/*
.cta_box_gra{
  -webkit-animation: cta_box_ani 10s  infinite;
  animation: cta_box_ani 10s  infinite;
}


@-webkit-keyframes cta_box_ani {
  0%{background:rgba(236,0,140,.8)}
  25%{background:rgba(0,188,195,.8)}
  50%{background:rgba(95,178,106,.8)}
  75%{background:rgba(252,115,49,.8)}
  100%{background:rgba(236,0,140,.8)}
}
@keyframes cta_box_ani {
  0%{background:rgba(236,0,140,.8)}
  25%{background:rgba(0,188,195,.8)}
  50%{background:rgba(95,178,106,.8)}
  75%{background:rgba(252,115,49,.8)}
  100%{background:rgba(236,0,140,.8)}
}
*/
p.cta_box_like_text {
  color: #fff;
  margin-bottom: 0;
}

.cta_box_fa, .cta_box_tw, .cta_box_fe {
  margin: 10px auto;
}




.pf_bg {
  height: 160px;
  border-radius: 4px 4px 0 0;
}

.mb_M .pf_bg.fit_widget {
  margin-bottom: 0;
}

.has_bg {
  margin-bottom: 50px;
}

.pf_img {
  height: 120px;
  width: 120px;
  border: 5px solid rgba(255, 255, 255, 0.5);
}

.pf_sns_wrap {
  border-top: 1px solid #e6e6e6;
  padding: 8px 0 0;
}




.post_list_box {
  margin: 0 auto;
}

.post_list_box ul li {
  padding: 0;
}

ul li.post_list_border {
  border-top: 1px dotted #999;
  padding: 7px 0;
}

ul li.post_list_border:last-child {
  border-bottom: 1px dotted #999;
}

.pl_rank {
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
}

li:nth-child(1) .pl_rank {
  background: rgba(242, 133, 0, 0.8);
}

li:nth-child(2) .pl_rank {
  background: rgba(115, 134, 120, 0.8);
}

li:nth-child(3) .pl_rank {
  background: rgba(123, 63, 0, 0.8);
}

/*
.pp_ranking li:nth-child(1):after {
 background: #ffd700;
}
.pp_ranking li:nth-child(2):after {
 background: #c0c0c0;
}
.pp_ranking li:nth-child(3):after {
 background: #c47222;
}
*/
.pl_tt_title {
  background: rgba(0, 0, 0, 0.25);
}

.pl_tt_title > span {
  padding: 4px 8px;
  line-height: 1.4;
}

.pl_thum_title {
  padding: 5px;
  line-height: 1.4;
  max-height: 4.5em;
}

.pl_thum_box {
  height: 170px;
}

.post_list_thum {
  margin: 0 8px 0 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}




.toc {
  background: #f2f2f2;
  padding: 16px;
}

.toc_lab {
  margin: 0;
  cursor: pointer;
}

.toc_caret {
  width: 14px;
  margin-right: 3px;
}

#tog_toc {
  display: none;
}

#tog_toc:not(:checked) ~ div .toc_hide,
#tog_toc:checked ~ div .toc_view {
  display: block;
}

#tog_toc:checked ~ div .toc_hide,
#tog_toc:not(:checked) ~ div .toc_view {
  display: none;
}

#tog_toc:not(:checked) ~ .toc_ul * {
  height: auto;
}

#tog_toc:checked ~ .toc_ul {
  padding: 0;
}

#tog_toc:checked ~ .toc_ul * {
  height: 0;
  overflow: hidden;
}

.toc ul,
.toc li {
  list-style: none;
  padding: 0;
}

.toc ul ul {
  margin: 0;
}

ul.toc_ul li {
  padding: 0;
}

ol.toc_ol {
  padding-left: 24px;
}

ol.toc_ol li {
  padding: 0;
  list-style-type: decimal;
}

.toc_widget {
  border: none;
  background: transparent;
  background: #fff;
}

.toc_widget::-webkit-scrollbar {
  width: 2px;
}

.toc_widget::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
}

.toc_sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  z-index: 5;
}

.toc_sticky .toc_widget {
  overflow-y: scroll;
  max-height: calc(100vh - 90px);
  padding: 0 12px 0 0;
}




.sitemap_list li {
  list-style: none;
}

.sitemap_list > li {
  margin: 0 0 5px 0;
}

.sitemap_list > li > a {
  font-weight: bold;
}




.ad_box {
  margin: 0 auto;
}

.post_body .ad_inarticle {
  margin: 30px 0;
}

.ad_labeling {
  text-align: right;
}

.ad_rectangle {
  min-width: 300px;
  max-width: 336px;
}

.ya_ad_widget {
  background: transparent;
}




#cse-search-box input[type="text"] {
  height: 32px;
}

.post_body .gsc-control-cse tr {
  background: transparent;
}

.post_body .gsc-control-cse td {
  padding: 0;
}

.post_body .gsc-control-cse a, .post_body .gsc-control-cse a:hover, .post_body .gsc-control-cse td {
  border: none;
}




.dd_widget {
  border: 1px solid #f2f2f2;
  padding: 8px;
}

.dd_label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 5px;
}

.dd_widget ul {
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}

.dd_widget ul li a {
  margin: 0;
  padding: 8px;
  cursor: pointer;
}

.dd_widget ul li a:hover {
  background: #07a;
  color: #fff;
}

.dd_widget > input:checked ~ ul {
  display: block;
  max-height: 500px;
  overflow-y: scroll;
  margin: 8px 0 0 -8px;
}

.dd_widget > input:checked ~ label .caret_right {
  display: none;
}

.dd_widget > input:checked ~ label .caret_down {
  display: block;
}

.dd_widget > input:checked ~ .dd_dummy {
  display: block;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.1);
}




.ya_lozad {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}

.ya_lozad.is_loaded {
  opacity: 1;
}




.icon_rec:after {
  font-size: 12px;
  content: attr(title);
  padding-left: 6px;
  line-height: 1;
}

.sns_tooltip:hover:before {
  content: "";
  top: -12px;
  left: 5px;
  border: 5px solid;
  background: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  display: block;
  position: absolute;
  z-index: 1;
}

.sns_tooltip:hover:after {
  left: 0;
  top: -40px;
  width: auto;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
  content: attr(title);
  display: block;
  padding: 2px 10px;
  position: absolute;
  white-space: nowrap;
  border-radius: 3px;
}

ul.sns_link_icon li {
  margin: 0;
  padding: 4px 8px 4px 0;
  border: none;
}

ul.sns_link_icon li:last-child {
  padding-right: 0;
}

ul.sns_link_icon li:hover .ry360 {
  -webkit-animation: ry360 0.8s;
  animation: ry360 0.8s;
}

ul.sns_link_icon li:last-child .sns_tooltip:hover:before {
  left: auto;
  right: 5px;
}

ul.sns_link_icon li:last-child .sns_tooltip:hover:after {
  right: 0;
  left: auto;
}

.sns_opacity a:hover {
  opacity: 0.7;
}

.ya_notice {
  margin: 10px auto;
  border: 1px solid transparent;
  padding: 15px 15px 15px 60px;
  position: relative;
  border-radius: 3px;
}

.ya_notice:before {
  font-family: "FontAwesome";
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 26.5px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ya_success {
  background: #bed8be;
}

.ya_success:before {
  color: #94c395;
  content: "\f058";
}

.ya_danger {
  background: #efa882;
}

.ya_danger:before {
  color: #d9544f;
  content: "\f057";
}

.ya_info {
  background: #dceaea;
}

.ya_info:before {
  color: #7ec3d8;
  content: "\f05a";
}

.ya_warning {
  background: #f9e4a5;
}

.ya_warning:before {
  color: #efad4f;
  content: "\f071";
}

iframe.twitter-timeline {
  min-width: 100% !important;
  width: 1px !important;
}

.alu .f_1 .art_img {
  max-height: 200px;
}

.hp_p {
  padding: 4px 8px;
}

.scale_13:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.trans_10 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.trans_10:hover {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.fi15 {
  -webkit-animation: fadein 1.5s;
  animation: fadein 1.5s;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes ry360 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes ry360 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@media screen and (max-width: 560px) {
  .f_col100 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .jc_c100 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .f_col_r100 {
    -ms-flex-direction: column-reverse;
    
    
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  .f_wrap100 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dn100 {
    display: none;
  }
  .f_123, .f_2, .f_3, .f_4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .f_2.f_col, .f_3.f_col, .f_4.f_col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  .ya_notice {
    padding: 48px 12px 12px 12px;
  }
  .ya_notice:before {
    top: 24px;
    left: 50%;
  }
  .rp_box_tt li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
            flex: 0 0 80%;
  }
  .blog_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .bc_thum {
    width: 100%;
    border-radius: 4px 4px 0 0;
  }
}

@media screen and (min-width: 561px) {
  .f_123 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
  .cta_box_thum {
    width: 60%;
    height: auto;
    border-radius: 4px 0 0 4px;
    position: relative;
  }
  .cta_box_like {
    border-radius: 0 4px 4px 0;
    background: #29323c;
  }
  .bc_thum:before {
    padding-top: 90%;
  }
  .fsS {
    font-size: 14px;
  }
  .fsMS {
    font-size: 16px;
  }
  .fsM {
    font-size: 18px;
  }
  .fsML {
    font-size: 20px;
  }
  .fsL {
    font-size: 24px;
  }
  .fsXL {
    font-size: 28px;
  }
  .mb_S {
    margin-bottom: 8px;
  }
  .mb_M {
    margin-bottom: 16px;
  }
  .mb_L {
    margin-bottom: 32px;
  }
  .post_content > p {
    font-size: 18px;
    line-height: 36px;
    margin: 24px 0;
  }
  .post_content h1 {
    font-size: 32px;
    margin: 52px 0 26px;
  }
  .post_content h2 {
    font-size: 28px;
    margin: 48px 0 24px;
  }
  .post_content h3 {
    font-size: 24px;
    margin: 44px 0 22px;
  }
  .post_content h4 {
    font-size: 20px;
    margin: 40px 0 20px;
  }
  .post_content h5 {
    font-size: 18px;
    margin: 36px 0 18px;
  }
  .post_content h6 {
    font-size: 16px;
    margin: 32px 0 16px;
  }
  .post_content ul li, .post_content ol li {
    line-height: 36px;
    font-size: 18px;
  }
}

@media screen and (min-width: 960px) {
  .f_123 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 32%;
            flex: 0 1 32%;
  }
}
