@charset "UTF-8";
/* CSS Document */

/*----------------------------------------------------------------------
common
------------------------------------------------------------------------*/
html {
    font-family: "Helvetica Neue", "Helvetica", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    scroll-behavior: smooth;

}

body {
	max-width: 640px;
	margin: 0 auto;
	font-size: 14px;
	color: #222;
	line-height: 1.5;
	letter-spacing: 0.08em;
	-webkit-text-size-adjust: none;
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

a:link,
a:visited {
    color: #26588e;
    text-decoration: none;
}

a:hover {
	opacity: 0.85;
}

a:active {
    color: #000;
    text-decoration: none;
}

.inner {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

.inner {
	width: calc(100% - 20px);
	padding: 0 10px;
	margin: 0 auto;
}

.inner_10 {
	width: calc(100% - 20px);
	padding: 0 10px;
	margin: 0 auto;
}

.inner_20 {
	width: calc(100% - 40px);
	padding: 0 20px;
	margin: 0 auto;
}

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

img {
	border: 0;
	vertical-align: bottom;
}

.pc {
	display: inherit !important;
}

.sp {
	display: none !important;
}

.fL {
    float: left !important;
}

.fR {
    float: right !important;
}

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

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

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

.bold {
	font-weight: bold !important;
}

.red {
	color: #E50916 !important;
}

.blue {
	color: #0D5EB5 !important;
}

.bg_lightblue {
	background-color: #1585DC !important;
}

.maker {
	background:linear-gradient(transparent 70%, #FFFF00 0%);
}

:root {
--blue00: #184874;
--blue01: #2A7FCB;
--blue02: #65a4dc;
--blue04: #E9F2FA;
--red01: #DC4155;
--red02: #DC6574;
}

b {
font-weight: bold;
}


/*----------------------------------------------------------------------
header
------------------------------------------------------------------------*/
.header {
	position: relative;
	padding: 10px 0;
	background-color: #fff;
}

.logo img {
	max-width: 264px;
}

/*----------------------------------------------------------------------
content
------------------------------------------------------------------------*/
.box {
	margin-top: 16px;
	padding: 24px 16px;
	background-color: #fff;
	border-radius: 4px;
}


.box .box_title {
	padding: 10px 3px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #0D5EB5;
	border-radius: 10px 10px 0 0;
}

.box.lightblue .box_title {
	background-color: #1585DC;
}

.box .box_in {
	padding: 24px 16px;
	border: solid 1px #0D5EB5;
	border-top: none;
	border-radius: 0 0 10px 10px;
}

.box.lightblue .box_in {
	border: solid 1px #1585DC;
}

.cvBtn a {
	display: block;
	margin-top: 20px;
	padding: 25px 2px;
	letter-spacing: 0.1em;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-bottom: solid 4px #B7000B;
	background-color: #E50916;
	border-radius: 10px;
}

.accent {
	font-size: 15px;
	font-weight: bold;
	color: #E50916;
}

.accent_title {
	margin: 30px 0 -12px;
	text-align: center;
}

.accent_title span {
	position: relative;
	display: inline-block;
	padding: 10px 15px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #0D5EB5;
	background-color: #FEE533;
	border-radius: 10px;
}

.accent_title span::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: calc(50% - 10px);
	width: 0;
	height: 0;
	border-top: 10px solid #FEE533;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}

.title {
	position: relative;
	margin: 30px 0 35px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #0D5EB5;
}

.title::after {
	content: '';
	width: 40px;
	height: 4px;
	display: inline-block;
	background-color: #0D5EB5;
	position: absolute;
	bottom: -10px;
	left: calc(50% - 20px)
}

.note {
	margin-top: 10px;
	font-size: 10px;
}

/*----------------------------------------------------------------------
人気TOP3
------------------------------------------------------------------------*/
.pop_title {
	margin-top: 15px;
	text-align: center;
	font-size: 30px;
	color: #0D5EB5;
}

.pop_title span {
	display: block;
	font-size: 40px;
}


.pop_subtitle {
	margin-top: 30px;
	text-align: center;
}

.pop_subtitle span {
	position: relative;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #0D5EB5;
	background-color: #FEE533;
}

.pop_subtitle span::before, .pop_subtitle span::after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}
.pop_subtitle span::before {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 20px 0px 20px 10px;
	left: 0;
	top: 0;
}
.pop_subtitle span::after {
	border-color: transparent #fff transparent transparent;
	border-style: solid;
	border-width: 20px 10px 20px 0px;
	right: 0;
	top: 0;
}

p.pop_h2_icon{
margin-top: -70px;
}

.pop_table {
	width: 100%;
	border: solid 1px #E7F3FE;
}

.pop_table th,
.pop_table td {
	padding: 10px 5px 10px;
	text-align: center;
}

.pop_table th {
padding: 6px 5px 6px;
	width: 10%;
	vertical-align: middle;
	letter-spacing: 0.5em;
	font-size: 13px;
	font-weight: bold;
	background-color: #E7F3FE;
	border: solid 1px #fff;
}

.pop_table th span {
	white-space: pre;
	writing-mode: vertical-rl;
	display: inline-block;
}

.pop_table th.th-s {
	letter-spacing: 0.1em;
	font-size: 12px;
}

.pop_table td {
	width: 30%;
	font-size: 12px;
	border: solid 1px #E7F3FE;
}

.pop_table tr.middle td {
	vertical-align: middle;
	font-weight: bold;
}

.pop_table .crown {
	max-width: 32px;
	margin: 0 auto 8px;
}

.pop_table .card {
	width: 90%;
	margin: 0 auto;
}

a.pop_table_card_link{
}

a.card_title_link{
text-decoration: underline;
}

.pop_table .card_title {
	margin-top: 5px;
	font-weight: bold;
}

.evaluation {
	max-width: 28px;
	margin: 0 auto 2px;
}

.cvBtn-s a {
	display: block;
	padding: 15px 2px;
	letter-spacing: 0.1em;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border-bottom: solid 4px #B7000B;
	background-color: #E50916;
	border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.cvBtn-s a:after{
 content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: rgba(255 255 255 / 0.6);
  transform: rotate(45deg);
  animation: reflect 2s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflect 2s ease-in-out infinite;
}

@keyframes reflect {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflect {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { transform: scale(4) rotate(45deg); opacity: 1; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}

.pop_table .link a {
	position: relative;
	display: inline-block;
	margin-top: 8px;
	margin-left: -5px;
	letter-spacing: 0;
	color: #333;
}

.pop_table .link a:before {
	content: '';
	width: 5px;
	height: 5px;
	border: 0;
	border-top: solid 2px #0D5EB5;
	border-right: solid 2px #0D5EB5;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: -10px;
	bottom: 0;
	margin: auto;
}

.pop_table td span.__yellow{
    background: linear-gradient(transparent 50%, #FFE8A7 50%);
    color: #000;
    font-weight: bold;
}


/*----------------------------------------------------------------------
おすすめラグ
------------------------------------------------------------------------*/
.rank_area {
	margin-top: 30px;
	padding: 24px 16px;
	background-color: #0D5EB5;
	border-radius: 10px;
}

.rank_area .box:nth-of-type(2){
border: solid 4px #e0b41e;
}

.rank_area .box:nth-of-type(3){
border: solid 4px #ccc;
}

.rank_area .box:nth-of-type(4){
border: solid 4px #A79377;
}

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

.rank_title h2 {
	position: relative;
	display: inline-block;
	line-height: 1.5;
	font-size: 22px;
	color: #fff;
}

.rank_title h2 span {
	display: block;
	font-size: 28px;
	color: #FEE533;
}

.rank_title h2::before {
	content: url(../../common/images/icon_bay-l.png);
	position: absolute;
	left: -35px;
	top: 0;
}

.rank_title h2::after {
	content: url(../../common/images/icon_bay-r.png);
	position: absolute;
	right: -35px;
	top: 0;
}

.rank_card_title {
	position: relative;
	line-height: 1.3;
	padding-left: 45px;
	letter-spacing: 0.05em;
	font-size: 20px;
	font-weight: bold;
}

.rank_card_title img {
	position: absolute;
	max-width: 36px;
	top: 0;
	left: 0;
}

.rank_card_lead {
	margin-top: 15px;
	font-size: 16px;
	font-weight: bold;
}

.rank_table {
	width: 100%;
	margin-top: 30px;
}

.rank_table th,
.rank_table td {
	width: 33.33%;
	padding: 10px 3px;
	letter-spacing: 0;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}

.rank_table th {
	font-weight: bold;
	background-color: #E7F3FE;
	border: solid 1px #fff;
}

.rank_table td {
	min-height: 64px;
	border: solid 1px #E7F3FE;
}

.rank_table td img {
	max-height: 16px;
	margin: 5px 1px;
}

.rank_tag {
	overflow: hidden;
	margin-top: 20px;
}

.rank_tag li {
	float: left;
	margin-right: 4px;
	padding: 8px 6px;
	font-size: 12px;
	color: #fff;
	background-color: #1585DC;
	border-radius: 4px;
}

.rank_subtitle {
	position: relative;
	margin: 30px 0 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 20px;
	color: #0D5EB5;
	border-bottom: 2px solid #E7F3FE;
}

.rank_subtitle::before{
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100px;
	height: 2px;
	background: #0D5EB5;
}

.rank_subtitle img {
	position: absolute;
	top: -2px;
	left: 0;
	max-width: 24px;
}

.rank_point {
	margin-top: 20px;
}

.rank_point dt {
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #E50B18;
}

.rank_point dt img {
	position: absolute;
	max-width: 24px;
	top: 0;
	left: 0;
}

.rank_point dd {
	margin-top: 8px;
}

.rank_recommend {
}

.rank_recommend li {
	position: relative;
	margin-top: 15px;
	padding-left: 45px;
	letter-spacing: 0.03em;
	font-size: 16px;
	font-weight: bold;
}

.rank_recommend li span {
	position: absolute;
	top: calc(50% - 17.5px);
	left: 0;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin-right: 10px;
	text-align: center;
	color: #fff;
	background-color: #1585DC;
	border-radius: 50%;
}

.campaign {
	margin-top: 30px;
	background-color: #fff;
	border-radius: 10px;
}

.campaign .human {
	text-align: center;
}

.campaign .human img {
	max-width: 80%;
}

.campaign .campaign_title {
	padding: 10px 3px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #FD9426;
	border-radius: 10px 10px 0 0;
}

.campaign .campaign_title span {
	position: relative;
	padding-left: 35px;
}

.campaign .campaign_title img {
	position: absolute;
	max-width: 24px;
	top: 0;
	left: 0;
}

.campaign .campaign_in {
	padding: 24px 16px;
	background-color: #FFF6ED;
	border: solid 1px #FD9426;
	border-top: none;
	border-radius: 0 0 10px 10px;
}

.campaign_main {
	line-height: 1.3;
	letter-spacing: 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.campaign_time {
	margin-top: 5px;
	text-align: center;
}

.campaign_main span.num {
	font-size: 24px;
}

.campaign_main span.__small{
font-size: 14px;
color: #666;
}

.reviews_area {
	padding: 16px;
	background-color: #E7F3FE;
	border-radius: 10px;
}

.reviews_area.men {
	background-color: #E7F3FE;
}

.reviews_area.women {
	background-color: #FFEBED;
}

.reviews_title {
	position: relative;
	margin-bottom: 20px;
	padding: 7px 0 0 40px;
	letter-spacing: 0.05em;
	font-size: 17px;
	font-weight: bold;
	color: #0D5EB5;
}

.reviews_area.men .reviews_title {
	color: #0D5EB5;
}

.reviews_area.women .reviews_title {
	color: #E50916;
}


.reviews_title img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 30px;
}


/* slider card start */
.card_slide {
	margin: 20px 0 -15px;
}

.card_slide .swiper-slide {
	padding-bottom: 40px;
	text-align: center;
}

.card_slide .swiper-slide img {
	width: 100%;
	max-width: 250px;
}

.card_slide .swiper-button-next,
.card_slide .swiper-button-prev {
	top: var(--swiper-navigation-top-offset, 45%);
	color: #0D5EB5;
}

.card_slide .swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: -5px;
}

.card_slide .swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: -5px;
}

.card_slide .swiper-button-next:after,
.card_slide .swiper-button-prev:after {
	font-size: 20px;
}

.card_slide .swiper-pagination-bullet-active {
	background-color: #0D5EB5;
}
/* slider end */

/* slider 口コミ start */
.reviews_slide {
	margin-bottom: -15px;
}

.reviews_slide .swiper-slide {
	padding-bottom: 40px;
}

.reviews_slide .swiper-button-next,
.reviews_slide .swiper-button-prev {
	top: var(--swiper-navigation-top-offset, 45%);
	color: #0D5EB5;
}

.reviews_slide .swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: -5px;
}

.reviews_slide .swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: -5px;
}

.reviews_slide .swiper-button-next:after,
.reviews_slide .swiper-button-prev:after {
	font-size: 20px;
}
/* slider 口コミ end */

/* readmore start */
.readmore {
  position: relative;
}

.readmore label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
  width: 200px;
  padding: 10px 0;
  color: #1875D9;
  text-align: center;
  border: solid 1px #1875D9;
  border-radius: 10px;
  background-color: #fff;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 3;
}

.readmore input[type="checkbox"]:checked ~ label {
	display: none; /* もっと見るをクリックで削除 */
}

.readmore label::before{
  content: 'もっと見る';
}

.readmore input[type="checkbox"]:checked ~ label::before {
  content: '閉じる';
}

.readmore input[type="checkbox"]{
  display: none;
}

.readmore-content {
  position: relative;
  height: 22em;
  overflow: hidden;
}

.readmore input[type="checkbox"]:checked ~ .readmore-content {
  height: auto;
}

.readmore-content::before {
  z-index: 2;
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

.readmore input[type="checkbox"]:checked ~ .readmore-content::before {
  display: none;
}

.result_point .readmore-content {
  height: 8em;
}

.result_point .readmore label {
	font-size: 0;
	border: none;
}

.result_point .readmore label::before {
	content: "";
	width: 8px;
	height: 8px;
	border: 0;
	border-bottom: solid 3px #0D5EB5;
	border-right: solid 3px #0D5EB5;
	transform: rotate(45deg);
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 50%;
	margin: auto;
}

.result_point .readmore-content::before {
	height: 30px;
}


/* readmore end */


/*----------------------------------------------------------------------
3つのポイント
------------------------------------------------------------------------*/
.point_area {
	display: flex;
	margin-top: 16px;
	border: solid 2px #1585DC;
	border-radius: 10px;
}

.point_area .left {
	width: 25%;
	padding-bottom: 16px;
}

.point_area .right {
	width: 71%;
	margin-left: 4%;
	padding: 16px 10px 16px 0;
}

.point_num {
	margin-bottom: 15px;
	padding: 6px 2px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background-color: #1585DC;
	border-radius: 6px 0 6px 0;
}

.point_image {
	margin: 0 -10px 0 3px;
}

.point_title {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
	color: #1585DC;
}

/*----------------------------------------------------------------------
オススメクレジットカードは？
------------------------------------------------------------------------*/
.picup_title {
	line-height: 1.5;
	margin-top: 30px;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	color: #0D5EB5;
}

.picup_title span {
	background: linear-gradient(transparent 70%, #FFFF00 0%);
}

.picup_arrow {
	max-width: 58px;
	margin: 10px auto -60px;
}

.picup_area {
    margin-top: 30px;
    padding: 24px 16px;
    background-color: #E7F3FE;
    border-radius: 10px;
}

.picup_area .box:first-of-type{
border: solid 2px #e0b41e;
}

.picup_title sup{
font-size: 14px;
vertical-align: super;
}

.picup_title span.__ft_large{
font-size: 30px;
}

p.picup_notice{
text-align: right;
font-weight: bold;
color: #0D5EB5;
margin: -16px 0 0;
}

/*----------------------------------------------------------------------
特徴から探す
------------------------------------------------------------------------*/
.feature_area {
	display: flex;
	flex-wrap: wrap;
	margin-top: -10px;
}

.feature_area li {
	width: 48%;
	margin-left: 4%;
	margin-top: 10px;
}

.feature_area li:nth-child(2n-1) {
	margin-left: 0;
}

.feature_area li a {
	position: relative;
	display: block;
	padding: 20px 8px;
	letter-spacing: 0;
	font-weight: bold;
	color: #0D5EB5;
	border: solid 1px #0D5EB5;
	border-bottom: solid 4px #0D5EB5;
	border-radius: 4px;
}

.feature_area li a:before {
    content: '';
    width: 5px;
    height: 5px;
    border: 0;
    border-top: solid 2px #0D5EB5;
    border-right: solid 2px #0D5EB5;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    margin: auto;
}

.feature_area li img {
	max-width: 24px;
	margin-right: 5px;
}

/*----------------------------------------------------------------------
よくある質問
------------------------------------------------------------------------*/
/* accordion start */
.toggle {
	display: none;
}
.accordion {
	position: relative;
	margin-bottom: 1em;
}
.accordion_title,
.accordion_content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.accordion_title {
	padding: 1.5em 2em 1.5em 1em;
	display: block;
	font-weight: bold;
	color: #0D5EB5;
	background-color: #E7F3FE;
	cursor: pointer;
}
.accordion_title::after,
.accordion_title::before {
	content: "";
	position: absolute;
	right: 1.25em;
	top: calc(50% - 5px);
	width: 2px;
	height: 0.75em;
	background-color: #0D5EB5;
	transition: all 0.3s;
}
.accordion_title::after {
transform: rotate(90deg);
}
.accordion_content {
	max-height: 0;
	overflow: hidden;
}
.toggle:checked + .accordion_title + .accordion_content {
	max-height: 10000px;
	transition: all 1.5s;
}
.toggle:checked + .accordion_title::before {
	transform: rotate(90deg) !important;
}
/* accordion end */

.faq_title {
	position: relative;
	padding-left: 30px;
}

.faq_title .qa {
	position: absolute;
	top: calc(50% - 17px);
	left: 0;
	font-size: 22px;
}

.faq_txt {
	position: relative;
	margin: 1.5em 0 0 1em;
	padding-left: 30px;
}

.faq_txt .qa {
	position: absolute;
	top: -6px;
	left: 0;
	font-size: 22px;
	font-weight: bold;
	color: #E50916;
}

.faq_txt p {
	margin-top: 10px;
}

/*----------------------------------------------------------------------
footer
------------------------------------------------------------------------*/
.footer {
	margin-top: 40px;
	padding: 40px 0;
	text-align: center;
	color: #fff;
	background-color: #0D5EB5;
}

.footer a {
	color: #fff;
}

.footer small {
	display: block;
	margin-top: 20px;
	letter-spacing: 0;
	font-size: 11px;
}

/*----------------------------------------------------------------------
ハンバーガーメニュー
------------------------------------------------------------------------*/
.hamburger-menu {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 5px;
	right: 0;
	border: none;
	background: transparent;
	appearance: none;
	padding: 0;
	cursor: pointer;
}
.hamburger-menu__bar {
	display: inline-block;
	width: 44%;
	height: 2px;
	background: #0D5EB5;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transition: .5s;
}
.hamburger-menu__bar:first-child {
	top: 16px;
}
.hamburger-menu__bar:nth-child(2) {
	top: 24px;
}
.hamburger-menu__bar:last-child {
	top: 32px;
}
.hamburger-menu--open .hamburger-menu__bar {
	top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
	display: none;
}
.navigation {
	display: none;
	background: #0D5EB5;
	position: absolute;
	top: 58px;
	width: 100%;
	z-index: 9999;
}
.navigation__list {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
.navigation__list-item {
	border-bottom: solid 1px #1585DC;
}
.navigation__list-item:first-child {
	border-top: solid 1px #1585DC;
}
.navigation__link {
	color: #fff !important;
	font-weight: 700;
	text-decoration: none;
	display: block;
	padding: 24px 0;
	transition: .5s;
}
@media (hover: hover) and (pointer: fine) {
.navigation__link:hover {
	background: #1585DC;
}
}

/*----------------------------------------------------------------------
設定条件
------------------------------------------------------------------------*/
.Search-condition_title {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #0D5EB5;
}

.Search-condition_title span {
	margin-right: 5px;
	font-size: 20px;
}

.Search-condition_btn a {
    position: relative;
    display: block;
	max-width: 230px;
	margin: 30px auto 0;
    padding: 20px 8px;
    text-align: center;
	font-size: 16px;
    font-weight: bold;
    color: #0D5EB5;
    border: solid 1px #0D5EB5;
    border-bottom: solid 4px #0D5EB5;
    border-radius: 10px;
}

ul.Search-condition_list{
display: flex;
}

ul.Search-condition_list li{
margin: 0 10px 0 0;
}

/*----------------------------------------------------------------------
ドロップダウン
------------------------------------------------------------------------*/
.dropdown {
	margin-top: 30px;
	text-align: right;
}

.dropdown select {
	padding: 15px 30px;
}

/*----------------------------------------------------------------------
条件結果
------------------------------------------------------------------------*/
.result_title {
	line-height: 1.4;
	margin-top: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.result_title span {
	font-size: 30px;
	color: #E50916;
}

.result_title_0 {
	line-height: 1.5;
	margin-top: 30px;
	text-align: center;
	font-weight: bold;
	color: #E50916;
}

.card_2col {
	display: flex;
	margin-top: 20px;
}

.card_2col .card_slide {
	margin: 10px 0 0;
	width: 40%;
}

.card_2col .right {
	width: 55%;
	margin-left: 5%;
}

.card_2col .right table {
	width: 100%;
}

.card_2col .right table th,
.card_2col .right table td {
	padding: 5px;
	letter-spacing: 0;
	text-align: left;
	font-size: 12px;
}

.card_2col .right table th {
	width: 50%;
	font-weight: bold;
	background-color: #E7F3FE;
	border-bottom: solid 1px #fff;
}

.card_2col .right table td {
	width: 50%;
}

.card_2col .right table td img {
	max-height: 17px;
}

.result_point {
	margin-top: -20px;
}

.result_point .rank_point dt {
	color: #1585DC;
}

/*----------------------------------------------------------------------
ETC付きクレカ厳選3枚
------------------------------------------------------------------------*/
.etc_title {
	padding: 20px 8px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #1689E0;
    font-weight: normal;
}

.etc_title:before,.etc_title:after{
content: '-';
margin: 0 6px;
}

.etc-sel_area li {
	margin-top: 16px;
	padding: 10px 16px 16px 16px;
	border: solid 1px #1689E0;
	border-radius: 10px;
}
.etc-sel_title {
    position: relative;
    margin-top: 15px;
    padding-left: 45px;
    letter-spacing: 0.03em;
    font-size: 16px;
    font-weight: bold;
}

.etc-sel_title span {
    position: absolute;
    top: calc(50% - 17.5px);
    left: 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    text-align: center;
    color: #fff;
    background-color: #1585DC;
    border-radius: 50%;
}

.etc-sel_txt {
	display: flex;
	flex-direction:row-reverse;
	margin-top: 20px;
}

.etc-sel_txt .image {
	width: 28%;
}

.etc-sel_txt .txt {
	width: 72%;
	margin-right: 0;
}

.point3_accordion {
    margin:20px 0 20px;
    border: solid 2px #ccc;
    border-radius: 10px;
    overflow: hidden;
}
.point3_accordion__title {
    font-size: 28px;
    padding: 0 0 0 140px;
    color: #7B192F;
    background-color: #fff;
    cursor: pointer;
    position: relative;

    height: 120px;
    line-height: 120px;
    background-image: radial-gradient(circle at right 28px top 50%, #555 calc(36px / 2 - 1px), transparent calc(36px / 2));
    
}
.point3_accordion__title::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
}
.point3_accordion__title::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 1s;
}

img.point3_accordion__title_icon{
position: absolute;
width: 100px;
left: 20px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);

}

.point3_accordion__title.show::before {
    opacity: 0;
}
.point3_accordion__title.show::after {
    transform: translateY(-50%) rotate(180deg);
}
.point3_accordion__content {
    display: none;
    width: calc(100% - 80px);
    margin: 20px auto 20px;
    padding: 20px;
    font-size: 24px;
    background: #f5f5f5;
}
/*----------------------------------------------------------------------
ETC人気カード
------------------------------------------------------------------------*/
.bestseller {
	display: inline-block;
	position: relative;
	margin-bottom: 5px;
    padding: 5px 13px 5px 35px;
	font-weight: bold;
	color: #E50916;
	background-color: #fff9f9;
    border: solid 1px #e50917;
}

.bestseller img {
	position: absolute;
	top: 7px;
	left: 10px;
	max-width: 20px;
}

.etc_2col {
	display: flex;
	margin-top: 20px;
}

.etc_2col .card_slide {
	margin: 0;
	width: 35%;
}

.etc_2col .right {
	width: 60%;
	margin-left: 5%;
}

.etc_2col .right table {
	width: 100%;
}

.etc_2col .right table th,
.etc_2col .right table td {
	width: 33.33%;
	padding: 5px;
	text-align: center;
	letter-spacing: 0;
	font-size: 10px;
}

.etc_2col .right table th {
	font-weight: bold;
	background-color: #E7F3FE;
	border: solid 1px #fff;
}

.etc_2col .right table td {
	border: solid 1px #E7F3FE;
	font-weight: bold;
}

.etc_2col .right table td img {
	max-height: 17px;
}

/*----------------------------------------------------------------------
notes
------------------------------------------------------------------------*/

p.notes{
margin: 30px 0 0;
color: #666;
}

/*search_step
---------------------------------------------------------------------------*/

#step_area html {
  line-height: 1;
}
#step_area ol, #step_area ul {
  list-style: none;
}
#step_area table {
  border-collapse: collapse;
  border-spacing: 0;
}
#step_area caption, #step_area th, #step_area td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
#step_area q, #step_area blockquote {
  quotes: none;
}
#step_area q:before, #step_area q:after, #step_area blockquote:before, #step_area blockquote:after {
  content: "";
  content: none;
}
#step_area a img {
  border: none;
}
#step_area article, #step_area aside, #step_area details, #step_area figcaption, #step_area figure, #step_area footer, #step_area header, #step_area hgroup, #step_area main, #step_area menu, #step_area nav, #step_area section, #step_area summary {
  display: block;
}
#step_area html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
#step_area body {
  font-family: "Kosugi Maru","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Lucida Grande",Verdana,"ＭＳ Ｐゴシック",sans-serif;
  color: #696969;
}
#step_area input, #step_area select, #step_area textarea, #step_area button, #step_area option {
  font-family: "Kosugi Maru","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Lucida Grande",Verdana,"ＭＳ Ｐゴシック",sans-serif;
  color: #696969;
  font-size: 1rem;
}
#step_area button {
  cursor: pointer;
}
#step_area a {
  text-decoration: none;
  color: #696969;
}
#step_area input[type="submit"] {
  -webkit-appearance: none;
}

:root {
  --main-color: #5bb75b;
  --sub-color: #ff7e0e;
}

#step_area {
  background: #fff;
  position: relative;
}
#step_area .step_title {  
  font-size: 16px;
  text-align: center;
  margin: 0 0 10px;
}
#step_area .step_count {
  padding: .5rem;
}
#step_area .step_count ul {
  display: flex;
  justify-content: center;
  margin: 0 0 6px;
}
#step_area .step_count ul li {
  background: #b0b0b0;
  padding: .5rem;
  border-radius: 50%;
  color: #ffffff;
  position: relative;
}
#step_area .step_count ul li.active {
  background: #ffd940;
  color: #666;
  font-weight: bold;
}
#step_area .step_count ul li.active:not(:first-of-type):before {
  background: #ffd940;
}
#step_area .step_count ul li:not(:first-of-type) {
  margin-left: 1rem;
}
#step_area .step_count ul li:not(:first-of-type):before {
  content: '';
  display: block;
  background: #b0b0b0;
  height: 2px;
  position: absolute;
  left: -1rem;
  width: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
#step_area .step_body {
  
}
#step_area .step_body .step {
  display: none;
  flex-wrap: wrap;
}
#step_area .step_body .step.open {
  display: flex;
  justify-content: flex-start;
}
#step_area .step_body .step .label_wrap {
  flex-basis: calc((100% - 12px) / 3);
  padding: 0;
  box-sizing: border-box;
}

#step_area .step_body .step .label_wrap:nth-child(3n-1){
margin: 0 6px 6px 6px;
}

#step_area .step_body .step.column2 .label_wrap {
  flex-basis: calc((100% - 5px) / 2);
}

#step_area .step_body .step .label_wrap:nth-child(3n-1){
margin: 0 5px 5px 5px;
}

#step_area .step_body .step.column2 .label_wrap:nth-child(3n-1){
margin: 0 0px 5px 0px;
}

#step_area .step_body .step.column2 .label_wrap:nth-child(odd){
margin: 0 5px 5px 0;
}


#step_area .step_body .step .label_wrap label span {
  font-size: 14px;
  font-weight: bold;
  color: #666;
  padding: .5rem;
  box-sizing: border-box;
  width: 100%;
  display: block;
  text-align: center;
  border: 1px solid var(--sub-color);
  border-radius: 5px;
  transition: .5s background-color,color;
  position: relative;
  background: #FFF4EB;
}

#step_area .step_body .step .label_wrap label span:after{
position: absolute;
content: '\f054';
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 14px;
right: 5px;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
color: var(--sub-color);
}


#step_area .step_body .step .label_wrap label input[type="radio"],
#step_area .step_body .step .label_wrap label input[type="checkbox"] {
  display: none;
}
#step_area .step_body .step .label_wrap label input[type="radio"]:checked + span,
#step_area .step_body .step .label_wrap label input[type="checkbox"]:checked + span {
  background: var(--sub-color);
  color: #ffffff;
}
#step_area .step_body .step .button_wrap {
  flex: 100%;
  padding: .5rem 0;
  display: flex;
  justify-content: space-evenly;
}
#step_area .step_body .step .button_wrap .button, #step_area .step_body .step .button_wrap button {
  padding: .2rem 2rem;
  font-size: 14px;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  font-size: 10px;
}
#step_area button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

#step_area .step_body .step .button_wrap button.search_start{
background: #ff4b4b;
color: #fff;
}

.grad-btn {
  z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    width: 130px;
    margin: auto;
    padding: 4px 0;
    border-radius: 4px;
    background: var(--sub-color);
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
	font-weight: bold;
}

.grad-btn i{
margin: 0 6px 0 0;
}


.step_inner{
background: #fff;
  position: relative;
  overflow: hidden;
  height: 160px;
}

.step_inner:before{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
  z-index: 1;
}

.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked + .grad-btn {
  display: none; /*チェックされていたら、grad-btnを非表示にする*/
}
.grad-trigger:checked ~ .step_inner{
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .step_inner:before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}


/*about
---------------------------------------------------------------------------*/

section.about{
margin-top: 50px;
}

.center{
text-align: center;
}

h2.about_h2{
font-size: 36px;
position: relative;
display: inline-block;
padding: 0 0 10px;
margin: 0 0 40px;
}

h2.about_h2:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 80px;
    height: 4px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #0D5EB5;
}

table.about_table{
width: 100%;
border-collapse: collapse;
text-align: left;
margin: 0 auto 60px;
font-size: 14px;
}

table.about_table tr{
border-bottom: dotted 2px #ccc;
}

table.about_table tr:first-child{
border-top: dotted 2px #ccc;
}

table.about_table th,table.about_table td{
padding: 15px 0px;
}

h4.about_h4{
font-size: 24px;
border-left: solid 6px #888;
padding: 0 0 0 6px;
line-height: 1.25;
margin: 0 0 15px;
}

p.about_p{
margin: 0 0 30px;
}

p.about_p:last-child{
margin: 0 0 60px;
}

.compare_title_wrap{
margin: 0 0 40px;
text-align: center;
background: #FFFFE0;
padding: 30px 20px;
position: relative;
}

.compare_title_wrap:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-style: solid;
    border-color: #FFFFE0 transparent transparent transparent;
    border-width: 20px 12px 0 12px;
    z-index: 1;
}

.compare_h2_subtitle{
background: #444;
font-size: 28px;
font-weight: bold;
color: #fff;
display: inline-block;

line-height: 1;
padding: 10px 20px
}

h2.compare_h2{
font-size: 34px;
font-weight: bold;
line-height: 1;
white-space: nowrap;
margin: 0 0 12px;
}

h2.compare_h2 span.__big{
font-size: 60px;
color: #E0B41E;

}

ul.compare_h2_checklist{
display: flex;
justify-content: center;
}

ul.compare_h2_checklist li{
margin: 0 16px 0 0;
padding: 0 10px 0 0;
font-size: 28px;
font-weight: bold;
border-bottom: solid 2px #55BF9F;
}

ul.compare_h2_checklist li:last-child{
margin: 0;
}

ul.compare_h2_checklist li:before{
font-family: "Font Awesome 5 Free";
content: "\f058";
color: #55BF9F;
margin: 0 6px 0 0;
}

.__fee_wrap{
background: #f5f5f5;
padding: 12px 0px;
position: relative;
margin: 0 0 24px;
border-radius: 8px;
}

.__fee_wrap:first-of-type:not(:last-of-type):after{
position: absolute;
content: '';
display: inline-block;
height: 2px;
width: 80%;
background-color: #eee;
bottom: -12px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

.__fee_wrap:last-of-type{
margin: 0;
}

.__fee_label{
font-weight: bold;
color: #444;
}

.__fee_label:before,.__fee_label:after{
content: '-';
}

p.__fee_notice{
text-align: left;
}

.__fee_text{
font-size: 15px;
font-weight: bold;
}

.__fee_text span.__red{
color: #E50916;
}

ul.__treatment_list{
display: inline-block;
text-align: left;
padding: 10px 0 0 12px;
}

ul.__treatment_list li{
font-weight: bold;
position: relative;
line-height: 1.2;
margin: 0 0 8px;

}

ul.__treatment_list li:before{
position: absolute;
font-family: "Font Awesome 5 Free";content: "\f058";
color: #55BF9F;
left: -13px;
}


/*画面幅～750px
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:768px){


.card_slide .swiper-slide img{
max-width: 180px;
}

.card_slide .swiper-slide{
padding-bottom: 20px;

}

.swiper-pagination{
bottom: 0px !important;
}

.cvBtn a{
padding: 16px 2px;
}

.picup_area .cvBtn a{
border-radius: 100px;
padding: 12px 2px;
font-size: 16px;
width: calc(100% - 60px);
margin: 20px auto 0;
}

.etc_2col .card_slide {
	margin: 0;
	width: 30%;
}

.etc_2col .right {
	width: 67%;
	margin-left: 3%;
}

section.about{
margin-top: 30px;
}

.center{
}

h2.about_h2{
font-size: 18px;
padding: 0 0 5px;
margin: 0 0 20px;
}

h2.about_h2:after{
    bottom: -5px;
    width: 40px;
    height: 2px;
}

table.about_table{
margin: 0 auto 30px;
font-size: 12px;
}

table.about_table tr{
border-bottom: dotted 2px #ccc;
}

table.about_table tr:first-child{
border-top: dotted 2px #ccc;
}

table.about_table th,table.about_table td{
padding: 12px 0px;
}

h4.about_h4{
font-size: 16px;
border-left: solid 4px #888;
padding: 0 0 0 4px;
margin: 0 0 8px;
}

p.about_p{
margin: 0 0 20px;
}

p.about_p:last-child{
margin: 0 0 40px;
}

.compare_title_wrap{
margin: 0 0 20px;
padding: 16px 10px;
position: relative;
}

.compare_title_wrap:after{
    bottom: -10px;
    border-width: 10px 6px 0 6px;
}

.compare_h2_subtitle{
font-size: 14px;
padding: 5px 10px
}

h2.compare_h2{
font-size: 18px;
margin: 0 0 8px;
}

h2.compare_h2 span.__big{
font-size: 30px;
}

ul.compare_h2_checklist{
}

ul.compare_h2_checklist li{
margin: 0 8px 0 0;
font-size: 14px;
font-weight: bold;

}

ul.compare_h2_checklist li:before{
margin: 0 3px 0 0;
}


.__fee_wrap{
padding: 6px 0px;
position: relative;
margin: 0 0 12px;
border-radius: 4px;
}

.__fee_wrap:first-of-type:not(:last-of-type):after{
height: 1px;
width: 80%;
bottom: -6px;
}

.__fee_wrap:last-of-type{

}

.__fee_label{
font-size: 10px;
}

.__fee_label:before,.__fee_label:after{
}

.__fee_text{
font-size: 13px;
font-weight: bold;
}

.__fee_text span.__red{
}

p.__fee_notice{
font-size: 10px;
color: #666;
}

ul.__treatment_list{
display: inline-block;
text-align: left;
font-size: 11px;
}

ul.__treatment_list li{
}

ul.__treatment_list li:before{

}

.point3_accordion {
    margin:10px 0 10px;
    border: solid 1px #ccc;
    border-radius: 6px;
}
.point3_accordion__title {
    font-size: 16px;
    padding: 0 0 0 76px;
    height: 60px;
    line-height: 60px;
    background-image: radial-gradient(circle at right 14px top 50%, #555 calc(18px / 2 - 1px), transparent calc(18px / 2));
    
}
.point3_accordion__title::before {
    width: 10px;
    height: 2px;
    right: 9px;
}
.point3_accordion__title::after {
    width: 10px;
    height: 2px;
    right: 9px;
}

img.point3_accordion__title_icon{
width: 50px;
left: 10px;
}

.point3_accordion__title.show::before {
}
.point3_accordion__title.show::after {
    
}
.point3_accordion__content {
    width: calc(100% - 40px);
    margin: 10px auto 10px;
    padding: 10px;
    font-size: 12px;
}



}