@charset "UTF-8";
/*!
Theme Name: 名刺職工所
Template:   cocoon-master
Version:    1.0.6
*/
* {
  word-break: break-all;
}

a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
  background: rgba(255, 255, 255, 0.2);
}

.btn-org1 {
  background-color: #ff0040;
}

div.header-container-in.hlt-top-menu .logo-header img {
  max-height: 70px;
  /*default 60px*/
  height: 100%;
  width: auto;
}

/************************************
** フロント
************************************/
.home.page .entry-title {
  display: none;
}
@media screen and (max-width: 480px) {
	.entry-title {
		padding-left: 0;
		padding-right: 0;
	}
}

.home.page .article-footer .entry-categories-tags {
  display: none;
}

.home.page .blogcard-wrap {
  width: 100%;
}

.home.page .speech-wrap,
.home.page .speech-balloon {
  width: 100% !important;
}

.speech-icon img,
.speech-icon amp-img {
  border-radius: 50%;
  border: 2px solid #ccc;
  width: 100%;
}

.speech-balloon {
  height: 100%;
  position: relative;
  padding: 10px;
  background-color: #e6e6e6;
  border: 2px solid #e6e6e6;
  border-radius: 6px;
  word-break: break-all;
}

.speech-balloon::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -12px;
  top: 10px;
  border-right: 12px solid #e6e6e6;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.speech-balloon::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -9px;
  top: 10px;
  border-right: 12px solid #f5f5f5;
  border-right: 10px solid #e6e6e6;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.sbs-line .speech-balloon {
  border-width: 4px;
}

@media screen and (max-width: 768px) {
  .speech-balloon::before {
    left: -15px !important;
    top: 10px;
    border-right: 12px solid #e6e6e6;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }

  .speech-balloon::after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .speech-balloon::before {
    left: -10px !important;
    top: 10px;
    border-right: 12px solid #e6e6e6;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }

  .speech-balloon::after {
    display: none;
  }
}
.speech-person .speech-icon .speech-icon-image {
  border: 4px solid #cccccc;
}

.speech-balloon p {
  margin: 0 !important;
}

.blank-box {
  border: 2px solid #999;
  padding: 1.2em 1em;
  margin: 1em 2%;
}

.blank-box.sticky {
  border-width: 0 0 0 6px;
  border-color: #1e1e23;
  background-color: #f3f4f5;
}

h3.blank-box.sticky {
  border-color: #9fa0a0;
}

.blank-box.sticky.st-blue {
  border-color: #1e1e23;
  background-color: #fafafa;
}

/*h3*/
.home.page .article h3 {
  background: none;
  margin: 0 0 15px;
}

/*box-col3*/
.flex_3col-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
}

.flex_3col-item {
  margin: 0;
  padding: 10px;
  border: 1px solid #f2f2f2;
  width: 33%;
}

@media screen and (max-width: 768px) {
  .flex_3col-box {
    justify-content: center;
  }

  .flex_3col-item {
    width: 100%;
    min-width: auto;
    margin: 0 0 10px;
    padding: 10;
  }

  .flex_3col-item:nth-child(1) {
    flex-grow: 0;
  }
}
.list_box figure.img_thumbnail {
  margin: 0;
  width: 20%;
  max-width: 50px;
  height: auto;
  margin-right: 10px;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

.list_box h3 {
  margin: 0;
  padding: 0 10px;
  float: none;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

.list_box ul {
  clear: both;
  margin: 0 0 30px 25px;
  padding: 0;
}

.list_box ul li {
  margin: 0;
  padding: 0;
}

.list_box_inner {
  position: relative;
  padding-bottom: 100px;
}

.btn_bottom {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: 0 auto !important;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .list_box figure.img_thumbnail {
    /*float: left;
    margin-right: 10px;
    margin-bottom: 0;
    width: 20%;
    min-width:100px;
    height: auto;*/
  }

  .list_box ul {
    margin: 0 0 0 25px;
    padding: 0;
  }

  .btn_bottom {
    clear: both;
    width: 95%;
  }
}
/*btn調整*/
@media screen and (max-width: 1240px) {
  .list_box .btn_w {
    clear: both;
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }

  .list_box ul {
    margin-bottom: 30px;
  }
}
/*テーブル*/
.list_table {
  border-collapse: collapse;
  margin: 30px 0;
}

.list_table th {
  text-align: left;
  background: none;
  border-left: none;
  border-right: none;
  padding: 10px;
}

.list_table td {
  background: none;
  border-left: none;
  border-right: none;
  padding: 10px;
  font-size: 90%;
}

.list_table .td_2 {
  width: 200px;
  text-align: center;
}

/*btn調整*/
.list_table .btn_w2 {
  margin: 2px auto;
}

@media screen and (max-width: 1240px) {
  .list_table .btn_w2 {
    display: block;
    width: 100%;
    margin: 5px auto;
  }
}
/*比較*/
.hikaku_box {
  background: #f7f5ec;
  background: #f5f5f5;
  margin: 0 0 30px;
  padding: 30px 20px;
  border-radius: 10px;
}

.hikaku_box h2 {
  margin: 0 0 20px;
  padding: 0;
  background: none;
  font-size: 230%;
}

.hikaku_box_title_inner {
  margin: 0 auto;
  text-align: center;
}

.hikaku_box .hikaku_box_title {
  display: inline-block;
  background: #ec735c;
  color: #ffffff;
  font-weight: bold;
  font-size: 110%;
  margin: 0 auto 10px;
  padding: 8px 15px;
  border-radius: 30px;
}

.hikaku_box h3 {
  clear: both;
  margin: 0 0 10px;
  padding: 0;
  color: #ec735c;
  color: #115a71;
}

.hikaku_box h3:before {
  content: "";
  background-image: url(https://douga-haishin.net/wp-content/uploads/hikaku.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 8px;
}

.hikaku_box ul {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}

.hikaku_box ul li {
  display: inline-block;
}

.staff_box {
  margin: 0;
}

.staff_box .staff_box_inner {
  padding: 5px;
}

.staff_box .staff_box_inner dl {
  background: #f5f5f5;
  margin: 0;
  padding: 20px;
  height: 100%;
  border-radius: 10px;
}

.staff_box .staff_box_inner dl dt {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.staff_box .staff_box_inner dl dd {
  margin: 0;
  padding: 0;
}

.staff_box img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  text-align: center;
}

.staff_box span.badge {
  display: inline-block;
  min-width: 80px !important;
  text-align: center;
}

.staff_box_info {
  margin: 30px 0;
}

.staff_box_info h3 {
  margin: 0;
  padding: 0;
}

.staff_box_info h3:before {
  font-family: FontAwesome;
  content: "\f0c0";
  margin-right: 3px;
  font-display: swap;
}

/*更新*/
.update_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.update_box ul li {
  padding: 8px;
  border-bottom: 1px dashed #cccccc;
  font-size: 0.9rem;
}

.update_box ul li span {
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 1240px) {
  .update_box ul li span {
    display: block;
  }
}
/************************************
** サイド
************************************/
.widget-entry-cards .widget-entry-card {
  /*border: 1px solid #d5d5d5;*/
  box-shadow: 0 0 3px gray;
  padding: 5px;
}

ul.side_listA {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
ul.side_listA li {
  border: 1px solid #cccccc;
  margin: 10px 0;
  padding: 12px;
}
ul.side_listA li h4 {
  margin: 0 0 8px;
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

ul.side_listA li p {
  clear: both;
  margin: auto 0;
  padding: 0;
  font-size: 0.9rem;
}

ul.side_listA .btn {
  font-size: 0.8rem;
  margin-top: 8px;
  width: 48%;
}

ul.side_listA .btn {
  font-size: 10px;
}

/*btn調整*/
@media screen and (max-width: 1240px) {
  ul.side_listA .btn_w2 {
    display: block;
    width: 100%;
    margin: 5px auto;
  }
}
ul.side_listB {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

ul.side_listB li {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: 120px;
  margin: 0 7px 0 0;
  padding: 0;
  font-size: 10px;
  line-height: 1.3em;
  text-align: center;
}

ul.side_listB li img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: solid 0px #969696;
}

ul.side_listB li a {
  font-weight: bold;
}

.side_listC {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side_listC li {
  clear: both;
  border-bottom: 1px dashed #cccccc;
  margin: 0;
  padding: 15px 0;
  overflow: hidden;
}

.side_listC .side_list_media {
  display: inline-block;
  margin-right: 10px;
}

.side_listC li:after {
  clear: both;
}

.side_listC .side_list_media {
  float: left;
  width: 110px;
}

.side_listC .side_list_media img {
  max-width: 100px;
  max-height: 100px;
  border-radius: 50%;
  text-align: center;
}

.side_list_body {
  overflow: hidden;
}

.side_listC h4 {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.side_listC p {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.side_listC .btn {
  margin-top: 10px;
  font-size: 13px;
}

/************************************
** 投稿
************************************/
.comment-title {
  text-align: center;
  letter-spacing: 0.1em;
  padding: 5px 0;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

.post_tableA {
  width: 100%;
  /*font-size:0.9rem;*/
}

.post_tableA .th_1 {
  width: 18%;
}

.post_tableA .th_2,
.post_tableA .th_3,
.post_tableA .th_4,
.post_tableA .th_5 {
  width: 15%;
}

.post_tableB {
  width: 100%;
  /*font-size:0.9rem;*/
}

.post_tableB .th_1 {
  width: 30%;
}

.post_tableB .th_2,
.post_tableB .th_3 {
  width: 35%;
}

.post_tableC {
  width: 100%;
}

.post_tableC .th_1 {
  width: 70%;
}

.post_tableC .th_2 {
  width: 30%;
}

.post_tableD {
  width: 100%;
}

.post_tableD .th_1 {
  width: 60%;
}

.post_tableD .th_2 {
  width: 20%;
}

/****************************************

     Contact

*****************************************/
.page-id-137 .sns-share {
  display: none;
}

.page-id-137 .sns-follow {
  display: none;
}


.page-id-137 .post-update {
  display: none;
}

.page-id-137 .author-info {
  display: none;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  padding: 15px;
}

.wpcf7 textarea[name="inquiry-message"] {
  width: 100%;
  height: 200px !important;
  margin: 0 0 30px;
}

::-webkit-input-placeholder {
  color: #999999;
  font-size: 0.9em;
}

::-moz-placeholder {
  color: #999999;
  font-size: 0.9em;
}

:-moz-placeholder {
  color: #999999;
  font-size: 0.9em;
}

:-ms-input-placeholder {
  color: #999999;
  font-size: 0.9em;
}

.inquiry-form .asterisk {
  display: inline-block;
  margin-left: 5px;
  color: #d65050;
  font-weight: normal;
  font-size: 95%;
}

.inquiry-form .check {
  margin: 0 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

.inquiry-form {
  width: 100%;
}

.inquiry-form p {
  margin-bottom: 40px;
}

.inquiry-form p br {
  display: inherit;
}

table.contform {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 30px;
}

table.contform th,
table.contform td {
  margin: 0;
  padding: 20px 10px;
  border: 1px dashed #e5e5e5;
  border-top: none;
  border-left: none;
  border-right: none;
  background: #ffffff;
}

table.contform th {
  font-size: 90%;
  color: #000000;
  text-align: left;
  width: 30%;
}

@media screen and (max-width: 768px) {
  table.contform {
    border-top: 1px dashed #e5e5e5;
  }

  table.contform th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
    text-align: left;
    padding-bottom: 0;
  }

  table.contform td {
    display: block;
    border-top: none;
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  table.contform td br {
    display: none;
  }

  .hpc_top {
    width: 950px;
    width: 1236px;
    height: 40px;
    margin: 0 auto;
    padding: 0 60px 0;
    padding: 0 0 0 29px;
    display: flex;
    justify-content: space-between;
  }

  .wrap {
    width: 1256px;
    margin: 0 auto;
  }
}
/***** 行間・段間設定 *****/
.entry-content p {
  line-height: 1.8;
  margin: 3.2em 0;
}

#navi .navi-in a:hover {
  /* opacity: 0.5 !important; */
  opacity: 1;
  background: rgba(220, 220, 220, 0.5) !important;
}

#navi .navi-in a + a {
  border-left: 1px solid #000;
}

p.lead {
  font-size: 21px;
  color: #333;
  font-weight: bold;
  line-height: 160% !important;
  margin-bottom: 15px;
}

p.sublead {
  font-size: 14px;
  color: #333;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 180% !important;
}

.footer-widgets,
.footer-left,
.footer-center,
.footer_right {
  display: block !important;
  width: 100%;
}

.footer-widgets .footer-left .footer-title {
  display: block;
  width: 15%;
  clear: both;
  float: left;
  text-align: left;
  font-size: 14px;
  padding-top: 30px;
  color: #f17624;
}

#category-posts-2-internal li > div {
  margin: 0 !important;
}

#category-posts-2-internal .cat-post-item:before {
  display: none;
}

.footer-widgets .footer-left ul {
  width: 80%;
  text-align: left;
  display: block;
  margin-left: 20%;
  margin-bottom: 15px;
  position: relative;
  top: -28px;
}

.footer-widgets .footer-left ul li a {
  color: white;
}

#category-posts-2-internal .cat-post-item {
  margin: 0;
  border: none;
}

.btn-pink,
.btn-blue {
  background-image: linear-gradient(0deg, #901d22 0%, #730d12 100%) !important;
  /* background-image: linear-gradient(0deg, #5E5858 0%, #000000 100%) !important; */
  font-size: 14px;
}

.morebutton,
.matomesite {
  background-image: linear-gradient(0deg, #5e5858 0%, #000000 100%) !important;
  font-size: 10px;
}

.flex_3col-box .btn {
  width: 48.5%;
  padding: 10px 0;
}

.list_box ul {
  width: 100%;
  margin: 15px 0;
  background-color: #f2f2f2;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 15px 15px 15px 20px;
  min-height: 250px;
  display: block;
}

.list_box ul li {
  list-style-type: none;
}

.article .entry-card-title,
.article .related-entry-card-title {
  font-size: 18px;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  line-height: 1.2;
  background-color: transparent;
}

.article .entry-card-content .ad-area {
  display: none;
}

.home.page .article .entry-card-content .post-date {
  display: block;
}

ul.compare_list {
  width: 100%;
  text-align: left;
  display: block;
  margin-left: 0;
  margin-bottom: 15px;
  padding-left: 0;
}

ul.compare_list li {
  display: inline-block !important;
  font-size: 14px;
  margin-right: 5px;
}

ul.compare_list li a {
  color: #666;
}

ul.compare_list li a:hover {
  color: #ff51a9;
}

ul.compare_list li:after {
  content: " /";
  color: #ff51a9;
}

ul.compare_list li:last-child:after {
  content: "";
}

h3.compare_head {
  background-image: url(/wp-content/themes/cocoon-child-master/head_icon.png) !important;
  background-repeat: no-repeat !important;
  background-position: center left !important;
  padding-left: 45px;
}

.blank-box.bb-tab::before {
  display: none;
}

.staff_box_info h3:before {
  display: none;
}

.staff_box_info {
  display: table;
  border-collapse: separate;
  border-spacing: 5px;
  padding: 1.2em 1em;
  border: 2px solid #ccc;
}

.staff_box_info h3,
.staff_box_info p {
  display: table-cell;
  vertical-align: middle;
}

.staff_box_info h3 {
  font-size: 18px;
  width: 20%;
}

.staff_box_info p {
  font-size: 11px;
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 10px;
}

.list_box_inner {
  padding-bottom: 50px !important;
}

#container .btn:hover {
  color: #fff;
}

.list_table {
  border-collapse: separate;
  border-spacing: 10px;
  border-top: 1px solid #ccc;
}

.list_table td:first-of-type {
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 10px !important;
  box-sizing: border-box;
}

.list_table td:last-of-type {
  min-width: 100px;
}

.list_table th,
.list_table td {
  border: none;
}

table.list_table tr:nth-of-type(2n + 1) {
  background-color: transparent;
}

.ad-area:after,
#navi .navi-in > ul > li > a:after,
.btn-pink:after,
.tagcloud a:after,
.widget-entry-cards .a-wrap:after,
.btn-blue:after,
.morebutton:after {
  display: none !important;
}

.speech-balloon p {
  font-size: 90%;
}

.sidebar .blogcard {
  font-size: 13px;
}

.sidebar .prtext {
  font-size: 12px;
  font-weight: bold;
}

.sidebar .prwifitext {
  font-size: 12px;
  margin-bottom: -25px;
  font-weight: bold;
}

.side_entry_inner {
  text-align: center;
}

.side_entry_link {
  text-align: left;
  padding-left: 10px !important;
}

ul.side_listB li {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: 120px;
  margin: 0 7px 0 7px;
  padding: 0;
  font-size: 10px;
  line-height: 1.3em;
  text-align: center;
}

.list_box_inner ul {
  width: 100%;
  margin: 10px 0 !important;
  background-color: #f2f2f2;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 15px 15px 15px 20px !important;
  min-height: 300px;
  display: block;
}

.boldnumber {
  text-align: center;
  background: #000;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 0.8% 1.6%;
}

.speech-icon img,
.speech-icon amp-img {
  border-radius: 50%;
  /* border: 2px solid #ccc; */
  width: 100%;
}

.speech-person .speech-icon .speech-icon-image {
  border: none;
}

div.speech-balloon {
  height: 100%;
  position: relative;
  padding: 10px;
  background-color: #e2e3e5;
  border: 2px solid #e2e3e5;
  border-radius: 6px;
  border-radius: 6px;
  word-break: break-all;
  width: 100%;
}

.speech-balloon::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -9px;
  top: 10px;
  /* border-right: 12px solid #f5f5f5; */
  border-right: 12px solid #e2e3e5;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.speech-balloon::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -12px;
  top: 10px;
  border-right: 12px solid #e2e3e5;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

div.speech-balloon p {
  font-family: Yu Gothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}

.speech-wrap {
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
  width: 100%;
}

.sbis-sb .speech-icon-image {
  border-radius: 50%;
}

div.yyi-rinker-contents ul.yyi-rinker-links li.amazonlink {
  background: url("https://douga-haishin.net/wp-content/uploads/rinker-botan_amazon.png");
  background-repeat: no-repeat;
  width: 100%;
}

div.yyi-rinker-contents ul.yyi-rinker-links li.rakutenlink {
  background: url("https://douga-haishin.net/wp-content/uploads/rinker-botan_rakuten.png");
  background-repeat: no-repeat;
  width: 100%;
}

div.yyi-rinker-contents ul.yyi-rinker-links li.yahoolink {
  background: url("https://douga-haishin.net/wp-content/uploads/rinker-botan_yahoo.png");
  background-repeat: no-repeat;
  width: 100%;
}

@media screen and (max-width: 768px) {
  div.yyi-rinker-contents div.yyi-rinker-box {
    display: contents;
    box-sizing: border-box;
    padding: 12px;
  }

  div.yyi-rinker-contents div.yyi-rinker-info {
    width: 100%;
  }

  .yyi-rinker-links li a {
    border-radius: 3px !important;
    height: auto !important;
    padding: 5px 0 !important;
    font-size: 0.6em !important;
  }

  div.yyi-rinker-contents div.yyi-rinker-image {
    padding: 0;
    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }

  div.yyi-rinker-contents {
    margin: 1.5em 0;
    border: solid 1px #dbdbdb;
    background-color: #fff;
    box-shadow: 2px 3px 8px -5px rgba(0, 0, 0, 0.25);
    padding: 2%;
  }

  .guidetablecell,
  .guidetablearrow,
  .guidebtntablecell {
    display: block;
    table-layout: fixed;
  }

  .guidetablecell {
    width: 100%;
    margin-bottom: 2%;
  }

  .guidebtntablecell {
    width: 100%;
    text-align: center;
    margin-bottom: 2%;
  }

  .guidetablearrow {
    display: none;
    vertical-align: middle;
    width: 1%;
    font-size: 25px;
  }

  .boldtext {
    font-size: 17px;
  }

  .floating-box {
    display: none;
  }

  .footer-widgets .footer-left .footer-title {
    display: block;
    width: 100%;
    clear: both;
    float: left;
    text-align: left;
    font-size: 14px;
    padding-top: 0;
    color: #f17624;
  }

  #category-posts-2-internal .cat-post-item {
    border-bottom: 1px solid #ccc;
    list-style: none;
    list-style-type: none;
    margin: 3px 0;
    padding: 3px 0;
  }

  .footer-widgets .footer-left ul {
    width: 100%;
    text-align: left;
    display: block;
    margin-left: 0%;
    margin-bottom: 15px;
    position: relative;
    top: 0px;
  }

  .footer-widgets .footer-center h3 {
    display: block;
    width: 100%;
    clear: both;
    float: left;
    text-align: left;
    font-size: 14px;
  }

  .footer-widgets .footer-center ul {
    width: 100%;
    text-align: left;
    display: block;
    margin-left: 0%;
    margin-bottom: 15px;
  }

  .dougaitiran_center_width {
    display: block;
  }

  .dougaitiran_center_width_left {
    width: 100%;
    width: 100%;
  }

  .dougaitiran_center_width_right {
    width: 100%;
    margin-right: 0;
  }

  div.header-container-in.hlt-top-menu .logo-header img {
    max-height: 60px;
    height: 100%;
    width: 100%;
  }

  .header-container-in.hlt-top-menu .logo-header {
    max-height: none;
    width: 70%;
    margin: 0 auto;
  }

  .dougaitiran_left {
    width: 18%;
    padding: 0 1%;
  }

  .dougaitiran_left p {
    font-size: 10px;
    margin: 0 !important;
    text-align: center;
    font-weight: bold;
  }

  .dougaitiran_center {
    width: 70%;
    padding: 0 1%;
    background-color: #f2f2f2;
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    line-height: 2em;
  }

  .dougaitiran_right {
    width: 18%;
    padding: 0 1%;
  }

  .dougaitiran_center_width_left {
    width: 100%;
  }

  .dougaitiran_center_width_left a {
    margin-left: 5px;
  }

  .dougaitiran_center_width_right a {
    margin-left: 5px;
  }

  .guidetable,
  .guidebtntable {
    border-collapse: separate;
    border-spacing: 10px;
    width: 100%;
    display: block;
    padding: 10px;
  }

  .guidebtntablecell {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 1%;
  }

  .menu-right {
    text-align: right;
    display: none;
    color: #fff;
    width: 42%;
    margin-left: 58%;
    font-size: 0.8em;
  }

  .guidebtntable {
    border-top: 1px solid #ccc;
  }

  #popular {
    display: none;
  }

  .menu-header {
    display: none;
  }
}
blockquote::before,
blockquote::after {
  color: #c8c8c8;
  font-family: serif;
  position: absolute;
  font-size: 400%;
}

.entry-content p {
  line-height: 1.8;
  margin: 15px 0;
}

.toc ul {
  padding-left: 5px;
  font-size: 12px;
  line-height: 1.6em;
}

.toc {
  font-size: 0.9em;
  line-height: 2;
}

.blank-box.sticky.st-blue {
  border-color: #1e1e23;
  background-color: #1e1e23;
  color: #fff;
  position: relative;
}

h3.blank-box.sticky {
  border-color: #fff;
  border-bottom: #9fa0a0;
  background: none;
  color: #000;
  border-bottom: solid #595757;
}

.blank-box.sticky {
  border-width: 0 0 0 6px;
  border-color: #fff;
  background-color: #595757;
  color: #fff;
  padding: 20px;
  position: relative;
}

/*
.article h3 {
    border-left: 7px solid #FFF;
    border-left-width: 7px;
	border-right: 1px solid #ccc;
    border-right-width: 1px;
    border-top: 1px solid #ccc;
    border-top-width: 1px;
    border-bottom: 1px solid #ccc;
    border-bottom-width: 1px;
    font-size: 22px;
    padding: 12px 20px;

}
*/
.article h3 {
  border-color: #fff;
  border-bottom-color: white;
  background: none;
  color: #000;
  border-bottom: solid #1e1e23;
  border-left: none;
  border-right: none;
  padding-left: 10px;
  font-size: 22px;
}

.ranking-item-img-desc,
.ranking-item-link-buttons {
  display: block;
}

.ranking-item-img-desc > div,
.ranking-item-link-buttons > div {
  width: 100%;
  padding: 2px 0;
}

.ranking-item-image-tag {
  max-width: 100%;
  margin-right: 1em;
  position: relative;
}

.footer-widgets .footer-center li a:hover {
  background-color: #ff51a9;
  transition: all 0.7s;
  color: #333;
}

.footer-widgets .footer-left li a:hover {
  background-color: #ff51a9;
  transition: all 0.7s;
  color: #333;
}

#navi .navi-in > ul > li > a {
  padding: 0.2em 1.4em;
}

.floating-box {
  position: fixed;
  bottom: 60px;
  right: 1px;
  width: 320px;
  border: solid #b5b5b6;
  height: 280px;
  /* 330px */
  background: #e6e6e6;
  padding: 0 10px;
  z-index: 10;
  text-align: center;
  color: #221815;
}

.floating-box p {
  line-height: 1.2em;
}

.info-box {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 0;
}

.primary-box {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 0;
}

.secondary-box {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 0;
}

.success-box {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 0;
}

.warning-box {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 0;
}

.danger-box {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 0;
}

.light-box {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 0;
}

.dark-box {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 0;
}

table th {
  background-color: #f0f0f0;
}

img.alignright {
  display: inline-block;
  margin: 5px 5px;
}

.toc-widget-box .toc-content {
  visibility: visible;
  opacity: 1;
  height: 100%;
  font-size: 13px;
}

.toc-widget-box .toc-content {
  visibility: visible;
  opacity: 1;
  height: 100%;
  font-size: 11px;
  width: 100%;
}

.toc-widget-box ul > li {
  font-weight: bold;
}

.toc a {
  color: #1967d2;
}

.toc a:hover {
  color: #e53900;
}

.post_tableA {
  width: 100%;
  table-layout: fixed;
}

h2.blank-box.sticky::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 20px;
  bottom: -20px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 20px solid #1e1e23;
}

h2.blank-box.sticky.st-blue::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 20px;
  bottom: -20px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 20px solid #1e1e23;
}

.dougaitiran ul {
  display: flex;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 5% 0;
}

@media screen and (min-width: 980px) {
  .dougaitiran_center_width {
    display: flex;
  }

  div.header-container-in.hlt-top-menu .logo-header img {
    max-height: 70px;
    height: 100%;
    width: 100%;
    margin-left: 0px;
  }

  .dougaitiran_left {
    width: 30%;
    padding: 0 1%;
  }

  .dougaitiran_left p {
    font-size: 17px;
    margin: 0;
    text-align: center;
    font-weight: bold;
  }

  .dougaitiran_center {
    width: 73%;
    padding: 0 1%;
    background-color: #f2f2f2;
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    line-height: 2em;
    font-size: 90%;
  }

  .dougaitiran_right {
    width: 15%;
    padding: 0 1%;
  }

  .dougaitiran_center_width_left {
    width: 100%;
    padding-left: 5px;
  }

  .dougaitiran_center_width_left a {
    margin-left: 8px;
  }

  .dougaitiran_center_width_right a {
    margin-left: 8px;
  }

  .header-container-in.hlt-top-menu .site-name-text {
    font-size: 22px;
    white-space: nowrap;
    margin-left: 20px;
    margin-top: 8px;
  }

  .guidetable,
  .guidebtntable {
    border-collapse: separate;
    border-spacing: 10px;
    width: 100%;
    display: block;
    padding: 10px;
    text-align: center;
  }

  /*
  .guidetable,.guidebtntable	{ */
  /* display: table; */
  /*
  	border-collapse: separate;
  	border-spacing: 10px;
  	width: 100%;
  	display: flex;
  }
  */
  .guidetablecell,
  .guidetablearrow,
  .guidebtntablecell {
    /*display: table-cell;*/
    display: block;
    table-layout: fixed;
  }

  .guidetablecell {
    /* width: 33%; */
    width: 100%;
    padding: 10px;
    text-align: left;
  }

  .guidebtntablecell {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    padding: 1%;
  }

  .menu-right {
    /*
    text-align: right;
    display: block;
    color:#FFF;
    width: 47%;
    margin-left: 54%;
    font-size: 0.8em;
    */
    display: flex;
    justify-content: flex-end;
    color: #fff;
    font-size: 0.8em;
  }

  .guidebtntable {
    border-top: 1px solid #ccc;
    display: flex;
  }

  #popular {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .menu-header {
    background-image: url(https://cynadus.com/wp-content/uploads/title_popular.png);
    background-repeat: no-repeat;
    background-position: right 100% bottom 120%;
    display: flex;
  }

  li.menu-item {
    list-style: none;
  }

  #menu-menu li {
    padding: 0 10px;
  }

  #menu-menu li + li {
    border-left: 1px solid #fff;
  }

  li#menu-item-213 {
    margin-left: 100px;
  }
}
.dougaitiran_center_width_right {
  width: 100%;
  margin-right: 5px;
}

.dougaitiran_right a {
  position: relative;
  margin-right: -10px;
  display: block;
  margin-bottom: 3%;
}

@font-face {
  font-family: "ヒラギノ角ゴ";
  font-style: normal;
  font-weight: 400;
  src: local("ヒラギノ角ゴ Regular"), local("ヒラギノ角ゴ-Regular"),
    url(https://fonts.gstatic.com/s/pacifico/v12/FwZY7-Qmy14u9lezJ-6H6MmBp0u-.woff2) format("woff2");
  font-display: swap;
}
.tagcloud a {
  justify-content: center;
}

.ect-entry-card .cf {
  overflow: hidden;
}
.ect-entry-card .cf .cf::after {
  content: none;
}
.ect-entry-card .cf .card-thumb img {
  display: block;
  height: auto;
}

.post-update::before {
  content: none;
}

#category-posts-2-internal .cat-post-title {
  display: block;
}

span.fa {
  font-family: FontAwesome !important;
}

.morebox {
  background-color: #fafafa;
  border-radius: 10px;
  font-size: 12px;
  padding: 20px;
  line-height: 12px;
}

.morebutton i {
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: auto;
}

.morebutton {
  position: relative;
  padding-top: 4px;
  padding-bottom: 12px;
  top: -4px;
}

.morebox a:not(.morebutton) {
  font-size: 13px;
  line-height: 0;
  font-weight: bold;
}

.morebutton + a {
  margin-left: 10px;
}

.sidebar h3 {
  background-color: #595757;
  padding: 12px;
  margin: 16px 0;
  border-radius: 2px;
  color: #fff;
}

.side_entry_link .iconcolor {
  color: #ff8c00;
}

ul.side_listB p {
  font-size: 14px;
}

ul.side_listB hr {
  border-top: 1px dashed #000;
  font-size: 14px;
}

.profit {
  width: 100%;
}

.profit ul {
  display: flex;
  list-style: none;
  padding-left: 0px;
  border-bottom: solid 1px #b3b3b3;
  margin: 1% auto;
}

.profit li {
  padding: 0 1%;
  margin: auto 0;
}

.profit-img {
  width: 20%;
}

.profit-text {
  width: 40%;
}

.profit-img img {
  border-radius: 50%;
}

.profit_midashi {
  position: absolute;
  margin-top: -20px;
  font-weight: bold;
}

.profit_left {
  float: left;
  margin-left: 110px;
}

.profit_right {
  float: left;
  margin-left: 110px;
}

.readguide {
  border: 5px solid #ccc;
}

.readguide p.guidehead {
  margin: 20px !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.guidehead i {
  color: #c00;
  font-size: 37px;
  flex: 37px 37px auto;
}

.guidetablecell a {
  font-weight: bold;
}

.guidetablearrow {
  vertical-align: middle;
  width: 26px;
  text-align: center;
  font-size: 26px;
  margin: 0;
  transform: rotate(90deg) scale(1, 2);
  display: inline-block;
  color: #e9e9e9;
  font-weight: bold;
}

.guidetablecell a,
.guidebtntablecell a,
.guidetablecell p,
.guidebtntablecell p {
  font-size: 90%;
}

.guidetablecell a:after,
.guidebtntablecell a:after {
  display: none;
}

.guidetablecell p {
  margin: 10px 0 0 !important;
  color: #888;
  background: #e6e6e6;
  padding: 10px;
  border-radius: 10px;
}

.guidebtntablecell a {
  display: block;
  width: 100%;
}

#header-container,
#header-container .navi,
#navi .navi-in > .menu-header .sub-menu {
  /* background-color: #1e1e23; */
  width: 100%;
  height: 90px;
  /* height: 100px; */
  background-image: url(assets/img/common/bg_header.png);
  background-repeat: repeat-x;
  background-position: left top;
  /* background-size: auto 100%; */
  border-bottom: 2px solid #fff;
  box-shadow: 0px 5px 3px -1px #ddd;
  overflow: hidden;
}

#header-container .navi {
  margin: 13px 0 10px;
}

.navi-in > ul li {
  display: block;
  width: 176px;
  height: 60px;
  line-height: 30px;
  /* position: relative; */
}

.profitbtntablecell {
  width: 50%;
  text-align: center;
  margin: 14px auto;
  padding: 1%;
}

.profitbtntablecell a {
  display: block;
  width: 100%;
}

#category-posts-1-internal .cat-post-item {
  border-bottom: 0px solid #ccc;
  list-style: none;
  list-style-type: none;
  list-style-type: none;
  margin: 3px 0;
  padding: 3px 0;
}


/*--------
 見出し
--------*/
.article h2, .article h3, .article h4, .article h5, .article h6 {
	border-bottom-style: none;
}

/* h2 */
.article h2,
.contents h2,
.single .article h2,
.archivetop-contents h2,
.archivebottom-contents h2,
.top-contents h2,
.list h2,
#tinymce h2 {
  color: #fff;
  position: relative;
  font-size: 24px;
  line-height: 2;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  border-color: #333;
  background-color: #333;
  padding: 24px 20px;
  border-radius: 8px;
}
.article h2::after,
.contents h2::after,
.single .article h2::after,
.archivetop-contents h2::after,
.archivebottom-contents h2::after,
.top-contents h2::after,
.list h2::after,
#tinymce h2::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 20px;
  bottom: -12px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #333;
}
@media (max-width: 768px) {
	.home .contents02 h2,
	.article h2,
	.contents h2,
	.single .article h2,
	.archivetop-contents h2,
	.archivebottom-contents h2,
	.top-contents h2,
	.list h2,
	#tinymce h2 {
		line-height: 1.3;
		font-size: 19px;
		margin: 20px 0;
		padding: 20px;
	}
}

.home .contents02 h2,
.home .contents h2,
.home .top-contents h2,
.page-template-default .article h2,
.lineup-template-default.single .article h2 {
  border-color: #560000;
  background-color: #560000;
  line-height: 1.25em;
  padding: 15px 20px;
  border-radius: 0;
}
.home .contents02 h2::after,
.home .contents h2::after,
.home .top-contents h2::after,
.page-template-default .article h2::after,
.lineup-template-default.single .article h2::after {
    border-top: 20px solid #560000;
}

/* h3 */
.article h3,
.contents h3,
.single .article h3,
.archivetop-contents h3,
.archivebottom-contents h3,
.top-contents h3,
.list h3,
#tinymce h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.6;
	font-size: 24px;
	color: #333;
	border: none;
	padding: 18px;
	background: #eef1f2;
	position: relative;
	padding-left: 40px;
	border-radius: 8px;
	font-size: 23px;
}
.article h3:before,
.contents h3:before,
.single .article h3:before,
.archivetop-contents h3:before,
.archivebottom-contents h3:before,
.top-contents h3:before,
.list h3:before,
#tinymce h3:before {
	position: absolute;
	top: 25%;
	left: 20px;
	width: 6px;
	height: 50%;
	content: '';
	-ms-filter: "alpha(opacity=20)";
	border-radius: 3px;
	background-color: #243747;
}
@media (max-width: 768px) {
	.article h3,
	.contents h3,
	.single .article h3,
	.archivetop-contents h3,
	.archivebottom-contents h3,
	.top-contents h3,
	.list h3,
	#tinymce h3 {
		line-height: 1.3;
		font-size: 18px;
		margin: 20px 0;
		padding: 16px 18px;
		border-left: solid 6px #243747;
	}
	.article h3:before,
	.contents h3:before,
	.single .article h3:before,
	.archivetop-contents h3:before,
	.archivebottom-contents h3:before,
	.top-contents h3:before,
	.list h3:before,
	#tinymce h3:before {
		width: 0;
	}
}

.home .contents h3,
.lineup-template-default.single .article h3,
.page-template-default.single .article h3 {
	line-height: 38px;
	border-color: #fff;
	border-bottom-color: white;
	background: none;
	color: #000;
	border-top: 0px;
	border-bottom: solid #0074c1;
	border-left: none;
	border-right: none;
	padding-left: 10px;
	font-size: 22px;
	width: 100%;
	padding: 5px 20px;
	margin: 0;
	font-size: 22px;
	border-radius: 0;
}
.home .contents .top-qa-area h3,
.page-template-default .article h3:not(.exception_h3) {
	border: none;
	background: #DDDDDD !important;
	margin: 45px 0 32px;
	padding: 5px 20px;
	line-height: 38px;
	font-size: 22px;
	border-radius: 0;
}
@media screen and (max-width: 768px) {
	.home .contents .top-qa-area h3 {
		margin: 25px 0 15px!important;
	}
}
.top-qa-area h3,
.page-template-default .article h3 {
	border-color: #fff;
	background: #ddd;
	color: #000;
	padding: 12px 20px;
	font-size: 22px;
	line-height: normal;
	border: none;
	border-radius: 0;
}

.top-qa-area h3 {
	margin: 0 0 1em 0;
}

.single .article.type-lineup h3:not(.exception_h3) {
	border-color: #fff;
	background: #ddd;
	color: #000;
	border-radius: 0;
}

.lineup-template-default.single .article h3.exception_h3 {
	font-size: 21px;
	padding: 9px 10px;
	margin-bottom: 20px;
	border-radius: 0;
}

.postid-560.single .article h3 {
	border-color: #fff!important;
	border-bottom-color: white!important;
	background: none!important;
	color: #000!important;
	border-bottom: solid #560000!important;
	padding: 12px 20px!important;
	padding-left: 10px!important;
	margin-bottom: 20px!important;
	line-height: 1.25!important;
	border-radius: 0;
}
.home .contents h3:before,
.lineup-template-default.single .article h3:before,
.page-template-default.single .article h3:before,
.home .contents .top-qa-area h3:before,
.page-template-default .article h3:before,
.top-qa-area h3:before,
.single .article.type-lineup h3:before,
.lineup-template-default.single .article h3.exception_h3:before,
.postid-560.single .article h3:before,
.single .article .a-wrap h3:before  {
	width: 0;
}


/* h4 */
.article h4,
.contents h4,
.single .article h4,
.archive .article h4,
.archivetop-contents h4,
.archivebottom-contents h4,
.top-contents h4,
.list h4,
#tinymce h4 {
	line-height: 2;
	font-size: 20px;
	border: 0;
	color: #333;
	padding: 8px 16px;
	font-weight: 600;
	background-color: #fff;
	margin: 20px 0;
	/*border-bottom: 4px solid #243747;*/
	position: relative;
	font-size: 21px;
}
.article h4:after,
.contents h4:after,
.single .article h4:after,
.archive .article h4:after,
.archivetop-contents h4:after,
.archivebottom-contents h4:after,
.top-contents h4:after,
.list h4:after,
#tinymce h4:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg,#243747,#243747 1px,transparent 2px,transparent 5px);
    background-image: repeating-linear-gradient(-45deg,#243747,#243747 1px,transparent 2px,transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media (max-width: 768px) {
	.article h4,
	.contents h4,
	.single .article h4,
	.archive .article h4,
	.archivetop-contents h4,
	.archivebottom-contents h4,
	.top-contents h4,
	.list h4,
	#tinymce h4 {
		line-height: 1.3;
		font-size: 18px;
		padding-bottom: 10px;
		padding-left: 10px;
	}
	.article h4:after,
	.contents h4:after,
	.single .article h4:after,
	.archive .article h4:after,
	.archivetop-contents h4:after,
	.archivebottom-contents h4:after,
	.top-contents h4:after,
	.list h4:after,
	#tinymce h4:after {
		height: 7px;
		background-image: -webkit-repeating-linear-gradient(135deg,#808080,#808080 1px,transparent 2px,transparent 5px);
	    background-image: repeating-linear-gradient(-45deg,#808080,#808080 1px,transparent 2px,transparent 5px);
	}
}

.lineup-template-default h4,
.lineup-template-default .article h4,
.page-template-default .article h4 {
	border-bottom: 2px solid #ddd;
	border-style: none;
	padding: 9px 10px;
	margin: 0 0 20px;
	background-color: transparent;
	line-height: 1.25;
	
	margin: 0 0 20px 0;
	width: 100%;
	font-size: 21px;
}

.lineup-template-default.single .article h4 {
	background: #ddd;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	border-style: none;
	line-height: 1.25;
}

.page-template-default .article h4 {
	font-size: 21px;
	/*
	padding: 0 10px;
	*/
	padding: 9px 10px;
	margin: 2.4em 0 1em 0;
	border-style: none;
	line-height: 1.8 !important;
	/*
	border-bottom: 2px solid #ddd;
	*/
	border-bottom: none;
	margin: 0 0 20px;
}
.lineup-template-default h4:after,
.lineup-template-default .article h4:after,
.page-template-default .article h4:after,
.lineup-template-default.single .article h4:after,
.page-template-default .article h4:after {
	height: 0;
}


/* h5 */
h5,
.article h5,
#tinymce h5,
#tinymce .article h5 {
	font-size: 19px;
	margin: 15px 0;
	position: relative;
	background: #f3f5f5;
	border-radius: 8px;
	padding: 10px 0;
	padding-left: 40px;
	font-size: 18px;
}
h5:before,
.article h5:before,
#tinymce h5:before,
#tinymce .article h5:before {
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: calc(50% - 9px);
    left: 14px;
    content: '＋';
    /*opacity: .5;*/
    -ms-filter: "alpha(opacity=50)";
    color: #243747;
}
@media (max-width: 768px) {
	h5,
	.article h5,
	#tinymce h5,
	#tinymce .article h5 {
		padding-left: 25px;
		font-size: 17px;
	}
	h5:before,
	.article h5:before,
	#tinymce h5:before,
	#tinymce .article h5:before {
		left: 5px;
	}
}

.page-template-default.page .article h5 {
	padding: 0 10px;
	margin-top: 2.67em;
	margin-bottom: 32px;
	border-style: none;
}
.page-template-default.page .article h5:before {
	content: "";
	margin-right: 0;
}

/* h6 */
.article h6 {
  font-size: 20px;
  padding: 0 10px;
}


.home .article h2,
.home .article h3,
.home .article h4,
.home .article h5,
.home .article h6 {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
.home .article h2::after,
.home .article h3::after,
.home .article h4::after,
.home .article h5::after,
.home .article h6::after {
  content: none;
}


h2.blank-box.sticky,
h3.blank-box.sticky {
	margin-left: 0;
	margin-right: 0;
	border-radius: 0;
}

.menu-right ul {
  display: flex;
  list-style: none;
  width: 39%;
  margin: 0;
  padding: 0;
}

.menu-right li {
  margin: 0 20px 0 0;
  padding: 0;
  display: block;
  color: #fff;
  font-size: 14px;
}
.menu-right li:last-child {
  margin-right: 0;
}

.menu-right .mbutton {
  background-image: linear-gradient(0deg, #901d22 0%, #730d12 100%) !important;
  color: #fff;
  background-color: #32373c;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  border: 2px solid transparent;
  position: relative;
  padding: 0 2%;
}

.mbutton:hover {
  opacity: 0.7;
  color: #fff;
  transition: all 0.7s;
}

.caption-wrap .item-label {
  font-size: 16px;
}

.entry-card-thumb {
  width: 30%;
  max-width: 320px;
}

.entry-card-content {
  margin-left: 33%;
}

.entry-card-snippet,
.related-entry-card-snippet {
  font-size: 0.8em;
  max-height: 7.8em;
  line-height: 180%;
  overflow: hidden;
}

#navi .navi-in li a {
  color: #fff;
  background-color: transparent;
  transition: all 0.7s;
  font-size: 14px;
  padding: 0 5px;
}

#navi .navi-in li a:hover {
  color: #fff !important;
  background-color: #dcdcdc;
  transition: all 0.7s;
}

#navi .navi-in a:hover {
  color: #fff !important;
}

#navi .navi-in .mbutton a:hover {
  background: transparent !important;
  opacity: 1 !important;
}

#navi .navi-in .snsbutton a:hover {
  background: transparent !important;
  opacity: 1 !important;
  margin: auto 0 !important;
  padding: 0 !important;
}

#navi .navi-in .snsbutton a {
  background: transparent !important;
  opacity: 1 !important;
  margin: auto 0 !important;
  padding: 0 !important;
}

.snsbutton img {
  margin: auto auto !important;
  vertical-align: middle;
}

.fa-chevron-circle-right {
  color: #8a8a8a;
}

.staff_box_info {
  margin: 30px 0;
}

.navi-in a {
  color: #333;
  text-decoration: none;
  display: block;
  font-size: 16px;
  transition: all 0.7s;
  margin: auto 0;
}

.navi-in .snsbutton a {
  display: block;
  margin: auto 0;
}

.profit p {
  line-height: 1.4em;
}

.cTop_inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: -5px;
}

.popular_title {
  margin-right: 30px;
  text-align: left;
  margin: 0;
}
.popular_title img {
  display: block;
  margin-right: 10px;
}

.popular_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  margin: -10px 0;
  padding: 0;
}

.popular_list li {
  font-size: 1.5rem;
  background-position: 1px;
  margin-right: 20px;
  font-size: 1rem;
  font-weight: normal;
  padding: 0 20px 0 0;
  position: relative;
}
.popular_list li a {
  padding: 0 !important;
}
.popular_list li:after {
  height: 56%;
  content: "";
  border-right: 1px solid #fff;
  position: absolute;
  right: 0;
  bottom: 22%;
}
.popular_list li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.popular_list li:last-child::after {
  content: none;
}

.hpc_top-title h1 {
  font-size: 1.2rem;
  font-weight: normal;
  padding-left: 15px;
  margin-top: 10px;
}

.tagline {
  text-align: left;
  font-size: 13px;
  margin: 0.6em 0;
  background-image: url(assets/img/common/icon_triangle_h1.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .hpc_top {
    display: flex;
    flex-direction: column-reverse;
    align-content: center;
    align-items: center;
  }
}

.hpc_top-siteGuide ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.hpc_top-siteGuide ul li:nth-child(1) a {
  width: 99px;
  background-position: 0px;
}
.hpc_top-siteGuide ul li:nth-child(2) a {
  width: 99px;
  background-position: -99px;
}
.hpc_top-siteGuide ul li:nth-child(3) a {
  width: 97px;
  background-position: -199px;
}
@media screen and (max-width: 768px) {
  .hpc_top-siteGuide ul {
    justify-content: center;
  }
}

.hpc_top-siteGuide ul li a {
  display: block;
  background-image: url(assets/img/common/nav_header.png);
  overflow: hidden;
  background-repeat: no-repeat;
  height: 31px;
  text-indent: -9999em;
}

.hpc_main-inner {
  /* width: 950px; */
  width: 1236px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  /* padding: 4px 0 0; */
  padding: 4px 60px 0;
  padding: 4px 0 0 29px;
}

.floatR {
  float: right;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.blogcard {
  padding: 1.4% 2% 1.8% !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  line-height: 1.3 !important;
  position: relative !important;
}

.blogcard-label {
  position: absolute;
  top: -18px;
  left: 16px;
  font-size: 13px;
  padding: 3px 0.6em;
  background-color: #333!important;
  color: #fff;
  border-radius: 3px;
  letter-spacing: 0.7px;
  display: none;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blogcard-thumbnail {
  float: left;
  margin-top: 3px;
  width: 160px;
}

.blogcard-thumbnail img {
  width: 100%;
}

.blogcard-content {
  margin-left: 170px;
  max-height: 140px;
  min-height: 100px;
  overflow: hidden;
}

.blogcard-title {
  font-weight: bold;
  margin-bottom: 0.4em;
}

.blogcard-snippet {
  font-size: 0.8em;
}

.blogcard-footer {
  clear: both;
  font-size: 0.8em;
  padding-top: 0.6%;
}

.blogcard-site {
  float: left;
  display: flex;
  align-content: center;
}

.blogcard-favicon {
  margin-right: 4px;
  margin-top: 2px;
}

.blogcard-date {
  float: right;
  display: flex;
  align-content: center;
}

.cf::after {
  clear: both;
  content: "";
  display: block;
}

.blogcard-wrap {
  margin: 24px auto;
  padding: 0;
  /* width: 90%; */
  width: 100%;
  background-color: #fff;
}

.a-wrap {
  text-decoration: none;
  display: block;
  color: #333;
  margin-bottom: 3%;
  transition: all 0.7s;
  background: #f8f8f8;
}

select {
  width: auto;
}

.price-gaikan .c03_mainImg {
  width: 670px;
  margin: 0 auto 40px auto;
}

.price-gaikan .c03_mainImg-btn {
  text-align: right;
}

.inquiry .c02_cont,
.inquiry-thanks .c02_cont,
.order-p-online .c02_cont,
.order-p-online-thanks .c02_cont {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 40px;
  padding: 50px 0 0;
}

.inquiry .c02_cont-image,
.inquiry-thanks .c02_cont-image,
.order-p-online .c02_cont-image,
.order-p-online-thanks .c02_cont-image {
  margin-right: 20px;
}

.inquiry .c02_cont-text,
.inquiry-thanks .c02_cont-text,
.order-p-online .c02_cont-text,
.order-p-online-thanks .c02_cont-text {
  flex: 1;
}

.inquiry .c02_cont-text .textBig,
.inquiry-thanks .c02_cont-text .textBig,
.order-p-online .c02_cont-text .textBig,
.order-p-online-thanks .c02_cont-text .textBig {
  margin-bottom: 20px;
}

ul.side_listA li {
  border: 1px solid #cccccc;
  margin: 10px 0;
  padding: 5px 10px 10px 10px;
}

ul.side_listA {
  margin: 0;
  list-style: none;
  padding-left: 0;
}

ul.side_listA li p {
  clear: both;
  margin: 0 0 0 0;
  padding: 0;
  font-size: 13px;
  line-height: 2em;
}

.fa-chevron-circle-right:before {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif" !important;
  content: "▶" !important;
  padding-right: 6px !important;
  color: #333 !important;
}

ul.side_listA li h4 {
  margin: 0 0 8px;
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

.blogcard {
  padding: 1.4% 2% 1.8%;
  border: 1px solid #ccc;
  border-radius: 4px;
  line-height: 1.3;
  position: relative;
  display: block;
}

a.blogcard {
  text-decoration: none;
  color: #333;
  margin: 20px 0;
}

#footer {
  background: #333;
}

.footer {
  margin-top: 20px;
  padding-top: 30px;
}

.footer-bottom {
  margin-top: 0;
  padding: 0;
  position: relative;
  font-size: 14px;
  width: 100%;
  text-align: center;
  background: #333;
}

.ect-entry-card .entry-card-wrap h2 {
  background-color: transparent;
  color: #000;
  position: relative;
  font-size: 24px;
  line-height: 1.25;
  padding: 0 0 10px 0;
}

.ect-entry-card .entry-card-wrap h2::after {
  content: none;
}

@media screen and (max-width: 480px) {
	#list h2.entry-card-title {
		font-size: 16px!important;
		max-height: 66px;
		overflow: hidden;
		width: calc(100% - 26px);
	}
	#list .entry-card-next {
		margin: 0;
	}
	#list.ect-entry-card .card-thumb {
		margin-bottom: 0;
	}
}

.entry-card-title,
.related-entry-card-title {
  font-size: 18px;
  margin: 0;
  line-height: 1.2;
  margin-bottom: 5px;
  font-weight: bold;
}

.ect-entry-card .a-wrap {
  line-height: 180%;
  /* font-size: .8em; */
  /* max-height: 7.8em; */
  overflow: hidden;
}

.entry-card-content {
  margin-left: 33% !important;
}

.entry-card-thumb {
  width: 30%;
  max-width: 320px;
}

.admin-pv .admin-pv-by {
  position: absolute;
  bottom: -1em;
  right: 0.4em;
  font-size: 0.6em;
  background-color: #333;
  padding: 0 5px;
}

.entry-card .admin-pv .admin-pv-by {
  background-color: transparent;
  bottom: 0;
}

.entry-card .admin-pv {
  margin: 0 0 8px;
  padding: 0;
  border-width: 0;
}

.admin-pv {
  position: relative;
}

.entry-card .admin-pv {
  margin: 0.4em 0 1.4em;
  padding: 0;
  border-width: 0;
  font-size: 17px;
}

.eye-catch {
  margin-right: auto;
  margin-left: auto;
}

.eye-catch img {
  vertical-align: bottom;
  width: 100%;
}

.frame1 {
  flex-basis: 30%;
}

.frame2 {
  flex-basis: 15%;
}

.frame3 {
  flex-basis: 25%;
}

.frame4 {
  flex-basis: 15%;
}

.company_name {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-align: left;
}

.side_info {
  border: 6px solid #e0e0e0;
  padding: 14px;
  margin-bottom: 20px;
}

.side_info-title {
  margin-bottom: 10px;
  font-size: 22px;
  border-bottom: solid #6f6158;
  padding-left: 10px;
}

.side_info-items {
  width: 100%;
  height: 300px;
  overflow-y: scroll;
  list-style: none;
}
.side_info-items li {
  /* font-size: 1.2rem; */
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: #e6e6e6 dotted 1px;
}
@media screen and (max-width: 768px) {
  .side_info-items {
    padding: 0 !important;
  }
}

#list {
  counter-reset: number;
  /* padding: 0 0 50px; */
}
#list .box {
  margin-bottom: 40px;
}
#list .box .item_image {
  float: left;
  width: 45%;
  margin-bottom: 20px;
}
#list .box .item_image img {
  max-width: none;
  max-height: none;
  width: 100%;
}
#list .box .item_text {
  float: right;
  width: 53%;
  font-size: 14px;
}
#list .box .item_text .com01 {
  margin: 0 0 1em;
}
#list .box .item_text .com01 > *:first-child {
  font-weight: bold;
  margin: 0 0 0.5em;
}
#list .box .item_text .com01 > *:nth-child(n + 2) {
  padding: 0;
}
#list .box .item_text .com02 .item_text-p {
  display: block;
}
#list .box .item_text .com02 .item_text-p:before {
  display: inline-block;
  padding: 0 0.7em;
  margin: 0 1em 0 0;
  content: "Point";
  background: #900;
  color: #fff;
  font-size: 14px;
}
#list .box .item_text dl dt,
#list .box .item_text dl dd {
  float: left;
  width: 47%;
}
#list .box .item_text dl dt a,
#list .box .item_text dl dd a {
  display: block;
  background: #000;
  text-align: center;
  padding: 0.5em 0;
  text-decoration: none;
  color: #fff;
}
#list .box .item_text dl dd {
  float: right;
  margin: 0;
}
#list .box .item_text dl:after {
  content: " ";
  font-size: 0.1rem;
  display: block;
  clear: both;
  line-height: 0;
  height: 0;
  visibility: hidden;
}
#list .box:after {
  content: " ";
  font-size: 0.1rem;
  display: block;
  clear: both;
  line-height: 0;
  height: 0;
  visibility: hidden;
}
#list .ect-entry-cardsection {
  counter-increment: number;
  margin: 0 0 30px;
}
#list .ect-entry-cardsection .box .item_text .com02 {
  margin: 0 0 1em;
  padding: 0 0 0 1em;
}
#list dl {
  margin: 1em 0;
}
@media screen and (max-width: 768px) {
  #list .box .item_image {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  #list .box .item_image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #list .box .item_text {
    float: none;
    width: 100%;
  }
}

.lineup {
  counter-reset: number;
  /* padding: 0 0 50px; */
}

.lineup section .box .item_image {
  float: left;
  width: 45%;
}

.lineup section .box .item_image img {
  max-width: none;
  max-height: none;
  width: 100%;
}

.entry-content,
.entry-content .item_image {
  margin: 0;
}

.lineup section .box .item_text {
  float: right;
  width: 53%;
  font-size: 14px;
}

.lineup section .box:after {
  content: " ";
  font-size: 0.1rem;
  display: block;
  clear: both;
  line-height: 0;
  height: 0;
  visibility: hidden;
}

.lineup section {
  counter-increment: number;
  margin: 0 0 30px;
}

.lineup section .box .item_text .com01 {
  margin: 0 0 1em;
}

.lineup section .box .item_text .com01 p:first-child {
  font-weight: bold;
  margin: 0 0 0.5em;
}

.lineup section .box .item_text .com01 p:nth-child(n + 2) {
  padding: 0 0 0 20px;
}

.lineup section .box .item_text .com02 {
  margin: 0 0 1em 20px;
  padding: 0 0 0 1em;
}

.lineup section .box .item_text .com02 .item_text-p {
  display: block;
}

.lineup section .box .item_text .com02 .item_text-p:before {
  display: inline-block;
  padding: 0 0.7em;
  margin: 0 1em 0 0;
  content: "Point";
  background: #900;
  color: #fff;
  font-size: 14px;
}

.article dl {
  margin: 1em 0;
}

.lineup section .box .item_text dl dt,
.lineup section .box .item_text dl dd {
  float: left;
  width: 47%;
}

.lineup section .box .item_text dl dt a,
.lineup section .box .item_text dl dd a {
  display: block;
  background: #000;
  text-align: center;
  padding: 0.5em 0;
  text-decoration: none;
  color: #fff;
}

.lineup section .box .item_text dl dd {
  float: right;
  margin: 0 !important;
}

.lineup section .box .item_text dl:after {
  content: " ";
  font-size: 0.1rem;
  display: block;
  clear: both;
  line-height: 0;
  height: 0;
  visibility: hidden;
}

.sns-share.ss-col-6 a {
  width: 16%;
}

.sns-share,
.sns-follow {
  margin: 24px 0;
}

.ss-top {
  margin-top: 0;
  margin-bottom: 0;
}

.sns-share-buttons {
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
}

.sns-buttons {
  display: flex;
  align-items: center;
}

.sns-share.ss-high-and-low-lc a,
.sns-share.ss-high-and-low-cl a {
  display: flex;
  align-content: center;
  line-height: 16px;
}

.sns-share-buttons a .button-caption {
  font-size: 12px;
  margin-left: 10px;
  vertical-align: bottom;
}

.question {
  background: none !important;
  border: none !important;
}

.top-qa-area .common_qList,
.category-question-post .common_qList {
  list-style: none;
  margin-bottom: 25px;
}

.top-qa-area .common_qList {
	padding-left: 0;
}
@media screen and (max-width: 768px) {
	.top-qa-area .common_qList,
	.category-question-post ul.common_qList {
		padding-left: 0;
	}
}


.top-qa-area .common_qList a,
.category-question-post .common_qList a {
  color: #333;
  text-decoration: underline;
}
.top-qa-area .common_qList li,
.category-question-post .common_qList li {
  background-image: url(assets/img/common/icon_triangle_gray.gif);
  background-repeat: no-repeat;
  background-position: 12px center;
  border-bottom: 1px dotted #999999;
  padding: 5px 5px 5px 28px;
}
@media screen and (max-width: 768px) {
	.top-qa-area h3 {
		margin: 25px 0 15px!important;
	}
	.top-qa-area .common_qList li {
		border-bottom-style: none;
	}
}

.category-question-post .contents03 {
  margin-bottom: 40px;
}

.category-question-post .common_ansTitle {
  padding: 0.5em 1em;
  background: #e5e5e5;
  margin-bottom: 17px;
}

.category-question-post .common_answer {
  padding-left: 28px;
  margin: 0 1em 15px 1.5em;
  background-image: url(assets/img/question/A.gif);
  background-repeat: no-repeat;
  background-position: 0 0.3em;
}

.category-question-post .contents02,
.category-question-post .contents03 a {
  font-weight: bold;
  color: #333;
}

.category-question-post .common_em {
  background: #ededed;
  font-weight: bold;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.category-question-post .common_link {
  margin-bottom: 10px;
  list-style: none;
}

.category-question-post .common_link li {
  padding: 3px 15px 3px 22px;
  background-image: url(assets/img/common/icon_arr_gray.gif);
  background-repeat: no-repeat;
  background-position: left 8px;
}

.category-question-post .common_answer dt {
  background-image: url(assets/img/common/icon_arr_gray.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 17px;
  margin-bottom: 5px;
}

.category-question-post .common_answer {
  padding-left: 28px;
  margin: 0 1em 15px 1.5em;
  background-image: url(assets/img/question/A.gif);
  background-repeat: no-repeat;
  background-position: 0 0.3em;
  font-size: 14px;
}

.category-question-post .common_answer dd {
  margin-bottom: 10px;
}

.category-question-post .c03_bottom {
  margin-left: 35px;
}

.category-question-post .c03_bottom-em {
  background: #ededed;
  font-weight: bold;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.category-question-post .c03_bottom-sup {
  font-size: 1.1rem;
}

.cf::after {
  clear: both;
  content: "";
  display: block;
}

.category-question-post .c03_bottom-sup {
  font-size: 11px;
}

.category-question-post .c03_bottom-linkList li {
  padding: 3px 15px 3px 22px;
  background-image: url(assets/img/common/icon_arr_gray.gif);
  background-repeat: no-repeat;
  background-position: left 11px;
  list-style: none;
}

#commonBottom {
  margin: 50px auto 0 auto;
}

table tr:nth-of-type(2n + 1) {
  background: #fff;
}

.common_table th {
  color: #fff;
  /* background: #595959 !important; */
  background: #aaaaaa !important;
  border-right: none !important;
}

table tr:nth-of-type(2n + 1) {
  background: #fff;
}

.common_title2 {
  display: block;
  background: #ededed;
  margin-bottom: 17px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 34px;
}

.partner .c02_text {
  margin-bottom: 20px;
}

.partner .c03_seisaku {
  margin-bottom: 40px;
}

.partner .c03_seisaku-text {
  margin-bottom: 20px;
}

.partner .common_h5 {
  display: block;
  height: 33px;
  margin-bottom: 20px;
  background: #e5e5e5;
}

.partner .c03_seisaku-list {
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
}

.partner .c03_seisaku-list li {
  background-image: url(assets/img/common/icon_triangle_h1.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  padding: 5px 5px 5px 25px;
  border-bottom: 1px dotted #999999;
}

.partner .c03_hanbai {
  margin-bottom: 40px;
}

.partner .c03_hanbai-text {
  margin-bottom: 20px;
}

.partner .c03_hanbai-listText {
  margin-bottom: 10px;
}

.partner .c03_hanbai-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
}

.partner .c03_hanbai-list li {
  width: 48%;
  background-image: url(assets/img/common/icon_triangle_h1.gif);
  background-repeat: no-repeat;
  background-position: 5px center;
  padding: 5px 5px 5px 25px;
  border-bottom: 1px dotted #999999;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .partner .c03_hanbai-list li {
    width: 100%;
  }
}

.partner .c03_hanbai-listText02 {
  margin-bottom: 20px;
}

.partner .c03_hanbai-contact {
  background: #ededed;
  padding: 8px 12px;
  font-weight: bold;
}

.partner .c03_hanbai-contact a {
  color: #333;
  text-decoration: underline;
}

.company .c02_info {
  margin-bottom: 30px;
}

.company .c02_info th {
  width: 120px;
  background: #ededed;
  border: 1px solid #ccc;
  border-right: 2px solid #666;
  padding: 10px 15px;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
}

.company .c02_info td {
  border: 1px solid #ccc;
  padding: 10px 15px;
}

table tr:nth-of-type(2n + 1) {
  background: #fff;
}

.company .c02_info-pdf span {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 2px solid #ccc;
}

.company .c02_info-pdf img {
  width: 20px;
  margin-left: 10px;
  margin-right: 5px;
  margin-bottom: -5px;
}

.company .c02_info a {
  font-weight: bold;
  color: #333;
  text-decoration: underline;
}
/*
.company a[target="_blank"]:after {
  font-family: "FontAwesome";
  content: "\f08e";
  font-size: 0.9em;
  margin: 0 3px 0 2px;
  text-decoration: none;
  display: inline-block;
}
*/
.company .c02_info td.col02 {
  width: 140px;
}

.common_lead {
  margin-bottom: 25px;
}

.common_leadText {
  margin-bottom: 20px;
}

.example .c03_sites {
  width: 100%;
  margin-bottom: 30px;
}

.example .c03_sites th {
  width: 160px;
  border: 1px solid #ccc;
  border-right: 2px solid #666;
  background: #efefef;
  font-weight: bold;
  padding: 7px 9px;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
}

.example .c03_sites td {
  border: 1px solid #ccc;
  padding: 7px 9px;
}

.example .c03_sites ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.example .c03_sites ul li {
  background-image: url(assets/img/common/icon_arr_gray.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
  margin-right: 15px;
}

.example .c03_sites a {
  font-weight: bold;
  color: #333;
  text-decoration: underline;
  font-size: 14px;
}

.example .c03_graph {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 10px;
  border-bottom: 2px solid #ededed;
}

.example .c03_graph-wariai {
  padding-right: 10px;
  margin-bottom: 10px;
  border-right: 2px solid #ededed;
}

.example .c03_graph-youto {
  padding-left: 10px;
  margin-bottom: 10px;
}

.example .c03_sup {
  font-size: 1.1rem;
  text-align: right;
  margin-bottom: 20px;
}

.example .c04_case {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.example .c04_case-image {
  margin-right: 10px;
}

.example .c04_case-text {
  flex: 1;
}

.example .c04_case-text h4 {
  /* height: 30px; */
  margin-bottom: 20px;
  /* background: #999999; */
}

.example .c04_case-text ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  font-size: 13px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.post-596 .c04_case-text li {
  background-image: url(assets/img/common/icon_arr_gray.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 22px;
  margin-right: 15px;
}

.example .c04_question {
  height: 31px;
  background: #ededed;
  margin-bottom: 10px;
}

.example .c04_answer {
  margin: 0 0 15px 10px;
  padding-left: 28px;
  background-image: url(assets/img/example/A.gif);
  background-repeat: no-repeat;
  background-position: left 3px;
  font-size: 14px;
}

.example .c04_answer a {
  font-weight: bold;
  color: #333;
  text-decoration: underline;
}

.example .c04_question {
  height: 31px;
  background: #ededed;
  margin-bottom: 10px;
}

.example .c04_message {
  border: 5px solid #efefef;
  padding: 13px;
  margin: 25px 0 50px 0;
}

.example .c04_message-cap {
  margin-bottom: 15px;
}

.example .c04_message-text {
  font-size: 12px;
}

.example .c04_case {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.example .c04_case-image {
  margin-right: 10px;
}

.example .c04_case-text {
  flex: 1;
}

.example .c04_case-text h4 {
  /* height: 30px; */
  margin-bottom: 20px;
  /* background: #999999; */
}
/*
.example a[target="_blank"]:after {
  font-family: "FontAwesome";
  content: "\f08e";
  font-size: 0.9em;
  margin: 0 3px 0 2px;
  text-decoration: none;
  display: inline-block;
}
*/
.example .c05_other {
  list-style: none;
  font-size: 14px;
  padding: 0;
}

.example .c05_other li {
  padding-left: 22px;
  /* margin-bottom: 10px; */
  background-image: url(assets/img/common/icon_arr_gray.gif);
  background-repeat: no-repeat;
  background-position: left 2px;
}

.example .c05_other a {
  font-weight: bold;
  color: #333;
  text-decoration: underline;
}

.example .c03_sup {
  font-size: 11px;
  text-align: right;
  margin-bottom: 20px;
}

.c03_sup {
  font-size: 1.3rem;
  font-weight: bold;
  background: #ededed;
  padding: 12px;
  margin: 0 0 50px;
}

.sitemap .c02_table {
  width: 100%;
  margin-bottom: 30px;
}

.sitemap .c02_table th {
  width: 168px;
  background: #ededed;
  border: 1px solid #ccc;
  border-right: 2px solid #666;
  padding: 10px 15px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.sitemap .c02_table td {
  width: 170px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #ccc;
  padding: 10px 15px;
}

.sitemap .c02_table td a {
  padding-left: 15px;
  background-image: url(assets/img/common/icon_triangle_gray.gif);
  background-repeat: no-repeat;
  background-position: 0 1px;
  color: #333;
  text-decoration: underline;
}

.common_innerNav {
  display: table;
  width: 100%;
  list-style: none;
  margin-bottom: 25px;
  overflow: hidden;
  border: solid 1px #000000;
  background: #7d7e7d;
  background: -moz-linear-gradient(top, #7d7e7d 0%, #141414 100%);
  background: -webkit-linear-gradient(top, #7d7e7d 0%, #141414 100%);
  background: linear-gradient(to bottom, #7d7e7d 0%, #141414 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#141414',GradientType=0 );
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  padding: 0;
}

.common_innerNav li {
  display: table-cell;
  margin: 0;
  padding: 0.3em 0;
  transition: 0.3s;
}
.common_innerNav li:hover {
  background: rgba(255, 255, 255, 0.2);
}

.common_innerNav li a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 0.1em 0.5em;
  border-right: solid 1px #ffffff;
  text-decoration: none;
}
.common_innerNav li a:hover {
  opacity: 1;
}

.common_innerNav li:last-child a {
  border-right: none;
}

@media screen and (max-width: 768px) {
  .article .common_innerNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: none;
    padding: 0;
    border-radius: 5px;
    font-size: 14px;
    background: transparent;
  }
  .article .common_innerNav li {
    width: 50%;
    border-radius: 0;
    border: none;
    margin: 0;
    padding: 5px 0;
    border-right: 1px solid #fff;
    border-bottom: none;
  }
  .article .common_innerNav li:nth-child(2) {
    border-right: none;
  }
  .article .common_innerNav li a {
    border: none;
  }
}
.price-gaikan .c03_mainImg {
  width: 670px;
  margin: 0 auto 40px auto;
}

.price-gaikan .c03_mainImg-btn {
  text-align: right;
}

.c03_basicPrice.c03_commonPrice tr:first-child td {
  color: #fff;
  /* background: #595959; */
  background: #aaaaaa;
}

table tr .bg01,
table tr .bg02 {
  color: #fff;
  /* background: #595959; */
  background: #aaaaaa;
}

.c03_optionPrice.c03_commonPrice tr:nth-of-type(2n + 1) {
  background: #fff;
}

.c03_optionPrice.c03_commonPrice tr .bg01,
.c03_optionPrice.c03_commonPrice tr .bg02 {
  color: #fff;
  /* background: #595959; */
  background: #aaaaaa;
}

.c03_tableSup {
  font-size: 11px;
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}

.c03_desc {
  margin-bottom: 20px;
}

.c03_attention {
  margin-bottom: 30px;
}

.c03_attention img {
  margin-bottom: 0;
}

.c03_attention ol {
  padding-left: 40px;
}

.c03_attention ol li {
  font-size: 11px;
}

table th,
table td {
  border: 1px solid #ddd !important;
  padding: 6px;
  padding: 15px 1.5em;
}

.commonprice .c03_sup {
  font-size: 13px;
  font-weight: bold;
  background: #ededed;
  padding: 12px;
  margin: 0 0 50px;
}

.commonprice .c03_sup a {
  color: #333;
  text-decoration: underline;
}

.commonprice .c03_mainImg-btn {
  text-align: center;
}

.c03_bottomText {
  background: #ededed;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 12px;
}

.order .c02_text {
  margin-bottom: 20px;
}
.order .c03_order {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .order .c03_order {
    flex-direction: column;
  }
}
.order .c03_order-item:first-child {
  padding-right: 10px;
  border-right: 2px solid #ebebeb;
}
@media (max-width: 768px) {
  .order .c03_order-item:first-child {
    border-right: none;
    border-bottom: 2px solid #ebebeb;
  }
}
.order .c03_order-item .desc {
  font-size: 12px;
  background: #ededed;
  padding: 5px 10px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.order .contents03 a,
.order .contents04 a {
  font-weight: bold;
  color: #333;
  text-decoration: underline;
}
.order .c03_order-item .em {
  display: flex;
  justify-content: flex-start;
  background: #ededed;
  margin-bottom: 15px;
  padding: 10px;
  align-items: center;
}
.order .c03_order-item .em img {
  display: block;
  width: 18px;
  height: 16px;
}
.order .c03_order-item .em_text {
  font-weight: bold;
  margin-left: 10px;
}
.order .c03_order-item .box {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.order .c03_order-item .box_inner {
  padding-left: 15px;
  border-left: 3px solid #ccc;
}
.order .c03_order-item .box_inner-link {
  padding-left: 20px;
  margin-bottom: 0;
  background-image: url(assets/img/common/icon_arr_gray.gif);
  background-repeat: no-repeat;
  background-position: 0px;
}
.order .contents03 a,
.order .contents04 a {
  font-weight: bold;
  color: #333;
  text-decoration: underline;
}
.order .c03_order-item:last-child {
  padding-left: 10px;
}
.order .c03_order-item .desc {
  font-size: 12px;
  background: #ededed;
  padding: 5px 10px;
  margin-bottom: 15px;
}
.order .contents03 a,
.order .contents04 a {
  font-weight: bold;
  color: #333;
  text-decoration: underline;
}
.order .c03_order-item .box.borderB {
  border-bottom: 1px dotted #999;
}
.order .c03_order-item .box {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.order .c03_order-item .box_sup {
  font-size: 12px;
}
.order .c04_headText {
  margin-bottom: 30px;
}
.order .c04_headText-sup {
  font-size: 11px;
}
.order .c04_genzu-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.order .c04_genzu-list li {
  background-image: url(assets/img/common/icon_arr_gray.gif);
  background-position: left center;
  background-repeat: no-repeat;
  margin-right: 20px;
  padding-left: 18px;
  white-space: nowrap;
  list-style: none;
}
.order .c04_genzu-desc {
  margin-bottom: 20px;
}
.order .c04_adrs {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.order .c04_adrs dt {
  font-weight: bold;
  border-right: 2px solid #ccc;
  padding-right: 20px;
}
.order .c04_adrs dd {
  padding-left: 20px;
}
.order .contents03 a,
.order .contents04 a {
  font-weight: bold;
  color: #333;
  text-decoration: underline;
}
.order .c03_order-item .box_eigyou {
  font-weight: bold;
}

/*order*/
.order .c02_text {
  margin-bottom: 20px;
}

.order .c03_order {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.order .c03_order-item {
  width: 50%;
}
@media (max-width: 768px) {
  .order .c03_order-item {
    width: 100%;
  }
}

.order .c03_order-item:first-child {
  padding-right: 10px;
  border-right: 2px solid #ebebeb;
}
@media (max-width: 768px) {
  .order .c03_order-item:first-child {
    border-right: none;
  }
}

.order .c03_order-item:last-child {
  padding-left: 10px;
}

.order .c03_order-item h3 {
  margin-top: 0;
}

.order .c03_order-item .desc {
  font-size: 1.2rem;
  background: #ededed;
  padding: 5px 10px;
  margin-bottom: 15px;
}

.order .c03_order-item .pdf {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.order .c03_order-item .pdf_img {
  width: 20px;
  margin-right: 10px;
}

.order .c03_order-item .em {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #ededed;
  margin-bottom: 15px;
  padding: 10px;
}

.order .c03_order-item .em_text {
  font-weight: bold;
  margin-left: 10px;
}

.order .c03_order-item .box {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.order .c03_order-item .box.borderB {
  border-bottom: 1px dotted #999;
}

.order .c03_order-item .box_inner {
  padding-left: 15px;
  border-left: 3px solid #ccc;
}

.order .c03_order-item .box_inner-text span {
  font-weight: bold;
}

.order .c03_order-item .box_inner-link {
  padding-left: 20px;
  margin-bottom: 0;
  background-image: url(./assets/img/common/icon_arr_gray.gif);
  background-repeat: no-repeat;
  background-position: 0px;
}

.order .c03_order-item .box_inner-link.txt {
  font-size: 1.2rem;
  font-weight: bold;
}

.order .c03_order-item .box_eigyou {
  font-weight: bold;
}

.order .c03_order-item .box_sup {
  font-size: 12px;
}

.order .c04_genzu-desc {
  margin-bottom: 20px;
}

.order .c04_genzu-img {
  text-align: center;
  margin-bottom: 30px;
}

.order .c04_genzu-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .order .c04_genzu-item {
    flex-direction: column;
  }
}

.order .c04_genzu-item .text {
  width: 50%;
  padding-right: 15px;
  border-right: 2px solid #ebebeb;
  flex: 1;
}
@media (max-width: 768px) {
  .order .c04_genzu-item .text {
    width: 100%;
    border: none;
  }
}

.order .c04_genzu-item .text_em {
  background: #ededed;
  margin-bottom: 15px;
  padding: 10px;
  font-weight: bold;
}

.order .c04_genzu-item .text_olist {
  list-style-position: inside;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
}

.order .c04_genzu-item .text_olist li {
  font-size: 1.2rem;
  border-bottom: 1px dotted #999999;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.order .c04_genzu-item .text_pdf {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.order .c04_genzu-item .text_pdf li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}

.order .c04_genzu-item .text_pdf li img {
  width: 20px;
  margin-right: 10px;
}

.order .c04_genzu-item .image {
  width: 50%;
  padding-left: 10px;
}

.order .contents03 a,
.order .contents04 a {
  font-weight: bold;
}

.order .common_title {
  display: block;
  background: #ededed;
  margin-bottom: 17px;
  height: 34px;
}

.order .common_subTitle {
  height: 34px;
  display: block;
  background: #999;
  margin-bottom: 10px;
}

.order .common_pdfImg {
  width: 20px;
  margin-right: 10px;
}

.order-p-online .dispNone {
  display: none;
}

.order-p-online .c02_sup {
  font-size: 11px;
  margin-bottom: 20px;
}

.order-p-online .c02_sup p {
  margin-bottom: 10px;
}

.order-p-online .c02_sup p:last-child {
  margin-bottom: 0;
}

.order-p-online .c02_form-table {
  width: 100%;
  margin-bottom: 30px;
  font-size: 13px;
}

.order-p-online .c02_form-table th {
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  width: 160px;
  background: #ededed;
  border: 1px solid #ccc;
  border-right: 2px solid #666;
  padding: 10px 15px;
}

.order-p-online .c02_form-table td {
  border: 1px solid #ccc;
  padding: 10px 15px;
}

.order-p-online .c02_form-table .yokonarabi {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.order-p-online .c02_form-table .yokonarabi li {
  margin: 0 30px 0 0;
}

.order-p-online .c02_form-table.f1 input[type="text"] {
  width: 300px;
  padding: 2px;
}
@media (max-width: 768px) {
  .order-p-online .c02_form-table.f1 input[type="text"] {
    width: auto;
  }
}

.order-p-online .c02_form-table.f2 input[type="text"] {
  width: 300px;
  padding: 2px;
}
@media (max-width: 768px) {
  .order-p-online .c02_form-table.f2 input[type="text"] {
    width: auto;
  }
}

.order-p-online .c02_form-table.f2 .mb20 {
  list-style: none;
  padding: 0;
}

.order-p-online .c02_form-table .supListT {
  font-size: 11px;
  /* margin-left: 10px; */
  padding: 0;
}

.order-p-online .c02_form-table .caution {
  list-style-position: inside;
  padding: 0;
  font-size: 11px;
  margin: 0;
}

.order-p-online .c02_maebarai-link {
  text-align: right;
}

.order-p-online .c02_form-button {
  text-align: center;
}

.order-p-online .c02_form-sup {
  margin-bottom: 40px;
}

.order-p-online .c02_form-sup a {
  color: #333;
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .order .c03_order {
    flex-direction: column;
  }
  .order .c03_order-item img {
    display: block;
    margin: 0 auto;
  }
  .order .c03_order-item .pdf {
    justify-content: center;
  }
  .order .c03_order-item .pdf_img {
    margin: 0 20px 0 0;
  }
  .order .c03_order-item .button img {
    display: block;
    margin: 0 auto 30px;
  }
  .order .c03_order-item .em {
    align-content: center;
    align-items: center;
  }
  .order .c03_order-item .em img {
    flex: 0 0 auto;
    width: 18px;
    height: 16px;
  }
  .order .c03_order-item .sp_mb20 {
    margin-bottom: 20px;
  }
  .order .c04_adrs {
    flex-direction: column;
  }
  .order .c04_adrs dt {
    padding-left: 20px;
    border: none;
  }
  .order .c04_adrs dd {
    margin: 0;
  }
}
.sidebar h3 {
  background-color: #f3f4f5;
  padding: 12px;
  margin: 16px 0;
  border-radius: 2px;
  color: #222;
}
.sidebar .menu-lineup_special-container,
.sidebar .menu-lineup-container {
  overflow: hidden;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  padding: 4px;
  background-color: #f3f3f3;
}
.sidebar .menu-lineup_special-container ul li a,
.sidebar .menu-lineup-container ul li a {
  display: block;
  position: relative;
  padding: 0.5em 1em 0.5em 1.5em;
  border-bottom: solid 1px #cccccc;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
  background: -webkit-linear-gradient(top, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
  background: linear-gradient(to bottom, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
.sidebar .menu-lineup_special-container ul li a:hover,
.sidebar .menu-lineup-container ul li a:hover {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #e2e2e2 50%, #d6d6d6 51%, #efefef 100%);
  background: -webkit-linear-gradient(top, white 0%, #e2e2e2 50%, #d6d6d6 51%, #efefef 100%);
  background: linear-gradient(to bottom, white 0%, #e2e2e2 50%, #d6d6d6 51%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
  font-weight: bold;
}
.sidebar .menu-lineup_special-container ul li a:after,
.sidebar .menu-lineup-container ul li a:after {
  position: absolute;
  right: 1em;
  content: "\f101";
  font-family: FontAwesome;
  color: #999;
}
.sidebar .menu-lineup_special-container ul li:before,
.sidebar .menu-lineup-container ul li:before {
  position: absolute;
  /* top: 50%; */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /* left: .7em; */
  z-index: 2;
  content: "\f0da";
  font-family: FontAwesome;
  color: #aaa;
  margin: 23px 10px;
}
.sidebar .menu-guide-container {
  overflow: hidden;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  padding: 4px;
  background-color: #ffffff;
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px;
  background-position: 0 0, 1.5px 1.5px;
  background-image: -webkit-linear-gradient(
      45deg,
      #ccc 25%,
      #ccc 25%,
      transparent 25%,
      transparent 75%,
      #ccc 75%,
      #ccc 75%
    ),
    -webkit-linear-gradient(-135deg, #ccc 25%, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc 75%);
  background-image: -moz-linear-gradient(
      45deg,
      #ccc 25%,
      #ccc 25%,
      transparent 25%,
      transparent 75%,
      #ccc 75%,
      #ccc 75%
    ),
    -moz-linear-gradient(-135deg, #ccc 25%, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc 75%);
  background-image: -ms-linear-gradient(45deg, #ccc 25%, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc 75%),
    -ms-linear-gradient(-135deg, #ccc 25%, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc 75%);
  background-image: -o-linear-gradient(45deg, #ccc 25%, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc 75%),
    -o-linear-gradient(-135deg, #ccc 25%, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc 75%);
  background-image: linear-gradient(45deg, #ccc 25%, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc 75%),
    linear-gradient(-135deg, #ccc 25%, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc 75%);
}
.sidebar .menu-guide-container ul li a {
  display: block;
  position: relative;
  padding: 0.5em 1em 0.5em 1.5em;
  border-bottom: solid 1px #cccccc;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
  background: -webkit-linear-gradient(top, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
  background: linear-gradient(to bottom, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
.sidebar .menu-guide-container ul li a:hover {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #e2e2e2 50%, #d6d6d6 51%, #efefef 100%);
  background: -webkit-linear-gradient(top, white 0%, #e2e2e2 50%, #d6d6d6 51%, #efefef 100%);
  background: linear-gradient(to bottom, white 0%, #e2e2e2 50%, #d6d6d6 51%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
  font-weight: bold;
}
.sidebar .menu-guide-container ul li a:after {
  position: absolute;
  right: 1em;
  content: "\f101";
  font-family: FontAwesome;
  color: #999;
}
.sidebar .menu-guide-container ul li:before {
  position: absolute;
  /* top: 50%; */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /* left: .7em; */
  z-index: 2;
  content: "\f0da";
  font-family: FontAwesome;
  color: #aaa;
  margin: 23px 10px;
}
.sidebar .menu-contact-container {
  overflow: hidden;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  padding: 4px;
  background-color: #ffffff;
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px;
  background-position: 0 0, 1.5px 1.5px;
  background-image: -webkit-linear-gradient(
      45deg,
      #ccc 25%,
      #ccc 25%,
      transparent 25%,
      transparent 75%,
      #ccc 75%,
      #ccc 75%
    ),
    -webkit-linear-gradient(-135deg, #ccc 25%, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc 75%);
  background-image: -moz-linear-gradient(
      45deg,
      #ccc 25%,
      #ccc 25%,
      transparent 25%,
      transparent 75%,
      #ccc 75%,
      #ccc 75%
    ),
    -moz-linear-gradient(-135deg, #ccc 25%, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc 75%);
  background-image: -ms-linear-gradient(45deg, #ccc 25%, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc 75%),
    -ms-linear-gradient(-135deg, #ccc 25%, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc 75%);
  background-image: -o-linear-gradient(45deg, #ccc 25%, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc 75%),
    -o-linear-gradient(-135deg, #ccc 25%, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc 75%);
  background-image: linear-gradient(45deg, #ccc 25%, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc 75%),
    linear-gradient(-135deg, #ccc 25%, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc 75%);
}
.sidebar .menu-contact-container ul li a {
  display: block;
  position: relative;
  padding: 0.5em 1em 0.5em 1.5em;
  border-bottom: solid 1px #cccccc;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
  background: -webkit-linear-gradient(top, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
  background: linear-gradient(to bottom, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
.sidebar .menu-contact-container ul li a:hover {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #e2e2e2 50%, #d6d6d6 51%, #efefef 100%);
  background: -webkit-linear-gradient(top, white 0%, #e2e2e2 50%, #d6d6d6 51%, #efefef 100%);
  background: linear-gradient(to bottom, white 0%, #e2e2e2 50%, #d6d6d6 51%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
  font-weight: bold;
}
.sidebar .menu-contact-container ul li a:after {
  position: absolute;
  right: 1em;
  content: "\f101";
  font-family: FontAwesome;
  color: #999;
}
.sidebar .menu-contact-container ul li:before {
  position: absolute;
  /* top: 50%; */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /* left: .7em; */
  z-index: 2;
  content: "\f0da";
  font-family: FontAwesome;
  color: #aaa;
  margin: 23px 10px;
}
.sidebar .menu-information-container {
  overflow: hidden;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
  padding: 4px;
  background-color: #ffffff;
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px;
  background-position: 0 0, 1.5px 1.5px;
  background-image: -webkit-linear-gradient(
      45deg,
      #ccc 25%,
      #ccc 25%,
      transparent 25%,
      transparent 75%,
      #ccc 75%,
      #ccc 75%
    ),
    -webkit-linear-gradient(-135deg, #ccc 25%, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc 75%);
  background-image: -moz-linear-gradient(
      45deg,
      #ccc 25%,
      #ccc 25%,
      transparent 25%,
      transparent 75%,
      #ccc 75%,
      #ccc 75%
    ),
    -moz-linear-gradient(-135deg, #ccc 25%, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc 75%);
  background-image: -ms-linear-gradient(45deg, #ccc 25%, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc 75%),
    -ms-linear-gradient(-135deg, #ccc 25%, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc 75%);
  background-image: -o-linear-gradient(45deg, #ccc 25%, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc 75%),
    -o-linear-gradient(-135deg, #ccc 25%, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc 75%);
  background-image: linear-gradient(45deg, #ccc 25%, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc 75%),
    linear-gradient(-135deg, #ccc 25%, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc 75%);
}
.sidebar .menu-information-container ul li a {
  display: block;
  position: relative;
  padding: 0.5em 1em 0.5em 1.5em;
  border-bottom: solid 1px #cccccc;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
  background: -webkit-linear-gradient(top, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
  background: linear-gradient(to bottom, white 0%, #f3f3f3 50%, #ededed 51%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
.sidebar .menu-information-container ul li a:hover {
  background: white;
  background: -moz-linear-gradient(top, white 0%, #e2e2e2 50%, #d6d6d6 51%, #efefef 100%);
  background: -webkit-linear-gradient(top, white 0%, #e2e2e2 50%, #d6d6d6 51%, #efefef 100%);
  background: linear-gradient(to bottom, white 0%, #e2e2e2 50%, #d6d6d6 51%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
  font-weight: bold;
}
.sidebar .menu-information-container ul li a:after {
  position: absolute;
  right: 1em;
  content: "\f101";
  font-family: FontAwesome;
  color: #999;
}
.sidebar .menu-information-container ul li:before {
  position: absolute;
  /* top: 50%; */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /* left: .7em; */
  z-index: 2;
  content: "\f0da";
  font-family: FontAwesome;
  color: #aaa;
  margin: 23px 10px;
}

.widget_nav_menu ul li a:hover,
.widget-entry-cards .a-wrap:hover {
  font-weight: bold;
}

td.price {
  text-align: right;
}

h2 a {
  color: #fff;
  text-decoration: underline;
}

h2.entry-card-title {
  font-size: 18px !important;
  margin: 0 !important;
  padding: 10px 0 !important;
  margin-bottom: 5px !important;
  line-height: 1.2 !important;
  background-color: transparent;
}

.ect-entry-card .cf .card-thumb img {
  display: block;
  height: auto;
  /* padding: 10px; */
}

/*
.toc-title {
    display: block!important;
    font-size: 16px!important;
    font-weight: 700!important;
    line-height: 1!important;
    padding: 14px 30px 10px!important;
    text-align: center!important;
	/* border-top: 1px solid #222!important; */
/*}*/
.toc-title {
  font-size: 1.1em;
  text-align: center;
  display: block;
  padding: 2px 16px;
}

.toc-divtitle {
  text-align: center;
  padding: 4px 0;
  border-bottom: 1px solid #000;
}

.toc-checkbox:checked ~ .toc-content {
  visibility: visible;
  padding-top: 0.6em;
  height: 100%;
  opacity: 1;
}

.custom-html-widget {
  position: relative;
}

.sns-share.ss-top {
  position: fixed;
  top: 140px;
  width: 40px;
  margin-left: -65px;
}
.sns-share.ss-top .sns-share {
  top: 20px;
  width: 40px;
  display: block;
}
.sns-share.ss-top .sns-share-buttons {
  width: 40px;
}
.sns-share.ss-top .sns-share-buttons a {
  width: 100%;
}
.sns-share.ss-top .sns-share-buttons a .button-caption {
  display: none;
}
@media screen and (max-width: 768px) {
  .sns-share.ss-top {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    top: auto;
    width: auto;
    display: block;
  }
  .sns-share.ss-top .sns-share-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .sns-share.ss-top .sns-share-buttons a {
    width: 31%;
    margin-bottom: 10px;
    display: flex;
  }
  .sns-share.ss-top .sns-share-buttons a span {
    font-size: 18px;
  }
}

.ss-top {
  margin-top: 0;
  margin-bottom: 0;
}

.sns-share,
.sns-follow {
  margin: 24px 0;
}

.sns-share-buttons {
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: center;
}

.sns-buttons {
  display: flex;
  align-items: center;
}

.bc-brand-color.sns-share .twitter-button,
.bc-brand-color.sns-follow .twitter-button {
  background-color: #1da1f2;
}

.sns-share.ss-col-1 a {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sns-share.ss-col-1 a {
    width: 32%;
  }
}

.sns-share-buttons a {
  width: 32%;
  margin-bottom: 8px;
  font-size: 18px;
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sns-share a,
.sns-follow a {
  cursor: pointer;
}

.bc-brand-color.sns-share .facebook-button,
.bc-brand-color.sns-follow .facebook-button {
  background-color: #3b5998;
}

.bc-brand-color.sns-share .hatebu-button,
.bc-brand-color.sns-follow .hatebu-button {
  background-color: #2c6ebd;
}

.bc-brand-color.sns-share .pocket-button,
.bc-brand-color.sns-follow .pocket-button {
  background-color: #ef4056;
}

.bc-brand-color.sns-share .line-button,
.bc-brand-color.sns-follow .line-button {
  background-color: #00c300;
}

.bc-brand-color.sns-share .pinterest-button,
.bc-brand-color.sns-follow .pinterest-button {
  background-color: #bd081c;
}

.sns-buttons .feedly-button {
  background-color: #2bb24c;
}

.sns-buttons .rss-button {
  background-color: #f26522;
}

.icon-twitter:before {
  content: "\e91c";
  vertical-align: bottom;
}

.icon-facebook:before {
  content: "\e919";
  vertical-align: bottom;
}

.icon-hatena:before {
  content: "\e916";
  vertical-align: bottom;
}

.icon-pocket:before {
  content: "\e914";
  vertical-align: bottom;
}

.icon-line:before {
  content: "\e915";
  vertical-align: bottom;
}

.icon-pinterest:before {
  content: "\e92c";
  vertical-align: bottom;
}

.icon-copy:before {
  content: "\e901";
  vertical-align: bottom;
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
  vertical-align: sub;
}

.yougo_btn {
  padding: 30px 0 50px;
}

.yougo_btn p {
  width: 220px;
  margin: 0 auto;
}

.yougo_btn p a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  line-height: 47px;
  max-height: 47px;
  border-radius: 5px;
  background: #fd861a;
}

.yougobox {
  /* border: 2px solid #999; */
  padding: 1.2em 1em;
  margin: 1em 0%;
  background-color: #f3f4f5;
  border-radius: 2px;
  color: #222;
}

#priceAndOrder {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  text-align: center;
  list-style: none;
  padding: 0;
}

#priceAndOrder li {
  text-indent: -9999em;
  margin: 0 !important;
  padding: 0 !important;
}

.pao_btn01 {
  width: 162px;
}

.pao_btn02 {
  background-position: -162px !important;
  width: 248px;
}

.pao_btn {
  display: block;
  background-image: url(assets/img/common/btn_price_order.gif);
  background-repeat: no-repeat;
  background-position: left center;
  height: 50px;
}

.excerpt {
  padding: 0 10px 10px;
}

.secondary-box a {
  color: #333;
  text-decoration: underline;
  padding: 10px;
  margin: 10px;
}

.secondary-box a:hover {
  color: #e53900;
  text-decoration: underline;
}

.school_list a {
  color: #333;
  text-decoration: underline;
  padding: 5px;
  border-bottom: 1px dashed #cccccc;
  font-size: 16px;
}

.school_list a:hover {
  color: #e53900;
  text-decoration: underline;
}

.school_list ul {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}

.school_list li {
  width: 49%;
  list-style: none;
}

.secondary-box a:before {
  position: absolute;
  /* right: 1em; */
  content: "\f101";
  font-family: FontAwesome;
  color: #999;
  margin-left: -20px;
}

.school_list a:after {
  font-family: "FontAwesome";
  content: "\f08e";
  font-size: 0.9em;
  margin: 0 3px 0 2px;
  text-decoration: none;
  display: inline-block;
}

.yougo_list a {
  color: #333;
  text-decoration: underline;
  /* padding: 20px; */
  border-bottom: 1px dashed #cccccc;
  margin: 5px;
  line-height: 35px;
  font-size: 16px;
}

.yougo_list a:hover {
  color: #e53900;
  text-decoration: underline;
}

.yougo_list a:after {
  font-family: "FontAwesome";
  content: "\f08e";
  font-size: 0.9em;
  margin: 0 3px 0 2px;
  text-decoration: none;
  display: inline-block;
}

blockquote,
.key-btn {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  width: 30%;
  margin: 10px auto;
}

.page-numbers {
  color: #333;
  text-decoration: none;
  display: inline-block;
  height: 46px;
  width: 46px;
  border: 1px solid #ccc !important;
  margin: 0 4px;
  line-height: 46px;
  text-align: center;
  border-radius: 4px;
}

.pagination a:hover {
  background-color: #f5f8fa !important;
  transition: all 0.7s !important;
  color: #333 !important;
}

.header-in .hpc_main-logo a {
  display: block;
}
.header-in .hpc_main-logo a:hover {
  opacity: 1;
  background: #fff;
}
.header-in .hpc_main-logo a img {
  position: relative;
  display: block;
  transition: 0.3s;
}
.header-in .hpc_main-logo a img:hover {
  opacity: 0.7;
}
.header-in .hpc_main-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 86px;
}
.header-in .hpc_main-info img {
  position: relative;
}
.header-in .hpc_main-info a {
  margin-left: 10px;
  display: block;
}
.header-in .hpc_main-info a:hover {
  opacity: 1;
  background: #fff;
}
.header-in .hpc_main-info a img {
  position: relative;
  display: block;
  transition: 0.3s;
}
.header-in .hpc_main-info a img:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .header-in .hpc_main-inner {
    padding: 5px 0;
    width: 100%;
  }
  .header-in .hpc_main-inner .hpc_main-logo {
    text-align: center;
    width: 100%;
  }
  .header-in .hpc_main-inner .hpc_main-logo a img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .header-in .hpc_main-inner .hpc_main-info {
    display: none;
  }
  .header-in .logo-text {
    display: none;
  }
}

.footer-in .footer-widgets {
  margin: 0;
}
.footer-in .footer-widgets .footer-center {
  text-align: center;
  color: #950000;
  padding: 0;
  text-align: left;
}
.footer-in .footer-widgets .footer-center ul {
  width: 80%;
  text-align: left;
  display: block;
  margin-left: 20%;
  margin-bottom: 15px;
  padding: 0;
  margin: 0 0 20px 20%;
}
.footer-in .footer-widgets .footer-center ul li {
  display: inline;
  font-size: 14px;
  margin-right: 10px;
}
.footer-in .footer-widgets .footer-center ul li a {
  color: white;
  display: inline;
  padding: 0;
  margin: 0 10px 0 0;
  text-decoration: underline;
}
.footer-in .footer-widgets .footer-center ul li a:hover {
  background-color: #f17624;
  transition: all 0.7s;
  color: #333;
}
.footer-in .footer-widgets .footer-center ul li:after {
  content: "|";
  margin-left: 10px;
}
.footer-in .footer-widgets .footer-center ul li:last-child:after {
  content: "";
}
@media (max-width: 768px) {
  .footer-in .footer-widgets .footer-center ul {
    width: 100%;
  }
}
.footer-in .footer-widgets .footer-center .widget:last-child {
  margin-top: 30px;
}
.footer-in .footer-widgets .footer-center h3 {
  float: left;
  font-size: 14px;
  margin-top: 2px;
}
.footer-in .footer-widgets .footer-center .kaisyagaiyou {
  width: 100%;
  margin-top: 20px;
}
.footer-in .footer-widgets .footer-center .kaisyagaiyou .company_tell {
  font-size: 18px;
  white-space: nowrap;
}
.footer-in .footer-widgets .footer-center .kaisyagaiyou .company_tell span {
  display: inline-block;
  padding: 3px 15px;
  margin-right: 10px;
  margin-bottom: 5px;
  border-radius: 3px;
  background: #fff;
  color: #000;
  line-height: 1;
}
.footer-in .footer-widgets .footer-center .kaisyagaiyou ul {
  display: flex;
  margin-left: 0;
  margin-bottom: 0;
  width: 100%;
}
.footer-in .footer-widgets .footer-center .kaisyagaiyou li {
  width: 25%;
  color: #fff;
}
.footer-in .footer-widgets .footer-center .kaisyagaiyou li:after {
  content: none;
}
.footer-in .footer-widgets .footer-left li a:hover {
  background-color: #f17624;
  transition: all 0.7s;
  color: #333;
}
.footer-in .footer-widgets .footer-left,
.footer-in .footer-widgets .footer-center,
.footer-in .footer-widgets .footer-right,
.footer-in .footer-widgets .footer-mobile {
  padding: 10px 16px;
}
.footer-in .footer-widgets .footer-widgets,
.footer-in .footer-widgets .footer-left,
.footer-in .footer-widgets .footer-center,
.footer-in .footer-widgets .footer_right {
  display: block;
  width: 100%;
}
.footer-in .copyright {
  padding-bottom: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .footer-in .footer-widgets .footer-center h3 {
    float: none;
    margin-top: 30px;
  }
  .footer-in .footer-widgets .footer-center h3:first-child {
    margin-top: 0;
  }
  .footer-in .footer-widgets .footer-center ul {
    margin: 0;
    flex-direction: column;
  }
  .footer-in .footer-widgets .footer-center .kaisyagaiyou ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-in .footer-widgets .footer-center .widget {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .footer-in .footer-widgets .footer-center .widget {
    margin-bottom: 20px;
  }
  .footer-in .footer-widgets .footer-center .widget:last-child {
    margin-bottom: 0;
  }
}

.post-type-archive-book #list .item,
.tax-book_cat #list .item {
  clear: both;
  overflow: hidden;
  display: flex;
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
}
.post-type-archive-book #list .item .left,
.tax-book_cat #list .item .left {
  flex: 0 0 auto;
  margin-right: 20px;
  float: none;
}
.post-type-archive-book #list .item .right,
.tax-book_cat #list .item .right {
  flex: 1 1 auto;
}
.post-type-archive-book #list .item .right .subtitle,
.tax-book_cat #list .item .right .subtitle {
  background: #f3f3f3;
  padding: 0 30px 20px 30px;
  margin-top: -40px;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 768px) {
  .post-type-archive-book #list .item,
  .tax-book_cat #list .item {
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }
  .post-type-archive-book #list .item .left,
  .tax-book_cat #list .item .left {
    margin-bottom: 20px;
  }
  .post-type-archive-book #list .item .left > *,
  .tax-book_cat #list .item .left > * {
    margin: 0 auto;
    display: block;
  }
  .post-type-archive-book #list .item .left *,
  .tax-book_cat #list .item .left * {
    text-align: center;
  }
}

.booklist .item {
  clear: both;
  overflow: hidden;
  display: flex;
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
}
.booklist .item .left {
  flex: 0 0 auto;
  margin-right: 20px;
  float: none;
}
.booklist .item .right {
  flex: 1 1 auto;
}
.booklist .item .right h3 {
  background: #f3f3f3;
  font-size: 18px;
  padding: 20px 30px !important;
  color: #000;
  margin: 0 0 20px;
  border: none;
}
.booklist .item .right h3 a {
  transition: 0.2s;
}
.booklist .item .right h3::after {
  content: none;
}
.booklist .item .right .subtitle {
  background: #f3f3f3;
  padding: 0 30px 20px 30px;
  margin-top: -40px;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 768px) {
  .booklist .item {
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }
  .booklist .item .left {
    margin-bottom: 20px;
  }
  .booklist .item .left > * {
    margin: 0 auto;
    display: block;
  }
  .booklist .item .left * {
    text-align: center;
  }
}

.video-container {
  margin: 30px auto;
}

.content-in .to_review {
  text-align: center;
}
.content-in .to_review a {
  background: #000;
  color: #fff;
  padding: 10px 45px;
  border-radius: 3px;
  border: none;
  transition: 0.2s;
  font-size: 18px;
  text-decoration: none;
}
.content-in .to_review a:hover {
  background: #3e3e3e;
  color: #fff;
}
.content-in .wpcr3_respond_2 {
  display: block !important;
}
@media (max-width: 768px) {
  .content-in .wpcr3_respond_2 td {
    display: block;
    padding: 0;
    margin-bottom: 20px;
  }
  .content-in .wpcr3_respond_2 textarea {
    min-width: auto;
  }
  .content-in .wpcr3_respond_2 input[type="text"] {
    min-width: auto;
  }
}
.content-in .wpcr3_respond_3 {
  display: none;
  text-align: center;
}
.content-in .wpcr3_button_1 {
  background: linear-gradient(#575757 0%, #050505 100%);
  color: #fff;
  padding: 10px 45px;
  border-radius: 3px;
  border: none;
  transition: 0.2s;
  font-size: 18px;
}
.content-in .wpcr3_button_1:hover {
  background: #3e3e3e;
  color: #fff;
}
.content-in .wpcr3_button_1.wpcr3_cancel_btn {
  display: none;
}
.content-in .wpcr3_reviews_holder {
  margin: 20px 0;
}
.content-in .wpcr3_show_btn {
  margin: 0 auto;
}
.content-in .wpcr3_table_2 .submit td {
  text-align: center;
}
.content-in .wpcr3_table_2 .wpcr3_check_confirm {
  text-align: center;
  font-size: 16px;
}
.content-in .wpcr3_div_2 {
  width: 100%;
}
.content-in div.wpcr3_review div.wpcr3_review_ratingValue {
  margin-right: 20px;
}
.content-in div.wpcr3_review div.wpcr3_review_datePublished {
  margin-right: 20px;
}
.content-in .wpcr3_review_item .wpcr3_review_title {
  font-size: 16px;
  margin: 10px 0;
}
.content-in .wpcr3_review_item .wpcr3_content {
  width: 100%;
  padding: 10px 40px;
  margin-bottom: 40px;
}

a.blank::after {
  font-family: "FontAwesome";
  content: "\f08e";
  font-size: 0.9em;
  margin: 0 3px 0 2px;
  text-decoration: none;
  display: inline-block;
}

.toc-content {
  padding: 15px;
}

.toc.tnt-number-detail {
  width: 100%;
  font-size: 0.9em;
  line-height: 1.5;
  padding: 0;
  margin-bottom: 0;
  display: table;
  border: 1px solid;
  border-color: #000;
  margin-bottom: 20px;
}
.toc.tnt-number-detail .toc-list {
  padding-left: 0;
  margin-top: 0;
  list-style: none;
}
.toc.tnt-number-detail .toc-list li {
  font-size: 16px;
  line-height: 1.4;
  counter-increment: order;
  padding-left: 15px;
  position: relative;
  margin-bottom: 5px;
}
.toc.tnt-number-detail .toc-list li:before {
  color: #bf1015;
  font-family: "Open Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  left: 0;
  position: relative;
  margin: 0 6px 0 0;
  counter-increment: toc;
  content: counters(toc, "-");
  font-weight: bold;
}
.toc.tnt-number-detail .toc-list li:last-child {
  margin-bottom: 0;
}
.toc.tnt-number-detail .toc-list > li {
  font-weight: bold;
  margin-bottom: 20px;
}
.toc.tnt-number-detail .toc-list > li ol {
  font-weight: normal;
  padding-left: 0;
  margin-top: 10px;
}
.toc.tnt-number-detail .toc-list > li ol li::before {
  font-weight: normal;
  color: #000;
}
.toc.tnt-number-detail a {
  color: #333;
  text-decoration: none;
}
.toc.tnt-number-detail.toc-test .toc-content {
  visibility: visible;
  height: auto;
  opacity: 1;
}
.toc.tnt-number-detail.toc-test .toc-list > li {
  font-weight: bold;
  margin-bottom: 10px;
}
.toc.tnt-number-detail.toc-test .toc-list > li ol {
  font-weight: bold;
}
.toc.tnt-number-detail.toc-test .toc-list > li ol li {
  font-size: 14px;
}
.toc.tnt-number-detail.toc-test .toc-list > li ol li::before {
  font-weight: bold;
}

.toc-checkbox:checked ~ .toc-content {
  border-top: 1px solid #222;
  padding-top: 23px;
  padding-bottom: 16px;
}

#main .toc {
  border-color: #000;
}

#sidebar .toc {
  border: none;
}
#sidebar .toc-widget-box .toc-content {
  padding: 0;
}
#sidebar .toc.tnt-number-detail .toc-list > li {
  line-height: 1;
}
#sidebar .toc.tnt-number-detail .toc-list > li ol li {
  font-size: 14px;
}

/* btn*/

.top-qa-area .linkbutton,
.content-in .linkbutton {
  text-align: center;
}

.top-qa-area .linkbutton a,
.content-in .linkbutton a {
  position: relative;
  display: inline-block;
  background: linear-gradient(#575757 0%, #050505 100%);
  border: 2px solid #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  padding: 8px 20px;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
}

.top-qa-area .linkbutton a::before,
.content-in .linkbutton a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  margin-right: 10px;
  background: url(assets/img/common/threebox.png);
}

.top-qa-area .linkbutton a:hover,
.content-in .linkbutton a:hover {
  opacity: 0.7;
}
.content-in .buttonbox {
  position: relative;
  display: inline-block;
  background: linear-gradient(#575757 0%, #050505 100%);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.content-in .buttonbox:hover {
  opacity: 0.7;
}
.content-in .buttonbox input.wpcf7-submit {
  background: none;
  border: none;
  display: inline;
  color: #fff;
  width: auto;
}
.content-in .buttonbox .ajax-loader {
  position: absolute;
  left: -40px;
}
.content-in .wpcf7 input[type="number"] {
  padding: 2px;
  width: 100px;
}
.content-in .wpcf7 input:not([type="checkbox"]):not([type="radio"]):not([type="number"]) {
  padding: 2px;
  width: 300px;
}
.content-in .wpcf7 input:not([type="checkbox"]):not([type="radio"]):not([type="number"]).full {
  width: 100%;
}
@media (max-width: 768px) {
  .content-in .wpcf7 input:not([type="checkbox"]):not([type="radio"]):not([type="number"]) {
    width: auto;
    max-width: 250px;
  }
}
.content-in .wpcf7 .has-free-text input[name="_wpcf7_checkbox_free_text_checkbox-273"] {
  width: 100px !important;
}
.content-in .wpcf7 table th {
  vertical-align: top;
  font-weight: bold;
  width: 200px;
  background: #ededed;
  border: 1px solid #ccc;
  border-right: 2px solid #666;
  padding: 10px 15px;
}
.content-in .wpcf7 table td {
  width: 530px;
  border: 1px solid #ccc;
  padding: 10px 15px;
}
.content-in .wpcf7 table td ul {
  padding: 0;
}
@media (max-width: 768px) {
  .content-in .wpcf7 table td {
    width: auto;
  }
}
.content-in .wpcf7 .confirm_alert {
  padding: 15px;
  background: #d34903;
  color: #fff;
  margin-bottom: 20px;
  display: none;
  font-weight: bold;
  text-align: center;
}
.content-in .wpcf7 .form_submit_buttons {
  opacity: 0;
  width: 0;
  height: 0;
}
.content-in .wpcf7 .submit_labels {
  text-align: center;
  margin: 30px 0;
}
.content-in .wpcf7 .submit_labels label {
  position: relative;
  display: inline-block;
  background: linear-gradient(#575757 0%, #050505 100%);
  border: 2px solid #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  padding: 8px 20px;
  color: #fff;
  border-radius: 8px;
}
.content-in .wpcf7 .submit_labels label::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  margin-right: 10px;
  background: url(assets/img/common/threebox.png);
}
.content-in .wpcf7 .submit_labels label:hover {
  opacity: 0.7;
}
.content-in .wpcf7 .submit_labels .comfirml {
  width: 60%;
}
.content-in .wpcf7 .submit_labels .returnl {
  width: 30%;
  margin-right: 30px;
  display: none;
}
.content-in .wpcf7 .submit_labels .submitl {
  width: 30%;
  display: none;
}
.content-in .wpcf7 .custom-wpcf7c-confirmed .submit_labels .comfirml {
  display: none;
}
.content-in .wpcf7 .custom-wpcf7c-confirmed .submit_labels .returnl {
  display: inline;
}
.content-in .wpcf7 .custom-wpcf7c-confirmed .submit_labels .submitl {
  display: inline;
}
.content-in .wpcf7 .custom-wpcf7c-confirmed .confirm_alert {
  display: block;
}
.content-in .wpcf7 .wpcf7c-conf {
  background: none;
  border: none;
}
.content-in .wpcf7 .wpcf7c-conf + .wpcf7-list-item-label {
  display: none;
}
.content-in .wpcf7 .wpcf7c-conf[type="checkbox"],
.content-in .wpcf7 .wpcf7c-conf[type="radio"] {
  display: none;
}
.content-in .wpcf7 .wpcf7c-conf[type="checkbox"]:checked,
.content-in .wpcf7 .wpcf7c-conf[type="radio"]:checked {
  display: inline;
}
.content-in .wpcf7 .wpcf7c-conf[type="checkbox"]:checked + .wpcf7-list-item-label,
.content-in .wpcf7 .wpcf7c-conf[type="radio"]:checked + .wpcf7-list-item-label {
  display: inline;
}

input.wpcf7-confirm,
input.wpcf7-submit:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  input.wpcf7-submit {
    width: 100%;
  }
}
.arrowlink {
  position: relative;
  text-decoration: none;
}
.arrowlink:after {
  right: 1em;
  content: "\f101";
  font-family: FontAwesome;
  color: #999;
  margin-left: 5px;
}
.arrowlink.al_l:after {
  content: none;
}
.arrowlink.al_l:before {
  right: 1em;
  content: "\f101";
  font-family: FontAwesome;
  color: #999;
  margin-right: 5px;
}

.side_entry_media {
  float: none;
  width: 100%;
  display: flex;
  table-layout: fixed;
}
.side_entry_media_body {
  overflow: hidden;
  margin: 15px 0;
}
.side_entry_media_body_title {
  margin-top: 0;
  display: block;
  background-color: #f2f2f2;
  padding: 10px !important;
  box-sizing: border-box;
  text-align: left;
}
.side_entry_media figure {
  width: 95px;
  margin-right: 10px;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.side_entry_media .side_entry_link {
  flex: 1 1 auto;
  line-height: 1.3rem;
}
.side_entry_media .side_entry_link a {
  /*line-height: 2rem;*/
}
.side_entry_media .side_entry_link a.arrowlink {
  font-weight: bold;
  /*line-height: 1.4rem;*/
}
.side_entry_media img {
  height: auto;
  max-width: 100%;
  margin: auto 0;
}
.side_entry_media h4 {
  width: 70%;
  border-bottom: 0;
}
.side_entry_media img,
.side_entry_media h4 {
  display: table-cell;
  vertical-align: middle;
}

.widget-entry-card {
  font-size: 14px;
  line-height: 1.4;
}
.widget-entry-card-excerpt {
  color: #666;
}
.widget-entry-card-excerpt p {
  margin: 0;
}

.footer-bottom-content {
  float: none;
  text-align: center;
}

.home .common_pageTitle {
  margin-bottom: 0;
}
.home .c01_about {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.home .c01_about-left {
  margin-right: 15px;
}
.home .c01_about-left p {
  margin-bottom: 40px;
}
.home .c01_about-left img {
  margin-bottom: 10px;
}
.home .c01_about-right {
  width: 428px;
}
.home .c01_about-right .text {
  text-align: center;
}
.home .c01_about-right p {
  width: 418px;
  margin: 0 auto;
  text-align: left;
}
.home .c01_about-right .flash object {
  width: 428px;
  height: 206px;
}
.home .c02_headText {
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  background: #333;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  padding: 8px 10px;
  margin-bottom: 40px;
}
.home .c02_headText::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -5px;
  margin: 0 auto;
  border-top: 5px solid #333;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.home .c02_mainItems {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.home .c02_mainItems-outline {
  width: 50%;
  margin: 10px 0;
}
.home .c02_mainItems-outline:nth-child(1) {
  padding-right: 10px;
}
.home .c02_mainItems-outline:nth-child(2) {
  padding-left: 10px;
}
@media screen and (max-width: 480px) {
	.home .c02_mainItems-outline:nth-child(2) {
		padding-left: 0;
	}
}

.home .c02_mainItems-outline h3 {
  margin-bottom: 10px;
}
.home .c02_mainItems-outline .item {
  margin-bottom: 10px;
}
.home .c02_mainItems-outline .item_text {
  margin-bottom: 10px;
}
.home .c02_mainItems-outline .item_text p {
  background: #ededed;
  padding: 5px 10px;
  font-size: 1rem;
  margin-right: 10px;
}
.home .c02_mainItems-outline .item_image {
  text-align: center;
}
.home .c02_mainItems-outline .item_btn {
  text-align: center;
}
.home .c02_mainItems-outline .banner {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding: 15px;
}
.home .c02_mainItems-outline .banner p {
  margin-bottom: 0;
}
.home .c02_mainItems-outline .banner:last-child {
  margin-bottom: 0;
}
.home .c02_mainItems-outline .bn_img {
  width: 85px;
  margin-right: 10px;
}
.home .c02_mainItems-outline .bn_txt {
  font-size: 0.9rem;
  flex: 1;
}
@media (max-width: 768px) {
  .home .c02_mainItems {
    flex-direction: column;
  }
  .home .c02_mainItems-outline {
    width: 100%;
  }
}
.home .borderT {
  border-top: 2px solid #ddd;
}
.home .borderB {
  border-bottom: 2px solid #ddd;
}
.home .borderR {
  border-right: 2px solid #ddd;
}
@media (max-width: 768px) {
  .home .borderR {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
}

.category-content .schoolshikaku_list,
.post-type-archive .schoolshikaku_list {
  display: flex;
  flex-wrap: wrap;
}
.category-content .schoolshikaku_list.yougo_list a,
.post-type-archive .schoolshikaku_list.yougo_list a {
  width: auto;
}
.category-content .schoolshikaku_list a,
.post-type-archive .schoolshikaku_list a {
  width: 48%;
  border: none;
}

.company .contents02 .c02_info th {
  width: 200px;
}

hr {
  color: #eee;
  box-sizing: content-box;
  height: 1px;
  background: #fff;
  border-top: 1px solid #999;
  border-bottom: none;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  opacity: 0.4;
}

.related-entries-lineup h2 {
  font-size: 24px;
  padding: 15px 10px;
  border-radius: 2px;
  border-color: #1e1e23;
  background-color: #1e1e23;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}
.related-entries-lineup h2::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 20px;
  bottom: -20px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 20px solid #1e1e23;
}

.tax-lineup_cat .c03_mainItems-wrapper {
  margin-bottom: 40px;
}
.tax-lineup_cat .c03_mainItems-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tax-lineup_cat .c03_mainItems-item .item {
  width: 335px;
}
@media (max-width: 768px) {
  .tax-lineup_cat .c03_mainItems-item {
    flex-direction: column;
  }
  .tax-lineup_cat .c03_mainItems-item .flow {
    transform: rotate(90deg);
  }
}
.tax-lineup_cat .c03_mainItems-title .desc {
  margin: 0;
}
.tax-lineup_cat .c03_mainItems-desc {
  width: 100%;
  background: #ededed;
  padding: 5px 10px;
}
.tax-lineup_cat .desc span:last-child {
  margin: 0 0 0 1em;
}
.tax-lineup_cat .link {
  padding: 2em 0;
}
.tax-lineup_cat .link:after {
  content: " ";
  font-size: 0.1rem;
  display: block;
  clear: both;
  line-height: 0;
  height: 0;
  visibility: hidden;
}
.tax-lineup_cat .link a {
  float: left;
  width: 47%;
  display: block;
  background: #000;
  text-align: center;
  padding: 0.5em 0;
  text-decoration: none;
  color: #fff;
}
.tax-lineup_cat .link a:last-child {
  float: right;
}
.tax-lineup_cat .link a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=80)";
  /* ie 8 */
  -moz-opacity: 0.8;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.8;
  /* Safari 1.x */
  zoom: 1;
}
/*
.widget_ptarchives ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.widget_ptarchives ul > li {
  padding: 0;
  margin: 0;
}
.widget_ptarchives ul > li a {
  text-decoration: none;
  font-size: 15px;
  display: block;
  padding: 4px 4px 2px 10px;
  border-bottom: 1px dashed #cccccc;
  color: #333;
}
.widget_ptarchives ul > li a::before {
  font-family: FontAwesome;
  content: "▶";
  padding-right: 6px;
  color: #6d0000;
}
.widget_ptarchives ul > li a .post-count {
  display: inline-block;
  float: right;
  margin-left: 8px;
  background: #e5e5e5;
  font-weight: bold;
  font-style: oblique;
  font-size: 12px;
  white-space: nowrap;
  line-height: 1.1;
  padding: 3px 10px;
  text-decoration: none;
  border-radius: 2px;
}
.widget_ptarchives ul > li a:hover {
  transition: all 0.8s ease;
}
.widget_ptarchives ul > li a:hover .post-count {
  transition: all 0.8s ease;
}
.widget_ptarchives ul > li ul {
  margin: 0;
}
.widget_ptarchives ul > li ul li a {
  text-decoration: none;
  display: block;
  padding: 4px 4px 2px 20px;
  border-bottom: 1px dashed #cccccc;
}
.widget_ptarchives ul > li ul li a::before {
  font-family: FontAwesome;
  content: "\f0da";
  padding: 0px 6px 0px 2px;
}
*/

.widget_ptarchives ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.widget_ptarchives ul>li {
  padding: 0;
  margin: 0;
}

.widget_ptarchives ul>li a .post-count {
  display: inline-block;
  float: right;
  margin-left: 8px;
  background: #e5e5e5;
  font-weight: bold;
  font-style: oblique;
  font-size: 12px;
  white-space: nowrap;
  line-height: 1.1;
  padding: 3px 10px;
  text-decoration: none;
  border-radius: 2px;
}

.widget_ptarchives ul>li a:hover {
  transition: all 0.8s ease;
}

.widget_ptarchives ul>li a:hover .post-count {
  transition: all 0.8s ease;
}

.widget_ptarchives ul>li>a {
	text-decoration: none;
	font-weight: bold;
	color: #333;
	display: block;
	padding: 18px 0;
	padding-left: 20px;
	border-bottom: 1px solid #dcdcdc;
	background: url(images/icon/icon-right-arrow.png) no-repeat left top 50%;
	background-size: 6px;
}
.widget_ptarchives ul>li>a:hover {
	color: #a9a9a9;
}
.widget_ptarchives ul>li ul li a {
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding: 10px 4px 10px 40px;
	background: url(images/icon/icon-right-arrow.png) no-repeat left 20px top 50%;
	background-size: 6px;
}
.widget_ptarchives ul>li ul {
	margin: 0;
}

.sidebar h3.side-title_category {
	background-color: transparent;
	padding-left: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #333;
}

.c03_maebarai {
  width: 670px;
  margin: 0 auto 40px auto;
}
@media (max-width: 768px) {
  .c03_maebarai {
    width: 100%;
  }
}

.c03_maebarai-btn {
  text-align: center;
}

.c03_tableSup {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.c03_tableSup li:before {
  content: "※";
  margin-right: 5px;
}

.c03_sup {
  font-size: 13px;
  font-weight: bold;
  background: #ededed;
  padding: 12px;
  margin: 0 0 50px;
}

.c03_sup a {
  text-decoration: underline !important;
}

.c03_desc {
  margin-bottom: 20px;
}

.c03_merit {
  margin-bottom: 20px;
  flex-direction: column;
}

.c03_merit-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px dotted #999;
  margin-bottom: 10px;
  padding-bottom: 5px;
  align-items: flex-start;
}

.c03_merit-item img {
  margin-right: 20px;
}

.c03_merit-item p span {
  font-weight: bold;
}

@media (max-width: 768px) {
  table.c03_bonusPrice th {
    padding: 8px;
  }
  table.c03_bonusPrice td {
    padding: 8px;
  }
}
.c03_bottomText {
  background: #ededed;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 12px;
  font-size: 13px;
}

.c03_attention {
  margin-bottom: 30px;
}

.c03_attention ol {
  padding-left: 40px;
  margin: 0;
  font-size: 12px;
}

.howto-image {
  font-size: 1rem;
}

.howto-image .c03_flowImage {
  text-align: center;
  margin-bottom: 10px;
}

.howto-image .c04_text {
  margin-bottom: 20px;
}

.howto-image .c04_zumen {
  margin-bottom: 20px;
  border-bottom: 3px solid #efefef;
}

.howto-image .c04_zumen-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.howto-image .c04_zumen-list {
  font-size: 1rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.howto-image .c04_zumen-list li {
  white-space: nowrap;
  background-image: url(assets/img/common/icon_arr_gray.gif);
  background-position: left center;
  background-repeat: no-repeat;
  margin-right: 13px;
  padding-left: 18px;
}

.howto-image .c04_zumenSup p {
  background-image: url(assets/img/howto-image/icon_exclamation.gif);
  background-repeat: no-repeat;
  background-position: left 0;
  padding-left: 20px;
  margin-bottom: 40px;
  font-weight: bold;
}

.howto-image .c04_gosoudan-bold {
  font-weight: bold;
}

.howto-image .c04_gosoudan-text {
  font-size: 12px;
  margin-bottom: 20px;
}

.howto-image .c04_gosoudan-tel {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .howto-image .c04_gosoudan-tel {
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0;
  }
}

.howto-image .c04_gosoudan-tel .tel {
  border-right: 2px solid #ccc;
  padding-right: 15px;
  margin-right: 15px;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .howto-image .c04_gosoudan-tel .tel {
    border: none;
    padding: 0;
    margin: 0;
  }
}

.howto-image .c04_gosoudan-tel .fax p {
  font-size: 12px;
}

.howto-image .c04_gosoudan-tel .fax_top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .howto-image .c04_gosoudan-tel .fax_top {
    flex-direction: column;
  }
}

.howto-image .c04_gosoudan-tel .fax_top-img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .howto-image .c04_gosoudan-tel .fax_top-img {
    margin-right: 0;
  }
}

.howto-image .c04_gosoudan-tel .fax_top-dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.howto-image .c04_gosoudan-tel .fax_top-dl img {
  width: 20px;
  margin-right: 5px !important;
}

.howto-image .c04_gosoudan-tel .fax_top-dl a {
  font-size: 12px;
  font-weight: bold;
}

.howto-image .c04_gosoudan-mail {
  margin-bottom: 30px;
}

.howto-image .c04_gosoudan-mail a:hover {
  opacity: 0.8;
}

.howto-image .c04_adrs {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .howto-image .c04_adrs {
    flex-direction: column;
  }
}

.howto-image .c04_adrs dt {
  font-weight: bold;
  border-right: 2px solid #ccc;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .howto-image .c04_adrs dt {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}

.howto-image .c04_adrs dd {
  padding-left: 20px;
}
@media (max-width: 768px) {
  .howto-image .c04_adrs dd {
    padding: 0;
    margin: 0;
  }
}

.howto-image .c04_sup {
  background-image: url(assets/img/common/icon_arr_gray.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 18px;
  margin-bottom: 20px;
}

.howto-image .c04_sup a {
  font-weight: bold;
}

.howto-image .c05_text {
  margin-bottom: 20px;
}

.howto-image .c05_angles {
  display: flex;
  justify-content: space-between;
}

.howto-image .c05_angles li {
  width: 210px;
}

.howto-image .c05_sup {
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.howto-image .c05_flow {
  margin-bottom: 20px;
}

.howto-image .c06_table img {
  width: 710px;
}

.howto-image .c06_sup {
  font-size: 0.9rem;
  margin-bottom: 20px;
}

.howto-image .common_tableTitle {
  height: 34px;
  display: block;
  background: #999;
}

.howto-image .common_table {
  width: 100%;
  margin-bottom: 20px;
}

.howto-image .common_table th {
  width: 45%;
  border: 1px solid #ccc;
  border-right: 2px solid #666;
  background: #ededed;
  text-align: center;
  font-weight: bold;
  padding: 8px;
  vertical-align: top;
}

.howto-image .common_table td {
  border: 1px solid #ccc;
  padding: 8px 12px;
}

.howto-image .common_table.t2 th {
  width: 25%;
}

.howto-image .common_table .sup {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 10px;
}

.howto-image .common_table .att {
  background-image: url(assets/img/howto-image/icon_exclamation.gif);
  background-repeat: no-repeat;
  background-position: left 1px;
  padding-left: 22px;
  font-size: 1rem;
  font-weight: bold;
}

.howto-image .common-next {
  text-align: center;
  margin-bottom: 20px;
}

.howto-image .common_desc {
  margin-bottom: 20px;
  font-size: 12px;
}

.howto-image .common_desc p {
  margin-bottom: 10px;
}

.howto-image .common_desc p:last-child {
  margin-bottom: 0;
}

.howto-image .common_supList {
  font-size: 12px;
  margin-bottom: 20px;
}

.twitter-mosaic {
  display: flex;
  justify-content: space-between;
}
.twitter-mosaic > div {
  width: 48%;
}
.twitter-mosaic > div .twitter-tweet-rendered {
  margin-bottom: 20px;
}
.twitter-mosaic .left {
  margin-right: 20px;
}

.post-type-archive-soft .soft-thumb {
  text-align: center;
}

.option .c03_items {
  padding-bottom: 25px;
  margin-bottom: 50px;
}
.option .c03_items-item {
  display: flex;
  justify-content: flex-start;
  border: solid 5px #ccc;
  padding: 15px;
}
.option .c03_items-item .img {
  width: 85px;
  margin-right: 15px;
}
.option .c03_items-item .txt {
  flex: 1;
}
.option .c03_items-item .txt h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.option .c03_items-item .left {
  flex: 1;
}
.option .c03_items-item .left_ttl {
  margin-bottom: 10px;
}
.option .c03_items-item .left_txt {
  display: flex;
  justify-content: flex-start;
}
.option .c03_items-item .left_txt-l {
  flex: 1;
}
.option .c03_items-item .left_txt-l .bot {
  margin-top: 10px;
}
.option .c03_items-item .left_txt-r {
  width: 163px;
}
.option .c03_items-item .right {
  width: 123px;
  margin-left: 10px;
}
.option .borderB {
  border-bottom: 2px solid #ddd;
}

.original .c03_items {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .original .c03_items {
    flex-direction: column;
  }
}

.original .c03_items-item {
  width: 50%;
  padding: 0 10px 20px;
}
@media (max-width: 768px) {
  .original .c03_items-item {
    width: 100%;
  }
}

.original .c03_items-item .ttl {
  margin-bottom: 10px;
}

.original .c03_items-item .ttl h3 {
  margin-top: 0;
}

.original .borderR {
  border-right: 2px solid #ddd;
}
@media (max-width: 768px) {
  .original .borderR {
    border-right: none;
    border-bottom: 2px solid #ddd;
  }
}

.template .c03_items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.template .c03_items-item {
  width: 30%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .template .c03_items-item {
    width: 48%;
  }
}

.template .c03_items-item .img {
  margin-bottom: 10px;
}
.template .c03_items-item .img a {
  display: block;
}
.template .c03_items-item .img a img {
  display: block;
}

.template .tate .img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.template .c03_desc {
  margin-bottom: 30px;
}

.template .c03_items-item .ttl p {
  background-image: url(assets/img/common/arrow_6_10.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
  font-weight: bold;
  color: #990000;
  margin: 0;
}

.template_eigo .c03_items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.template_eigo .c03_items-item {
  width: 30%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .template_eigo .c03_items-item {
    width: 48%;
  }
}

.template_eigo .c03_items-item .img {
  margin-bottom: 10px;
}
.template_eigo .c03_items-item .img a {
  display: block;
}
.template_eigo .c03_items-item .img a img {
  display: block;
}

.template_eigo .tate .img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.template_eigo .c03_desc {
  margin-bottom: 30px;
}

.template_eigo .c03_items-item .ttl p {
  background-image: url(assets/img/common/arrow_6_10.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
  font-weight: bold;
  color: #990000;
  margin: 0;
}

/*.information-box, .question-box, .alert-box, .information, .question, .alert, .memo-box, .comment-box, .common-icon-box {
    padding: 0 !important;
    border-radius: 0 !important;
    position: relative;
    display: block;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.question-box, .question {
    background: none !important;
    border: none !important;
}*/
.question {
  background: none !important;
  border: none !important;
}

.price .common_priceNav {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.price .common_priceNav li {
  font-weight: bold;
  background-image: url(./assets/img/common/arrow_gray_10_10.gif);
  background-position: center left;
  background-repeat: no-repeat;
  padding: 0 9px 0 17px;
  display: block;
  margin-right: 9px;
  border-right: 1px solid #ccc;
}

.price .common_priceNav a {
  color: #333;
}

.price .common_priceNav a:hover,
.price .common_priceNav a.on {
  color: #990000;
}

.home .blogcard {
  width: 100%;
}
@media screen and (max-width: 480px) {
	.home .blogcard {
		height: 84px;
		overflow: hidden;
	}
	.home .blogcard-title {
		height: 65px;
		overflow: hidden;
	}
}
@media screen and (max-width: 768px) {
  .twitter-mosaic {
    flex-direction: column;
  }
  .twitter-mosaic > div {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .blogcard-content {
    max-height: 100px;
  }
  .blogcard-snippet p {
    line-height: 1.4;
  }
}
.entry-card .post-date::before,
.blogcard .post-date::before {
  content: "\f017";
  font-family: FontAwesome;
  margin-right: 2px;
  font-size: 13px;
}
.post-update::before {
  content: "\f1da";
  font-family: FontAwesome;
  margin-right: 2px;
}
.article .entry-card-title,
.article .related-entry-card-title {
  font-size: 18px;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  line-height: 1.2;
  background-color: transparent;
}
.post-date,
.post-update {
  font-size: 13px !important;
}

@media screen and (max-width: 768px) {
  .toc.tnt-number-detail .toc-list li {
    padding-left: 0;
  }
}
.no-post-date .post-date, .no-post-update .post-update, .no-post-author .author-info {
  display: block!important;
}
.ect-entry-card .a-wrap {
  border: 1px solid #ccc !important;
}
.blogcard-wrap {
  width: 90%;
  margin: 0 auto;
}
.blogcard-wrap {
  width: 90%;
  margin: 20px auto;
}
.blogcard {
  border: none;
}
.ect-entry-card {
  overflow: visible!important;
}
.post-update .fa-history {
  display: none;
}

.wp-caption p {
  font-size: 12px!important;
}

.afi__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 740px;
  margin: 0 auto;
}

@media screen and (max-width: 556px) {
  .afi__flex .afi__right {
    display: none;
  }
  .afi__flex .afi__left {
    margin: 0 auto;
  }
}

.afi__flex div {
  max-width: 336px;
  width: 100%;
}

.archivetop-contents p {
  margin: 15px auto;
}
.blank-box {
  margin: 1em 2%;
  padding: 1.2em 1em;
  background-color: #FAFAFA;
}


/************************************
■追加
2023.02.22
************************************/
.entry-content img,
.archivetop-contents img {
	border: 4px solid #f5f6f7;
}
.entry-content table img,
.archivetop-contents table img,
.wp-caption img,
.entry-content .wp-caption img,
.archivetop-contents .wp-caption img,
.lineup-template-default img,
.page-template-default img,
.blogcard-wrap img,
.no-img-boeder-area img,

.entry-content .bottom_product_eria img {
	border-style: none;
}

blockquote.twitter-tweet {
	margin: 10px 20px;
}
blockquote:not(.twitter-tweet) {
	width: 96%;
	margin: 10px 20px;
	
	position: relative;
	margin: 2em 2%;
	padding: 5em 4%;
	font-size: .9375em;
	background-color: #f0f0f0;
	border-style: none;
}
blockquote:not(.twitter-tweet):before {
	position: absolute;
	top: .5em;
	font-family: FontAwesome;
	font-size: 2em;
	color: #000000;
	content: '\f10d';
	line-height: normal;
}
blockquote:not(.twitter-tweet):after {
	position: absolute;
	right: 1em;
	bottom: .5em;
	font-family: FontAwesome;
	font-size: 2em;
	color: #000000;
	content: '\f10e';
	line-height: normal;
}

.entry-content #rtoc-mokuji-wrapper,
.archivetop-contents  #rtoc-mokuji-wrapper {
	display: none;
}
.widget #rtoc-mokuji-wrapper #rtoc-mokuji-title {
	background-color: #f3f4f5;
	padding: 12px!important;
	margin: 16px 0!important;
	border-radius: 2px;
	color: #222;
	font-size: 1.17em!important;
	font-weight: bold;
}

.widget #rtoc-mokuji-wrapper .rtoc-mokuji.level-2 {
	display: block!important;
}

@media screen and (max-width: 768px) {
	.scrollable-table th, .scrollable-table td {
		white-space: nowrap;
	}
	
	.entry-card-thumb {
		width: 126px!important;
	}
	.pagination-next-link {
		width: 50% !important;
	}
	
	.blogcard .blogcard-thumbnail {
		width: 100px!important;
	}
	.blogcard-content {
		margin-left: 0;
	}
}

#content {
	background-color: #fafafa;
}

/*
.scrollable-table th, .scrollable-table td {
	white-space: normal;
}
*/
.no_scrollable-table .scrollable-table th, .no_scrollable-table .scrollable-table td {
	white-space: normal;
}
/*
.article .scrollable-table {
	margin: 0;
}
*/
@media screen and (max-width: 768px) {
	.scrollable-table th, .scrollable-table td {
		white-space: nowrap;
	}
	
	.pagination-next-link {
		width: 50% !important;
	}
}


.related-entries-lineup h2.related-entry-heading,
.article h2.related-entry-heading,
.single .article h2.related-entry-heading,
.related-entry-heading {
	font-size: 24px;
	background: none;
	color: #121212;
	margin: 22px 0;
	padding: 0;
}
.related-entry-heading:first-letter {
	font-size: 28px;
	color: #560000;
}
.article h2.related-entry-heading:after,
.single .article h2.related-entry-heading:after,
.related-entry-heading:after {
	border: none;
}


.post-update,
.no-post-date .post-date,
.no-post-update .post-update,
.no-post-author .author-info {
	display: none!important;
}


/* 人気記事 */
a.blogcard {
	margin: 20px 0;
	color: #333;
	text-decoration: none;
	background: #f8f8f8;
}
/*
.home a.blogcard {
	background: #fff;
}
*/

.blogcard-title {
	margin-bottom: 0.4em;
	font-weight: bold;
/*	color: #0074c1;*/
	font-size: 18px;
}
.blogcard-snippet.external-blogcard-snippet p {
	font-size: 15px;
	color: #707070;
}
.entry-card-meta, .related-entry-card-meta {
	position: static;
	bottom: 0;
	right: 0;
	text-align: right;
	line-height: 1;
}
.entry-card-next {
	padding: 8px 16px !important;
	margin: 8px;
	color: #707070;
	border: 1px solid #ccc;
	background: #fff;
}

.cat-label {
	position: absolute;
	top: 0.3em;
	left: 0.3em;
	border: 1px solid #eee;
	font-size: 11px;
	color: #fff;
	background-color: rgba(51, 51, 51, 0.7);
	padding: 0px 12px;
	max-width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 22px;
}
.top-contents .cat-label {
	top: 1.4em;
	left: 1.6em;
	max-width: 157px;
}

@media screen and (max-width: 768px) {
	.blogcard-snippet.external-blogcard-snippet p {
		font-size: .8em;
	}
	.popularlist .e-card-info {
		display: none;
	}
	
	.top-contents .cat-label {
		top: 9px;
		left: 9px;
	}
}

#list .entry-card-content,
#list .related-entry-card-content {
	padding-bottom: 0;
}


@media screen and (max-width: 768px) {
  .blogcard-content {
      max-height: 100px;
  }
  .blogcard-snippet p {
    line-height: 1.4;
  }
}
@media screen and (max-width: 480px) {
	.blogcard-content {
		min-height: auto;
	}
	.blogcard-snippet {
		font-size: 10px;
		display: none;
	}
}

/* 記事中のリンク */
.popular_relation-list a::after,
.ect-entry-card a::after,
.shikaku_relation-list a::after,
.archivetop-contents a::after,
.entry-content a::after {
	font-family: "FontAwesome";
	content: "\f08b";
	font-size: 80%;
	padding-left: 3px;
}

.not-after-icon::after,

.common_items-item a::after,
.common_innerNav a::after,

.btn::after,
#toc a::after,
.toc-widget-box a::after,

.linkbutton a::after,
.a-wrap::after,
.c02_example a::after,
.bottom_product_eria a::after,
.cat-tmp-wrapper a::after,
.illust-cat-inner-wrapper a::after,
.btn-link_micro::after,
.easyLink-box a::after {
	content: none!important;
	padding-left: 0!important;
}


/* 記事中に任意の関連記事を出力 */
.related-list_in-article {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.related-list_in-article a.blogcard-wrap {
	width: 33%;
	display: block!important;
	margin-bottom: 3%!important;
	color: #333!important;
	text-decoration: none!important;
	transition: all 0.7s!important;
	background: #f8f8f8!important;
	border-style: none!important;
}
.related-list_in-article a.blogcard-wrap .blogcard {
	border-style: none!important;
}
.related-list_in-article a.blogcard-wrap .blogcard-thumbnail {
	float: none!important;
	width: 100%!important;
}
.related-list_in-article a.blogcard-wrap .blogcard-content {
	margin-left: 0;
}
.mainText .related-list_in-article img,
.entry-content .related-list_in-article img,
.contentsInner .related-list_in-article img {
	border-style: none!important;
}
.related-list_in-article .blogcard-title {
    border: none;
    padding: 0;
    margin: 0 0 5px;
    line-height: 1.2;
	font-size: 16px;
	max-height: 38px;
	overflow: hidden;
}
.related-list_in-article .blogcard-snippet {
    font-size: 13px;
    max-height: 7.8em;
    line-height: 180%;
    overflow: hidden;
    letter-spacing: -0.02em;
}
.related-list_in-article .blogcard-footer {
	display: none;
}

.bal-author_area {
	display: none;
}

@media screen and (max-width: 480px) {
	.related-list_in-article a.blogcard-wrap {
		width: 100%;
		height: auto;
		margin-top: 0!important;
	}
	.related-list_in-article a.blogcard-wrap .blogcard {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.related-list_in-article  a.blogcard-wrap .blogcard-thumbnail {
		width: 30%!important;
	}
	.related-list_in-article .blogcard-title {
		max-height: 56px;
	}
	.related-list_in-article a.blogcard-wrap .blogcard-content {
		width: 65%!important;
		min-height: auto;
		margin-left: 0!important;
	}
	.related-list_in-article .blogcard-title {
		line-height: 1.2;
		margin: 0;
	}
	.related-list_in-article .blogcard-snippet {
		display: none;
	}
	
	.bal-author_area {
		display: block;
		font-size: 11px;
		color: #b3b3b3;
		font-family: Roboto,Arial,sans-serif;
		font-weight: 300;
	}
	.bal-auther_title {
		background-color: #b3b3b3;
		color: #fff;
		font-weight: 500;
		line-height: 15px;
		border-radius: 2px;
		padding: 1px 2px;
	}
}


/* ウィジェット 目次 */
ol.toc-list ol li:before {
	content: ""!important;
}
.toc.tnt-number-detail .toc-list li {
	padding-left: 0;
}

/* ヘッダーのTwitterとrss */
.hpc_top-title {
	width: calc(100% - 375px);
}
.hpc_top-siteGuide {
	width: 295px;
}
.header_rss-twitter_area {
	width: 80px;
	font-size: 18px;
	line-height: 40px;
	
	text-align: right;
	padding-right: 10px;
	
	position: relative;
	top: -1px;
}
.header_rss-twitter_area img {
	width: 15px;
}
.header_twitter {
	color: #4C6ff5;
}
.header_rss {
	color: #ef8F1C;
}
@media screen and (max-width: 768px) {
	.header_rss-twitter_area {
		display: none;
	}
	.hpc_top-title {
		width: 100%;
	}
}


/* トップ ----
*/
.home .c02_mainItems-outline .item_text {
	margin-bottom: 20px;
}

.home .item_btn {
	margin-top: 20px;
}

.top-contents_twitter {
	margin-top: 30px;
	margin-bottom: 20px!important;
	position: relative;
}

@media screen and (max-width: 768px) {
	.top-contents_twitter {
		margin-top: 20px;
		position: static;
		width: auto;
		font-size: 14px;
	}
}

@media screen and (max-width: 480px) {
	.home .c02_mainItems_top .c02_mainItems-outline h3 img {
		width: 88%;
	}
	.home .c02_mainItems_top .c02_mainItems-outline:nth-of-type(2) h3 img {
		width: 78%;
	}
}

/* 特徴 */
.this-site-features {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.this-site-features>li {
	width: calc((100% - 20px) / 3);
	margin: 0;
	padding: 20px;
	margin-right: 10px;
	background-color: #f2f5f7;
}
.this-site-features>li.this-site-features04 {
	width: 100%;
	margin-top: 10px;
}
.this-site-features>li:nth-of-type(3),
.this-site-features>li:nth-of-type(4) {
	margin-right: 0;
}
.features-num {
	width: 100px;
	margin-bottom: 20px!important;
}
.features-title {
	font-weight: bold;
	color: #090909;
	font-size: 22px;
	margin-bottom: 20px!important;
	text-align: left;
	word-break: break-word;
}
.features-description {
	font-size: 16px;
	color: #090909;
	letter-spacing: 0.03em;
	line-height: normal;
}
.features_other-site {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	margin: 0;
	margin-top: 20px;
	padding: 0;
	font-size: 12px;
}
.features_other-site li {
	margin: 0;
	padding: 0;
	margin-right: 10px;
	background-color: #f2f5f7;
}
.features_other-site li a {
	color: #333;
}
.features_other-site li.features_other-site_title {
	background-color: #333;
	border-radius: 5px;
	padding: 0 10px;
	color: #fff;
	font-size: 10px;
}
.this-site-features04_top-area {
	display: flex;
	flex-wrap: nowrap;
}
.this-site-features04_top-area .this-site-features04_other-site {
	width: calc(100% - 100px);
	padding-left: 20px;
}
@media screen and (max-width: 768px) {
	.this-site-features_sp-area {
		display: flex;
		flex-wrap: wrap;
	}
	.features-title {
		width: calc(100% - 100px);
		padding-left: 10px;
		margin-bottom: 0;
		line-height: normal;
		position: relative;
		bottom: 5px;
	}
	
	.this-site-features {
		display: block;
	}
	.this-site-features>li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.features_other-site li.features_other-site_title {
		margin-right: calc(100% - 80px);
		margin-bottom: 5px;
	}
	
	.this-site-features04_top-area .this-site-features04_other-site {
		display: none;
	}
}

.widget_ptarchives ul>li>ul>li>a:hover,
.widget_ptarchives>ul>li>a:hover,
.features_other-site li a:hover {
	color: #005580;
	text-decoration: underline;
	opacity: 1 !important;
	transition: 0s !important;
}

/* LINE UP ----
*/
.common_innerNav li a.ci_li_end {
	border-style: none!important;
}
.common_innerNav li.ci_li_blank {
	display: none;
}

@media screen and (max-width: 768px) {
	.side_entry_media .side_entry_link {
		color: #333!important;
		font-size: 12px;
	}
	
	.entry-content .text .baloon p,
	.entry-content .main_text .main_text-baloon p {
		font-size: 14px;
		padding: 10px 0;
	}
	
	.common_innerNav li {
		text-align: left!important;
		margin-top: 0!important;
	}
	.common_innerNav li.ci_sp_pl10 {
		padding-left: 10px!important;
	}
	.common_innerNav li.ci_sp_title {
	 	border-radius: 4px 4px 0 0!important;
	 }
	.common_innerNav li.ci_link_area {
		background-color: #fff!important;
		background-image: none!important;
		padding: 0!important;
		margin: 15px 0!important;
	}
	.common_innerNav li.ci_link_area a {
		color: #333!important;
		padding: 0!important;
		text-align: center!important;
		line-height: 14px!important;
		border-right: 1px solid #7d7e7d!important;
	}
	.common_innerNav li.ci_link_area a.ci_link_no-border {
		border-right-style: none!important;
	}
	.common_innerNav li.ci_li_blank {
		display: table-cell;
	}
	.common_innerNav li.ci_sp_100 {
		width: 100%!important;
	}
	.common_innerNav li.ci_sp_50 {
		width: 50%!important;
	}
	.common_innerNav li.ci_sp_34 {
		width: 34%!important;
	}
	.common_innerNav li.ci_sp_33 {
		width: 33%!important;
	}
	.common_innerNav li.ci_sp_25 {
		width: 25%!important;
	}
	.common_innerNav li a {
		text-align: left!important;
		padding-left: 20px!important;
	}
	.common_innerNav li a img {
		display: none;
	}
	
	
	.order .c03_order-item .box.borderB img {
		display: inline;
	}
	
	
	.howto-image .c04_gosoudan-tel .tel {
		width: 100%;
	}
	.howto-image .c04_gosoudan-tel .fax_top-dl {
		margin-top: 16px;
	}
	.howto-image .c04_gosoudan-tel .fax_top-dl a {
		color: #333;
	}
	.howto-image .c04_gosoudan-mail {
		text-align: center;
	}
	.howto-image .c04_sup {
		background-position: left top 7px;
	}
	
	.price .common_priceNav {
		font-size: 15px;
		padding-left: 0;
	}
}

#post-1229.question::before,
.page-id-1229.question::before {
	content: "";
	border-style: none;
}

.page-template-default.question {
	padding: 0;
	position: static;
}

.question .common_ansTitle,
.page-template-default.question .article h4.common_ansTitle {
	padding: 0.5em 1em !important;
	background: #e5e5e5;
	margin-bottom: 17px;
	color: #333;
	line-height: 1!important;
}

.option-txt_pc {
	display: block;
}
.option-txt_sp {
	display: none;
}
@media screen and (max-width: 480px) {
	.option .c03_items-item {
		flex-wrap: wrap;
	}
	
	
	.option-txt_pc {
		display: none;
	}
	.option-txt_sp {
		display: block;
	}
	.option-txt_sp p {
		margin: 0;
	}
}


/* スマホ ヘッダーメニュー ---- */
.sp_header-scroll {
	display: none;
}
.hf-wrapper {
	display: none;
}
@media screen and (max-width: 480px) {
	.content {
		padding-top: 76px;
	}
	
	#sidebar {
		display: none !important;
	}
	
	/***スマホヘッダー固定 スクロール対応***/
	.sp_header-scroll {
		display: block;
		position: fixed;/*ヘッダー固定*/
		top: 0;
		left: 0;
		width:100%;
		transition: all .55s ease-in-out;
		z-index: 999;
	}
	.hpc_top {
		display: none !important;
	}
	#header-container, #header-container .navi, #navi .navi-in>.menu-header .sub-menu {
		display: none !important;
	}
	.hf-wrapper {
		display: initial;
	}
	
	#sp_header-container {
		position: relative;
		padding: 0px 20px;
	}

	.sp_header-container.hide {
		transform: translateY(-100%);
	}
	
	.header-in .hpc_main-inner .hpc_main-logo a img {
		height: 60px !important;
		width: auto;
		padding: 0px;
	}

	#sp_header-container .search-menu-button {
		margin-top: 24px;
		float: left;
		color: #fff;
	}

	#sp_header-container .sidebar-menu-button {
		margin-top: 24px;
		float: right;
		color: #fff;
	}

	#sp_header-container .search-menu-button span {
		display: block;
		text-align: center;
	}

	#sp_header-container .sidebar-menu-button span {
		display: block;
		text-align: center;
	}

  #sp_header-container .search-menu-icon, .sidebar-menu-icon {
    font-size: 1.1rem;
  }

	#sp_header-container .search-menu-caption, .sidebar-menu-caption {
		font-size: 0.6rem;
		transform: scale(0.8);
	}

	#sp_header-container, #sp_header-container .navi, #navi .navi-in>.menu-header .sub-menu {
		display: block;
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		height: 65px;
		border-bottom: none;
		background-image: url(assets/img/common/sp_header_bg.gif);
		background-position: left top;
		background-repeat: repeat-x;
	}

	.menu-open .menu-button-in {
		display: flex;
	}

	.hpc_main-logo a img {
		width: 50%;
	}

	.hf-wrapper {
	}

	.header-flickable {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		padding: 0 6px;
		display: -ms-flexbox;
		display: flex;
		list-style: none;
		background: #fff;
		border-bottom: 1px solid #000;
	}

	.header-flickable > li {
		display: inline-block;
		height: 28px;
		width: auto;
		min-width: auto;
		margin-right: 1px;
		padding: 0px 17px;
		text-align: center;
	}

	.header-flickable li a {
		display: block;
		height: 28px;
		line-height: 28px;
		font-size: 10px; 
		font-weight: 700;
		color: inherit;
		text-decoration: none;
		white-space: nowrap;
	}
}


/* サイドバー ----
*/
.side-othersite-list {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 20px;
}
.side-othersite-list a:hover {
  background: transparent !important;
  opacity: 1 !important;
}
.side-othersite-list img:hover {
	filter: brightness(90%);
	transition: all 0.7s;
}

@media screen and (max-width: 768px) {
	.side_entry_link br:nth-of-type(1) {
		display: none;
	}
	.menu-content {
		max-width: 85%;
	}
}

/* おススメ記事 */
.widget-sidebar .blogcard-type .external-blogcard-snippet,
.widget-sidebar .blogcard-type .external-blogcard-footer,
.widget-sidebar .blogcard-type .external-blogcard-label,
.widget-sidebar .blogcard-type .internal-blogcard-snippet,
.widget-sidebar .blogcard-type .internal-blogcard-footer,
.widget-sidebar .blogcard-type .internal-blogcard-label {
	display: none;
}
.widget-sidebar .blogcard-type .a-wrap {
	margin: 0 0 3% 0;
}
.widget-sidebar .blogcard-type .external-blogcard.
.widget-sidebar .blogcard-type .internal-blogcard {
	box-shadow: 0 0 3px gray;
}
.widget-sidebar .blogcard-type .external-blogcard-title,
.widget-sidebar .blogcard-type .internal-blogcard-title {
	font-size: 14px;
	line-height: 1.4;
	color: #333;
	font-size: normal;
	font-weight: normal;
}

.side-othersite-list {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 20px;
}
.side-othersite-list a:hover {
  background: transparent !important;
  opacity: 1 !important;
}
.side-othersite-list img:hover {
	filter: brightness(90%);
	transition: all 0.7s;
}


/* テンプレ ----
*/
/* 特殊リスト */
ul.point_list {
	padding: 15px 10px 10px;
	border: 1px solid #333;
	border-radius: 2px;
	list-style: none;
	font-family: Comic Sans MS;
}
ul.point_list li {
	list-style: none;
	padding-bottom: 5px;
	padding-left: 40px;
	margin: 0;
	/* border-bottom: 2px dotted #ddd; */
	font-size: 14px;
	font-weight: bold;
	position: relative;
}
ul.point_list li:before {
	font-family: FontAwesome;
	content: "\f00c";
	position: absolute;
	left: 1em;
	top: 0px;
	color: #666;
}

/* カラーミーからコピー：楽天などのリンク ----
*/
.bottom_product_eria_title {
	font-size: 21px!important;
	font-weight: bold;
	margin: 0 0 5px!important;
	line-height: normal!important;
}
.bottom_product_eria_sub-title {
	line-height: 1.6!important;
	background-color: #fafafa!important;
	border: none;
	font-size: 18px!important;
	padding: 0 0 0 0.6em!important;
	border-left: 6px solid #333!important;
	background: none!important;
	color: #333!important;
	font-weight: 900!important;
	letter-spacing: 0!important;
	margin: 0 0 10px!important;
}
.bottom_product_eria{
  display: flex;
  justify-content: space-between;
}
.bottom_product_eria>div{
  display: block;
  width: calc(50% - 10px);
  padding: 1.0em;
  border: 2px solid #e4e4e4;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #f8f8f8;
}
.bottom_product_eria>div h3,
.article .entry-content .bottom_product_eria>div h3 {
  font-size: 18px;
  padding: 0 0 0 0.6em;
  border-left: 6px solid #333;
  background: none;
  color: #333;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 10px;
}
.ary-list a{
  margin: 0 0 12px;
  width: 100%;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 700;
  line-height: 26px;
  padding: 12px 0;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.ary-list a:hover{
	text-decoration: underline;
	opacity: 1 !important;
}
.ary-list a.ary-list_amazon {
  box-shadow: inset 0 -3px 1px 0 #ce7505;
  background-color: #f89820;
}
.ary-list a.ary-list_rakuten {
  box-shadow: inset 0 -3px 1px 0 #92060d;
  background-color: #b31b22;
}
.ary-list a.ary-list_yahoo {
  box-shadow: inset 0 -3px 1px 0 #f20030;
  background-color: #f03;
}
.ary-list+p{
  font-size: 0.8em;
}

.series-list{
  display: flex;
  flex-wrap:wrap;
}
.series-list:nth-of-type(1){
  padding-bottom: 10px;
  border-bottom: dashed 2px #e4e4e4;
}
.series-list:nth-of-type(2){
  padding-top: 10px;
}
.series-list>a{
  display: block;
  padding: 2px;
  text-decoration: none;
  width: 20%;
  text-align: center;
  line-height: normal;
/*  min-height: 100px;*/
  cursor: pointer;
  background: #fff;
  color: #999999;
  box-shadow: inset 1px 1px 0 0 #e0ddd1,1px 1px 0 0 #e0ddd1,1px 0 0 0 #e0ddd1;
  transition: none;
  font-weight: bold;
  box-sizing: border-box;
  font-size: 6px;
}
.series-list>a:hover{
  box-shadow:inset 2px 2px 0 0 #333, 2px 2px 0 0 #333, 2px 0 0 0 #333, 0 2px 0 0 #333;
  color: #999999;
  box-sizing: border-box!important;
  opacity: 0.7;
  background: rgba(255, 255, 255, 0.2);
}
.series-list img {
  margin: 10px auto 5px;
  width: 60%;
  display: block;
}
@media screen and (max-width: 768px) {
  .bottom_product_eria{
    display: block;
  }
  .bottom_product_eria>div{
    display: block;
    width: 100%;
  }
  .bottom_product_eria>div:nth-of-type(1){
    margin-bottom:10px;
  }
}

/* 質問 */
.question-title {
	padding: 0.5em 1em !important;
	background: #e5e5e5!important;
	margin-bottom: 17px!important;
	border: none!important;
	color: #333!important;
	line-height: 1 !important;
	font-size: 21px!important;
	font-weight: bold!important;
}

/* 虫メガネアイコン */
.mushimegane-icon i {
	margin-right: 10px;
}
.mushimegane-icon,
.mushimegane-icon a {
	color: #1e50a2;
	text-decoration: none;
}

/* A楽Yランキング */
.easyLink-info-btn-amazon {
	/*background: #f79256!important;*/
	background: #000!important;
}
.easyLink-info-btn-rakuten {
	/*background: #f76956!important;*/
	background: #000!important;
}
.easyLink-info-btn-yahoo {
	/*background: #66a7ff!important;*/
	background: #000!important;
}

/* A楽Yランキング */
.article-cat-tmp-title:before {
	position: absolute;
	top: 25%;
	left: 0;
	transform: translateY(-50%);
	content: "\f05d";
	font-family: "FontAwesome";
	width: 22px;
	height: 22px;
	font-weight: 400;
	margin-right: 16px;
	color: #cc1325;
	font-size: 22px;
}
.p-press__title h3 {
	background: none !important;
	font-size: 24px;
	text-align: left;
	border-style: none!important;
}
.p-press__link--external {
	width: 100%;
	padding: 8px;
	margin: 16px auto;
	background: #f7f7f7;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-align: center;
	color: #444;
}

/* 特殊リスト */
.special-list_num,
.special-list_bbox {
	counter-reset: number;
	margin: 0 0 2.5em;
	padding: 1.0em;
	border: dashed 1px gray;
	font-family: Comic Sans MS;
	font-size: 14px;
	font-weight: bold;
}
.special-list_num li,
.special-list_bbox li {
	position: relative;
	line-height: 1.5em;
	list-style-type: none !important;
	padding: 0.5em 0!important;
	padding-left: 2em!important;
	margin: 0!important;
}

.special-list_num li:before {
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	background: #243747;
	color: white;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	font-weight: 600;
	font-size: 10px;
	left: 0;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.special-list_bbox li:before {
	content: "■";
	color: #243747;
	position: absolute;
	left: 0;
	font-size: 18px;
}

.special-list_prev-title {
	font-weight:bold;
	margin-bottom: 0!important;
	font-size: 18px;
}

p:has(+ .point_list),
p:has(+ .special-list_num),
p:has(+ .special-list_bbox) {
	margin-bottom: 0!important;
}


/* マイクロ入りボタン */
.btn-link_micro {
	cursor: pointer;
	border-radius: 50px;
	width: 100%;
	-webkit-box-shadow: 0px 7px 0 #7C0000;
	box-shadow: 0px 7px 0 #7C0000;
	line-height: 1;
	position: relative;
	color: #fff;
	background-color: #E60A45;
	border-color: #E60A45;
	display: block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	font-size: 1rem;
	border-radius: 1.2rem;
	text-decoration: none;
	padding: 1.25rem 2.5rem;
	margin: 10px auto;
}

.btn-link_micro:hover {
	opacity: 1;
	color: #fff;
	background-color: #c1083a;
	border-color: #b50836;
}

.btn-link_micro:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	right: 1.5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.btn-link_micro.blm-small:after {
	right: 1.1rem;
}
.btn-link_micro_blue {
	background-color: #0074c1;
	border-color: #00548c;
	-webkit-box-shadow: 0px 7px 0 #003960;
	box-shadow: 0px 7px 0 #003960;
}
.btn-link_micro_blue:hover {
	background-color: #0068ae;
	border-color: #0068ae;
	-webkit-box-shadow: 0px 7px 0 #00375b;
	box-shadow: 0px 7px 0 #00375b;
}
@media (min-width: 768px) {
	.btn-link_micro:after {
		border-width: 10px 0 10px 17px;
		right: 2.5rem;
	}
	.btn-link_micro.blm-small:after {
		right: 2.1rem;
	}
}

.blm-large {
	max-width: 670px;
}
.blm-small {
	max-width: 570px;
	padding: 1.15rem 2.4rem;
}

.btn-link_micro_top {
	font-size: 0.8rem;
	font-weight: 700;
	display: block;
}
.blm-small .btn-link_micro_top {
	font-size: 0.6rem;
}

.btn-link_micro_top:before {
	margin-right: 10px;
	content: "＼";
}
.btn-link_micro_top:after {
	margin-left: 10px;
	content: "／";
}

.btn-link_micro_bottom {
	font-size: 1.15rem;
	font-weight: 900;
	margin-top: 0.625rem;
	display: block;
}
.blm-small .btn-link_micro_bottom {
	font-size: 1rem;
}
@media (min-width: 768px) {
	.btn-link_micro_bottom {
		font-size: 1.875rem;
	}
	.blm-small .btn-link_micro_bottom {
		font-size: 1.65rem;
	}
	
	.blm-small .btn-link_micro_top {
		font-size: 0.8rem;
	}
}

@media (max-width: 768px) {
	.btn-link_micro {
		padding: 1.25rem 2rem;
	}
	.blm-small {
		max-width: 90%;
	}
}

/* AddQuicktag */
.underline-red,
.underline-blue {
	border-bottom: 1px solid #333;
}
.underline-red {
	border-color: #FF0000;
}
.underline-blue {
	border-color: #0000FF;
}


/* bxslider */
.c02_example {
  background-color: #eaeaec;
  padding: 20px;
  margin-bottom: 30px;
}

.c02_example p,
.cxx_example p {
	margin-bottom: 2em;
}

.c02_example #carousel {
	width: 100%;
}

.c02_example #carousel .bx-wrapper {
	max-width: calc(100% - 10px)!important;
}

.cxx_example #carousel,
.cxx_example a.bx-prev,
.cxx_example a.bx-next {
	height: 130px;
}
.cxx_example a.bx-prev {
	background: url(assets/img/common/btn_sliderright2.gif) no-repeat 0 0;
}
.cxx_example a.bx-next {
	background: url(assets/img/common/btn_sliderleft2.gif) no-repeat 0 0;
}

.c02_example span[data-mce-type="bookmark"],
.c02_example span[data-mce-type="bookmark"] + p,
.cxx_example span[data-mce-type="bookmark"],
.cxx_example span[data-mce-type="bookmark"] + p {
	display: none!important;
}

.c02_example .microcopy, .cxx_example .microcopy {
	margin: 0!important;
	color: #ff0000!important;
	font-size: 12px!important;
	text-align: center!important;
	font-weight: 300 !important;
	line-height: 1.9;
}

.c02_example .microcopy strong, .cxx_example .microcopy strong {
	font-size: 12px!important;
	color: #ff0000!important;
}

.madori-slider01 {
	display: flex;
	align-items: center;
}
.cxx_example .madori-slider01 {
	max-height: 110px;
}

.contents .c02_example h3,
.single .article .c02_example h3,
.archivetop-contents .c02_example h3,
.archivebottom-contents .c02_example h3,
.top-contents .c02_example h3,
.list .c02_example h3 {
	margin-top: 0;
}
.single .article .c02_example .c02_example_h3-title,
.contents .c02_example .cxx_example_h3-title,

.single .article .c02_example h3.c02_example_h3-title,
.contents .c02_example h3.cxx_example_h3-title,

.c02_example_h3-title,
.single .article .cxx_example .c02_example_h3-title,
.contents .cxx_example .cxx_example_h3-title,
.home .contents .c02_example_h3-title,
.single .article .cxx_example h3.c02_example_h3-title,
.contents .cxx_example h3.cxx_example_h3-title,
.home .contents h3.c02_example_h3-title {
	border-bottom: 2px solid #1e1e23;
	border-left: none;
	padding: 9px 10px;
	padding-top: 0;
	background-color: transparent;
	line-height: 1.25;
	margin: 0 0 20px 0!important;
	font-size: 21px;
	font-weight: bold;
}
@media screen and (max-width: 480px) {
	.single .article .c02_example .c02_example_h3-title,
	.contents .c02_example .cxx_example_h3-title,

	.single .article .c02_example h3.c02_example_h3-title,
	.contents .c02_example h3.cxx_example_h3-title,

	.c02_example_h3-title,
	.single .article .cxx_example .c02_example_h3-title,
	.contents .cxx_example .cxx_example_h3-title,
	.home .contents .c02_example_h3-title,
	.single .article .cxx_example h3.c02_example_h3-title,
	.contents .cxx_example h3.cxx_example_h3-title,
	.home .contents h3.c02_example_h3-title {
		font-size: 19px;
	}
}

.contents .c02_example .c02_example p.bolde,
.contents .cxx_example .c02_example p.bolde,
.home .contents .c02_example p.bold {
	margin-bottom: 32px;
}

p.c02_example_p-description {
	font-size: 15px;
}

.c02_example p.c02_example_bottom-line {
	margin: 10px 0 0;
	margin-bottom: 0;
	margin-left: 10px;
}

.popular_relation-list.c02_example_bottom-line {
	line-height: normal;
}

@media screen and (max-width: 480px) {
	p.c02_example_p-description {
		font-size: 13px;
	}
	
	.popular_relation-list.c02_example_bottom-line span {
		font-size: 10px!important;
	}
	.popular_relation-list.c02_example_bottom-line a {
		display: inline!important;
		font-size: 10px;
	}
}


/* テンプレ カテゴリ一覧 */
.cat-tmp-wrapper p {
	padding: 0px 12px;
}
.cat-tmp-title p {
	margin: 0;
	font-weight: bold;
	font-size: 20px;
	padding: 0!important;
}
.cat-tmp-title p.cat-tmp-sub-title {
	font-size: 15px;
	font-weight: normal;
	color: #707070;
}
.illust-cat-inner-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.cat-tmp-inner-wrapper a {
	margin: 4px !important;
}
.illust-cat-inner-wrapper a {
	padding: 2px 8px;
	margin: 4px 2px;
	display: inline-block;
	/*
	border: 1px solid #ccc;
	background: linear-gradient(#f6f6f6 0%, #eee 50%, #f6f6f6 100%);
	color: #707070;
	*/
	border: 1px solid #333;
	border-radius: 4px;
	background-color: #fff;
	font-size: 0.8rem;
	text-decoration: none;
	color: #333;
}
.illust-cat-inner-wrapper a:before {
	content: "\f02b";
	font-family: "FontAwesome";
	padding-right: 5px;
}
.illust-cat-inner-wrapper a.cmw_link-to-top {
	background-color: #e71313;
	background-image: none;
	color: #fff;
	border-style: none;
}
.illust-cat-inner-wrapper a.cmw_link-to-top i {
	display: none;
}
.illust-cat-inner-wrapper a.cmw_link-to-top:before {
	content: "\f101";
}
.illust-cat-inner-wrapper a:hover {
	background: transparent !important;
	opacity: 1 !important;
	color: #e71313;
}
.illust-cat-inner-wrapper a.cmw_link-to-top:hover {
	color: #fff;
	background-color: #e71313!important;
}

@media screen and (max-width: 768px) {
	.illust-cat-inner-wrapper a {
		font-size: 0.7rem!important;
	}
}


/* 関連記事 (短形) ---- */
.shikaku_relation-list,
.popular_relation-list,
.official_site-list {
	margin: 0!important;
	font-size: 15px!important;
}
.shikaku_relation-list_title,
.popular_relation-list_title,
.official_site-list_title {
	border-radius: 2px;
	font-size: 10px!important;
}
.shikaku_relation-list_title:before,
.popular_relation-list_title:before,
.official_site-list_title:before {
	content: "\f07b";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
}
@media screen and (max-width: 768px) {
	.shikaku_relation-list,
	.popular_relation-list,
	.official_site-list {
		text-align: left!important;
	}
	.shikaku_relation-list a,
	.popular_relation-list a,
	.official_site-list a {
		display: block!important;
	}
	
	.side-top-ad-img_area .shikaku_relation-list span,
	.side-top-ad-img_area .popular_relation-list span,
	.side-top-ad-img_area .official_site-list span,
	.side-top-ad-img_area .shikaku_relation-list a,
	.side-top-ad-img_area .popular_relation-list a,
	.side-top-ad-img_area .official_site-list a {
		display: inline!important;
	}
}

.shikaku_relation-list {
	margin: 10px 0 20px;
}

.shikaku_relation-list span,
.popular_relation-list span,
.official_site-list span {
	margin-right: 10px;
	background-color: #000;
	color: #fff;
	padding: 0 5px;
}
.popular_relation-list span {
	background-color: #0074c1;
}
.official_site-list span {
	background-color: #800080;
}

@media screen and (max-width: 768px) {
	.shikaku_relation-list span,
	.popular_relation-list span,
	.official_site-list span {
		padding: 2px 5px;
	}
}


/* フッターのカテゴリリスト */
#footer-in .widget-footer-center ul {
	display: flex;
	flex-wrap: wrap;
}


/* 関連記事 ----
*/
.related-entries_bottom.rect-vertical-card-3 .related-entry-card-wrap {
	width: 100%;
}
.related-entries_bottom.rect-vertical-card .entry-card-thumb,
.related-entries_bottom.rect-vertical-card .related-entry-card-thumb {
	margin-right: 1.6%;
}
.related-entries_bottom.rect-vertical-card .related-entry-card-thumb {
	width: 160px;
	float: left;
	margin-top: 3px;
	position: relative;
}

.related-entries_single .blogcard-footer {
	display: none;
}
.related-entries_bottom .blogcard-footer {
	clear: both;
	padding-top: 0.6%;
	font-size: 0.8em;
}
.blogcard-next,
.related-entries_bottom .blogcard-next {
	padding: 8px 16px !important;
	color: #707070;
	border: 1px solid #ccc;
	background: #fff;
	float: right;
	line-height: 16px;
}
.blogcard-next span,
.related-entries_single .blogcard-next span {
	font-size: 11px !important;
}

.related-entries_bottom.related-entries .related-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.related-entries_bottom.related-entries .related-entry-card-wrap {
	width: 33%;
	padding: 5px;
}
.related-entries_bottom.related-entries .related-entry-card-thumb {
	float: none;
	width: 100%;
}
.related-entries_bottom.related-entries .related-entry-card-content {
	margin: 0;
}
.related-entries .blogcard-footer,
.related-entries_bottom.related-entries .blogcard-footer {
	display: none;
}
@media screen and (max-width: 834px) {
	.related-entries_bottom.related-entries .related-entry-card-wrap {
		width: 49%;
	}
}

.related-entries_bottom.rect-vertical-card .related-entry-card-wrap {
	padding: 1.5%;
}
.related-entries_single .entry-card-title,
.related-entries_single .related-entry-card-title {
	background: none !important;
	color: #0074c1;
	line-height: 24px;
	padding-left: 0;
}

.related-entries_single.rect-vertical-card .related-entry-card-title {
	font-size: 18px;
}
.related-entries_single .entry-card-snippet,
.related-entries_single .related-entry-card-snippet {
	overflow: hidden;
	max-height: 15em;
	font-size: 0.8em;
	line-height: 180%;
	color: #707070;
}
.related-entries_single .entry-card-content,
.related-entries_single .related-entry-card-content,
.related-list .entry-card-content,
.related-entry-card-content {
	 padding-bottom: 0;
}

.related-entries-lineup h2::after {
	content: none;
}

.single .article .rect-vertical-card h3.related-entry-card-title {
	font-size: 16px;
	margin: 0;
	line-height: 1.2;
	margin-bottom: 5px;
	font-weight: bold;
	border: none;
	background-color: transparent!important;
}

.ect-entry-card .entry-card-wrap h2,
.rect-vertical-card .related-entry-card-title {
	color: #950000;
}

.rect-vertical-card .related-entry-card-thumb p {
	margin: 0;
	/*height: 157px;
	margin-bottom: 10px;*/
	overflow: hidden;
}

@media screen and (max-width: 480px) {
	.related-entries_single.rect-vertical-card .related-entry-card-thumb {
		width: 38%;
		margin-bottom: 6px;
	}
	.related-entries_single .entry-card-snippet,
	.related-entries_single .related-entry-card-snippet {
		margin-bottom: 0;
		clear: both;
	}
	
	.blogcard-label,
	.blogcard-type .blogcard-label {
		display: none;
	}
	.blogcard-wrap {
		width: 100%;
	}
	.blogcard {
		border-radius: 0!important;
	}
	.blogcard .blogcard-thumbnail {
		width: 126px!important;
		float: left;
		line-height: 1.1;
	}
	.blogcard-title {
		font-size: 16px!important;
		max-height: 66px;
		overflow: hidden;
	}
	.blogcard-footer {
		clear: both;
		position: static;
		text-align: right;
		line-height: 1;
		padding-top: 0;
	}
	.blogcard-next,
	.related-entries_bottom .blogcard-next {
		font-size: 0.7em;
		padding: 8px 16px !important;
		color: #707070;
		border: 1px solid #ccc;
		line-height: 1;
	}
}

.entry-card-content .entry-card-title {
	border-left: none;
}

.single .article .rect-vertical-card h3.related-entry-card-title,
.archivebottom-contents .related-entry-card-wrap h3 {
	border: none;
	padding: 0;
	margin: 0 0 5px;
	line-height: 1.2;
	color: #0074c1;
}


.bottom-article-list.ect-entry-card .entry-card-wrap h2,
.bottom-article-list.rect-vertical-card .related-entry-card-title {
	color: #333!important;
}
.bottom-article-list.related-entries-lineup h2 {
	padding: 0!important;
}
/*
.bottom-article-list .related-entry-card-thumb {
	height: 157px;
	overflow: hidden;
}
*/
.bal-author_area {
	display: none;
}
@media screen and (max-width: 480px) {
	.bottom-article-list .related-entry-card-thumb {
		height: 87px;
		overflow: hidden;
	}
	.bottom-article-list.ect-entry-card .entry-card-wrap h2,
	.bottom-article-list.rect-vertical-card .related-entry-card-title {
		line-height: 1.2;
		margin: 5px 0!important;
		font-size: 17px;
	}
	.related-entry-card-snippet,
	.bottom-article-list .related-entry-card-snippet {
		display: none;
	}
	.bal-author_area {
		display: block;
		font-size: 11px;
		color: #b3b3b3;
		font-family: Roboto,Arial,sans-serif;
		font-weight: 300;
	}
	.bal-auther_title {
		background-color: #b3b3b3;
		color: #fff;
		font-weight: 500;
		line-height: 15px;
		border-radius: 2px;
		padding: 1px 2px;
		margin-right: 5px;
	}
}


/* テーブル */
table  {
	border-top: 2px solid #283135;
	border-bottom: 2px solid #283135;
}
table th {
	font-size: 16px;
	
	font-weight: bold;
	padding: 15px 1.5em;
}
table td {
	padding: 6px;
	font-size: 14px;
	
	font-weight: normal;
}

table a:after {
	content: ""!important;
}

table p,
.article table p,
.demo .entry-content table p {
	margin: 10px 0;
}
/*
table tr:nth-child(odd) {
	background-color: #f5f5f5;
}
*/
table th, table td {
	/*
	font-weight: bold;
	font-family: Comic Sans MS;
	*/
	font-family: Andale Mono;
}
.scroll-hint.is-right-scrollable,
.scroll-hint.is-right-scrollable.is-left-scrollable,
.scroll-hint.is-left-scrollable {
	background: none;
}
.scrollable-table th {
	padding: 15px 1.5em;
}
@media screen and (min-width: 480px) {
	.scroll-hint-icon-wrap {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	table th {
		font-size: 15px;
		line-height: 1.2;
	}
	table td {
		font-size: 13px;
		line-height: 1.2;
	}
}

.table-style03 th,
.table-style04 th {
	/*
	background-color: #eee;
	*/
	background: rgb(245, 248, 248);
}

.table-style01 th,
.table-style03 tr:nth-child(1) th {
	/*
	background-color: #696969;
	color: #fff;
	*/
	background: rgb(245, 248, 248);
	color: rgb(40, 49, 53);
}
.table-style02 th,
.table-style04 tr:nth-child(1) th {
	background-color: #e7f8ff;
	color: #444;
}


/* 汎用 ---- */

.b {
	font-weight: bold;
}
.b0 {
	font-weight: normal!important;
}

.al-c {
	text-align: center!important;
}
.m0 {
	margin: 0!important;
}
.m20 {
	margin: 20px!important;
}
.m0-t {
	margin-top: 0px!important;
}
.m0-b {
	margin-bottom: 0px!important;
}
.m0-l {
	margin-left: 0px!important;
}
.m0-r {
	margin-right: 0px!important;
}
.m10-t {
	margin-top: 10px!important;
}
.m20-t {
	margin-top: 20px!important;
}
.m30-t {
	margin-top: 30px!important;
}
.m40-t {
	margin-top: 40px!important;
}
.m50-t {
	margin-top: 50px!important;
}
.m10-b {
	margin-bottom: 10px!important;
}
.m20-b {
	margin-bottom: 20px!important;
}
.m30-b {
	margin-bottom: 30px!important;
}
.m40-b {
	margin-bottom: 40px!important;
}
.m50-b {
	margin-bottom: 50px!important;
}
.m10-l {
	margin-left: 10px!important;
}
.m20-l {
	margin-left: 20px!important;
}
.m30-l {
	margin-left: 30px!important;
}
.m40-l {
	margin-left: 40px!important;
}
.m50-l {
	margin-left: 50px!important;
}
.m10-r {
	margin-right: 10px!important;
}
.m20-r {
	margin-right: 20px!important;
}
.m30-r {
	margin-right: 30px!important;
}
.m40-r {
	margin-right: 40px!important;
}
.m50-r {
	margin-right: 50px!important;
}

.content-inner {
	padding: 0 12px;
}


/* read more */
.readmoreButton .btn {
  border-style: none;
	/*font-size: 1.6rem;*/
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.readmoreButton a.btn-svg {
	font-family: 'Noto Sans';
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 1px;
	margin: 2rem auto 4rem;
  font-weight: 700;
  line-height: 54px;
  width: 204px;
  height: 54px;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  background-color: transparent;
}

.readmoreButton a.btn-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.readmoreButton a.btn-svg svg rect {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  stroke: #4a4a4a;
  stroke-width: 2;
  stroke-dasharray: 200px, 16px;
  stroke-dashoffset: 70px;
}

.readmoreButton a.btn-svg:hover svg rect {
  stroke-dashoffset: 284px;
}

.readmoreButton a.btn-svg span {
  color: #4a4a4a;
}

.readmoreButton p.readmoreButton_inner {
	width: 202px;
	height: 52px;
	background: url(images/btn-flame.png) no-repeat 0 0;
	margin: 0 auto!important;
	padding: 0!important;
}
#container .readmoreButton p.readmoreButton_inner .btn:hover {
	color: #212529;
}

@media screen and (max-width: 480px) {
	.readmoreButton a.btn-svg {
		width: 164px;
	}
	.readmoreButton a.btn-svg rect {
		width: 160px;
	}
	.readmoreButton p.readmoreButton_inner a.btn-svg {
		width: 202px;
	}
}

.readmoreButton2 {
	cursor: pointer;
	max-width: 670px;
	line-height: 1;
	position: relative;
	color: #333;
	display: block;
	font-weight: 700;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	border: solid 1px #a9a9ab;
	background-color: #fff;
	border-radius: .2222222222em;
	text-decoration: none;
	padding: 1.25rem 2.5rem;
	margin: 10px auto;
	transition: .3s;
}
.readmoreButton2_middle {
	max-width: 550px;
}

.readmoreButton2 a,
.readmoreButton2 a span {
	display: block;
	text-decoration: none;
	color: #333;
}
.readmoreButton2_top {
	font-size: 0.8rem;
}
.readmoreButton2_top:before {
	margin-right: 10px;
	content: "＼";
}
.readmoreButton2_top:after {
	margin-left: 10px;
	content: "／";
}
.readmoreButton2_bottom {
	font-size: 1.875rem;
	font-weight: 900;
	margin-top: 0.625rem;
}
.readmoreButton2 a::after {
	content: none!important;
	padding-left: 0!important;
}
.readmoreButton2:hover,
.readmoreButton2 a:hover {
	background-color: #F5F5F5;
	opacity: 1;
}

.readmoreButton2_w-flame {
	max-width: 500px;
	display: flex;
	justify-content: center;
	margin: auto;
}
.readmoreButton2_w-flame .readmoreButton2 {
	width: 204px;
}
@media screen and (max-width: 480px) {
	.readmoreButton2_w-flame {
		max-width: 100%;
		display: block;
	}
	.readmoreButton2_bottom {
		font-size: 1.25rem;
	}
	.readmoreButton2_middle {
		max-width:350px;
	}
}

.head-icon_feame span {
	display: inline!important;
}
.head-icon_amazon:before {
	background: url(images/side_cat-article/01_a.gif) no-repeat;
	background-size:contain;
	width: 18px;
	height: 18px;
	margin-right: 7px;
	content: "　";
	display: inline-block;
	position: relative;
	bottom: 4px;
}


/* アイテムの表示ON・OFF */
.select-table-view-style {
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 5px 0 10px;
}

.select-table-view-style li {
	border: 1px solid #808080;
	border-radius: 4px;
	padding: 0 10px;
	margin-right: 5px;
	cursor: pointer;
}
.select-table-view-style li:hover {
	background-color: #808080;
	color: #fff;
}
.select-table-view-style li:last-of-type {
	background-color: #333;
	color: #fff;
	border-style: none;
}
.select-table-view-style li:last-of-type:hover {
	background-color: #808080;
}

.select-table-view-style li.stvs_selected {
	box-shadow: none;
	position: relative;
	top: 2px;
	left: 2px;
}

@media screen and (max-width: 768px) {
	.select-table-view-style li {
		font-size: 11px;
		padding: 0 5px;
	}
	.select-table-view-style {
		padding-left: 0!important;
		font-size: 14px;
		left: 0;
	}
}


/* 非表示 → 表示 */
.click-for-show span {
	cursor: pointer;
}
.hide-untile-click_area {
	display: none;
}


/* PC or SP */
.article .pc {
	display: block;
}
.article .sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.article .pc {
		display: none;
	}
	.article .sp {
		display: block;
	}
}

/* ステマ規制対策 */
.ad-attention {
	font-size: 13px!important;
	color: #707070;
	margin-bottom: 20px;
	padding: 0!important;
}

/* スマホのフッター対策 */
@media screen and (max-width: 768px) {
	.footer-in .footer-widgets .footer-center ul {
		flex-direction: row;
	}
	.footer-in .footer-widgets .footer-center .kaisyagaiyou ul {
		flex-direction: column;
	}
}

/* brの無効 */
@media screen and (max-width: 480px) {
	.sp-br-none br {
		display: none;
	}
}
