@charset "UTF-8";
/* mixins
--------------------------------------------------------*/
/* navigation bg black
--------------------------------------------------------*/
.gnab-bg-black #gHeader:before {
  background-color: #000;
}

.gnab-bg-black-default #gHeader:before {
  filter: alpha(opactiy=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  background-color: #000;
}
.gnab-bg-black-default #container {
  padding-top: 70px;
}

@media only screen and (max-width: 738px) {
  .gnab-bg-black-default #container {
    padding-top: 48px;
  }
}
/* Common Margins
--------------------------------------------------------*/
.mb00 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/* title
--------------------------------------------------------*/
.sec__title {
  font-size: 34px;
  text-align: center;
  margin-bottom: 80px;
  font-weight: 200;
}

.sec__title_h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  color: #572459;
}

@media only screen and (max-width: 1340px) {
  .sec__title {
    font-size: 28px;
    margin-bottom: 60px;
  }

  .sec__title_h3 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  .sec__title {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .sec__title_h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 738px) {
  .sec__title {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
  }

  .sec__title_h3 {
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px;
    font-weight: bold;
    color: #572459;
  }
}
/* section layout
--------------------------------------------------------*/
.section {
  padding: 100px 0 120px;
}

.section .wrap {
  max-width: 1300px;
}

@media only screen and (max-width: 1340px) {
  .section .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  .section {
    padding: 60px 0 80px;
  }
}
@media only screen and (max-width: 738px) {
  .section {
    padding: 40px 0 60px;
  }
}
/* section num08 (footer-nav-02)
--------------------------------------------------------*/
.section.num08 {
  color: #fff;
  padding: 80px 0 110px;
  background-color: #212121;
}

.section.num08 .sec__title {
  font-weight: 500;
  margin-bottom: 60px;
}

.section.num08 .sec__list {
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
}

.section.num08 .sec__list li {
  -webkit-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
}

.section.num08 .sec__list li a {
  color: #fff;
}

.section.num08 .sec__list li p:first-child {
  margin-bottom: 40px;
}

@media only screen and (max-width: 800px) {
  .section.num08 {
    padding: 60px 0 80px;
  }

  .section.num08 .sec__title {
    margin-bottom: 40px;
  }

  .section.num08 .sec__list li a {
    font-size: 12px;
  }

  .section.num08 .sec__list li img {
    zoom: .75;
  }

  .section.num08 .sec__list li p:first-child {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 738px) {
  .section.num08 {
    padding: 40px 0 60px;
  }

  .section.num08 .sec__title {
    text-align: center;
  }

  .section.num08 .sec__list {
    -webkit-display: block;
    display: block;
  }

  .section.num08 .sec__list li {
    -webkit-flex: inherit;
    flex: inherit;
    width: 100%;
    margin-top: 20px;
  }

  .section.num08 .sec__list li:first-child {
    margin-top: 0;
  }

  .section.num08 .sec__list li a {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  .section.num08 .sec__list li a img {
    zoom: .5;
  }

  .section.num08 .sec__list li p:first-child {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
/* Footer navi 01 (.footer-nav-01)
--------------------------------------------------------*/
.section.footer-nav-01 {
  background-image: url(../../common/imgs/sec_common/bg_footer-nav-01.jpg);
  background-size: auto 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 100px 0 90px;
}
.section.footer-nav-01 .sec__title {
  color: #fff;
}
.section.footer-nav-01 .btn {
  font-size: 16px;
  line-height: 50px;
  width: 260px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 738px) {
  .section.footer-nav-01 {
    background-image: url(../../common/imgs/sec_common/bg_footer-nav-01_sp.jpg);
    background-size: 100% auto;
    background-position: 50% 50%;
    padding: 40px 0 40px;
  }
  .section.footer-nav-01 .btn {
    font-size: 14px;
    line-height: 40px;
    width: 260px;
    margin-bottom: 20px;
  }
}
/* Common use
--------------------------------------------------------*/
/* PC only layout */
.pc__layout {
  display: block;
}

/* mobile only layout */
.sp__layout {
  display: none;
}

/* Text align */
.tc {
  text-align: center;
}

.centering-list {
  position: relative;
  overflow: hidden;
}
.centering-list ul {
  position: relative;
  left: 50%;
  float: left;
}
.centering-list ul li {
  position: relative;
  left: -50%;
}

/* Clearfix */
.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* row and columns */
.row .col-2 {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 738px) {
  /* PC only layout */
  .pc__layout {
    display: none;
  }

  /* mobile only layout */
  .sp__layout {
    display: block;
  }

  /* row and columns */
  .row .col-2 {
    float: none;
    width: 100%;
  }
}
/* Button layout
--------------------------------------------------------*/
.btn {
  text-align: center;
  font-size: 20px;
  line-height: 68px;
  color: #fff;
  letter-spacing: 0.05em;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.btn:hover, .btn:active, .btn:focus {
  color: #fff;
}

.btn.line-2 {
  line-height: 30px;
  padding: 12px 0px;
}

.btn-sml {
  font-size: 16px;
  line-height: 40px;
  width: 370px;
}

.btn-mid {
  font-size: 16px;
  line-height: 40px;
  padding: 5px 0;
  width: 400px;
}

.btn-green {
  background-color: #4ca064;
}
.btn-green:hover, .btn-green:active, .btn-green:focus {
  background-color: #3d7d4f;
}

.btn-purple {
  background-color: #923c96;
}
.btn-purple:hover, .btn-purple:active, .btn-purple:focus {
  background-color: #8f5692;
}

.btn-blue {
  background-color: #0371da;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
  background-color: #3d8ad4;
}

.btn-bordered {
  border: 1px solid #fff;
}
.btn-bordered:hover, .btn-bordered:active, .btn-bordered:focus {
  background-color: #fff;
  color: #000;
}

.btn-bordered-bk {
  border: 1px solid #000;
  color: #000;
}
.btn-bordered-bk:hover, .btn-bordered-bk:active, .btn-bordered-bk:focus {
  border: 1px solid #999;
  color: #999;
}

@media only screen and (max-width: 1000px) {
  .btn {
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 738px) {
  .btn {
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.05em;
  }

  .btn.line-2 {
    line-height: 18px;
    padding: 10px 0px;
  }

  .btn-sml {
    font-size: 12px;
    line-height: 40px;
    width: 100%;
  }

  .btn-mid {
    font-size: 12px;
    line-height: 40px;
    width: 100%;
  }
}
/* Icons
--------------------------------------------------------*/
.ic-arrow-p-b {
  background-image: url(../../common/imgs/sec_common/icons/ic-arrow-p.png);
  background-size: 28px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  width: 28px;
  height: 18px;
}

.ic-xrs {
  position: relative;
}
.ic-xrs .ic {
  position: absolute;
  content: "";
  top: 50%;
  left: 25px;
}
.ic-xrs .ic:after,
.ic-xrs .ic:before {
  cursor: pointer;
  height: 1px;
  width: 10px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  content: '';
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ic-xrs .ic:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0px;
}

.ic-xrs.clr-black .ic:after,
.ic-xrs.clr-black .ic:before {
  background-color: #fff;
}

.ic-xrs.active .ic:after {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.ic-xrs.active .ic:before {
  background-color: transparent;
}

/* Table style
--------------------------------------------------------*/
.wrap__table {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
}
.wrap__table .tbl {
  width: 100%;
  margin: 0 auto;
}
.wrap__table .tbl th, .wrap__table .tbl td {
  padding: 25px;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  vertical-align: middle;
  font-weight: normal;
  border-bottom: 1px solid #d3d3d3;
}
.wrap__table .tbl th {
  text-align: center;
  min-width: 345px;
}
.wrap__table .tbl td {
  padding-left: 0;
}
.wrap__table .tbl tr:first-child th, .wrap__table .tbl tr:first-child td {
  border-top: 1px solid #d3d3d3;
}

@media only screen and (max-width: 1024px) {
  .wrap__table .tbl th {
    min-width: 200px;
  }
}
@media only screen and (max-width: 780px) {
  .wrap__table .tbl th {
    min-width: 140px;
  }
}
@media only screen and (max-width: 738px) {
  .wrap__table {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .wrap__table .tbl {
    display: block;
  }
  .wrap__table .tbl th, .wrap__table .tbl td {
    display: block;
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    vertical-align: middle;
    font-weight: normal;
    border-bottom: 1px solid #d3d3d3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .wrap__table .tbl th {
    text-align: left;
    min-width: 100%;
    font-weight: bold;
    padding-left: 0;
    padding-bottom: 10px;
  }
  .wrap__table .tbl td {
    font-size: 12px;
    line-height: 20px;
    padding-left: 0;
  }
  .wrap__table .tbl tr:first-child th, .wrap__table .tbl tr:first-child td {
    border-top: none;
  }
}
/* Column Separeted Table style
--------------------------------------------------------*/
.table__separated {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 0;
}
.table__separated .tbl {
  border-spacing: 40px 0;
  border-collapse: separate;
}

@media only screen and (max-width: 738px) {
  .table__separated {
    max-width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .table__separated .tbl {
    border-spacing: 0 0;
    border-collapse: separate;
  }
}
/* Fixed background
--------------------------------------------------------*/
.bg-fixed {
  background-size: cover;
  background-attachment: fixed;
}

/* Key visual section style
--------------------------------------------------------*/
.section.section-kv {
  padding: 0 0 0;
}
.section.section-kv .inner {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  max-width: 1920px;
  margin: 0 auto;
  padding: 100px 0;
}
.section.section-kv .inner .wrap {
  margin: 0 auto 50px;
}
.section.section-kv .inner .sec__logo02 {
  margin-bottom: 20px;
}
.section.section-kv .sec__text {
  color: #fff;
  font-size: 26px;
  line-height: 50px;
  font-weight: 200;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .section.section-kv {
    padding: 0 0 0;
  }
  .section.section-kv .inner {
    background-position: 50% 50%;
    padding: 80px 0;
  }
}
@media only screen and (max-width: 768px) {
  .section.section-kv {
    padding: 0 0 0;
  }
  .section.section-kv .inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    max-width: 100%;
    margin: 0 auto;
    padding: 80px 0;
  }
  .section.section-kv .inner .wrap {
    margin: 0 auto 50px;
  }
  .section.section-kv .inner .sec__logo02 {
    margin-bottom: 20px;
  }
  .section.section-kv .sec__text {
    color: #fff;
    font-size: 26px;
    line-height: 50px;
    font-weight: 200;
    text-align: center;
  }
}
/* Two Columns Layout
--------------------------------------------------------*/
.columns__wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 80px;
}
.columns__wrapper .columns__left {
  width: 320px;
  float: left;
  margin-right: 40px;
}
.columns__wrapper .columns__right {
  width: 940px;
  max-width: 940px;
  float: left;
}
.columns__wrapper .maincont .sec__title {
  text-align: left;
}

.post-cont p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

.post-meta {
  padding: 0px 0 60px;
}

@media only screen and (max-width: 1300px) {
  .columns__wrapper {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .columns__wrapper .columns__left {
    width: 260px;
    margin-right: 40px;
  }
  .columns__wrapper .columns__right {
    width: calc(100% - 300px);
  }
}
@media only screen and (max-width: 1024px) {
  .columns__wrapper {
    padding: 40px 20px;
  }
  .columns__wrapper .columns__left {
    width: 220px;
    margin-right: 20px;
  }
  .columns__wrapper .columns__right {
    width: calc(100% - 240px);
  }

  .post-cont p {
    font-size: 13px;
    line-height: 24px;
    color: #000;
  }

  .post-meta {
    padding: 0 0 60px;
  }
}
@media only screen and (max-width: 738px) {
  .columns__wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .columns__wrapper .columns__left {
    width: 100%;
    margin-right: 0;
    float: none;
    padding-right: 0;
  }
  .columns__wrapper .columns__right {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .columns__wrapper .maincont .sec__title {
    text-align: center;
  }

  .post-cont p {
    font-size: 13px;
    line-height: 24px;
    color: #000;
  }

  .post-meta {
    padding: 0 0 30px;
  }
}
/* Short Header Layout
 * For Contact, Blog
--------------------------------------------------------*/
.short-header-layout .wrap {
  padding: 40px 0;
  text-align: center;
}
.short-header-layout .wrap .sec__text {
  font-size: 28px;
  line-height: 1.6;
  color: #000;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.short-header-layout .wrap .back2index {
  font-size: 12px;
  line-height: 1.6;
  color: #000;
  letter-spacing: 0.05em;
}
.short-header-layout .inner {
  position: relative;
}
.short-header-layout .inner .navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  margin-top: 18px;
}
.short-header-layout .inner .navigation .prev, .short-header-layout .inner .navigation .next {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  font-size: 12px;
  line-height: 37px;
  color: #000;
  letter-spacing: 0.05em;
  display: block;
  width: 20px;
  height: 37px;
  background-size: 20px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.short-header-layout .inner .navigation .prev:hover, .short-header-layout .inner .navigation .prev:active, .short-header-layout .inner .navigation .prev:focus, .short-header-layout .inner .navigation .next:hover, .short-header-layout .inner .navigation .next:active, .short-header-layout .inner .navigation .next:focus {
  filter: alpha(opactiy=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.short-header-layout .inner .navigation .prev {
  left: 30px;
  background-image: url(../imgs/blog/ic-prev.png);
  background-position: 0 50%;
  padding-left: 30px;
width: 50px;
}
.short-header-layout .inner .navigation .next {
  right: 30px;
  background-image: url(../imgs/blog/ic-next.png);
  background-position: 100% 50%;
  padding-right: 30px;
text-align: right;
width: 50px;
}

@media only screen and (max-width: 738px) {
  .short-header-layout .wrap {
    padding: 24px 0 24px 20px;
    text-align: left;
  }
  .short-header-layout .wrap .sec__text {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
  .short-header-layout .wrap .sec__logo02.sp__layout {
    margin-bottom: 15px;
  }
  .short-header-layout .wrap .sec__logo02.sp__layout img {
    width: 40px;
    height: auto;
  }
}
/* Tow Columns Layout
 * Maincontent is Right
 * For Blog
--------------------------------------------------------*/
.columns__wrapper_leftmain {
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 20px;
}
.columns__wrapper_leftmain .columns__left {
  width: 920px;
  float: left;
  margin-right: 40px;
}
.columns__wrapper_leftmain .columns__right {
  max-width: 340px;
  margin-left: 960px;
}

@media only screen and (max-width: 1300px) {
  .columns__wrapper_leftmain {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .columns__wrapper_leftmain .columns__left {
    width: 75%;
    margin-right: 0;
    padding-right: 40px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .columns__wrapper_leftmain .columns__right {
    width: 25%;
    margin-left: 0;
    float: left;
  }
}
@media only screen and (max-width: 1024px) {
  .columns__wrapper_leftmain {
    padding: 40px 20px;
  }
  .columns__wrapper_leftmain .columns__left {
    width: 76%;
    padding-right: 20px;
  }
  .columns__wrapper_leftmain .columns__right {
    width: 24%;
  }
}
@media only screen and (max-width: 738px) {
  .columns__wrapper_leftmain {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .columns__wrapper_leftmain .columns__left {
    width: 100%;
    margin-right: 0;
    float: none;
    padding-right: 0;
  }
  .columns__wrapper_leftmain .columns__right {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
/* Paging Layout
--------------------------------------------------------*/
.post-navi-column {
  margin-bottom: 50px;
}
.post-navi-column ul {
  padding: 10px 0;
}
.post-navi-column li {
  text-align: center;
  margin: 0 5px;
  float: left;
}
.post-navi-column li a, .post-navi-column li span {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  text-decoration: underline;
}
.post-navi-column li a:hover, .post-navi-column li a:active, .post-navi-column li a:focus {
  text-decoration: none;
  color: #000;
}
.post-navi-column li .arrow, .post-navi-column li .next, .post-navi-column li .prev {
  color: #000;
  text-decoration: none;
}
.post-navi-column li .current {
  color: #d3d3d3;
  text-decoration: none;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 2px 4px;
}

@media only screen and (max-width: 1024px) {
  .post-navi-column {
    margin-bottom: 30px;
  }
}
/* Related Post
--------------------------------------------------------*/
.block__relatedpost .block-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

/* Footer Navigation
--------------------------------------------------------*/
/* section num07 */
.section.num07 {
  overflow: hidden;
  position: relative;
  color: #fff;
  font-weight: 100;
  padding: 0;
  background-color: #212121;
}

.section.num07 .inner {
  position: relative;
  min-height: 760px;
}

.section.num07 .wrap {
  width: 100%;
  max-width: 900px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-60%);
  transform: translateX(-50%) translateY(-60%);
  box-sizing: border-box;
  z-index: 2;
}

.section.num07 .sec__title {
  margin-bottom: 50px;
  color: #fff;
}

.section.num07 .sec__text {
  font-size: 16px;
  margin-bottom: 30px;
}

.section.num07 .verList,
.section.num07 .verList li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.section.num07 .verList li {
  width: 242px;
  height: 242px;
  font-size: 26px;
  margin: 0 40px;
  -webkit-border-radius: 121px;
  border-radius: 121px;
  box-sizing: border-box;
}

.section.num07 .verList li:nth-child(1) {
  background-color: #28889d;
  border: 8px #347681 solid;
}

.section.num07 .verList li:nth-child(2) {
  background-color: #ce3c3c;
  border: 8px #a13233 solid;
}

.section.num07 .sec__imgBox {
  width: 100%;
  min-width: 1920px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  -webkit-display: flex;
  display: flex;
}

.section.num07 .sec__imgBox div {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
}

.section.num07 .sec__imgBox div strong {
  display: none;
}

.section.num07 .sec__imgBox img {
  width: 100%;
  opacity: .5;
}

.section.num07 .sec__link {
  position: absolute;
  bottom: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 16px;
  border: 2px solid #fff;
  z-index: 2;
}

.section.num07 .sec__link a {
  display: block;
  color: #fff;
  font-weight: 300;
  padding: 10px 45px;
  transition: .3s;
}

.section.num07 .sec__link a:hover {
  color: #000;
  background-color: #fff;
}

@media only screen and (max-width: 800px) {
  .section.num07 .verList li {
    width: 200px;
    height: 200px;
    font-size: 22px;
    margin: 0 30px;
  }
}
@media only screen and (max-width: 738px) {
  .section.num07,
  .section.num07 .inner {
    min-height: inherit;
  }

  .section.num07 .wrap {
    width: 100%;
    max-width: inherit;
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section.num07 .sec__title {
    margin-bottom: 0;
    text-align: left;
  }

  .section.num07 .sec__text,
  .section.num07 .verList {
    display: none;
  }

  .section.num07 .sec__imgBox {
    width: 100%;
    min-width: inherit;
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    transform: inherit;
  }

  .section.num07 .sec__imgBox div {
    position: relative;
  }

  .section.num07 .sec__imgBox div strong {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 140px;
    height: 140px;
    text-align: center;
    font-size: 10px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    box-sizing: border-box;
  }

  .section.num07 .sec__imgBox div:nth-child(1) strong {
    background-color: rgba(40, 136, 156, 0.7);
    border: 8px #28889d solid;
  }

  .section.num07 .sec__imgBox div:nth-child(2) strong {
    background-color: rgba(203, 58, 58, 0.7);
    border: 8px #ce3c3c solid;
  }

  .section.num07 .sec__link {
    position: inherit;
    bottom: inherit;
    left: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 60px;
    border: none;
    background: #210722;
    /* Old browsers */
    background: -moz-linear-gradient(top, #210722 0%, #370c39 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #210722 0%, #370c39 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #210722 0%, #370c39 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#210722', endColorstr='#370c39',GradientType=0 );
    /* IE6-9 */
  }

  .section.num07 .sec__link a {
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #fff;
  }
}
@media only screen and (max-width: 480px) {
  .section.num07 .sec__imgBox div strong {
    width: 100px;
    height: 100px;
    font-size: 8px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
  }
}
/* 20170315 追記 */
.ic-yt {
  display: block;
  width: 18px;
  height: 22px;
  background-image: url(/imgs/ic-yt.png);
  background-size: 18px auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

/*-------------------------------------------------------- 
 * Common CMS Layout
--------------------------------------------------------*/
/* clearfix
--------------------------------------------------------*/
.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row {
  *zoom: 1;
}

/* Key Visual
--------------------------------------------------------*/
.section.section-kv .inner {
  background-image: url(../imgs/support/bg_kv.jpg);
}
.section.section-kv .inner .sec__logo02 {
  text-align: center;
}
.section.section-kv .sec__text {
  text-align: center;
}
.section.section-kv .box_search {
  max-width: 800px;
  margin: 0 auto 50px;
}
.section.section-kv .box_search .input_group {
  position: relative;
}
.section.section-kv .box_search .input_group .text_field {
  width: 100%;
  border: none;
  background-color: #fff;
  padding: 20px 20px 20px 74px;
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  background-image: url(../imgs/support/ic-question.png);
  background-size: 28px auto;
  background-position: 21px 50%;
  background-repeat: no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section.section-kv .box_search .input_group .btn_submit {
  position: absolute;
  top: 21px;
  right: 21px;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  padding: 0 15px;
  border: none;
  cursor: pointer;
  background-color: #cccccc;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section.section-kv .box_search .input_group .btn_submit:hover, .section.section-kv .box_search .input_group .btn_submit:active, .section.section-kv .box_search .input_group .btn_submit:focus {
  background-color: #666;
}
.section.section-kv .box_search .input_group .btn_submit.enable {
  background-color: #0371da;
}

@media only screen and (max-width: 1024px) {
  .section.section-kv .box_search {
    margin: 0 auto 50px;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 738px) {
  .section.section-kv .inner {
    background-image: url(../imgs/support/bg_kv_sp.jpg);
    padding-bottom: 40px;
  }
  .section.section-kv .inner .wrap {
    margin-bottom: 20px;
    padding: 0 25px;
  }
  .section.section-kv .inner .sec__logo02 {
    text-align: left;
    margin-bottom: 10px;
  }
  .section.section-kv .inner .sec__logo02 img {
    width: 35px;
  }
  .section.section-kv .inner .sec__text {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
  }
  .section.section-kv .box_search {
    margin: 0 auto 20px;
    padding: 0 25px;
  }
  .section.section-kv .box_search .input_group {
    position: relative;
  }
  .section.section-kv .box_search .input_group .text_field {
    width: 100%;
    border: none;
    background-color: #fff;
    padding: 12px 20px 12px 15px;
    font-size: 12px;
    line-height: 24px;
    color: #666666;
    background-image: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    vertical-align: top;
    top: 0;
    margin: 0;
  }
  .section.section-kv .box_search .input_group .btn_submit {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    font-size: 14px;
    line-height: 48px;
    width: 48px;
    height: 48px;
    color: #fff;
    padding: 0 0;
    border: none;
    cursor: pointer;
    background-color: #cccccc;
    background-image: url(../imgs/support/ic-question-w.png);
    background-size: 21px auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}
/* Contact Button Layout
--------------------------------------------------------*/
.box_contact {
  padding: 0 40px;
}
.box_contact p {
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
}
.box_contact .btn {
  max-width: 650px;
}

@media only screen and (max-width: 1024px) {
  .box_contact {
    padding: 0 20px;
  }
  .box_contact p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .box_contact .btn {
    max-width: 450px;
  }
}
@media only screen and (max-width: 738px) {
  .box_contact {
    padding: 25px;
  }
  .box_contact p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
    text-align: left;
  }
  .box_contact .btn {
    max-width: 450px;
    font-size: 14px;
  }
}
/* FAQ
--------------------------------------------------------*/
.maincont .sec__title {
  margin-bottom: 20px;
}
.maincont .box_contact {
  background-color: #f6f6f6;
  padding: 50px;
}
.maincont .box_contact p {
  color: #000;
}

@media only screen and (max-width: 738px) {
  .columns__wrapper {
    padding: 30px 20px;
  }
  .columns__wrapper .left__navigation.on .faq_cat_select .ic-arrow-b {
    background-image: url(../../common/imgs/sec_common/icons/ic-arrow-t.svg);
  }
  .columns__wrapper .left__navigation.on .faq_category {
    max-height: 1000px;
    margin-bottom: 15px;
  }
  .columns__wrapper .left__navigation.on .faq_category li {
    padding: 0 25px;
    max-height: 100px;
  }
  .columns__wrapper .left__navigation.on .faq_category li a {
    max-height: 100px;
    padding-left: 0;
    border-bottom: 1px solid #d5d5d5;
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  .columns__wrapper .left__navigation.on .faq_category li:last-child a {
    border-bottom: none;
  }
  .columns__wrapper .left__navigation {
    background-color: #fff;
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #000;
    margin-bottom: 30px;
  }
  .columns__wrapper .left__navigation .category_list_wrapper {
    padding: 0;
    margin: 0;
    background-color: #fff;
  }
  .columns__wrapper .left__navigation .faq_cat_select {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    color: #000;
    padding: 0 10px;
    position: relative;
  }
  .columns__wrapper .left__navigation .faq_cat_select .ic-arrow-b {
    background-image: url(../../common/imgs/sec_common/icons/ic-arrow-b.svg);
    background-size: 14px auto;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 15px;
    top: 16px;
  }
  .columns__wrapper .left__navigation .faq_category {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    max-height: 0;
  }
  .columns__wrapper .left__navigation .faq_category li {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    max-height: 0;
  }
  .columns__wrapper .left__navigation .faq_category li a {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    max-height: 0;
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }

  .maincont .box_contact {
    background-color: #f6f6f6;
    padding: 35px 25px 45px;
    margin: 0 -20px -40px;
  }
}
/* FAQ Article Layout
--------------------------------------------------------*/
.faq__content .cont_bloc {
  border-top: 1px solid #d3d3d3;
  padding-top: 20px;
}
.faq__content .bloc__answer {
  margin-bottom: 20px;
}

/* Blog Layout
--------------------------------------------------------*/
.tile__layout {
  max-width: 1298px;
  margin: 0 auto;
}
.tile__layout .row {
  margin-left: -15px;
  margin-right: -15px;
}
.tile__layout .row .col-3 {
  float: left;
  width: 25%;
}

@media only screen and (max-width: 1360px) {
  .tile__layout {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tile__layout .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .tile__layout {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 7px;
  }
  .tile__layout .row .col-3 {
    width: 50%;
    padding: 7px;
  }
}
/* Article Layout
--------------------------------------------------------*/
.btn-manual {
  margin: 30px 0;
}

.post-title {
  border-top: 4px solid #000;
  padding: 12px;
  border-bottom: 1px solid #d3d3d3;
}
.post-title .title {
  font-size: 24px;
  line-height: 30px;
}

.post-cont {
  padding-top: 20px;
  padding-bottom: 40px;
}
.post-cont img {
  margin-bottom: 30px;
}
.post-cont h1 {
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 30px;
}
.post-cont h2 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.post-cont h3 {
  font-size: 24px;
  line-height: 30px;
  color: #000;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.post-cont h4 {
  font-size: 16px;
  line-height: 24px;
  color: #0371da;
  margin-bottom: 20px;
}
.post-cont h5 {
  font-size: 16px;
  line-height: 24px;
  color: #0371da;
  margin-bottom: 20px;
}
.post-cont p {
  font-size: 13px;
  line-height: 24px;
  color: #000;
}
.post-cont a {
  font-size: 13px;
  line-height: 24px;
  color: #0371da;
  text-decoration: underline;
}
.post-cont a:hover, .post-cont a:active, .post-cont a:focus {
  text-decoration: none;
}
.post-cont ul {
  margin-bottom: 30px;
}
.post-cont ul li {
  font-size: 13px;
  line-height: 24px;
  color: #000;
}
.post-cont .panel {
  padding: 30px 30px 30px 30px;
  border: 1px solid #d3d3d3;
  margin-bottom: 30px;
}
.post-cont .panel h3 {
  margin-bottom: 15px;
}
.post-cont .panel h4, .post-cont .panel h5, .post-cont .panel h6 {
  margin-bottom: 10px;
}
.post-cont .panel ul:last-child {
  margin-bottom: 0;
}
.post-cont table {
  width: 100%;
  margin-bottom: 30px;
}
.post-cont table th, .post-cont table td {
  border: 1px solid #d3d3d3;
}
.post-cont table th {
  background-color: #f6f6f6;
  font-size: 14px;
  line-height: 26px;
  padding: 10px 20px;
  font-weight: bold;
}
.post-cont table th.num {
  background-color: #f0f0f0;
}
.post-cont table td {
  background-color: #fff;
  font-size: 14px;
  line-height: 26px;
  padding: 10px 20px;
}
.post-cont table.no-border th, .post-cont table.no-border td {
  border: none;
  padding: 10px 0;
}
.post-cont blockquote {
  background-position: 0 0;
  background-repeat: no-repeat;
  font-style: italic;
  padding: 10px 20px;
  border-left: 4px solid #ddd;
  color: #ddd;
  margin: 20px 0;
  font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS Serif", "游明朝", YuMincho, "平成明朝", "HG明朝E", "HG明朝B", Century, "Times New Roman", serif;
}
.post-cont blockquote p {
  color: #999;
}
.post-cont ul {
  margin-bottom: 15px;
}
.post-cont ul li {
  font-size: 14px;
  line-height: 1.6;
  float: none;
  margin-bottom: 10px;
  list-style-type: disc;
  margin-left: 1em;
  list-style-position: outside;
}
.post-cont ol {
  margin-bottom: 15px;
}
.post-cont ol li {
  font-size: 14px;
  line-height: 1.6;
  float: none;
  margin-bottom: 10px;
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 1em;
}
.post-cont img {
  max-width: 100%;
  margin-bottom: 40px;
}
.post-cont .alignright {
  float: right;
  margin-left: 40px;
}
.post-cont .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post-cont .alignleft {
  float: left;
  margin-right: 40px;
}
.post-cont canvas {
  max-width: 100%;
}

@media only screen and (max-width: 738px) {
  .columns__wrapper .maincont .sec__logo02 {
    margin-bottom: 10px;
  }
  .columns__wrapper .maincont .sec__logo02 img {
    width: 34px;
  }
  .columns__wrapper .maincont .sec__title {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
  }
  .columns__wrapper .maincont .btn-manual {
    display: none;
  }
  .columns__wrapper .maincont .cont_bloc {
    margin-top: 30px;
  }

  .post-title {
    border-top: 3px solid #000;
    padding: 12px;
    border-bottom: 1px solid #d3d3d3;
    margin-right: -20px;
    margin-left: -20px;
  }
  .post-title .title {
    font-size: 20px;
    line-height: 30px;
  }

  .post-cont {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .post-cont img {
    margin-bottom: 15px;
  }
  .post-cont h2 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.05em;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .post-cont h3 {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .post-cont h4 {
    font-size: 12px;
    line-height: 20px;
    color: #0371da;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .post-cont h5 {
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    color: #0371da;
    margin-bottom: 10px;
  }
  .post-cont p {
    font-size: 12px;
    line-height: 20px;
    color: #000;
  }
  .post-cont a {
    font-size: 12px;
    line-height: 20px;
    color: #0371da;
    text-decoration: underline;
  }
  .post-cont a:hover, .post-cont a:active, .post-cont a:focus {
    text-decoration: none;
  }
  .post-cont ul {
    margin-bottom: 15px;
  }
  .post-cont ul li {
    font-size: 12px;
    line-height: 20px;
    color: #000;
  }
  .post-cont .panel {
    padding: 15px 15px 0 15px;
    border: 1px solid #d3d3d3;
    margin-bottom: 15px;
  }
  .post-cont .panel h3, .post-cont .panel h4, .post-cont .panel h5, .post-cont .panel h6 {
    margin-bottom: 5px;
  }
  .post-cont .tbl__wrap {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 15px;
  }
  .post-cont .tbl__wrap::-webkit-scrollbar {
    height: 5px;
  }
  .post-cont .tbl__wrap::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .post-cont .tbl__wrap::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .post-cont table {
    width: 100%;
    margin-bottom: 2px;
  }
  .post-cont table th, .post-cont table td {
    border: 1px solid #d3d3d3;
  }
  .post-cont table th {
    background-color: #f6f6f6;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 15px;
    font-weight: bold;
  }
  .post-cont table th.num {
    background-color: #f0f0f0;
  }
  .post-cont table td {
    background-color: #fff;
    font-size: 12px;
    line-height: 20px;
    padding: 10px 15px;
  }
  .post-cont table.no-border th, .post-cont table.no-border td {
    border: none;
    padding: 10px 0;
  }
  .post-cont blockquote {
    background-position: 0 0;
    background-repeat: no-repeat;
    font-style: italic;
    padding: 5px 12px;
    border-left: 2px solid #ddd;
    color: #ddd;
    margin: 15px 0;
    font-family: "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "MS Serif", "游明朝", YuMincho, "平成明朝", "HG明朝E", "HG明朝B", Century, "Times New Roman", serif;
  }
  .post-cont blockquote p {
    color: #999;
  }
  .post-cont ul {
    margin-bottom: 15px;
  }
  .post-cont ul li {
    font-size: 12px;
    line-height: 1.6;
    float: none;
    margin-bottom: 10px;
    list-style-type: disc;
    margin-left: 1.5em;
    list-style-position: outside;
  }
  .post-cont ol {
    margin-bottom: 15px;
  }
  .post-cont ol li {
    font-size: 12px;
    line-height: 1.6;
    float: none;
    margin-bottom: 5px;
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 1.5em;
  }
}
/* Widget Layout
--------------------------------------------------------*/
.widget-area .widget {
  margin-bottom: 40px;
}
.widget-area .widget-title {
  margin-bottom: 30px;
}
.widget-area .widget-title .ttl {
  background-color: #f1f1f1;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #222222;
  font-weight: bold;
}
.widget-area .related-post .post-list li {
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 22px;
}
.widget-area .related-post .post-list li a {
  display: block;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.widget-area .related-post .post-list li a:hover, .widget-area .related-post .post-list li a:active, .widget-area .related-post .post-list li a:focus {
  filter: alpha(opactiy=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.widget-area .related-post .post-list li .ttl {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.widget-area .related-post .post-list li .post-meta {
  padding: 0;
}
.widget-area .related-post .post-list li .post-meta .author {
  font-size: 12px;
  line-height: 1.6;
  color: #000;
  letter-spacing: 0.05em;
}
.widget-area .related-post .post-list li .post-meta .author span {
  color: #e34081;
}
.widget-area .related-post .post-list li .post-meta .tags {
  font-size: 12px;
  line-height: 1.6;
  color: #000;
  letter-spacing: 0.05em;
}
.widget-area .related-post .post-list li .post-meta .tags span {
  color: #0471da;
}
.widget-area .box_banner_bottom a {
  display: block;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.widget-area .box_banner_bottom a:hover, .widget-area .box_banner_bottom a:active, .widget-area .box_banner_bottom a:focus {
  filter: alpha(opactiy=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

@media only screen and (max-width: 738px) {
  .widget-area .widget {
    margin-bottom: 20px;
  }
  .widget-area .widget-title {
    margin-bottom: 15px;
  }
  .widget-area .widget-title .ttl {
    background-color: #f1f1f1;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #222222;
    font-weight: bold;
  }
  .widget-area .related-post .post-list li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .widget-area .related-post .post-list li .ttl {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .widget-area .related-post .post-list li .post-meta {
    padding: 0;
  }
  .widget-area .related-post .post-list li .post-meta .author {
    font-size: 10px;
  }
  .widget-area .related-post .post-list li .post-meta .tags {
    font-size: 10px;
  }
  .widget-area .box_banner_bottom a {
    display: block;
    margin-bottom: 10px;
  }
}
