/*
Theme Name: rankfx2
Theme URI:
Description:
Version: 0.9.0
Author: rankfx
Author URI:
*/
@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}
body {
  color: #000;
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  /* font-size: 14px; */
  font-size: 1.4rem;
  line-height: 1.8;
  line-height: 180%;
  text-align: justify;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0 auto;
  padding: 0;
  line-height: 1.2;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #002d87;
}
a:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #ff0000;
}
/*clearfix
---------------------------------*/
/* For modern browsers */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
/* For IE 6/7 only */
.cf {
  *zoom: 1;
}

/*レイアウト
-------------*/
header {
  margin-bottom: 35px;
}
header > .inner {
  position: relative;
}
.catch {
  background: #858585;
}
.catch h1,
.catch p {
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff;
  padding: 5px 1rem;
  -moz-osx-font-smoothing: grayscale;
}
.catch .inner {
  padding: 5px 300px 5px 1rem;
}
.information {
  text-align: right;
}
#gnavi {
  background: url(./images/2/line1.gif) bottom repeat-x;
  display: inline-block;
  width: 100%;
}
/*現在のページに適応するstyle*/
.current-menu-item {
  background: url(./images/2/bg-nav-active.png) no-repeat,
    url(./images/2/line2.gif) repeat-x;
  background-position: 50% 52px, bottom;
}
.current-menu-item a {
  color: #f00;
}
nav ul li {
  float: left;
}
nav ul li a {
  font-size: 1.7rem;
}
nav ul li a:before,
.merit li:before {
  /* content: "\f054";
  font-family: FontAwesome; */
  content: url(./images/f054r.svg);
  width: 8px;
  display: inline-block;
  position: relative;
  color: #f00;
  margin-right: 3px;
}
.merit li:before {
  margin-right: 5px;
}

/*サイトタイトル*/
nav ul li:first-child a,
.logo {
  color: #f00;
  font-size: 38px;
  font-family: Arial, "Ramabhadra", sans-serif;
  font-weight: bold;
  padding: 20px 15px 13px 0;
  letter-spacing: -0.01em;
}
nav ul li:first-child a:before {
  content: "";
}
nav ul li a {
  background: url(./images/2/bg-nav-active.png) no-repeat;
  background-position: 50% 70px;
  color: #333;
  text-decoration: none;
  padding: 22px 12px 11px 3px;
  position: relative;
  display: block;
  height: 60px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
nav ul li a:hover {
  background-position: 50% 52px;
}
/*左からスライド*/
nav li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 3px;
  background-color: #f00;
  transition: 0.3s;
}
nav li a:hover:after {
  width: 100%;
}
/*共通
-------------*/
#wrap section {
  margin-bottom: 30px;
}
section > h2 {
  font-size: 1.6rem;
  padding: 8px 0px;
  margin-bottom: 15px;
  border-bottom: 2px solid #e6e6e6;
}
section > h2:before {
  content: url(./images/2/h2_icon.png);
  margin-right: 10px;
  top: 3px;
}
/*レイアウト
-------------*/
.inner,
#wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 50px;
}
main {
  width: 71%;
}
aside {
  width: 25%;
}
/* スライドショー */
#slider {
  margin-bottom: 25px;
}
#slider ul li img {
  width: 100%;
  border: 1px solid #eee;
}
.bx-wrapper .bx-controls-direction a.disabled {
  /*display: inherit; 20250708 */
}
.bx-wrapper .bx-pager.bx-default-pager a {
  border-radius: 0;
  background: #eee;
  margin: 0 3px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #f00;
}
.bx-wrapper .bx-pager {
  text-align: right;
  font-size: 0px;
  color: #fff;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 39%;
  margin-top: 0;
  outline: 0;
  width: 25px;
  height: 80px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-prev {
  left: 0;
  background: url(./images/2/arrow_l.png) no-repeat 0 0;
}
.bx-wrapper .bx-next {
  right: 0;
  background: url(./images/2/arrow_r.png) no-repeat 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: 0 0;
}
.pointer {
  cursor: pointer;
}

/*----------------------main*/
.fb {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
#partner ul li {
  border: 1px solid #eee;
  width: 24%;
  max-height: 100px;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}
#partner ul li img {
  width: 100%;
  height: auto;
}
section#merit h2,
.headline-band {
  background: #858585;
  background: -moz-linear-gradient(top, #858585 50%, #717171 50%);
  background: -webkit-linear-gradient(top, #858585 50%, #717171 50%);
  background: linear-gradient(to bottom, #858585 50%, #717171 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#858585', endColorstr='#717171',GradientType=0 );
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 0;
}
section#merit h2:before {
  content: "";
}
#merit ul {
  background: url(./images/2/merit_bk.gif);
  padding: 20px 10px;
  justify-content: center;
}
#merit ul li {
  border: 5px solid #ddd;
  background: #fff;
  width: 30%;
  padding: 5px;
  margin: 0 1% 10px;
}
#merit ul li p {
  font-size: 1.7rem;
  line-height: 1.3;
  font-family: "HiraKakuProN-W6", sans-serif;
  font-weight: bold;
  padding: 0 15px 15px;
  margin-bottom: 10px;
  border-bottom: 3px solid #ddd;
}
.merit_img {
  position: relative;
  margin-bottom: 15px;
}
.merit_img img {
  width: 100%;
  height: auto;
}
#merit ul li .merit_icon {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 43px;
}
section#main_campaign h2 {
  background: #f00;
  background: -moz-linear-gradient(top, #f00 50%, #d90000 50%);
  background: -webkit-linear-gradient(top, #f00 50%, #d90000 50%);
  background: linear-gradient(to bottom, #f00 50%, #d90000 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00', endColorstr='#d90000',GradientType=0 );
  color: #fff;
  font-size: 1.6rem;
}
section#main_campaign h2:before {
  content: "";
}
#main_campaign ul li {
  width: 50%;
  justify-content: left;
}
#main_campaign .campaign_img {
  width: 126px;
  margin: 5px 15px 5px 0;
}
#main_campaign .campaign_img img {
  width: 100%;
}
#main_campaign .campaign_txt {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  width: 65%;
}
#main_campaign li:nth-child(1) .campaign_txt,
#main_campaign li:nth-child(2) .campaign_txt {
  border-top: 1px solid #ddd;
}
#main_campaign .campaign_txt a {
  text-decoration: none;
}
#main_campaign h3 {
  font-size: 1.4rem;
  text-decoration: underline;
}
#main_campaign p {
  font-size: 1.2rem;
  color: #fff;
  background: #1e97e2;
  display: inline;
}
/*現在開催中キャンペーン用*/
#main_campaign .now li {
  width: 100%;
}
#main_campaign .now .campaign_img {
  width: 33%;
  border: none;
}
#main_campaign .now h3 {
  color: #002d87;
  font-size: 2.4rem;
  text-decoration: none;
  margin-bottom: 10px;
  position: relative;
}
#main_campaign .now h3:hover {
  color: #ff0000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#main_campaign .now p:before {
  /* content: "\f046";
  font-family: FontAwesome; */
  content: url(./images/f046.svg);
  display: inline-block;
  width: 17px;
  color: #000;
  margin-right: 5px;
  position: relative;
}
#main_campaign .campaign_view {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #333;
}
.campaign_broker {
  display: inline-block;
  color: #000;
  padding: 3px 4px 0;
  border: 1px solid #000;
  font-size: 1.4rem;
  line-height: 0.9;
}
#main_campaign .now p {
  font-size: 1.8rem;
  color: #d90000;
  background: none;
}
#main_campaign .now .campaign_txt a {
  color: #000;
}
#main_campaign .now .campaign_txt {
  padding: 5px 0;
  border: none;
}
/*過去キャンペーン用*/
#main_campaign .past .campaign_img {
  border: none;
}
#main_campaign .past .campaign_txt {
  padding: 5px 0;
}
.info_list ul li {
  padding: 5px 10%;
}
#news ul li:nth-child(even) {
  background: #f3f8f9;
}
#info ul li:nth-child(even) {
  background: #f3f9f6;
}
.info_list ul li .date {
  float: left;
  margin-right: 20px;
}
.info_list ul li h3 {
  font-size: 1.4rem;
}
section ul li h3:before {
  /* content: "\f0da";
  font-family: FontAwesome; */
  content: url(./images/f0da.svg);
  display: inline-block;
  width: 6px;
  color: #000;
  margin-right: 5px;
  position: relative;
}
#about {
  border: 1px solid #ddd;
}
#about > div,
#about > p {
  display: inline-block;
  vertical-align: middle;
}
#about > div {
  width: 210px;
  text-align: center;
}
#about .about_ttl .logo {
  line-height: 0.6;
  padding: 80px 0px 0px 0;
  margin-bottom: 35px;
}
.about_ttl span {
  font-size: 1.2rem;
  color: #000;
  font-weight: normal;
}
#about > p {
  width: 71%;
  margin: 10px auto;
  border-left: 1px dashed #ddd;
  padding: 0 0 0 20px;
}
#attention h2:before {
  content: "";
  content: url(./images/2/attention_icon.png);
  position: relative;
  margin-right: 10px;
  top: 3px;
}
#attention p {
  padding: 0 40px;
}
/*----------------------side*/
aside a img {
  width: 100%;
  height: auto;
}
.side_partner_box {
  margin-bottom: 23px;
}
.side_partner_box img {
  padding: 3px;
  border: 1px solid #ddd;
  margin-bottom: 5px;
}
.side_partner_box p {
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 0 10px;
}
#side_news h2:after {
  content: "NEW";
  color: #fff;
  background: #f00;
  font-size: 1rem;
  margin-left: 5px;
  position: relative;
  bottom: 2px;
  padding: 2px 3px 0;
}
#side_campaign ul li {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  padding: 3px;
}
#side_faq li {
  margin-bottom: 5px;
  background: url(./images/2/side_faqicon.png) left no-repeat;
  min-height: 46px;
}

section h2 a:before,
section.ranking a:before {
  /* content: "\f054";
  font-family: FontAwesome; */
  content: url(./images/f054r.svg);
  width: 6px;
  display: inline-block;
  position: relative;
  margin-right: 3px;
}
aside section h2 a:before,
section.ranking a:before {
  content: url(./images/f054w.svg);
}
section h2 a,
section.ranking a {
  display: inline;
  float: right;
  font-size: 1.2rem;
  text-decoration: none;
  border: 1px solid #002d87;
  padding: 3px 5px 2px;
  color: #fff;
  background: #002d87;
}
section.ranking a {
  font-size: 1.5rem;
  padding: 4px 11px 3px;
}
@media (max-width: 667px) {
  .ranking section .alignright {
    float: unset;
  } /*詳しく見る*/
  section.ranking a {
    font-size: 1.8rem;
    width: -webkit-fill-available;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

section h2 a:hover,
section.ranking a:hover {
  color: #002d87;
  background: #fff;
}
section h2 a:hover:before,
section.ranking a:hover:before {
  content: url(./images/f054b.svg);
}

section h2 .top_campaign {
  display: inline;
  float: right;
  font-size: 1.2rem;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 3px 5px 2px;
  color: #f00;
  background: #fff;
  margin-right: 10px;
}
#side_faq li img {
  display: inline-block;
  vertical-align: top;
}
#side_faq li a {
  display: inline-block;
  line-height: 1.2;
  padding-top: 6px;
  margin-left: 45px;
}
#faq_cate li {
  list-style: none;
}
#faq_cate li:before {
  /* content: "\f054";
  font-family: FontAwesome; */
  content: url(./images/f054b.svg);
  display: inline-block;
  width: 6px;
  position: relative;
  color: #002d87;
  margin-right: 3px;
}
#faq_cate li a {
  padding: 3px 0;
  display: inline-block;
}
/*-----------------------#footer*/
.f_menu {
  background: #eee;
  padding: 40px 0 20px;
  border-top: 1px solid #ddd;
}
.f_menu ul {
  display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.f_menu li {
  width: 22%;
  margin: 0 3% 20px 0;
}
.f_menu a {
  color: #333;
  text-decoration: none;
  font-weight: 500;
}
.f_menu a:before {
  /* content: "\f054";
  font-family: FontAwesome; */
  content: url(./images/f054r.svg);
  display: inline-block;
  width: 8px;
  position: relative;
  color: #f00;
  margin-right: 3px;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
}
.f_menu .current-menu-item {
  background: none;
}
.f_menu .current-menu-item a {
  color: #f00;
}
.f_about {
  background: #666;
  color: #fff;
  padding: 40px 0;
  text-align: left;
}
.f_about dt {
  float: left;
  clear: left;
  width: 20%;
}
.f_about dd {
  float: left;
  width: 80%;
  margin: 0;
}
.f_about dd::before {
  content: ":";
  position: relative;
  margin: 0 5px;
}
.copyright p {
  font-size: 1.2rem;
  float: left;
  margin-top: 20px;
  line-height: 1.2;
}
.copyright .logo {
  font-size: 3.4rem;
  float: right;
}
.page_top {
  position: fixed;
  right: 10px;
  bottom: 70px;
}

/*
既存下層css*/
main .sub h1 {
  font-size: 3.4rem;
  border-left: 10px solid #f00;
  padding: 3px 8px;
  margin-bottom: 30px;
}
.info_list > p,
.info_list > div {
  display: inline-block;
  vertical-align: top;
}
.info_list > div {
  width: 100%;
}
.archive_info li {
  font-size: 16px;
  margin: 10px 0;
  border-bottom: 1px dotted #333;
  padding: 7px 0px;
}
.info_list .date {
  margin-right: 10px;
}
.info_content {
  font-size: 13px;
  line-height: 2;
  margin-left: 10px;
}
.archive_info .info_title {
  color: #003290;
  font-weight: 700;
}
.info_content a {
  font-size: 15px;
}
.pagenav {
  text-align: center;
  margin: 30px 0;
}
.mailmagapage .pagenav {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  padding: 20px 0;
  margin: 60px 0 30px;
}
.pagenav .inactive {
  padding: 0 10px;
  display: inline;
}
.pagenav .current {
  margin: 0 3px 0 0;
}
.pagenav a,
.pagenav span {
  padding: 0 5px;
  text-decoration: none;
}
.pagenav i {
  font-size: 25px;
  color: #012468;
  display: inline-block;
  position: relative;
  top: 2px;
  padding: 0 10px;
}

.pankuzu {
  line-height: 1.2em;
  margin-bottom: 20px;
  font-size: 1.2rem;
}
.pankuzu li {
  float: left;
}
/****************************************
          Clearfix
*****************************************/

#container:after,
#header .menu > ul:after,
#header ul.menu:after,
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
}

/* clearfix for ie7 */
#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
  display: inline-block;
}

#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
  display: block;
}
/*-------------------------#form*/

.formtable td > input,
.firstname,
.lastname,
.message {
  width: 80%;
}
#form input,
#form button,
#form textarea,
#form select {
  border: 1px solid #e0e0e0;
}

.formtable {
  width: 100%;
}
#form table, .single_faq .faq_box table {
  margin-bottom: 20px;
  border: 1px solid #afafaf;
}
#form td {
  vertical-align: top;
}
.finfo {
  border-collapse: inherit;
  padding: 10px;
  width: 100%;
}
.finfo tr {
  display: table;
  margin-bottom: 5px;
}
.finfo_ttl {
  border-left: 5px solid #eee;
  width: 78px;
  padding-left: 10px;
  vertical-align: top;
  position: relative;
}
.finfo_ttl:after {
  content: ":";
  position: absolute;
  right: 5px;
}
.formtable tr, .single_faq .faq_box tr {
  border-bottom: 1px solid #e0e0e0;
}
.formtable th, .single_faq .faq_box th {
  font-weight: normal;
  border-right: 1px solid #e0e0e0;
  width: 40%;
  padding: 10px 15px;
  background: #eee;
}
.formtable td, .single_faq .faq_box td {
  padding: 10px 15px;
}
.required {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
  color: #ff0000;
}
#form .file {
  border: none;
}
input {
  padding: 10px;
}
.namearea div {
  float: left;
  width: 50%;
}
.firstname {
  margin-right: 10px;
}
.submitwrap {
  margin: 1rem 0;
  text-align: center;
}
.submit {
  transition: background-color 0.35s ease 0s;
  font-size: 2rem;
  line-height: 2.5;
  border: 1px solid #009be1;
  color: #fff;
  width: 59%;
  cursor: pointer;
  background: #009be1;
}
.submit:hover {
  color: #009be1;
  background: #fff;
}
.return {
  transition: background-color 0.35s ease 0s;
  font-size: 2rem;
  line-height: 2.5;
  border: 1px solid #001a4b;
  color: #fff;
  width: 20%;
  cursor: pointer;
  background: #001a4b;
}
.return:hover {
  border: 1px solid #001a4b;
  color: #001a4b;
  background: #fff;
}
.mwform-file-delete {
  border: 1px solid #d5d5d5;
  padding: 0px 3px 2px;
  border-radius: 3px;
}
.mw_wp_form_complete {
  padding: 3em;
}
.mw-wp-form_image img {
  max-width: 404px;
}
.mw_wp_form input[type="file"] {
  border: none;
  overflow: hidden;
}

/*-----------*/
.subEntry h2,
.subEntry h3,
.subEntry h4,
.subEntry h5,
.subEntry h6 {
  margin-bottom: 20px;
}
.subEntry h2, .single_faq .faq_box h2 {
  color: #000;
  font-size: 3rem;
  background: url(./images/2/line1.gif) bottom repeat-x;
  padding: 0 0 5px 0;
}
#campaign .subEntry h2 {
  color: #000;
  font-size: 2rem;
  background: url(./images/2/line1.gif);
  border-bottom: 8px solid #e1e1e1;
  padding: 12px 10px 8px;
}
.subEntry h2:before {
  content: url(./images/2/h2_icon.png);
  margin-right: 10px;
  top: -5px;
  position: relative;
}
#campaign .subEntry h2:before {
  content: "";
}
.subEntry h3, .single_faq .faq_box h3 {
  font-size: 1.8rem;
  color: #fff;
  background: #5d5d5d;
  padding: 12px;
}
.subEntry h4, .single_faq .faq_box h4 {
  font-size: 1.8rem;
  border-left: 4px solid #f00;
  padding: 5px 7px;
}
.subEntry h5, .single_faq .faq_box h5 {
  background: #ddd;
  font-size: 1.6rem;
  padding: 5px 11px 1px;
}
.subEntry h6, .single_faq .faq_box h6 {
  font-size: 1.6rem;
  border-bottom: 3px solid #f00;
}
.subEntry p {
  margin-bottom: 15px;
}
.subEntry strong {
  background: linear-gradient(transparent 60%, #d1e4ed 60%);
  font-size: 100%;
}
.subEntry em {
  font-weight: bold;
}
.subEntry ul {
  margin-bottom: 20px;
  padding-left: 26px;
}
.subEntry ul li {
  margin-bottom: 5px;
  list-style-type: initial;
  list-style-position: inside;
}
.subEntry ol {
  counter-reset: li;
  list-style: none;
  padding-left: 20px;
}
.subEntry ol > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2.5em;
}
.subEntry ol > li:before {
  content: counter(li) "";
  counter-increment: li;
  position: absolute;
  left: 0;
  width: 1.8em;
  height: 1.8em;
  background: #333;
  color: #fff;
  line-height: 1.8;
  text-align: center;
}
.subEntry dd {
  margin: 0 auto 15px;
}
.subEntry table caption {
  text-align: left;
  font-weight: bold;
}
.subEntry table {
  width: 100%;
  border-collapse: collapse;
  border: 0px;
  margin-bottom: 30px;
}
.subEntry table th,
.subEntry table td {
  padding: 10px;
  border: 1px solid #ddd;
}
.subEntry table th {
  background: #f4f4f4;
}
blockquote {
  padding: 30px 20px;
  background: #eee;
  color: #0058a3;
  font-style: normal;
}
img.aligncenter,
.aligncenter {
  margin: 0 auto;
  text-align: center;
}
img.alignright {
  padding: 4px;
  margin: 0 0 2px 10px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 0 10px 2px 0;
  display: inline;
}

/*common*/
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  padding-top: 30px;
}
.aligncenter img {
  margin-bottom: 30px;
}
.subEntry img {
  margin-bottom: 10px;
}
b,
.bo {
  font-weight: bold;
  font-size: 1;
}
pre {
  white-space: pre-wrap; /* CSS3 */
  white-space: -moz-pre-wrap; /* Firefox */
  white-space: -webkit-pre-wrap; /* Chrome, Safari */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* IE 5.5+ */
}
/*-------#merit*/
.merit_read {
  border: 3px #eaeaea solid;
  background: url(./images/read_bk.jpg) 10px 0 no-repeat;
  margin-bottom: 75px;
}
.merit_read p {
  text-shadow: 0 0 3px #fff;
  width: 60%;
  margin: 0 0 0 auto;
  padding: 30px 20px;
}
.merit_ttl,
.headline-band {
  position: relative;
  margin-top: 80px;
}
.subEntry .merit_ttl h2 {
  padding: 0 0 5px 152px;
}
.subEntry .merit_ttl h2:before {
  content: "";
}
.merit_num {
  height: 100px;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 14px 22px 0 90px;
  position: absolute;
  color: #fff;
  background: url(./images/merit_img.png) no-repeat;
  max-width: 175px;
}
#sub_merit .subEntry h2 {
  color: #000;
  font-size: 2.4rem;
  background: none;
  border-bottom: 3px solid #f00;
  padding: 0 15px 15px 160px;
}
.subEntry img {
  display: block;
  margin: 0 auto;
}
/*-------#broker*/
#broker li {
  margin-bottom: 20px;
  border: 3px solid #e5e5e5;
  padding: 2px 2px 40px 2px;
}
@media (max-width: 667px) {
  #broker .broker_logo {
    float: none;
    margin-inline: auto;
  }
  #broker .broker_content p {
    padding-left: 0;
    padding-right: 0;
  }
}

.broker_logo {
  margin: 0 20px 20px 0px;
  float: left;
  max-width: 290px;
  width: 100%;
}
.broker_logo img {
  width: 100%;
}
.broker_txt {
  float: right;
  width: 60%;
  margin: 0 20px 8px 0;
}
.broker_catch {
  font-size: 1.8rem;
  margin-bottom: 8px;
  padding: 13px 26px;
  background: url(./images/side_bk.jpg) repeat;
}
.broker_catch > div {
  vertical-align: middle;
  display: inline-block;
}
.or_line {
  background: #f00;
  width: 20px;
  height: 5px;
  margin-left: -30px;
}
#broker h3 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 2.8rem;
  padding: 0 20px;
}
.broker_content {
  margin-bottom: 5px;
  font-size: 1.4rem;
}
.broker_bnr {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.broker_bnr img {
  width: 100%;
}
ul#broker > li > .cf {
  padding: 0 20px 10px;
}
/*-----------------faq*/
.searchbox button,
.searchbox textarea,
.searchbox select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.searchbox {
  padding: 25px 42px 25px 47px;
  background: rgb(251, 251, 251);
  background: -moz-linear-gradient(
    top,
    rgba(251, 251, 251, 1) 82%,
    rgba(237, 237, 237, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(251, 251, 251, 1) 82%,
    rgba(237, 237, 237, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(251, 251, 251, 1) 82%,
    rgba(237, 237, 237, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#ededed',GradientType=0 );
  border: 1px solid #bebfc1;
  border-radius: 8px;
  margin-bottom: 42px;
  width: 80%;
  margin: 0 auto 30px;
  text-align: center;
}
.searchbox h3 {
  font-size: 18px;
  width: 30%;
  display: inline-block;
  color: #333;
}
.searchbox h3:before {
  /* content: "\f002";
  font-family: FontAwesome; */
  content: url(./images/f002.svg);
  display: inline-block;
  width: 17px;
  color: #f00;
}
.searchbox form {
  display: inline-block;
}
.searchbox form input {
  padding: 0;
  display: inline-block;
  margin-bottom: 10px;
}
#testSearchInput,
.input_1,
#faqSearchInput {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #bebfc1;
  padding: 4px;
}
.searchbox_submit {
  -moz-box-shadow: inset 0px 1px 0px 0px #cf866c;
  -webkit-box-shadow: inset 0px 1px 0px 0px #cf866c;
  box-shadow: inset 0px 1px 0px 0px #cf866c;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #db2f00),
    color-stop(1, #9e1a00)
  );
  background: -moz-linear-gradient(top, #db2f00 5%, #9e1a00 100%);
  background: -webkit-linear-gradient(top, #db2f00 5%, #9e1a00 100%);
  background: -o-linear-gradient(top, #db2f00 5%, #9e1a00 100%);
  background: -ms-linear-gradient(top, #db2f00 5%, #9e1a00 100%);
  background: linear-gradient(to bottom, #db2f00 5%, #9e1a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db2f00', endColorstr='#9e1a00',GradientType=0);
  background-color: #db2f00;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ff2600;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #943a13;
  width: 80px;
}
.searchbox_submit:hover {
  color: #ffffff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #9e1a00),
    color-stop(1, #db2f00)
  );
  background: -moz-linear-gradient(top, #9e1a00 5%, #db2f00 100%);
  background: -webkit-linear-gradient(top, #9e1a00 5%, #db2f00 100%);
  background: -o-linear-gradient(top, #9e1a00 5%, #db2f00 100%);
  background: -ms-linear-gradient(top, #9e1a00 5%, #db2f00 100%);
  background: linear-gradient(to bottom, #9e1a00 5%, #db2f00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e1a00', endColorstr='#db2f00',GradientType=0);
  background-color: #9e1a00;
}
.searchbox_submit:active {
  position: relative;
  top: 1px;
}
.faq_ttl {
  font-size: 18px;
  margin-bottom: 18px;
}
.faq_ttl:before {
  /* content: "\f0d7";
  font-family: FontAwesome; */
  content: url(./images/f0d7r.svg);
  display: inline-block;
  width: 11px;
  color: #f00;
  margin-right: 10px;
}
.popularity p {
  position: relative;
  font-size: 14px;
  color: #002d87;
}
.popularity p:before {
  content: url(./images/icon_8.png);
  position: absolute;
  left: -20px;
  top: 3px;
}
.popularity h4 {
  padding: 0px 10px 5px;
}
.popularity h4 a {
  font-size: 2.2rem;
}
.popularity ul {
  margin-bottom: 45px;
}
.archive_info .popularity li {
  position: relative;
  border: 1px #ddd solid;
  margin: 0 0 5px;
  padding: 12px 35px 15px;
}
.archive_info .popularity li:after {
  position: absolute;
  content: url(./images/icon_9.png);
  right: 3px;
  bottom: -3px;
}
.archive_info .popularity li:hover {
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.faq_new ul {
  position: relative;
  padding: 22px 38px;
  border-radius: 5px;
  border: 3px solid #ddd;
}
.archive_info .faq_new li {
  margin: 0;
  padding: 0px;
  border-bottom: none;
}
.faq_new p {
  color: #666;
  font-size: 11px;
}
.faq_new h4:before {
  content: "Q.";
  color: #0075aa;
  font-size: 110%;
}
.faq_new h4 a {
  text-decoration: underline;
  color: #002d87;
  font-size: 16px;
  padding: 0 150px 0 0;
}
.faq_new h4 a:hover {
  text-decoration: none;
}
.faq_new li img {
  float: left;
}
.faq_new li img {
  margin-right: 10px;
}
.faq_new li > div {
  margin-left: 55px;
  border-bottom: 1px dashed #0075aa;
  padding-bottom: 10px;
}
.faq_new ul > img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.under_cate {
  margin-bottom: 35px;
}
.under_cate li:before {
  content: url(./images/icon_1.png);
  position: relative;
  left: -2px;
  bottom: 1px;
}
.under_cate li {
  border-bottom: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 40px 0 0;
  width: 25%;
}
.under_cate li a {
  text-decoration: underline;
}
.result {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.result > div {
  padding: 20px 40px;
}
.result li {
  margin: 0;
  padding: 0px;
  border-bottom: 1px dashed #0075aa;
  padding-bottom: 10px;
}
.result h3 {
  padding: 8px 40px;
  background: #f00;
  color: #fff;
}
.result li p {
  font-size: 11px;
  color: #8d8d8d;
}
.result h4:before {
  content: "Q.";
  color: #0075aa;
  font-size: 110%;
}
.archive_info .result h4 {
  font-size: 16px;
}
.result h4 a {
  text-decoration: underline;
  color: #000;
}
.result h4 a:hover {
  text-decoration: none;
}

.single_faq .faq_box h1 {
  background: rgb(69, 178, 240);
  background: -moz-linear-gradient(
    top,
    rgba(69, 178, 240, 1) 0%,
    rgba(16, 155, 252, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(69, 178, 240, 1) 0%,
    rgba(16, 155, 252, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(69, 178, 240, 1) 0%,
    rgba(16, 155, 252, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45b2f0', endColorstr='#109bfc',GradientType=0 );
  color: #fff;
  width: 80%;
  border: 1px solid #ddd;
  padding: 35px 40px;
  display: inline-block;
  position: relative;
  border-radius: 10px;
  text-align: left;
}
.single_faq .faq_box h1:after {
  content: "";
  position: absolute;
  top: 40px;
  right: -22px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-left: 14px solid #25a4f7;
}
.single_faq .faq_box > img {
  vertical-align: top;
  font-size: 30px;
  display: inline-block;
  max-width: 105px;
  width: 19%;
}


/* add pecopla 2023/03/07 */
/* h2 h3 h4... 972行目に追加 */
/* .single_faq .faq_box table 847行目に追加 */
/* ol 1831行目に追加 */
.single_faq .faq_box ul {
}

.faq_a {
  margin-bottom: 40px;
  background: #fff;
  color: #000;
  width: 80%;
  border: 1px solid #ddd;
  padding: 35px 40px;
  display: inline-block;
  position: relative;
  border-radius: 10px;
  text-align: left;
}

.faq_a::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 40px;
  margin-top: -10px;
  width: 0px;
  height: 0px;
  border-right: 10px solid #ddd;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: 102;
}

.faq_a::after {
  content: "";
  position: absolute;
  left: -14px;
  top: 40px;
  margin-top: -8px;
  width: 0px;
  height: 0px;
  border-right: 8px solid #fff;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid transparent;
  z-index: 103;
}
.faq_box {
  text-align: center;
}
.campaign_topbnr {
  margin-bottom: 30px;
}
.campaign_topbnr img {
  width: 100%;
  height: auto;
}
/*17.0904追記*/
.read,
section.top p {
  margin-bottom: 20px;
  padding: 10px 25px;
  line-height: 1.7em; /*2*/
  color: #333;
}
.read {
  border-bottom: 1px solid #ececec;
}

#sub_point p {
  line-height: 1.68;
  font-size: 1.5rem;
  color: #333;
}
#sub_point h3,
#sub_point h4 {
  margin: 45px 0 20px;
}
#sub_point h2 {
  font-weight: 600;
}
#sub_point h3 {
  font-size: 2rem;
  background: rgb(76, 172, 226);
  padding: 23px 18px;
}
#sub_point h4 {
  font-weight: bold;
  border-left: 10px solid rgb(76, 172, 226);
  border-bottom: 1px solid rgb(76, 172, 226);
  padding: 10px 7px;
}
.point_read {
  border-bottom: 1px solid #eee;
  padding: 0 0 2rem;
}
#sub_point .importantpoint h3 {
  background: #d90000;
  margin: 0;
  position: relative;
}
#sub_point .importantpoint_txt {
  padding: 2rem;
  background: #fffceb;
}
.subEntry #sub_point .alignleft,
.subEntry #sub_point .alignright {
  margin: 20px;
}
#sub_point .demerit h3 {
  background: #9a9a9a;
}
#sub_point .caution h3 {
  background: none;
  padding: 0;
  border-bottom: 3px solid #d90000;
  color: #d90000;
  position: relative;
}
#sub_point .caution h3:before,
#sub_point .importantpoint h3:before {
  /* content: "\f06a";
  font-family: FontAwesome; */
  content: url(./images/f06a.svg);
  width: 20px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}


/* columnブログカード */
.blogcard {
    line-height: 1;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    word-wrap: break-word;
    padding: 25px;
    max-width: 480px;
    width: 90%;
    box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.025);
    margin: 0 auto 20px 0;
}

.blogcard a {
    text-decoration: none;
    opacity: 1;
    transition: all 0.2s ease;
}

.blogcard a:hover {
    opacity: 0.6;
}

.blogcard_thumbnail {
    margin-bottom: 20px;
}

.blogcard_thumbnail img {
    width: 100%;
    height: auto;
}

.blogcard_title {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    color: #32373c;
    margin: 0 0 15px;
}

.blogcard_excerpt {
    font-size: 14px;
    line-height: 1.5;
    color: #82878c;
}



@media (max-width: 667px) {
  #ranking-bn {
    padding: 0 5%;
  }
}

/* 2022/11/21 ペコプラ add */
section.top,
section.top p,
section.top .broker_content,
/*.ranking p,*/
#contents p {
  font-size: 1.55rem; /*1.06em*/
  letter-spacing: 0.5px;
}
/*.ranking p,*/
#contents p {
  margin-bottom: 25px;
}
.spec p {
  margin-bottom: 0 !important;
}
.headline-band {
  font-size: 1.6em;
  font-weight: bold;
  text-align: left;
  padding: 20px 20px 18px 20px;
  letter-spacing: 2px;
  margin-bottom: 20px;
} /* h2 */
.headline-band::before {
  content: none;
}
.heading-underline {
  border-bottom: 4px solid #858585;
  font-size: 1.5em;
  font-weight: bold;
  padding: 20px 20px 15px 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
} /* h3 */
.heading-underline::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  height: 2px;
  background-color: #858585;
  margin-right: 5px;
}
h3.merit {
  font-size: 1.5em;
  font-weight: bold;
  display: flex;
  align-items: center; /*flex-end*/
}

h3.merit span {
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 9px 10px 5px 10px;
  max-width: 100%;
  background: #ff0000;
  color: #fff;
  font-size: 0.75em;
  white-space: nowrap;
}
h3.merit span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 96%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 13px solid #ff0000;
}
h3.merit.second span {
  background: #fe8f01;
}
h3.merit.second span::after {
  border-left-color: #fe8f01;
}
h3.merit.third span {
  background: rgb(76, 172, 226); /*#002d87*/
}
h3.merit.third span::after {
  border-left-color: rgb(76, 172, 226); /*#002d87*/
}
@media (max-width: 667px) {
  h3.merit {
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .heading-underline::before {
    width: 15px;
  }
  .broker h3.merit {
    padding-left: 0;
  } /*位*/
}

ul.merit {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%; /*680px*/
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
ul.merit li {
  display: inline-block;
  width: 47%;
  font-size: 1.2em;
  margin-bottom: 12px;
}
ul.merit li:nth-child(odd) {
  margin-right: 30px;
}
@media (max-width: 1024px) {
  ul.merit {
    max-width: 100%;
  }
  ul.merit li {
    width: 100%;
    max-width: none;
    margin-left: 25px;
  }
}
@media (max-width: 667px) {
  ul.merit {
    flex-direction: column;
    max-width: fit-content;
  }
  ul.merit li {
    margin-left: 0;
  }
}
ul.merit li b {
  color: #ff0000;
  font-size: 1.1em;
}

ol.order, .single_faq .faq_box ol {
  counter-reset: item;
  list-style-type: none;
  /*display: flex;*/
  flex-wrap: wrap;
  padding-left: 25px;
  padding-right: 25px;
}
ol.order li:before, .single_faq .faq_box ol li:before {
  counter-increment: item;
  content: counter(item) "";
  font-weight: bold;
  color: #fff;
  background-color: #717171;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 2px;
  margin-right: 3px;
}
ol.order li, .single_faq .faq_box ol li {
  margin-right: 13px;
  margin-bottom: 5px;
  width: 150px;
}
@media (max-width: 667px) {
  ol.order li, .single_faq .faq_box ol li {
    width: 100%;
  }
}
.broker-btn {
  background: linear-gradient(to bottom, #ff0000 50%, #eb0101 50%);
  font-weight: bold;
  max-width: fit-content;
  padding: 20px 20px 18px 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  margin: 0 auto 100px;
}
@media (max-width: 667px) {
  .broker-btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.broker-btn a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.broker-btn::after {
  content: url(./images/f054w.svg);
  width: 6px;
  display: inline-block;
  position: relative;
  margin-right: 3px;
}

section.top #broker h3::before {
  content: none;
}
.strong,
.b {
  font-size: 1.05em;
  padding-left: 2px;
  padding-right: 2px;
}
.strong {
  background: linear-gradient(transparent 93%, #ff0000 93%);
}
.w350 {
  width: 350px;
  height: auto;
}
.sp {
  display: none;
}
.flex {
  display: flex;
}
@media (max-width: 667px) {
  .strong {
    background: linear-gradient(transparent 88%, #ff0000 88%);
    padding-bottom: 6px;
  }
  .flex {
    flex-direction: column;
  }
  .w350 {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* spacer */
.mb0 {
  margin-bottom: 0px !important;
}
.mb10 {
  margin-bottom: 10px;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mr20 {
  margin-right: 20px;
}

.broker img {
  max-width: 220px;
  margin-top: 15px;
  margin-bottom: 5px;
}
@media (max-width: 667px) {
  .broker .alignleft.mr20 {
    margin-right: auto;
  }
  .broker .alignleft {
    float: inherit;
  }
  .broker img {
    max-width: -webkit-fill-available;
    width: 100%;
  }
}

/* broker(ランキング)ページ */
.ranking h2 {
  font-size: 2.8rem;
  font-weight: bold;
}
.ranking .broker-btn {
  padding: 15px 15px 13px 15px;
} /*もっと見るbtn*/
.broker {
  margin-top: 40px;
}
.broker h3 {
  vertical-align: middle;
  display: table-cell;
} /* 位、ブローカー */
.broker h3 span {
  font-size: 0.9em;
  padding-top: 7px;
  padding-bottom: 3px;
} /* 位 */
.broker h3 span b,
h3.merit b {
  font-size: 1.3em;
}
.broker p {
  margin-left: 20px;
  margin-bottom: 25px; /*20px*/
}
@media (max-width: 667px) {
  .broker p {
    margin-left: auto;
  }
}

.spec {
  display: grid;
  grid-template-columns: 140px 1fr 140px 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "th1 td1 th2 td2"
    "th3 td3 th4 td4"
    "th5 td5 th6 td6"
    "th7 td7 th8 td8";
  border: 1px solid #e2e2e2;
}
.spec div,
.spec p {
  line-height: 1.45em; /*1.35em*/
}
h1.fv {
  border: none !important;
}
.fv img {
  width: 100%;
}
.th1,
.th2,
.th3,
.th4,
.th5,
.th6,
.th7,
.th8 {
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  background-color: #efefef;
  padding: 10px;
  font-size: 1.05em;
  font-weight: bold;
}
.th3,
.th4,
.th7,
.th8 {
  background-color: #f9f9f9;
}
@media (max-width: 667px) {
  .th1,
  .th3,
  .th5,
  .th7 {
    background-color: #f9f9f9;
  }
  .th2,
  .th4,
  .th6,
  .th8 {
    background-color: #efefef;
  }
}
.td1,
.td2,
.td3,
.td4,
.td5,
.td6,
.td7,
.td8 {
  padding: 10px;
  border-bottom: 1px solid #e2e2e2;
}

.td1,
.td3,
.td5,
.td7 {
  border-right: 1px solid #e2e2e2;
}
.th1 {
  grid-area: th1;
}
.td1 {
  grid-area: td1;
}
.th2 {
  grid-area: th2;
}
.td2 {
  grid-area: td2;
}
.th3 {
  grid-area: th3;
}
.td3 {
  grid-area: td3;
}
.th4 {
  grid-area: th4;
}
.td4 {
  grid-area: td4;
}
.th5 {
  grid-area: th5;
}
.td5 {
  grid-area: td5;
}
.th6 {
  grid-area: th6;
}
.td6 {
  grid-area: td6;
}
.th7 {
  grid-area: th7;
}
.td7 {
  grid-area: td7;
}
.th8 {
  grid-area: th8;
}
.td8 {
  grid-area: td8;
}
@media (max-width: 667px) {
  .spec {
    grid-template-columns: 140px 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas:
      "th1 td1"
      "th2 td2"
      "th3 td3"
      "th4 td4"
      "th5 td5"
      "th6 td6"
      "th7 td7"
      "th8 td8";
  }

  .spec.row4 {
    grid-template-columns: 140px 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-areas:
      "th1 td1"
      "th2 td2"
      "th3 td3"
      "th4 td4";
  }

  .td1,
  .td3,
  .td5,
  .td7 {
    border-right: none;
  }
}


/**
* top
**/
article.top .introduction {
  border: none;
}
article.top p {
  margin-bottom: 20px;
  font-size: 1rem;
  text-align: initial;
  letter-spacing: 0.5px;
}
article.top .etc ul,
ul.etc {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
article.top .etc ul li::before,
ul.etc li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 14px;
  background-image: url(./images/f054r.svg);
  /* icon3.png */
  background-size: contain;
  background-repeat: no-repeat;
}
article.top .etc ul li,
ul.etc li {
  font-size: 1.3em;
  width: 47%;
  margin-bottom: 12px;
} /*他にもメリット*/
@media (max-width: 1024px) {
  article.top .etc ul li,
  ul.etc li {
    width: 100%;
  }
}
article.top .etc ul b,
ul.etc b {
  font-size: 1.1em;
  color: #db0000;
}
article.top .etc ul li:nth-child(odd),
ul.etc li:nth-child(odd) {
  margin-right: 30px;
}

#wrap_in_p h1/*,
article.top h2*/ {
  font-size: 27px;
  padding: 8px 15px;
  border-left: 15px solid #e60012;
  margin-bottom: 12px;
}
article.top {
  margin-bottom: 50px;
}
article.top h2 {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  padding: 15px 5px;
  margin: 20px 0;
  border-bottom: 5px solid #333;
  border-top: 5px solid #333;
}
article.top h3 {
  color: #fff;
  background-color: #9e0000;
  font-size: 22px;
  padding: 10px 15px;
  margin: 40px 0 0;
}

article.top h3:before {
  content: url(./images/sub_h3icon.png);
  position: relative;
  left: -5px;
  top: -4px;
}
article.top h4 {
  color: #9e0000;
  font-size: 22px;
  border: 2px solid #9e0000;
  margin: 50px 0 0;
  padding: 10px 15px;
}
article.top h5 {
  position: relative;
  color: #333;
  background-color: #eee;
  font-size: 18px;
  font-weight: bold;
  padding: 25px 59px;
  margin: 50px 0 0;
  border-left: 10px #9e0000 solid;
}
article.top h5:before {
  content: url(./images/icon2.png);
  position: absolute;
  left: 10px;
  top: 17px;
}
article.top h6 {
  background: #fc8a09;
  display: inline;
  color: #fff;
  padding: 5px 10px;
  margin: 10px 30px 10px 0;
}
article.top ul {
  margin: 10px 30px;
}
article.top ul li {
  list-style: initial;
  margin-left: 14px;
}
article.top ol {
  margin: 10px 30px;
}
article.top ol li {
  list-style-type: decimal;
  margin-left: 14px;
}
article.top p {
  font-size: 15px;
  line-height: 2;
  padding: 10px 0;
}

article.top img {
  border: 1px solid #ddd;
  height: auto;
}

article.top h2 {
  font-feature-settings: "palt";
  line-height: 1.4em;
}


article.top table {
  background: #fff;
  border-collapse: collapse;
  border: 1px solid #666;
  margin: 0 10px;
  margin-bottom: 20px;
  table-layout: fixed;
  width: 655px;
}
article.top table tr {
  border-bottom: 1px solid #9d9d9d;
}
article.top table th {
  width: 30%;
  padding: 10px;
  font-weight: normal;
  background: #f5f5f5;
  text-align: center;
  color: #565454;
}
article.top table td {
  padding: 0 25px;
}




.tb-wrap{
  width:100%;
  overflow-x:scroll;
}
/*table等スライド式に*/
.faq_a .slide {
overflow-x: scroll;
}
.faq_a .slide th, .faq_a .slide td {white-space: nowrap;}
@media (max-width: 667px) {
  /* .faq_a th,
  .faq_a td {
    display: block;
    width: 100% !important;
  } */
}


/* post */

#post .post-item {
    display: flex;
    gap: 20px; /* 画像とテキストの間に余白 */
    margin-bottom: 40px;
    align-items: flex-start;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

#post .post-item a {
    display: flex;
    text-decoration: none;
    color: inherit;
    gap: 20px;
    flex: 1;
}

#post .post-item img {
    max-width: 200px;
    height: auto;
    object-fit: cover;
    flex-shrink: 0;
}

#post .right-item {
    flex: 1;
}

#post .post-title {
	padding:5px 0;
    font-size: 2.8rem;
    font-weight: bold;
}

#post .post-excerpt {
    font-size: 0.95em;
    color: #555;
}


/* embed */
.wp-embedded-content {
    max-width: 100% !important;
    width: 100% !important;
    height: auto;
    box-sizing: border-box;
}

.embed-responsive {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 の比率 */
    height: 0;
    overflow: hidden;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}



/* tag list */
.tag-cloud a {
  display: inline-block;
  margin: 5px;
  text-decoration: none;
  color: #444;
  border: 1px solid #ccc;
  padding: 3px 8px;
  border-radius: 4px;
  transition: 0.2s ease;
}

.tag-cloud a:hover {
  background-color: #f2f2f2;
  color: #000;
}


/* avatar-info */
.writer-info {
  border-top: 4px solid #f00;
  margin-top: 40px;
  padding-top: 20px;
}

.writer-info h3 {
  margin-bottom: 20px;
  border-left: 4px solid #f00;
  padding-left: 10px;
}

.writer-box {
  display: flex;
  gap: 20px;
  padding: 20px;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 6px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.writer-box__l {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 0 0 100px;
}

.avatar-img {
  width: 100px;
  height: 100px;
  border-radius: 6px;
  object-fit: cover;
  border: 1px solid #ccc;
}

.avatar-name {
  margin-top: 10px;
}

.writer-box__r {
  flex: 1;
  min-width: 200px;
}

.writer-text {
  color: #333;
}

/* スマホ対応 */
@media screen and (max-width: 600px) {
  .writer-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .writer-box__l, .writer-box__r {
    width: 100%;
  }

  .writer-box__r {
    margin-top: 15px;
    text-align: left;
  }
}


/*
* ベンダーcta
*/
#contents .fx-vendor-recommend {
	color: red;
    display: table;
	margin: 0 auto;
	margin-bottom: 10px;
	font-size:1.5em;
}
.fx-vendor-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 20px; /* 行間スペース */
    font-family: sans-serif;
}

.fx-vendor-row {
    /*background: #f9f9f9;
    border: 1px solid #ccc;*/
    vertical-align: top;
}

.fx-vendor-left,
.fx-vendor-right {
    padding: 15px;
    vertical-align: top;
}
th.fx-vendor-left,
th.fx-vendor-right {
	text-align: center;
}

.fx-vendor-left {
    width: 40%;
    text-align: center;
    border-right: 1px solid #ccc;
}

.fx-vendor-right {
    width: 60%;
}

.fx-vendor-logo {
    max-width: 180px;
    height: auto;
    margin-bottom: 10px;
}

.fx-vendor-name {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #0073aa;
    text-decoration: none;
    margin-top: 5px;
}

.fx-vendor-name:hover {
    text-decoration: underline;
}

.fx-vendor-pr {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 10px;
}

.fx-vendor-btn-wrap {
    text-align: center;
}

.fx-vendor-btn {
    display: inline-block;
    background: #28c300;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.fx-vendor-btn:hover {
    background: #22a800;
}

/* モバイル対応（tableはそのままに） */
@media (max-width: 768px) {
	#contents .fx-vendor-recommend {
		font-size:100%;
	}
    #contents table .fx-vendor-left, #contents table .fx-vendor-right {
		display: table-cell;
		width: auto;
	}
	#contents table .fx-vendor-left {
		width: 40%;
		vertical-align: middle;
	}

	#contents table .fx-vendor-right {
		width: 60%;
	}
	#contents table .fx-vendor-logo {
		max-width: 100%;
	}
	#contents table .fx-vendor-name {
		font-size: 1em;
	}
}
