#container {
	padding-top:140px
}
.main_title {
	background: #0b3d70;
	background-image: url(img/feature_title_image.png);
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: right;
}
.mainArea {
	max-width:1180px;
	width:90%;
}
h1 {
	margin:0;
	color:#fff;
	padding:50px;
	font-size: 25px;
}
.message p {
	text-align:center;
}
.compare_area {
	background:#fff;
}
.compare_list {
	width:30%;
	float:left;
	margin-top: 268px;
}
/*横スクロールメニュー*/
.scroll_content { /* リスト全体のスタイル */
display: flex;
width: 70%;
overflow-x: auto;
float: right;
padding-left: 0;
}
 
.scroll_content > li { /* 各リストのスタイル */
  width: 250px;
  padding: 8px 0;
  margin: 3px 0;
  flex-shrink: 0;
  list-style: none;
}
.scroll_content a {
	color:#fff;
}
.scroll_content a:hover {
	color: palegoldenrod;
}
 
.scroll_content img { /* 画像のスタイル */
  width: 100%;
  object-fit: cover;
}
 
.scroll_content::-webkit-scrollbar {
  height: 12px; /* スクロールバーの高さ */
}
 
.scroll_content::-webkit-scrollbar-thumb {
  background: #aaa; /* ツマミの色 */
  border-radius: 6px; /* ツマミ両端の丸み */
}
 
.scroll_content::-webkit-scrollbar-track {
  background: #ddd; /* トラックの色 */
  border-radius: 6px; /* トラック両端の丸み */
}

.keylex_compare {
	padding-left:0;
	list-style:none;
}
.keylex_compare li {
	padding: 25px 10px;
	border-top: 1px solid #000;
	height: 220px;
	display: flex;
	flex-direction: column; /* 子要素を縦並びに */
 	justify-content: center; /* 上下中央揃え */
	color: #fff;
}

.keylex_compare li:last-child {
	border-bottom: 1px solid #000;
}

.keylex_compare_main {
	padding-left:0;
	list-style:none;
}
.keylex_compare_main li {
	padding: 25px 10px;
	border-top: 1px solid #000;
	height: 220px;
	display: flex;
	align-items: center;
	color: #000;
}

.keylex_compare_main li:last-child {
	border-bottom: 1px solid #000;
}

/*--メニュースライド その２--*/
.menu-icon_2 .accordion_2 {
	width: 30px;
	height: 30px;
	margin: 0;
	display: contents;
}
.menu-icon_2 .accordion_2 a {
	display: block;
	height: 160px;
	width: 42px;
	text-align: center;
	line-height:0; 
	background: color(srgb 0.0529 0.2466 0.46 / 0.62);
	position: fixed;
    right: 0;
	bottom: 55px;
    z-index: 22;
}
.menu-icon_2 .accordion_2 a:before{
	display: block;
	content: "";
	position: absolute;
	top: -13px;
	right:0;
	bottom:0;
	left:0;
	margin:auto;
	width: 17px;
	height: 2px;
	background-color: #fff;
	transition: .2s;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.menu-icon_2 .accordion_2 a:after{
	display: block;
	content: "";
	position: absolute;
	top: 9px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 17px;
	height: 2px; 
	background-color: #fff;
	transition: .2s;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.menu-icon_2 .accordion_2 a.on:before{
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.menu-icon_2 .accordion_2 a.on:after{
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}

.nav_menu_2 {
    position:fixed;
    display:none;
    background: color(srgb 0 0 0 / 0.7);
    color: #fff;
    bottom: 25px;
	right: 0;
	z-index: 20;
	padding: 15px 50px 15px 15px;
	width: 300px;
}
.nav_menu_2 .nav_inner {
    display: table-cell;
    vertical-align: middle;
}

.display {
    display:table;
    animation: fadeIn 0.5s ease 0s 1 normal backwards;
}
.nav_inner a {
    color:#fff;
    text-decoration: none;
}
.nav_inner a:hover {
    text-decoration: underline;
}
.nav_inner img {
	width:100%;
}

.button019 a {
    background: brown;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    color:#fff;
    font-size:15px;
    top: 0;
}
.button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button019 a:hover {
  background: #6bb6ff;
  color: #FFF;
}
.button019 a:hover:after {
  right: 1.4rem;
}
.button019 {
	margin-bottom: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media screen and (max-width: 767px) {
	#container {
		padding-top: 90px;
	}
	h1 {
		padding:40px 20px;
	}
	.message p {
    	text-align:left;
    }
}

@media screen and (max-width: 572px) {
	#container {
		padding-top: 79px;
	}
	h1 {
		font-size:4vw;
	}
    h2 {
		font-size:4vw!important;
	}
	p {
		font-size:3.5vw!important;
	}
	.compare_area {
		font-size:14px;
	}
	.compare_list {
		margin-top: 217px;
	}
	.scroll_content > li {
		width: 200px;
	}
	.nav_menu_2 {
		width:240px;
	}
}