@charset "utf-8";

.column__wrap {
  padding: 50px 10px 50px 0;
}
#sidebar {display: none;}
@media screen and (min-width: 768px) {
  .column__wrap {
    padding: 60px 40px 60px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #content {width: calc(100% - 230px);}
  #sidebar {
    display: block;
    width: 230px;
    padding-left: 20px;
  }
}

/* ------------------------------------------------------
FLEX
------------------------------------------------------ */
.image__list, .head__main .entry__avatar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.head__main .entry__avatar {
  -ms-flex-align: center!important;
  align-items: center!important;
}
@media screen and (min-width: 768px) {
  .point__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* ------------------------------------------------------
EDITOR
------------------------------------------------------ */
.wp--editor {
  padding: 0 15px 50px;
}
.wp--editor h2 {
  font-weight: bold;
  font-size: 19px;
  line-height: 1.375;
  border-bottom: 2px solid #e2e4e6;
  background-color: #f4f6f8;
  padding: 15px 10px 15px 30px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  clear: both;
}
.wp--editor h2:after {
  content: "";
  position: absolute;
  width: 5px;
  top: 0;
  bottom: -2px;
  left: 0;
  background-color: #0078c8;
}
.wp--editor h3 {
  position: relative;
  padding: 0 0 0 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.375;
  margin-top: 40px;
  margin-bottom: 24px;
}
.wp--editor h3:before {
  content: "";
  width: 15px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  background-color: #0078c8;
}
.wp--editor h4 {
  line-height: 1.375;
  font-weight: bold;
  font-size: 16px;
  margin: 30px 0 20px;
}
.wp--editor p {margin-bottom: 25px;}
.wp--editor p a {color: #0078c8;}
.wp--editor blockquote p:last-child {margin-bottom: 0;}
.wp--editor em {font-style: normal;background-color: #fff000;font-weight: bold;}
.wp--editor blockquote {
  line-height: 1.73;
  border: 2px solid #0078c8;
  padding: 16px 30px 18px 60px;
  margin: 0;
  position: relative;
}
.wp--editor blockquote:before {
  content: "";
  width: 29px;
  height: 27px;
  background: url(../img/common/icon03.png) no-repeat 0 0;
  position: absolute;
  left: 14px;
  top: 14px;
}
.wp--editor img {display: block;border-radius: 4px; border: 1px solid #e0e2e4;}
.wp--editor .alignleft { margin:0 0 15px 0;display: block; }
.wp--editor .alignright { margin:0 0 15px 0;display: block; }
.wp--editor .aligncenter {margin:0 auto;text-align:center;display:block;clear:both;margin-bottom:15px;}
.wp-caption .wp-caption-text { text-align: left;color: #3c3c3c;font-size: 12px; margin-top: 0;padding: 10px 13px;}
.article__refer {
  border-radius: 8px;
  border: 1px solid #e0e2e4;
  padding: 4px;
  margin-top: 8px;
  margin-bottom: 27px;
}
.article__refer a {display: block;overflow: hidden;text-decoration: none!important;}
.article__refer figure {
  margin: 0 0 10px;
}
.article__refer figure img {
  max-width: 100%;
  display: block;
}
.article__refer_content {
  padding: 7px 15px 15px 15px;
}
.article__refer_title {
  font-size: 19px;
  line-height: 1.3;
  margin-bottom: 5px;
}
.article__refer_content p {
  font-size: 12px;
  color: #787d82;
  line-height: 1.75;
  margin: 0;
}
.article--list-arrow li {
  position: relative;
  padding: 0 0 0 42px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.article--list-arrow li:last-child {margin-bottom: 0;}
.article--list-arrow li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 28px;
  height: 13px;
  background: url(../img/common/arrow03.png) no-repeat 0 0;
}
.article--list-arrow li a {
  position: relative;
  color: #0078c8;
  font-weight: 500;
  font-size: 16px;
}
.article--list-arrow li .icon--target {padding: 0 22px 0 0;}
.article--list-arrow li .icon--target:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 12px;
  height: 11px;
  background: url(../img/common/icon01.png) no-repeat 0 0;
}
.media--youtube {
  background-color: #f4f6f8;
  border: 1px solid #e2e4e6;
  border-radius: 8px;
  padding: 9px;
  font-size: 0;
  /* margin: 0 auto; */
  margin-bottom: 25px;
  max-width: 410px;
}
.media--youtube iframe {width: 100%;height: 255px;}
.wp--editor .button {
  margin-top: 60px;
}
.wp--editor .button a {
  background: -webkit-linear-gradient(135deg,#0078c8 0%,#00d2f0 100%);
  background: linear-gradient(135deg,#0078c8 0%,#00d2f0 100%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 380px;
  height: 70px;
  margin: 0 auto;
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 19px;
  text-align: center;
  border-radius: 35px;
  position: relative;
  text-decoration: none !important;
}
.wp--editor .button a:before {
  content: "";
  width: 37px;
  height: 35px;
  position: absolute;
  left: 22px;
  top: 50%;
  margin-top: -18px;
  background: url(../img/common/icon02.png) no-repeat 0 0;
}
.wp--editor .button a span {
  display: block;
  line-height: 64px;
}
.wp--editor .button a span:before,
.wp--editor .button a span:after {
  content: '';
  position: absolute;
  height: 2px;
  right: 25px;
  top: 50%;
  margin-top: -1px;
  background-color: #fff;
}
.wp--editor .button a span:before {
  width: 28px;
}
.wp--editor .button a span:after {
  width: 14px;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  transform: rotate(40deg);
  margin-top: -6px;
}
.wp--editor table {
  width: 100%;
}
.wp--editor table th {
  font-weight: 500;
  line-height: 1;
  font-size: 16px;
  text-align: left;
  width: 25%;
  color: #787d82;
}
.wp--editor table td {
  font-size: 14px;
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .wp--editor .aligncenter img,.wp--editor .alignright img,.wp--editor .alignleft img {max-width: 100%;}
  .article__refer figure img {width: 100%;}
  .wp--editor .button a {
    font-size: 16px;
    width: 280px;
    padding-left: 10px;
  }
  .wp--editor .button a:before {
    left: 15px;
  }
  .wp--editor .button a span:before, .wp--editor .button a span:after {right: 15px;}
  .wp--editor table td, .wp--editor table th {display: block;}
  .wp--editor table th {border-top: 1px solid #eff0f1;padding-top: 15px;padding-bottom: 5px; width: 100%;}
  .wp--editor table td {padding-bottom: 7px;}
}
@media screen and (min-width: 768px) {
  .wp--editor {
    margin: 0 auto;
    width: 720px;
    padding: 0 0 70px;
  }
  .wp--editor .alignright { float:right;margin:5px 0 25px 25px; }
  .wp--editor .alignleft { float:left;margin:5px 25px 25px 0; }
  .wp--editor .aligncenter { margin-bottom: 25px; }
  .wp-caption .wp-caption-text { line-height: 1.6; }
  .wp--editor .alignright img,.wp--editor .alignleft img {max-width: 290px;}
  .wp--editor h2 {
    font-size: 24px;
    padding: 17px 30px;
  }
  .wp--editor h3 {
    font-size: 21px;
  }
  .article__refer figure {
    float: left;
    width: 210px;
    margin: 0;
  }
  .article__refer_content {
      padding: 7px 10px 0 230px;
  }
  .table--style th {width: 145px;}
  .wp--editor table th, .wp--editor table td {
    padding: 16px 0 14px;
    vertical-align: top;
    border-top: 1px solid #eff0f1;
  }
  .wp--editor table td {
    padding: 12px 0 16px;
  }
}

/* ------------------------------------------------------
MAIN
------------------------------------------------------ */
.page__type {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 140px;
  color: #fff;
  opacity: 0.35;
  line-height: 1;
  position: absolute;
  right: -3px;
  top: -20px;
}
.head__main_detail {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.head__inner {
  padding: 25px 40px;
  position: relative;
}
.head__inner:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-linear-gradient(90deg,#005ad2 0%,#00a0fa 100%);
  background: linear-gradient(90deg,#005ad2 0%,#00a0fa 100%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0.8;
  border-radius: 0 0 20px 0;
}
.head__main_detail .meta__date,
.head__main_detail .meta__comp,
.head__main_detail .tag__list,
.head__main_detail h1 {
  position: relative;
  z-index: 1;
}
.head__main_detail .label__cate {
  position: relative;
  z-index: 2;
  font-size: 0;
  margin-top: 8px;
}
.head__main_detail .label__cate a {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  padding: 0 30px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  background: -webkit-linear-gradient(90deg,#0078c8 0%,#00d2f0 100%);
  background: linear-gradient(90deg,#0078c8 0%,#00d2f0 100%);
  border-radius: 6px;
  color: #fff;
}
.head__main_detail h1 {
  font-weight: bold;
  font-size: 30px;
  text-align: left;
  line-height: 1.3;
  margin-bottom: 8px;
  text-transform: none;
}
.head__main_detail .meta__date {font-size: 14px;letter-spacing: 0.08em;}
.head__main_detail .meta__comp {font-size: 20px;letter-spacing: 0.08em;}
.head__main_detail .tag__list {font-size: 0;margin-top: 18px;}
.head__main_detail .tag__list li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px;
}
.head__main_detail .tag__list li a {
  display: block;
  padding: 0 20px;
  border: 1px solid #fff;
  height: 30px;
  line-height: 29px;
  border-radius: 15px;
  font-size: 12px;
  color: #fff;
}
.head__main .entry__avatar {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.head__main .entry__avatar p {
  text-align: right;
  font-weight: normal;
  font-size: 12px;
  margin: 0;
  padding: 0;
  margin-right: 20px;
}
.head__main .entry__avatar p strong {
  display: block;
  font-weight: 500;
  font-size: 16px;
  margin-top: 6px;
}
.head__main .entry__avatar div {font-size:0;}

.article__control {
  background-color: #e4e8ee;
  text-align: center;
  font-size: 0;
  padding: 40px 0;
}
.article__control a {
  border: 2px solid #737d8c;
  display: inline-block;
  width: 190px;
  height: 50px;
  border-radius: 25px;
  color: #737d8c;
  font-size: 16px;
  font-weight: 500;
  line-height: 43px;
  margin: 0 37px;
  position: relative;
}
.article__control .article__prev {padding-left: 20px;}
.article__control .article__next {padding-right: 20px;}
.article__control .article__prev:after,
.article__control .article__next:after,
.article__control .article__prev:before,
.article__control .article__next:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: 1px;
  width: 26px;
  height: 2px;
  background-color: #737d8c;
}
.article__control .article__next:before,
.article__control .article__prev:before {
  width: 14px;
  margin-top: -4px;
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.article__control .article__next:before {
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  transform: rotate(40deg);
}
.article__control .article__prev:before,
.article__control .article__prev:after {
  left: 10px;
}
.article__control .article__next:before,
.article__control .article__next:after {
  right: 10px;
}
.anchor__box {
  background-color: #eaeef2;
  border-radius: 10px;
  padding: 30px;
}
.anchor__box h4 {
  margin-left: 20px;
}
.anchor__box ul li {
  line-height: 1.6;
  margin-bottom: 12px;
}
.anchor__box ul li:last-child {margin-bottom: 5px;}
.anchor__box ul li a {
  color: #0078c8;
  font-weight: 500;
  position: relative;
  padding: 0 0 0 30px;
  display: inline-block;
}
.anchor__box ul li a:before {
  content: "";
  width: 20px;
  height: 21px;
  background: url(../img/common/arrow02.png) no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 1px;
}
.point__list {
  padding: 30px 0 0 0;
}
.point__list li {margin-bottom: 20px;}
.point__list li:last-child {margin-bottom: 0;}
.point__list .point__text {
  color: #0078c8;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
}
.point__list .point__text span {display: block;}
.point__list .point__text span:nth-child(1) {
  font-size: 15px;
}
.point__list .point__text span:nth-child(2) {
  font-size: 31px;
}
.point__list li h2 {
  font-size: 17px;
  line-height: 1.47;
  font-weight: bold;
  margin-bottom: 4px;
}
.point__list li p {
  font-size: 13px;
  color: #787d82;
  line-height: 1.6;
}
.content__box .container {padding: 0 15px;}
.image__list {
  margin: 0 -10px;
}
.image__list li {
  width: 50%;
  padding: 0 10px;
}
.image__list li img {width: 100%; border: 1px solid #e0e2e4;}
@media screen and (max-width: 767px) {
  .article__control .article__next {margin-top: 10px;}
  .article__control .article__prev {margin-bottom: 10px;}
  .head__main_detail h1 {
    font-size: 26px;
  }
  .head__inner {
    padding: 20px;
  }
  .head__main_inner {
    background-size: cover;
  }
  .page__type {font-size: 100px;}
  .point__list li {
    border-bottom: 2px solid #eff0f1;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .point__list li:last-child {border: none;margin-bottom: 0;padding-bottom: 0;}
  .head__main_detail .meta__comp {font-size: 18px;}
  .image__list li {
    width: 100%;
    padding: 0 10px 10px;
  }

}
@media screen and (min-width: 768px) {
  .content__box .container {
    margin: 0 auto;
    width: 720px;
    padding: 0;
  }
  .point__list {
    margin: 0 -40px;
    /* padding: 60px 0 0 0; */
  }
  .point__list li {
    width: 33.333%;
    border-right: 2px solid #eff0f1;
    padding: 0 40px;
    margin-bottom: 0;
  }
  .point__list li:last-child {border: none;}
  .article__control_inner {
    margin: 0 auto;
    width: 720px;
    overflow: hidden;
    position: relative;
  }
  .article__control .article__list {position: absolute;
  left: 50%;top:0;margin-left: -95px;}
  .article__control .article__prev {float: left;margin-left: 0;}
  .article__control .article__next {float: right;margin-right: 0;}
  .tag__wrap .label__cate {
    float: left;
  }
  .tag__wrap .label__cate span {margin-right: 10px;}
  .tag__wrap  .tag__list {margin-top: 8px;padding-left: 170px;}
}

/* ------------------------------------------------------
SIDEBAR
------------------------------------------------------ */
.side__box {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  -moz-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.03);
  box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.03);
  margin-bottom: 15px;
}
.side__banner_list li {
  font-size: 0;
  margin-bottom: 10px;
}
.side__banner_list li img {width: 100%;}
.side__banner_list li:last-child {margin-bottom: 0;}
.side__box h3 {
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
  padding: 12px 5px 0;
}
.side__box h3 span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.03em;
  position: relative;
  padding-bottom: 14px;
  margin-top: 9px;
}
.side__box h3 span:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #0078c8;
  width: 40px;
}
.side__tag_list {font-size: 0;margin-right: -5px;padding-left: 5px;}
.side__tag_list a {
  display: inline-block;
  color: #787d82;
  font-size: 12px;
  border-radius: 15px;
  border: 1px solid #e0e2e4;
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  letter-spacing: 0.02em;
}
.side__topic_list {padding-bottom: 10px;padding-top: 5px;}
.side__topic_list li {
  line-height: 1.35;
  border-bottom: 1px solid #e0e2e4;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.side__topic_list li:last-child {border-bottom: none;padding-bottom: 0;margin-bottom: 0;}
.side__topic_list li a {
  font-weight: 500;
  font-size: 14px;
}
.side__cate_list {padding: 0 0 5px 5px;}
.side__cate_list li {
  line-height: 1;
  border-bottom: 1px solid #e0e2e4;
  margin-bottom: 10px;
}
.side__cate_list li:last-child {border-bottom: none;margin-bottom: 0;}
.side__cate_list li a {
  display: block;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  padding: 12px 0;
}

/* ------------------------------------------------------
HOVER
------------------------------------------------------ */
@media screen and (min-width: 768px) {
  .wp--editor a:hover {text-decoration: underline;}
  .article__refer a,.wp--editor .button a, .article__control a, .side__banner_list li a {
    -webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
  }
  .side__banner_list li a:hover,
  .wp--editor .button a:hover {
    opacity: 0.7;
  }
  .side__cate_list li a,
  .head__main_detail .tag__list li a {
    -webkit-transition: background 0.3s ease-out, color 0.3s ease-out;
	-moz-transition: background 0.3s ease-out, color 0.3s ease-out;
	transition: background 0.3s ease-out, color 0.3s ease-out;
  }
  .side__tag_list a {
    -webkit-transition: border-color 0.3s ease-out, color 0.3s ease-out;
	-moz-transition: border-color 0.3s ease-out, color 0.3s ease-out;
	transition: border-color 0.3s ease-out, color 0.3s ease-out;
  }
  .side__tag_list a:hover {
    color: #0078c8;
    border-color: #0078c8;
  }
  .head__main_detail .tag__list li a:hover {
    background-color: #fff;
    color: #0078c8;
  }
  .side__cate_list li a:hover {color: #0078c8;}
  .anchor__box ul li a:hover, .side__topic_list li a:hover,
  .article--list-arrow li a:hover {text-decoration: underline;}
  .article__refer a:hover {opacity: 0.7;}
  .article__control a, .article__control a:before, .article__control a:after {
    -webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
  }
  .article__control a:hover {
    background: -webkit-linear-gradient(135deg,#0479c2 0%,#009fda 45%,#00a5dc 49%,#00c8ec 85%,#00d1ef 100%);
    background: linear-gradient(135deg,#0078c8 0%,#009fda 45%,#00a5dc 49%,#00c8ec 85%,#00d1ef 100%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-color: #fff;
    color: #fff;
  }
  .article__control .article__next:hover:after,.article__control .article__next:hover:before, .article__control .article__prev:hover:before, .article__control .article__prev:hover:after {background-color: #fff;}
}
