@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

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

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
.form_section table {
  border: 1px solid #ddd;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .form_section table {
      border-bottom: none; } }
  .form_section table th, .form_section table td {
    padding: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    @media only screen and (max-width: 768px) {
      .form_section table th, .form_section table td {
        display: block;
        width: 100% !important;
        border-right: none; } }
  .form_section table th {
    width: 280px;
    background: #f5f5f5;
    position: relative; }
  .form_section table td {
    background: #fff; }
.form_section span.require,
.form_section span.option {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.07em;
  padding: 3px 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px; }
.form_section span.require {
  background: #cb1c1c; }
.form_section span.option {
  background: #1c77cb; }
.form_section [type=check],
.form_section [type=radio],
.form_section [type=submit] {
  cursor: pointer; }
.form_section [type=check] + label,
.form_section [type=radio] + label {
  display: inline-block;
  cursor: pointer; }
.form_section [type=tel],
.form_section [type=email],
.form_section [type=text],
.form_section [type=password],
.form_section [type=number],
.form_section textarea,
.form_section select {
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
  font-size: 14px; }
  @media only screen and (max-width: 768px) {
    .form_section [type=tel],
    .form_section [type=email],
    .form_section [type=text],
    .form_section [type=password],
    .form_section [type=number],
    .form_section textarea,
    .form_section select {
      font-size: 16px; } }
.form_section textarea {
  height: 200px; }
.form_section input#zip1 {
  display: inline-block;
  width: 80px; }
.form_section input#zip2 {
  display: inline-block;
  width: 150px;
  margin-bottom: 7px; }
.form_section [type=submit] {
  display: block;
  border: 1px solid #2367cc;
  background: #2367cc;
  color: #fff;
  width: 500px;
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  margin: 25px auto 0;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
  @media only screen and (min-width: 769px) {
    .form_section [type=submit]:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  @media only screen and (max-width: 768px) {
    .form_section [type=submit] {
      width: 100%;
      padding: 20px 10px; } }
.form_section .checkbox input,
.form_section .radio input {
  display: none; }
@media only screen and (min-width: 769px) {
  .form_section .checkbox li,
  .form_section .radio li {
    margin-top: 5px; }
    .form_section .checkbox li:first-child,
    .form_section .radio li:first-child {
      margin-top: 0; } }
@media only screen and (max-width: 768px) {
  .form_section .checkbox li,
  .form_section .radio li {
    padding: 10px 0;
    border-bottom: 1px dotted #ddd; }
    .form_section .checkbox li:first-child,
    .form_section .radio li:first-child {
      padding-top: 0; }
    .form_section .checkbox li:last-child,
    .form_section .radio li:last-child {
      border-bottom: none; }
    .form_section .checkbox li label,
    .form_section .radio li label {
      display: block; } }
@media only screen and (min-width: 769px) {
  .form_section .checkbox.inline_parts li,
  .form_section .radio.inline_parts li {
    display: inline-block;
    vertical-align: bottom;
    margin-top: 0;
    margin-right: 20px; }
    .form_section .checkbox.inline_parts li:last-child,
    .form_section .radio.inline_parts li:last-child {
      margin-right: 0; } }
.form_section .checkbox .parts,
.form_section .radio .parts {
  padding-left: 25px;
  position: relative;
  line-height: 1; }
  .form_section .checkbox .parts::before,
  .form_section .radio .parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    border: 1px solid #ccc; }
.form_section .checkbox .parts::before {
  width: 15px;
  height: 15px;
  border-radius: 4px; }
.form_section .radio .parts::before {
  width: 16px;
  height: 16px;
  border-radius: 50%; }
.form_section .radio input:checked + .parts {
  color: #2ea2f3; }
  .form_section .radio input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #2ea2f3;
    border-radius: 50%; }
.form_section .checkbox input:checked + .parts {
  color: #2ea2f3; }
  .form_section .checkbox input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #2ea2f3;
    border-right: 3px solid #2ea2f3; }
.form_section .selector {
  position: relative; }
  .form_section .selector::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 20px;
    z-index: 10;
    pointer-events: none; }
  .form_section .selector select {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 1em;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    z-index: 1;
    cursor: pointer; }
.form_section .ermsg {
  font-size: 11px;
  color: #B50000; }
.form_section .radio .ermsg, .form_section .checkbox .ermsg {
  display: none; }
.form_section .radio li:first-child .ermsg, .form_section .checkbox li:first-child .ermsg {
  display: block; }
.form_section ::-webkit-input-placeholder {
  color: #b9b9b9; }
.form_section ::-moz-placeholder {
  color: #b9b9b9; }
.form_section :-moz-placeholder {
  color: #b9b9b9; }
.form_section :-ms-input-placeholder {
  color: #b9b9b9; }

body {
  background: #fff;
  font-size: 16px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6; }

a {
  color: #333; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #333;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(35, 103, 204, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #2367cc;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
.shiny_btn {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #384878;
  overflow: hidden; }
  .shiny_btn::before {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 100px;
    height: 100px;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite; }

.header {
  background: #fff;
  border-top: 5px solid #2367cc;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }

.wrapper {
  padding-bottom: 50px; }
.secf_fv{
	width: 100%;
	background: transparent url("img/secf_fv2021_bg.png") center center;
	padding-top:25px;
	box-shadow:0 2px 0px #ccc inset;
}
.secf_fv .secf_fv_main{
	width: 1000px;
	margin:0 auto;
	text-align: center;
	background: transparent url("img/secf_fv2021_main.png") center bottom no-repeat;
	height: 225px;
	background-size:contain;
}
.secf_catch{width:100%;background: #fb0;}
.secf_catch h2{width:1000px;margin:0 auto;padding:1em;text-align: center;color:#f30;font-weight: bold;}
.secf_catch h2 span{display: block;color:#f30;font-weight: bold;}
.page_compare {
  background: #f0f0f0;
  padding-top: 20px; }
  .page_compare .container {
    width: 1000px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .page_compare .container {
        width: 100%; } }
  .page_compare .fv .heading {
    margin-top: 10px; }
  .page_compare .section02 {
    margin-top: 50px; }
    .page_compare .section02 h2 {
      text-align: center; }

  .client_table {
  margin-top: 10px; }
  .client_table a {
    color: #4ba9f8; }
  .client_table table {
    width: 100%;
    line-height: 1.3;
    border-right: 1px solid #dedede; }
    .client_table table th, .client_table table td {
      vertical-align: middle; }
    .client_table table thead {
      background: #7d7d7d; }
      .client_table table thead tr th {
        font-weight: 400;
        text-align: center;
        color: #fff;
        border-left: 1px solid #fff;
        padding: 5px 0;
        font-size: 13px;
		width: 5vw;
}
      .client_table table thead .sort {
        background: white;
        background: -moz-linear-gradient(top, white 0%, #f9f9f9 100%);
        background: -webkit-linear-gradient(top, white 0%, #f9f9f9 100%);
        background: linear-gradient(to bottom, white 0%, #f9f9f9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
        border-bottom: 1px solid #dedede; }
        .client_table table thead .sort th {
          border-left: 1px solid #dedede; }
          .client_table table thead .sort th ul {
            font-size: 0; }
            .client_table table thead .sort th ul li {
              display: inline-block;
              vertical-align: middle; }
              .client_table table thead .sort th ul li:nth-child(2) {
                margin-left: 6px; }
    .client_table table tbody {
      background: #fff; }
    .client_table table tbody tr:first-child td{
		background: #fff5e2;
    }

      .client_table table tbody tr td {
        text-align: center;
        border-left: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
        padding: 20px 5px;
        font-size: 13px; }
      .client_table table tbody tr td.number {
		  width: 5%;
		  position:relative;
	}
.client_table table tbody tr td.number::before {
	position: absolute;
	width: 30px;
	height:30px;
	content:"";
	top:36%;
	left:17%;
}
.client_table table tbody tr:nth-child(1) td.number::before {
	background: transparent url(/images/secf/ranking_list1.png) center center;
    background-size: contain;
}
.client_table table tbody tr:nth-child(2) td.number::before {
	background: transparent url(/images/secf/ranking_list2.png) center center;
    background-size: contain;
}
.client_table table tbody tr:nth-child(3) td.number::before {
	background: transparent url(/images/secf/ranking_list3.png) center center;
    background-size: contain;
}
.client_table table tbody tr:nth-child(4) td.number::before {
	background: transparent url(/images/secf/ranking_list4.png) center center;
    background-size: contain;
}
.client_table table tbody tr:nth-child(5) td.number::before {
	background: transparent url(/images/secf/ranking_list5.png) center center;
    background-size: contain;
}
.client_table table tbody tr:nth-child(6) td.number::before {
	background: transparent url("/images/secf/ranking_list6.png") center center;
    background-size: contain;
}
.client_table table tbody tr:nth-child(7) td.number::before {
	background: transparent url("/images/secf/ranking_list7.png") center center;
    background-size: contain;
}
.client_table table tbody tr:nth-child(8) td.number::before {
	background: transparent url("/images/secf/ranking_list8.png") center center;
    background-size: contain;
}
.client_table table tbody tr:nth-child(9) td.number::before {
	background: transparent url("/images/secf/ranking_list9.png") center center;
    background-size: contain;
}
.client_table table tbody tr:nth-child(10) td.number::before {
	background: transparent url("/images/secf/ranking_list10.png") center center;
    background-size: contain;
}
/*
番号ではなく「注目」
.client_table table tbody tr:nth-child(6) td.number::before {
	background: transparent url(/images/secf/ranking_list_pickup.png) center center;
    background-size: contain;
}
*/
.client_table table tbody tr td:nth-child(n+5):nth-child(-n+7) {
	padding:19px 0 0;
}
.client_table table tbody tr td:nth-child(11) {
	padding:19px 0 0;
}
        .client_table table tbody tr td .txt {
          font-size: 11px;
          margin-top: 5px; }
      .client_table table tbody .image a {
        text-decoration: none; }
        .client_table table tbody .image a:hover {
          text-decoration: underline; }
      .client_table table tbody .image h3 {
        margin-top: 5px; }
      .client_table table tbody .popup {
        margin-top: 5px; }
      .client_table table tbody .note {
        padding: 0 10px;
        font-size: 14px;
        text-align: left; }
        .client_table table tbody .note span {
          font-weight: 700;
          color: #f34848; }
      .client_table table tbody .btn {
        padding: 0 10px; }
        .client_table table tbody .btn a {
          display: block;
          background: #e51d37;
          color: #fff;
          font-size: 16px;
          font-weight: 700;
          padding: 20px 0;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          text-decoration: none;
          border-bottom: 7px solid #ad1226; }
          .client_table table tbody .btn a:hover {
            filter: alpha(opacity=75);
            -moz-opacity: 0.75;
            opacity: 0.75; }
  .client_table .popup {
    background-color: #fff;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
    display: none;
    position: fixed;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 500px;
    height: 300px;
    z-index: 1000; }
  .client_table .popup_on {
    display: none; }
  .client_table .popup_on:checked + .popup {
    display: block; }
  .client_table .icon-close {
    background: #000;
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding-top: 6px;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: -50px;
    cursor: pointer; }
  .client_table .btn-close {
    background: #000;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    cursor: pointer;
    margin: 10px auto;
    width: 95%;
    text-align: center; }
  .client_table .btn-open {
    margin-top: 5px;
    cursor: pointer;
    color: #4ba9f8;
    text-decoration: underline; }
  .client_table .popup-content {
    text-align: center; }
    .client_table .popup-content .popup_heading {
      background: #0faf7e;
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      padding: 15px 0; }
    .client_table .popup-content .popup_image {
      padding: 25px 0; }

.client_section {
  margin-top: 25px; }
  .client_section > ul > li {
    margin-top: 40px;
    background: #fff;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05); }
    .client_section > ul > li:first-child {
      margin-top: 0; }
  .client_section .name {
    background: url("img/client_name.png") repeat center top;
    padding: 15px 50px 15px 110px;position:relative;}
.client_section ul li .name ::before{
	position:absolute;
	width:75px;
	height:90px;
	content:"";
	top:-16px;
	left:10px;
}
.client_section ul li:nth-child(1) .name ::before{
	background: transparent url("../images/secf/ranking_icon1.png") 0 0 no-repeat;
	background-size:contain;
}
.client_section ul li:nth-child(2) .name ::before{
	background: transparent url("../images/secf/ranking_icon2.png") 0 0 no-repeat;
	background-size:contain;
}
.client_section ul li:nth-child(3) .name ::before{
	background: transparent url("../images/secf/ranking_icon3.png") 0 0 no-repeat;
	background-size:contain;
}
.client_section ul li:nth-child(4) .name ::before{
	background: transparent url("../images/secf/ranking_icon4.png") 0 0 no-repeat;
	background-size:contain;
}
.client_section ul li:nth-child(5) .name ::before{
	background: transparent url("../images/secf/ranking_icon5.png") 0 0 no-repeat;
	background-size:contain;
}
.client_section ul li:nth-child(6) .name ::before{
	background: transparent url("../images/secf/ranking_icon_pickup.png") 0 0 no-repeat;
	background-size:contain;
}
    .client_section .name a {
      color: #fff;
      text-decoration: underline;
      font-size: 28px;
      font-weight: 700; }
  .client_section .inner {
    padding: 30px 50px; }
.client_section .inner.yel{background: #fff5e2;}
  .client_section .overview {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .client_section .overview .image, .client_section .overview .txt {
      display: table-cell;
      vertical-align: top; }
    .client_section .overview .image {
      width: 300px; }
    .client_section .overview .txt {
      padding-left: 25px; }
      .client_section .overview .txt .read {
        background: #f89219;
        color: #fff;
        font-weight: 700;
        padding: 0 10px;
        position: relative;
        line-height: 40px;
        font-size: 17px; }
        .client_section .overview .txt .read::after {
          position: absolute;
          right: 0;
          top: 50%;
          margin-top: -20px;
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 20px 15px 20px 0;
          border-color: transparent #fff transparent transparent; }
		.client_section .yel .overview .txt .read::after {
          border-color: transparent #fff5e2 transparent transparent; }
      .client_section .overview .txt .note {
        margin-top: 10px; }
        .client_section .overview .txt .note strong {
          font-weight: 700;
          color: #e51d37; }
  .client_section .table {
    margin-top: 20px; }
    .client_section .table table {
      width: 100%;
      border-right: 1px solid #3467bc;
      margin-top: 10px; }
      .client_section .table table:first-child {
        margin-top: 0; }
      .client_section .table table th, .client_section .table table td {
        text-align: center;
        vertical-align: middle;
        font-size: 15px; }
      .client_section .table table thead tr {
        background: #3467bc; }
        .client_section .table table thead tr th {
          color: #fff;
          padding: 3px 0;
          border-left: 1px solid #fff; }
          .client_section .table table thead tr th:first-child {
			  border-bottom: 1px solid #fff;
            border-left: none; }
      .client_section .table table tbody td {
        border-left: 1px solid #3467bc;
        border-bottom: 1px solid #3467bc;
        padding: 15px 10px;
        font-size: 14px;
		background: #fff;
		}
        .client_section .table table tbody td .ico_txt {
          font-size: 24px; }
        .client_table table tbody td ul {
          text-align: center;
          font-size: 0; }
.client_table table tbody td ul li {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
.client_section .table table tbody td ul li:first-child{
  margin-left: 0; }
  .client_section .btn {
    margin-top: 30px; }
.client_section .btn .txt{
	font-size: 1.3rem;
    font-weight: 700;
    color: #e51d37;
	text-align: center;
	padding-bottom: 0.5rem;
}
    .client_section .btn a {
      display: block;
	  width: 635px;
	  margin: 0 auto;
      background: #e51d37;
      color: #fff;
      font-size: 22px;
      font-weight: 700;
      padding: 20px 0;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px;
      text-decoration: none;
      border-bottom: 7px solid #ad1226;
      position: relative; }
      .client_section .btn a::after {
        content: '';
        width: 16px;
        height: 16px;
        border: 0px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 40px;
        margin-top: -8px; }
      .client_section .btn a:hover {
        filter: alpha(opacity=75);
        -moz-opacity: 0.75;
        opacity: 0.75; }


#kyc {margin-top:3em;}
#kyc .ttl{background: #fb0;padding:1em;}
#kyc .ttl p{text-align: center;}
#kyc .ttl .first{color:#333;font-size:1.2em;font-weight: bold;}
#kyc .ttl .first:before{}
#kyc .ttl .second{color:#f30;padding-top:.5em;font-size:1.2em;font-weight: bold;}
#kyc #tab{}
#kyc #tab .tab {
  box-sizing:border-box;
  background: #fff;
  display:flex;
	justify-content: center;
}
#kyc #tab .tab li{
  box-sizing:border-box;
  color: #333;
  padding: 1em 0;
  border: 1px solid #eee;
  cursor: pointer;
  list-style: none;
  transition: .3s;
  width:50%;
	text-align: center;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

}
#kyc #tab .tab li.active{
  color: #05d;
  font-weight: bold;
  background: #fff;
  cursor: auto;
  border-bottom:none;
}
#kyc #tab .contex{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}
#kyc #tab .contex ul {
  display: none;
}
#kyc #tab .contex ul.show{
  display: block;
}
#kyc #tab .contex ul.show li{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */

	padding:3em;
}
#kyc #tab .contex ul.show li .inner{
	border:1px solid #1271d0;
	border-radius: 5px;
	overflow:hidden;
}
#kyc #tab .contex ul.show li h3{
	background: #1271d0;
	color:#fff;
	padding:.5em;
	font-size: 1.5em;
	line-height:1.2;
	text-align: center;
}
#kyc #tab .contex ul.show li h3 span{
	display: inline-block;
	color:antiquewhite;
}
#kyc #tab .contex ul.show li .mncyes{
	text-align: center;
	padding:2em;
	background: #fff;
}
#kyc #tab .contex ul.show li .mncno{
	text-align: center;
	padding:2em;
	background: #fff;
}
#kyc #tab .contex ul.show li .cs_text{
	padding:2em;
	background: #fff;
}
#kyc #tab .contex ul.show li .cs_text p{font-size: 1.5em;}
#kyc #tab .contex ul.show li .cs_text p span{font-size: .7em;}
#kyc #tab .contex ul.show li .cs_text img{display: block;}
#kyc #tab .contex ul.show li .cs_text .mb1{margin-bottom:1em;text-align: center;}
#kyc #tab .contex ul.show li .cs_text .mb2{margin-bottom:2em;}
#kyc #tab .contex ul.show li .cs_text ol{list-style:decimal;list-style-type: disc;border:1px solid #36c;background: #eafaff;}
#kyc #tab .contex ul.show li .cs_text ol li{background: transparent;padding:.3em;margin-left:2.5em;padding-left:0;}

.footer_banner{
	margin-top:3em;
	text-align: center;
	width:100%;
	background: #fff;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
	
	text-align: center;
}
.footer_banner h2{background: #2367cc;padding:1em;color:#fff;}
.footer_banner ul{display:flex;justify-content: space-around;padding:1em;}
.footer_banner ul li{}
.footer_banner ul li a{}

.pickup_ttl{text-align: center;padding-bottom:1em;}
.flist{display:flex;justify-content: space-between;}
.flist li{width:32.5%;}
.flist .name_f {
    background: url(img/client_name.png) repeat center top;
    padding: 12px 15px;
	color:#fff;
}
.flist .name_f a{font-weight: bold;color: #fff;text-decoration: underline;}
.flist .subttl {
    color: #e51f39;
    font-weight: bold;
    padding: .8em 0 0 0;
    font-size: 1em;
    text-align: center;
}
.flist .inner{padding:.7em;}
.client_section > ul.flist > li{
	margin:0;
}
.client_section .flist .overview .image{margin-bottom:1em;}
.client_section .flist .overview .txt{padding:0;}
.client_section .flist .overview .image, .client_section .flist .overview .txt{
	display:block;
    vertical-align: top;
}
.client_section .flist .overview .txt table{width: 100%;border-collapse: collapse;}
.client_section .flist .overview .txt table th,.client_section .flist .overview .txt table td{
	border :1px solid #ddd;
}
.client_section .flist .overview .txt table thead th{background: #ad1226;color:#fff;text-align: center;}
.client_section .flist .overview .txt table tbody th{background: #e51d37;color:#fff;text-align: center;width: 50%;font-size: .83em;padding:.25em;}
.client_section .flist .overview .txt table tbody td{font-size: .83em;padding:.25em;text-align: center;}
.client_section .flist .note{border:1px solid #ccc;background: #f2f2f2;font-size: .83em;line-height: 1.6;font-weight: normal;padding:.8em;height:108px;margin-top:1em;}
.client_section .flist .note strong{font-weight: bold;color:#e51d37;}


.client_section .flist .btn {width: 80%;margin-bottom:15px;}
footer .ft_menu{
    height: auto;
}
footer .ft_menu .p_mark {
  width: 700px;
  margin: 0px auto;
  padding: 20px; }
footer .ft_menu .p_mark p {
  display: inline-block; }
footer .ft_menu .p_mark .pra_txt {
  width: 500px; }
footer .ft_menu .ranking_calc {
    width: 700px;
    margin: 0px auto;
    padding: 0 20px 20px;
    font-size: .8em;
}
footer .ft_menu .ft_nav {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
footer .ft_menu .ft_nav ul{
  display:flex;
  justify-content:space-around
}

footer .ft_menu .ft_nav li {
  display: inline-block;
	width:auto !important;
}
footer .ft_menu .ft_nav li a{
  text-decoration: none;
}
footer .ft_menu .ft_nav li.pri_pol{
  width: 160px;
}
footer .ft_menu .ft_nav li.contact {
  width: 120px; }
footer .copyright {
  margin-top: 20px;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  background-color: #2367cc; }
  @media only screen and (max-width: 768px) {
    footer .copyright {
      margin-top: 0;
      font-size: 2vw; } }

.page_hikaku .client_table thead  .spread_eurusd, .page_hikaku .client_table thead .spread_eurjpy {
    width: 5vw;
}
.client_table thead th:nth-child(5),.client_table thead th:nth-child(4) {
    width: 5vw;
}
.page_hikaku .section__02 h2 {
	color: #000;
	font-size: 45px;
	font-weight: bolder;
	display: none;
}
.page_hikaku .section__02 h2 .red_white {
	    color: red;
    font-size: 45px;
	font-weight: bold;
	text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF, -3px 3px 0 #FFF, 3px -3px 0 #FFF, 0px 3px 0 #FFF, 0 -3px 0 #FFF, -3px 0 0 #FFF, 3px 0 0 #FFF;
}

.page_compare202110 .section__02 .inner .achievement {
    margin: 15px auto 0;
    text-align: center;
    width: 650px;
}
.page_automatic .section__02 .client_section .inner .achievement {
    margin: 15px auto 0;
    text-align: center;
    width: 650px;
}
.footer_annotation .inner {
    width: 800px;
    background: #fff;
    display: table;
    margin: 0 auto;
    table-layout: fixed;
    padding: 20px 0 0;
    font-size: 10px;
    text-align: center;
}