@charset "utf-8";

@-ms-viewport {
    width: device-width;
}

/* check
*{
	border:1px solid #FF0000;
}
*/

/* clearfix
------------------------------------------------*/
.clearfix { *zoom:1; }
.clearfix:before,
.clearfix:after {
	display: table;
	content:"";
	line-height: 0;
}
.clearfix:after { clear: both; }

/* 全体
------------------------------------------------*/
body{
	margin: 0;
	padding: 0;
    font-family: YakuHanJP, 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-feature-settings: "palt";
	background: #ffffff;
	position: relative;
	width: 100%;
}

.wrapper{
	width:100%;
	margin: 0 auto;
	overflow: hidden;
}

.section{
	width: 100%;
	padding: 0.5em;
}

@media screen and (min-width:531px){
	.wrapper{
		width: 530px;
		box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	}
}

/* hover
------------------------------------------------*/
a:hover img{
opacity:0.9;
filter: alpha(opacity=90);
-moz-opacity:0.9;
}
a:hover{
opacity:0.9;
filter: alpha(opacity=90);
-moz-opacity:0.9;
}
input[type="image"]:hover{
opacity:0.9;
filter: alpha(opacity=90);
-moz-opacity:0.9;
}

/* TOPへ戻る
------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
    z-index: 1;
}

#page-top a {
    background: #030f32;
    text-decoration: none;
    color: #fff;
    width: 40px;
	height:40px;
    padding: 10px 0 14px 0;
    text-align: center;
    display: block;
    font-weight: 900;
	border-radius: 50%;
}

/* ボタン
------------------------------------------------*/
/* アニメーションボタン */
.btn_animation {
    text-align: center;
    margin: 2em auto;
}

.btn_animation a img {
    display: inline;
    width: 90%;
}

/* Zoom Repeat Animation */
@keyframes zoomRepeat {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(1.1, 1.1);
    }
    60% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.animated_zoomRepeat {
    animation: zoomRepeat 1.3s ease-in-out infinite;
}

/* 見出し系
------------------------------------------------*/
.common_section_title h1{
	padding: 0.5em;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	background: rgb(3,14,46);
	background: linear-gradient(90deg, rgba(3,14,46,1) 0%, rgba(12,38,114,1) 50%, rgba(3,14,46,1) 100%);
	font-size: 25px;
}
.common_section_title_mini{
	position: relative;
}
.common_section_title_mini h1{
	background: #030f32;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	padding: 0.5em;
}
.common_section_title_mini a{
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	color: #ffffff;
	font-size: 13px;
}

/* 文字装飾系
------------------------------------------------*/
.ul_double_yellow{
	border-bottom: double 6px #ffe810;
}
.ul_single_yellow{
	border-bottom: solid 2px #ffe810;
}
.bold{
	font-weight: bold;
}
.font_yellow{
	color: #ffe810;
}
.font_red{
	color: #ff0000;
}
.line_through {
	text-decoration: line-through; 
}
/* 画像系
------------------------------------------------*/
img.img_w100{
	width: 100%;
	margin: 0 auto;
}
img.img_w90{
	width: 90%;
	margin: 0 auto;
}
img.img_w80{
	width: 80%;
	margin: 0 auto;
}

/* ポップアップ
------------------------------------------------*/
/* ポップアップ用のスタイル */
.overlay {
    display: none; /* 初期状態では非表示 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明のブラック */
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
/* ポップアップのスタイル */
.popup {
    position: relative;
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    max-width: 90%; /* 画面幅の90%まで */
	max-height:90vh;
	overflow-y: scroll;
    opacity: 0; /* 初期状態で透明 */
    transform: scale(0.9); /* 初期状態で縮小 */
    transition: opacity 0.3s ease, transform 0.3s ease; /* アニメーションの設定 */
}
img.popup-trigger{
	cursor: pointer;
}
/* ポップアップ内の画像の横幅を100%にする */
#popupImage {
    width: 100%; /* 横幅100% */
	max-width: 460px;
}
/* 閉じるボタンのスタイル */
.close-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    background: none;
    border: none;
    cursor: pointer;
}
.close-btn img{
	width: 30px;
}
/* キャプションのスタイル */
.caption {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* 半透明のブラック */
    color: white;
    padding: 10px;
    position: absolute;
    bottom: 0;
	left: 0;
}
/* 画面全体がスクロールできないようにする */
body.no-scroll {
    overflow: hidden;
}

/* メインビジュアル
------------------------------------------------*/
.main_title h1 img{
	margin: 0 auto;
}

/* キャプション画像
------------------------------------------------*/
img.lp_01_caption{
	margin: 0.5em auto;
}

/* 人気ランキングTOP2
------------------------------------------------*/
.section_top2{
	background: #f7f7f7;
	padding: 1.5em 0;
}
.section_top1_box a img,
.section_top2_box a img{
	display: inline;
	position: absolute;
	width: 52%;
	left: 0.5em;
	bottom: 0.5em;
}
.section_top1_box{
	width: 100%;
    height: 0;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 59.795918367346939%;
    background: url(../img/lp_01_ranktop_01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	position: relative;
}
.section_top2_box{
	width: 100%;
    height: 0;
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 59.795918367346939%;
    background: url(../img/lp_01_ranktop_02.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	position: relative;
	margin-top: 1em;
}

/* 提携サイトの比較
------------------------------------------------*/
/* 提携サイトの比較表 */
.tabel_free_result{
	width: 98%;
	margin: 0 auto 0.5em auto;
	border: 1px solid #0a3ea8;
	border-collapse: collapse;
	text-align: center;
	color: #0a3ea8;
	font-weight: bold;
	font-size: 93%;
}
.table_bg_blue{
	background: #097dff!important;
	color: #ffffff!important;
	text-align: center!important;
}
tr.table_rank td img{
	width: 25%;
	margin: 0 auto;
}
tr.table_benefit td{
	color: red;
}
tr.table_feature td{
	text-align: left;
}
td, th {
	padding: 0.5em 0.2em!important;
	border: 1px solid #0a3ea8;
}
.table_scroll{
	overflow-x: scroll;
	overflow: auto;
	width: 98%;
	font-size: 80%;
	margin: 0 auto;
	    margin: 0 auto 2em auto;
}
.table_scroll::-webkit-scrollbar {
  height: 8px;
}
.table_scroll::-webkit-scrollbar-track {
  background-color: #ffffff;
	border-radius: 8px;
}
.table_scroll::-webkit-scrollbar-thumb {
  background-color: #bc3b3b;
  border-radius: 8px;
}
table.table_partnership {
    table-layout: fixed; /* テーブルレイアウトを自動に */
    white-space: nowrap; /* テーブルの内容を1行に並べる */
	border-collapse: separate;
}

table.table_partnership td {
    white-space: nowrap; /* テーブルデータの内容を1行に */
	width: 110px;
}
.table_fixed_01 {
    position: sticky;
    left: 0;
	z-index: 1;
	width: 85px !important;
}
.table_fixed_02 {
    background: #241401;
}
table.table_partnership a img{
	display: inline;
	width: 90%;
}
table.table_partnership img{
	width: 100%;
	vertical-align: top;
}

/* 各サイト詳細
------------------------------------------------*/
.site_detail_wrapper{
	background: #d0eeff;
	border: 1px dashed #333333;
	border-radius: 8px;
	width: 95%;
	margin: 0 auto 2em auto;
	padding: 1em;
}
.site_detail_title{
	display: flex;
	align-items: center;
}
.site_detail_title img{
	width: 40px;
	margin-right: 0.5em;
}
.site_detail_title h3{
	font-size: 25px;
	color: #030f32;
}
.site_detail_thumb img{
	width: 80%;
	margin: 1em auto 1.5em auto;
}
/* 各サイトの表 */
.site_detail_table table td{
	background: #ffffff;
}
td.site_detail_table_star{
	color: rgb(255, 165, 0);;
	font-weight: bold;
}
td.site_detail_table_money{
	color: red;
	font-weight: bold;
	font-size: 20px;
}
/* 各サイトの特徴 */
.site_detail_feature{
	background: url("../img/pat01.jpg") repeat center / 60px,#fefff5;
	border: 2px solid #030f32;
	border-radius: 6px;
	margin: 1.5em auto;
	padding: 1em;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.site_detail_feature_inner{
	background: rgba(254,255,245,0.93);
	border-radius: 6px;
	width: 100%;
	padding: 1em 0.6em 1.3em 0.6em;
}
.site_detail_feature_inner h3{
	text-align: center;
	font-size: 23px;
}
ul.list_point {
    color: #960527;
    margin: 1em auto 0 auto;
    font-size: 20px;
    padding: 0 0.5em;
    list-style: none;
}
ul.list_point li {
    margin-bottom: 0.6em;
    position: relative;
    padding-left: 1.3em;
}
ul.list_point li:last-child {
    margin-bottom: 0;
}
.awesome_list_blue_arrow:before {
    content: '\f06a';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 100%;
    color: #097dff;
    position: absolute; 
    left: 0;
    top: 5px;
}

/* 各サイトの予想的中 */
.site_detail_hit_box{
	display: flex;
	align-items: flex-start;
	margin: 1.5em auto;
	gap:10px;
}
.site_detail_hit_box .site_detail_hit_text{
	width: 60%;
	background: #fefff5;
	padding: 0.7em;
}
.site_detail_hit_box .site_detail_hit_img{
	width: 40%;
}
.site_detail_hit_img{
	position: relative;
}
.site_detail_hit_img:before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1; /* z-indexを設定 */
    pointer-events: none; /* これにより擬似要素がクリックを妨げなくなります */
}
img.zoom_icon {
    position: absolute!important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px!important;
    z-index: 2!important; /* アイコンが擬似要素よりも上に来るようにz-indexを調整 */
}
.site_detail_hit_img img {
    width: 100%;
    position: relative;
    z-index: 0; /* 元の画像のz-indexを調整して擬似要素の下に配置 */
}
.site_detail_hit_text p{
	line-height: 2em;
}
span.site_detail_hit_text_money{
	font-weight: 900;
	color: red;
	font-size: 20px;
}

/* クチコミ */
.site_detail_review_box {
    width: 100%;
    background: #ffffff;
    padding: 0.5em;
    margin-top: 1em;
}
.site_detail_review_box > p {
    margin-bottom: 0.5em;
}
.site_detail_review_box p {
    line-height: 1.7em;
}
span.site_detail_review_star {
    color: rgb(255, 165, 0);
    font-weight: bold;
    margin-left: 0.3em;
}
.accordion {
    cursor: pointer;
    padding: 1em;
    border: 1px solid #64a8ac;
    background-color: #e6f6ff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    margin: 1em auto 0 auto;
    border-radius: 90px;
    color: #64a8ac;
    position: relative; /* 矢印の位置調整のために追加 */
}
.accordion::after {
    content: '▼';
    font-size: 13px;
    transition: transform 0.3s ease;
    color: #64a8ac;
    position: absolute;
    right: 1em; /* テキストと矢印の間にスペースを追加 */
}
.toggle:checked + .accordion::after {
    content: '▲';
}
/* パネル部分のスタイル */
.panel {
    overflow: hidden;
    transition: opacity 0.3s ease, height 0.3s ease;
    opacity: 0;
    height: 0;
    display: none;
}
.toggle {
    display: none;
}

/* footer
------------------------------------------------*/
footer{
	margin-top: 2em;
}
.footer_inner{
	background: #030f32;
	padding: 1em 0 2em 0;
	text-align: center;
	color: #ffffff;
}
.footer_inner a{
	font-size: 12px;
}
.footer_inner p{
	font-size: 10px;
	text-align: center;
	margin-top: 1em;
}

/* その他ページ
------------------------------------------------*/
.other_page_wrapper{
	padding: 1em;
	color: #030f32;
}
.other_page_wrapper p{
	line-height: 1.7em;
	font-size: 14px;
}
