/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 26 2024 | 07:16:39 */
html {
    scroll-behavior: smooth;
}
h1{
  background-color:#4c92fc; 
  width:100%; color:#fff; 
  font-size:0.8em; 
  text-align:center; 
  padding:0; 
  margin:0;	
}
h1 a {
	color:#fff;
}

.mainTitleBox { 
	padding:5% 0 0 0;
	text-align:center;
	color:#000;
	margin:0 auto;

}
.mainTitleBox h3 {
	font-size:2em; 
	color:#000; 
	text-align:center;
	display:inline-block;
	border-bottom:3px solid #4b92fc;	
    margin:0;
	padding:0;
	line-height:100%;
}	

h2{
	background:url(http://hikaku-hoken.net/ijyu_02/wp-content/uploads/2024/04/icon_jet.png);
	background-repeat:no-repeat;
	background-size:28px;
	background-position:left top;
}
h3 {
	letter-spacing:normal;
}

/*他ページサブタイトル---------------*/

.otherPageSubTitle {
	background-color:#caeefc; 
	padding: 1% 1% 1% 1%; 
	width:98%; 
	border-bottom:3px solid #4b92fc;
	margin:8% 0% 8% 0%;
	overflow:hidden;
	clear:both;

}
.otherPageSubTitle h3 {
	font-size:1.2em;
	padding:0;
	margin:0;
}

.fadeUp {
animation-name: fadeUpAnime;/*アニメーションの定義名*/
animation-duration:1s;/*アニメーション変化時間 ※デフォルト*/
animation-fill-mode:forwards;/*アニメーションの開始と終了時の状態を指定*/
opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}	

/*パンくず------------*/
.yoast-breadcrumbs {
	font-size:0.8em;
	padding:0;
	margin:0px 0px 0px 2px;
}
.yoast-breadcrumbs span {
	border-radius:10px; padding:2px;
	color:#666;
}
.yoast-breadcrumbs a {
	font-size:1em;
	color:#4b92fc;
}
/*各テーブル------------*/

.table-scroll {
  overflow-x: auto;
}
.table_1 {
  border-collapse: collapse;
  min-width: 700px;

}
.table_1 th, .table_1 td {
  padding: .3em 0.8em;
 border: 1px solid #999999;
}
 .table_1 td {
  text-align:center;
}	 
	
.table_1 th {
  background: #caeefc;
  color: #000;
  border-right: 1px solid #fff;
  border-top: 1px solid #999999;
 width:130px;	
}
.table_1 th:last-of-type {
  border-right: 1px solid #999999;
}
/*------------------------------*/

.table_2 {
  border-collapse: collapse;
  font-size:90%;
}
.table_2 th, .table_2 td {
  padding: .3em 0.8em;
 border: 1px solid #ccc;
}
 .table_2 td {
  text-align:right; 
}	 
	
.table_2 th {
  background: #ebebeb;
  color: #000;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
	
}
.table_2 th:last-of-type {
  border-right: 1px solid #ccc;
}
/*-----------------------------
ポイントテーブル
-----------------------------*/
.table_point {
  border-collapse: collapse;
  font-size:90%;
  min-width: 640px;
  width:100%;
}
.table_point th, .table_point td {
  padding: .3em 0.8em;
  text-align:left;
  margin:1%;
 border: 1px solid #fff;	
}
 .table_point td {
  background: #999999;
  color:#fff;
  text-align:center;
}	 
	
.table_point th {
  background: #4b92fc;
  color: #fff;
  font-weight:normal;
 border: 1px solid #fff;		
}
.table_point th:last-of-type {
  border: 1px solid #fff;		
}
.remarksTDst {
	font-size:80%;
	}	
/*----------------------------
TOP table
----------------------------*/

.top_table_comparison {
  border-collapse: collapse;
  font-size:90%;
  max-width:600px;
}
.top_table_comparison th, .top_table_comparison td {
  padding: .3em 0.8em;
  text-align:right;
  margin:1%;
 border: 1px solid #ccc;
}
.top_table_comparison th img {
	width:100%;
    max-width:215px;
	text-align:center;
}

 .top_table_comparison td {
  background: #999;
  text-align:right;
}	 
	
.top_table_comparison th {
  background-color:#caeefc;
  font-weight:normal;
	text-align:left;
 border: 1px solid #ccc;		
}
.top_table_comparison th:last-of-type {
  border: 1px solid #ccc;		
}
.comparisonPrice {
	background-color:#fe9bc5;
	font-weight:bold;
  border: 1px solid #ccc;
}
.comparisonPrice2 th {
	background-color:#fe9bc5;
	font-weight:bold;
  border: 1px solid #ccc;
	text-align:left;
}
.comparisonBtn {
	width:98%;
	height:50px;
	line-height:50px;
	padding:1%;
    text-align:center;
	margin:0px auto;
	border-radius:10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 4px solid #CC6D14;
  transition: 0.3s;
  background-color: #ff9700;
}
.comparisonBtn a {
	display:block;
	color:#fff;
	width:100%;
}
.comparisonBtn a:hover {
  box-shadow: 0 0 rgba(0, 0, 0, 0.4);
  border-bottom-width: 2px;
  transform: scale(1.1);	
}
.comparisonBtn2 {
	width:98%;
	height:50px;
	padding:1%;
    text-align:center;
	margin:0px auto;
	border-radius:10px;	
  align-items: center;
  justify-content: center;
  line-height: 1;
 display: flex;	
  text-decoration: none;
  color: #ffffff;
  border-bottom: 4px solid #BD5450;
  transition: 0.3s;

  background-color: #F66E68;
}
.comparisonBtn2 a {
	display:block;
	width:100%;
	color:#fff;
}
.comparisonBtn2 a:hover {
  box-shadow: 0 0 rgba(0, 0, 0, 0.4);
  border-bottom-width: 2px;
  transform: scale(1.1);	
}






.companyNameBox {
	overflow:hidden; 
	clear:both; 
	position:relative; 
	height:auto;
}
.companyName h3 {
	color:#fff; 
	font-size:1.6em; 
	text-shadow: 0px 0px 3px #6688b9;
}	
.companyIcon {
	position:absolute; 
	top: 5px; 
	left: 5px;
}
.companyIcon img {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.45);
	width:100px;
}

.companyName {
	padding:5px 10px 10px 110px; 
	width:100%; 
	margin-top:30px; 
	height:70px;
	background-color: #91dcfa;
	background-image: linear-gradient(90deg, #91dcfa 0%, #81b4ff 100%);
	
}
/*-----------------TOP下部---------------*/

.top_table_comparison_2 {
  border-collapse: collapse;
  font-size:90%;
	width:600px;

}
.top_table_comparison_2 th, .top_table_comparison_2 td {
  padding: .3em 0.8em;
  text-align:right;
  margin:1%;
 border: 1px solid #ccc;
}
.top_table_comparison_2 th img {
	width:100%;
    max-width:200px;
	text-align:center;
}

 .top_table_comparison_2 td {
  background: #ccc;
  text-align:right;
}	 
	
.top_table_comparison_2 th {
  background-color:#caeefc;
  font-weight:normal;
	text-align:left;
 border: 1px solid #ccc;	
}
.top_table_comparison_2 th:last-of-type {
  border: 1px solid #ccc;		
}
.top_table_comparison_strong {
	font-weight:bold; 
	font-size:2em; 
}


/*--------------------------------*/


select.classic {
     width:100px;
	padding:2px;
}

select.classic:focus {

}

.priceList {
	padding:0;
	margin:5px 0 0 0;	
}

.priceList li:nth-of-type(n+2) {  
	display: none; 
}
.priceList li {
	list-style:none;	
}
.priceDisputeBox {
	width:100%; 
	overflow:hidden; 
	clear:both; 
	height:50px;	
}
.priceDispute {
	float:right; 
	font-size:1.6em; 
	font-weight:bold; 
	padding:2px;
}	
.priceDispute span {
   color:#ff3366;
}	
.quotationBtn {
	width:100%; 
	overflow:hidden; 
	clear:both; 
	margin:0px auto;	
}
.quotation1 {
	width:30%;
	height:50px;
	padding:1%;
    text-align:center;
	margin:0px auto;
	border-radius:10px;	
  align-items: center;
  justify-content: center;
  line-height: 1;
 display: flex;	
  text-decoration: none;
  color: #ffffff;
  border-bottom: 4px solid #BD5450;
  transition: 0.3s;

  background-color: #F66E68;
}
.quotation1 a {
	display:block;
	width:100%;
	color:#fff;
}
.quotation1 a:hover {
  box-shadow: 0 0 rgba(0, 0, 0, 0.4);
  border-bottom-width: 2px;
  transform: scale(1.1);	
}
.quotation2 {
	width:30%;
	height:50px;
	line-height:50px;
	padding:1%;
    text-align:center;
	margin:0px auto;
	border-radius:10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 4px solid #CC6D14;
  transition: 0.3s;
  background-color: #ff9700;
}
.quotation2 a {
	display:block;
	color:#fff;
	width:100%;
}
.quotation2 a:hover {
  box-shadow: 0 0 rgba(0, 0, 0, 0.4);
  border-bottom-width: 2px;
  transform: scale(1.1);	
}

/*-------------------------------*/
[data-tab-content]{
  display: none
}

[data-tab-content].active{
  display: block;
}

/* section同士の余白 */
section.someTabs {
    margin-bottom: 40px;
    border-bottom: solid 1px #eee;
    padding-bottom: 30px;
}
section.someTabs:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
/* タブの中身のpタグの余白 */
.tabs__content p {
    margin-bottom: 10px;
}
.tabs__content p:last-child {
    margin-bottom: 0;
}

/* タブの見出し */
nav.tabs__nav {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 510px;
    padding: 0;
    margin: 0 0 1rem;
    border: none;
    box-shadow: 0px 0px 7px -2px #777777;
	border-radius: 10px;
}
nav.tabs__nav a:first-child {
    border-radius: 10px 0px 0px 10px;
}
nav.tabs__nav a:last-child {
    border-radius: 0px 10px 10px 0px;
}
a.tabs__item {
    display: inline-block;
    width: 80px;
    text-align: center;
    transition: all 0.2s ease;
    padding: 0;
    line-height: 50px;
    text-decoration: none;
    background: #FFF;
    border-right: solid 1px #e2e0e0;	
}
a.tabs__item:last-child {
	border-right:none;
	
	
}


a.tabs__item.active {
    background: linear-gradient( 90deg , #91defa, #80b3ff);
    color: #FFF;
}

a
/* 表示のアニメーション */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
  }
}
.tabs__content.active {
    animation: fadeIn 0.7s ease 0s 1 normal;
}
.topStatus {
	width:100%; 
	margin:0px auto; 
}
.topStatusBox {
	background-color:#caeefc; 
	overflow:hidden; 
	clear:both; 
	padding:1%;
	width:480px;
	margin:0px auto;
}
.topStatusBox ul {
	list-style:none;
	margin:0px auto;
	text-align:center;
}

.topStatusBox ul li {
	float:left;
	color:#4b92fc;
	padding:2%;
}	
.statusWhite {
	background-color:#fff;
}

.logoAreaBox {
	width:100%; 
	margin:0 auto; 
	background-color:#fff; 
	overflow:hidden; 
	clear:both; 
	text-align:center;
}
.logoAreaBox img {
    width:260px;
}	
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 20px;
    bottom: 70px;
    background: #fff;
    border: solid 2px #4b92fc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #4b92fc;
    border-right: 3px solid #4b92fc;
    transform: translateY(20%) rotate(-45deg);
}
.firstBox_2 img {
	width:15px; 
	padding:0px 2px 0px 0px;
}
		/* ▼タブ機能の掲載領域の装飾 */
		.tabbox { margin: 0px; padding: 0; background-color: #fff; text-align:center;}

		/* ▼タブ機能を制御するラジオボタン（非表示にする） */
		.tabbox input { display: none; }
		

		/* ▼タブ（共通装飾＋非選択状態の装飾） */
		.tab {
			display: inline-block;
			/*border-width: 1px 1px 0px 1px;
			border-style: solid;*/
			border-color: black;
			border-radius: 0.75em 0.75em 0px 0px;
			padding: 0.75em 1em;
			color: #6fa7fc;
			font-weight: bold;
			width:76px;
			background-color:#dcf3fc;
			box-shadow: 0px -8px 23px -25px #000000;
		}

		/* ▼タブにマウスポインタが載った際の装飾 */
		.tab:hover {
			background-color: #cff0fd;
			color: #4b92fc;
			cursor: pointer;
		}

		/* ▼チェックが入っているラジオボタンの隣にあるタブの装飾（＝選択状態のタブ） */
		input:checked + .tab {
			color: #fff;
			background: linear-gradient(90deg, #91defa, #80b3ff);
			position: relative;
			z-index: 10;
		}

		/* ▼タブの中身（共通装飾＋非選択状態の装飾） */
		.tabcontent {
			display: none;
			border-top: 4px solid #91defa;
			margin-top: -1px;
			padding: 20px 0px 0px 0px;
			position: relative;
			z-index: 0;
			background-color: #fff;
			text-align:left;
		}

		/* ▼チェックが入っているラジオボタンに対応するタブの中身を表示する */
		#tabcheck1:checked ~ #tabcontent1 { display: block; }
		#tabcheck2:checked ~ #tabcontent2 { display: block; }
		#tabcheck3:checked ~ #tabcontent3 { display: block; }

/*----------各社一覧期間切り替えボタン-------------*/

.co-tabMenu {
  display: flex;
  list-style: none;
  max-width:510px;
	margin:0px auto;
	padding:0;
}
.co-tabMenu:nth-of-type(2) {
  margin-top: 40px;
}
.co-tabMenu li {
  background: #caeefc;
  color: #4b92fc;
  flex-grow: 1;
  padding: 10px;
  border-left: #fff 2px solid;
  cursor: pointer;
  text-align:center;
  border-radius:10px;
}
.co-tabMenu li:first-child {
  border-left: none;
}
.co-tabMenu li.active {
background: linear-gradient(90deg, #91defa, #80b3ff);
  color: #fff;
}
.co-tabMenu:nth-of-type(2) li.active {
background: linear-gradient(90deg, #91defa, #80b3ff);
}
.co-tabContent {
  display: none;
  padding: 0;
}
.co-tabContents:nth-of-type(2) .co-tabContent {
  border-color: #81c7d4;
}
.co-tabContent.active {
  display: block;
}	

/*各保険会社ページ*/

.companyLinkBox {
	list-style:none; 
	margin:0 auto; 
	padding:0; 
	overflow:hidden; 
	clear:both; 
	width:100%;
}
.companyLink {
	text-align:center; 
	width:102px; 
	padding:2px; 
	float:left; 
}
.companyLink a {	
	color:#4C92FC;
	font-size:80%;
}
.companyLink img {
	width:60px;
}

.pointListBox {
	width:100%; 
	margin:0; 
	padding:0;
}
.pointList {
	float:left; 
	padding:4px; 
	background-color:#3399ff; 
	font-size:90%; 
	text-align:center; 
	list-style:none; 
	margin:4px 4px 0px 0px; 
	color:#fff; 
	padding:1%;	
}
.pointListNon {
	float:left; 
	padding:4px; 
	background-color:#ccc; 
	font-size:90%; 
	text-align:center; 
	list-style:none; 
	margin:4px 4px 0px 0px; 
	color:#fff; 
	padding:1%;	
	
}
.wh_pageBoxLink {
	overflow:hidden; 
	clear:both; 
	width:80%; 
	padding:0% 10% 0% 10%;	
}
.wh_pageBoxLink ul {
	list-style:none;	
}
.wh_pageBoxLink ul li {
	float:left; 
	width:18%; 
	padding:2%;	
}
.wh_pageBoxLink ul li img {
	width:100%;	
}


.wh_pageBoxLink ul li img a:hover {
	
}

/*下部固定メニュー--------------------*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 50%;
   font-size: 14px;
   border-right: 1px solid #fff;
   margin:0;
	padding:0;
}

/*左側メニューを青色に*/
#sp-fixed-menu li:first-child{
   background: #4b92fc;
}

/*左側メニューを赤色に*/
#sp-fixed-menu li:last-child{
   background: #e45750;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 90%;
   padding:10% 5% 10% 5%;
}






/*-------------PC----------------*/
@media screen and (min-width: 768px){ 
  /* body
--------------------------------*/

/*------------------menu--------------------*/	
	
	
#main_menuBox_sp {
    display:none;
	}
	
	
#main_menuBox {
	background-color:#fff;
	box-shadow: 0px 5px 6px -6px rgba(0, 0, 0, 0.3); 
	height:86px; 
	width:100%;	
  background: white;
  position: sticky;
  top: 0;
  box-sizing: border-box;
  z-index: 999;
}	
#main_menu {
	width:1200px; 
	height:86px; 
	margin:0px auto; 
	overflow:hidden; 
	clear:both;		
	}	
#main_menu ul {
	padding:0; 
	margin:0px auto; 
	width:1200px;
	
	}
#main_menu ul li {
	list-style:  none; 
	width:181px; 
	height:70px; 
	text-align:center; 
	padding:8px; 
	border-image: linear-gradient(to bottom, #fff 0%, #ddddde 100%) 1;	
	border-right: 1px solid #ddddde; 
	float:left;	
	}	
#main_menu ul li:last-child {	
	border-right:none;
	}
	
#main_menu ul li img {
	width:40px;
	}
#main_menu ul li a {
	font-weight:bold; 
	font-size:0.8em; 
	color:#4c92fc;	
	}	
	
	
/*-------------menu ここまで---------------*/	
	
.kaigai_imgBox {
	width:100%;
}
.kaigai_imgBox img {
	width:100%;
}
	
.kaigai_imgBoxSp {
	display:none;
}
/*-------------------------------*/		
.table_2 {
  width:1200px;
}	
	
.table_2 th, .table_2 td {
  padding: .3em 0.8em;
 border: 1px solid #ccc;
	min-width:150px;
}	
/*-------------------------------*/	
.top_table_comparison th, .top_table_comparison td {
 min-width:215px;
}	
.top_table_comparison_2 th, .top_table_comparison td {
 min-width:215px;
}		
/*-----------TOPページ-----------*/

.at_timeBox {
	width:100%;
	 height:216px;
	overflow:hidden;
	clear:both;
	 background: linear-gradient(90deg , #91defa, #80b3ff 100%);
}	
.at_time {
	height:400px;	
	overflow:hidden;
	clear:both;
	width:1380px;
	margin:4%;
	margin:0px auto;
}

.at_time div {
	width:150px; 
	height:190px; 
	background-color:#fff; 
	border-radius:10px;  
	box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.35); 
	margin:6px;
	padding:5px;
	float:left;
}
.at_time_01 {
	color:#4b92fc; 
	text-align:left; 
	font-size:86%;
	font-weight:bold;
	line-height:1.2em;
}
.at_time_01 span {
	font-size:80%; 
	text-align:center;	
		
	}	
	
.at_time_02 {
	text-align:center;
}
.at_time_02 img {
	max-width:80px;
}
	
/*-------------TOP条件比較---------------*/

.conditionListBox {
	list-style:none; 
	min-width:1200px; 
	padding:0; 
	margin:0;	
	overflow:hidden; 
	clear:both;
	}
.conditionDivList {
	 text-align:center;		
	}	
	
	
.conditionList {
	background-color:#caeefc; 
	width:372px; 
	height:340px; 
	padding:10px; 
	margin:4px ;
	float:left;
	}	
	
.conditionListTitle {	
	text-align:center;
	border-bottom: 1px solid #4b92fc;　
	width:100px;　
	background-color:#ccc;
	color:#4b92fc;
	margin-bottom:10px; 
	margin:4px;	
	font-weight:bold;
	display:inline-block;
	justify-content: center;
	font-size:1.4em;
	
	}	
.conditionListSub {	
	text-align:center; 
	font-size:0.9em; 
	line-height:1.2em;
	color:#4b92fc;
    padding:0;
	margin:0;
}
.conditionBox {
	width:100%; 
	overflow:hidden; 
	clear:both;	
	height:60px;

	}	
.conditionBox p {
	height:40px; 
	text-align:center;
	display: flex; 
	justify-content: center; 
	padding:2px;
	float:left;
}	
.condition_1 {		
	width:135px; 
	background-color:#fff; 
	display: flex; 
	justify-content: center; 
	padding:2px;			
	}	
.condition_1 img {
    width:135px;
	}	
	
.condition_2 {	
	width:140px; 
	background-color:#4b92fc; 
	line-height:40px; 
	color:#fff; 
	font-weight:bold; 
	}
.condition_3 {	
	width:80px; 
	background-color:#ffe37d; 
	border-radius:10px; 
	margin-left:5px;
	color:#4b92fc;
	}	
.condition_3 a {		
	display:block;	
	color:#4b92fc;
	width:100%;
	font-size:0.8em;
}	
.condition_4 {		
	width:270px; 
	background-color:#fff; 
	display: flex; 
	justify-content: center; 
	padding:2px;			
	}	
.condition_4 img {
	height:auto;
	}		
	
	
.condition_caution {
	text-align:left; 
	font-size:0.8em; 
	color:#4b92fc;		
	}	

.condition_statusBox {
	background:url(http://hikaku-hoken.net/ijyu_02/wp-content/uploads/2024/05/icon_arrow.png);
	background-repeat:no-repeat; 
	background-size:20px; 
	background-color:#dcf3fc; 
	background-position:center left 5px; 
	padding:5px 5px 5px 25px; 
	margin:5px 5px 10px 0px; 
	width:540px; 
	border: 1px solid #8fd5f9;		
	}
	.condition_statusBox span {
	color:#4b92fc;
	}

	
	
	
/*---------------TOPはじめに----------------------*/	
	
.firstBox {
	overflow:hidden: 
	clear:both; 
	position:relative; 
	width:800px; 
	height:400px; 
	margin:0px auto;	
	padding:0;
	}	
.firstBox_1 {
	background-color:#caeefc;
	width:93%; 
	position:absolute; 
	left:0px;	
	padding:30px;
	}
.firstBox_1 ul{
	margin:0;
	padding:0;
	}	
.firstBox_1 ul li {	
	list-style:  none;
	background:url(http://hikaku-hoken.net/ijyu_02/wp-content/uploads/2024/05/icon_arrow.png); 
	background-repeat:no-repeat; 
	background-size:14px;
	background-position:left center;
	line-height:1.8em;
	padding-left:20px;
	font-weight:bold;
	border-bottom: 1px dotted #4b92fc; 
	margin:10px 0px 0px 0px;
	width:356px;
	
}	
.firstBox_2	 {
	background-color:#8fd5f9; 
	width:300px; 
	position:absolute; 
	right:20px; 
	top:30px;	
	padding:20px;
	color:#000;
	}
.firstBoxTitle{
	position:absolute; 
	left:120px; 
	top:-10px;	
	width:200px;
	z-index: 30;
	}	
.firstBoxTitle img {	
	width:200px;
}	
#sp-fixed-menu{
	display:none;
}	
	
	
	
	
	
}	
/*--------------スマホ-----------------*/
@media only screen and (max-width: 767px) {
  /* body
--------------------------------------*/
h1{
  background-color:#4c92fc; 
  width:100%; color:#fff; 
  font-size:1em; 
  text-align:center; 
  padding:0; 
  margin:0;	
}	
/*------------------menu--------------------*/	
#main_menuBox {
    display:none;		
}
	
#main_menuBox_sp {
	background-color:#fff; 
	box-shadow: 0px 5px 6px -6px rgba(0, 0, 0, 0.3); 
	height:70px; 
	width:100%;	
  background: white;
  position: sticky;
  top: 0;
  box-sizing: border-box;
  z-index: 999;
}	
#main_menu_sp {
	width:100%; 
	height:70px; 
	margin:0px auto; 
	overflow:hidden; 
	clear:both;		
	}	
#main_menu_sp ul {
	padding:0; 
	margin:0px auto; 
	width:100%;
	}
#main_menu_sp ul li {
	list-style:  none; 
	width:12.2%; 
	height:66px; 
	text-align:center; 
	padding:8px; 
border-image: linear-gradient(to bottom, #fff 0%, #ddddde 100%) 1;	
	border-right: 1px solid #ddddde; 
	float:left;	
	}	
#main_menu_sp ul li:last-child {	
	border-right:none;
	}	
	
#main_menu_sp ul li img {
	width:70%;
	}
#main_menu_sp ul li a {
	font-weight:bold; 
	font-size:0.7em; 
	color:#4c92fc;	
	}	
	
	
/*-------------menu ここまで---------------*/		

/*---------------TOPはじめに----------------------*/	
	
.firstBox {
	overflow:hidden: 
	clear:both;  
	width:100%; 
	height:auto; 
	margin:0px auto;	
	padding:0;
	position:relative;
	}	
.firstBox_1 {
	background-color:#caeefc;
	width:92%; 
	left:0px;	
	padding:10% 4% 10% 4%;
	}
.firstBox_1 ul{
	margin:0;
	padding:0;
	}	
.firstBox_1 ul li {	
	list-style:  none;
	background:url(http://hikaku-hoken.net/ijyu_02/wp-content/uploads/2024/05/icon_arrow.png); 
	background-repeat:no-repeat; 
	background-size:1.2em;
	background-position:left center;
	line-height:1.8em;
	padding-left:20px;
	font-weight:bold;
	font-size:1.1em;
	border-bottom: 1px dotted #4b92fc; 
	margin:10px 0px 0px 0px;
	
	
	
	
}	
.firstBox_2	 {
	background-color:#8fd5f9; 
	width:90%;
	padding:5%;
	}
.firstBoxTitle{
	position:absolute; 
  left: 50%;
  transform: translateX(-50%);
	top:-15px;
	z-index: 30;
	
	}	
.firstBoxTitle img {	
   width:100%;
}		
	
	
	
.kaigai_imgBoxSp {
	width:100%;
}
.kaigai_imgBoxSp img {
	width:100%;
}	
.kaigai_imgBox {
	display:none;
	}
/*-------------------------------*/	
.table_1,.table_2 {
  border-collapse: collapse;
  min-width: 600px;
  text-align: left;
}	
	
 .table_1 td {
  text-align:left;
  font-size:0.6em;
	
}	
/*-------------------------------*/	
.table_2 th {
    text-align:center;	
	font-size:90%;
	}
 .table_2 td  {
  text-align:right; 
}	
.table_2 th, .table_2 td {
	min-width:120px;
}	
/*-------------------------------*/	
.top_table_comparison th {
    text-align:center;		
	}
 .top_table_comparison td  {
  text-align:right; 
}		
.top_table_comparison th, .table_2 td {
	min-width:130px;
}			
.top_table_comparison_2 th, .table_2 td {
	min-width:130px;
}			
		
	
	
/*-------------------------------*/

.companyNameBox {
	overflow:hidden; 
	clear:both; 
	position:relative; 
	height:auto;
}
.companyName {
	padding:3px 5px 5px 5px; 
	width:100%; 
	margin-top:30px; 
	height:50px;
	background-color: #91dcfa;
	background-image: linear-gradient(90deg, #91dcfa 0%, #81b4ff 100%);	
	}	
	
.companyName h3 {
	color:#fff; 
	font-size:1.6em; 
	text-shadow: 0px 0px 3px #6688b9;
	font-weight:bold;
	padding-left:53px;
}	
.companyIcon {
	position:absolute; 
	top: 33px; 
	left: 4px;
}
.companyIcon img {
	width:50px;
	box-shadow: 0px 0px 0px #6688b9;
}	
	
/*-------------------------------*/
.quotation1 {
	width:50%; 
}
/*-----------TOPページ-----------*/

.at_timeBox {
	width:98%;
	 height:auto;
	overflow:hidden;
	clear:both;
	background-color:#fff;
	padding:0% 1% 1% 1%;
}	
.at_time {
	height:auto;
	overflow:hidden;
	clear:both;
	width:98%;
	margin:0px auto;
}
.at_time span {
	font-size:80%;
	
		
	}
	
	
.at_time div {
	width:42%; 
	height:160px;  
	background-color:#fff;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.35); 
	padding:1% 2% 2% 2%;
	margin:2%;
	border-radius:10px;  
	box-shadow: 0px;
	float:left;
	line-height:1em;
}
.at_time_01 {
	text-align:center;
	width:100%;
	height:50px;
	color:#4b92fc; 
	text-align:left; 
	font-size:100%;
	font-weight:bold;
	padding:5px 0px 0px 0px;

}
.at_time_02 {
	text-align:center;
}
.at_time_02 img {
	max-width:80px;
}

.topStatusBox {
	padding:1%;
	width:100%;
}
.topStatusBox ul {
	list-style:none;
	margin:0px auto;
	text-align:center;
}

.topStatusBox ul li {
	float:left;
	color:#4b92fc;
	padding:4% 1% 4% 1%;
}	
.statusWhite {
	background-color:#fff;
	width:20%;
}	
/*-------------TOP条件比較---------------*/

.conditionListBox {
	list-style:none; 
	width:100%; 
	padding:0; 
	margin:0;	
	}
.conditionDivList {
	 text-align:center;		
	}	
	
	
.conditionList {
	background-color:#caeefc; 
	width:94%; 
	height:auto; 
	padding:3%; 
	margin:0% 0% 4% 0%;
	}	
	
.conditionListTitle {	
	text-align:center;
	border-bottom: 1px solid #4b92fc;　
	width:100px;　
	background-color:#ccc;
	color:#4b92fc;
	margin-bottom:10px; 
	margin:4px;	
	font-weight:bold;
	display:inline-block;
	justify-content: center;
	font-size:1.4em;

	
	}	
.conditionListSub {	
	text-align:center; 
	font-size:0.9em; 
	line-height:1.2em;
	color:#4b92fc;
    padding:0;
	margin:0;
}
.conditionBox {
	width:100%; 
	overflow:hidden; 
	clear:both;	
	height:60px;

	}	
.conditionBox p {
	height:40px; 
	text-align:center;
	display: flex; 
	justify-content: center; 
	padding:2px;
	float:left;
}	
.condition_1 {		
	width:37%; 
	background-color:#fff; 
	display: flex; 
	justify-content: center; 
	padding:2px;			
	}	
.condition_1 img {
	width:100%;
	}	
	
.condition_2 {	
	width:37%; 
	background-color:#4b92fc; 
	line-height:40px; 
	color:#fff; 
	font-weight:bold; 
	}
.condition_3 {	
	width:20%; 
	background-color:#ffe37d; 
	border-radius:10px; 
	margin-left:5px;
	color:#4b92fc;
	}	
.condition_3 a {		
	display:block;	
	color:#4b92fc;
	width:100%;
	font-size:0.8em;
}	
.condition_4 {		
	width:74%; 
	background-color:#fff; 
	display: flex; 
	justify-content: center; 
	padding:2px;			
	}	
.condition_4 img {
	height:100%;
	height:auto;
	}		
	
	
.condition_caution {
	text-align:left; 
	font-size:0.8em; 
	color:#4b92fc;		
	}	
.condition_statusBox {
	background:url(http://hikaku-hoken.net/ijyu_02/wp-content/uploads/2024/05/icon_arrow.png);
	background-repeat:no-repeat; 
	background-size:16px; 
	background-color:#dcf3fc; 
	background-position:center left 5px; 
	padding:5px 5px 5px 25px; 
	margin:5px 5px 10px 0px; 
	border: 1px solid #8fd5f9;	
	font-size:0.8em;
	width:100%;
	overflow:hidden;
	clear:both;
	}
	.condition_statusBox span {
	color:#4b92fc;
	}	
	
	
	
		
/*---------切り替えタブ----------*/	
/* タブの見出し */
nav.tabs__nav {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0 0 1rem;
    border: none;
    box-shadow: 0px 0px 10px -5px #565555;
	border-radius: 10px;
}	
a.tabs__item {
    display: inline-block;
    width:15.4%;
    text-align: center;
    transition: all 0.2s ease;
    padding: 0;
    line-height: 50px;
    text-decoration: none;
    background: #FFF;
    border-right: solid 1px #e2e0e0;	
}	
	
.co-tabMenu {
  max-width:100%;
}	
	
.companyLink {
	text-align:center; 
	width:32%; 
	padding:2px; 
	float:left; 
}
.companyLink a {	
	color:#4C92FC;
	font-size:100%;
}
.companyLink img {
	width:80%;
}	
.pointList {
	padding:4px; 
	background-color:#3399ff; 
	font-size:80%; 
	text-align:center; 
	list-style:none; 
	margin:2% 0% 0% 0%; 
	color:#fff; 
	padding:2%;	
	overflow:hidden;
	width:96%;

}
.pointListNon {
	padding:4px; 
	background-color:#ccc; 
	font-size:80%; 
	text-align:center; 
	list-style:none; 
	margin:2% 0% 0% 0%;
	color:#fff; 
	padding:2%;	
	width:96%;
}
.quotation1 {
	width:78%;
}
.quotation2 {
	width:78%;
}	
.wh_pageBoxLink {
	overflow:hidden; 
	clear:both; 
	width:90%; 
	padding:0% 5% 0% 5%;
	margin:0;
}
.wh_pageBoxLink ul {
	list-style:none;	
	margin:0;
	padding:0;
}
.wh_pageBoxLink ul li {
	float:left; 
	width:23%; 
	padding:1%;	
	margin:0;
}
.wh_pageBoxLink ul li img {
	width:100%;	
}
	
	
	
	
	
	
	
	
}	