@charset "UTF-8";

body {
	margin: 0;
	font-family: '小塚ゴシック Pr6N',Meiryo, メイリオ, sans-serif;
	/*font-family: '小塚ゴシック Pr6N','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;*/
	font-size: 14px;
	color: #000;
	line-height: 1.8;
	background: #fff;
	min-width: 1000px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
a{
	text-decoration: underline;
	color: #0000d6;
}
a:hover{
	text-decoration: none;
}
ul,ol{
	list-style: none;
	padding: 0;
	margin: 0;
}
img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
	height: auto;
}
p{
	margin-bottom: 1.5rem;
}
strong,
.bold{
	font-weight: bold;
}
.visible-pc,
.visible-sp {
	display: none;
}

.text-center {
	text-align: center;
}
h2 {
	border-bottom: 1px solid #eb1c24;
	border-left: 3px solid #eb1c24;
	padding: 5px 15px;
	color: #eb1c24;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1rem;
}
table,
table th,
table td{
	border: 1px solid #cacaca;
	border-collapse: collapse;
}
table th,
table td {
	padding: 5px 10px;
}
table th{
	background-color: #808080;
	color: #fff;
	font-size: 110%;
	width: 158px;
}
table .mr-style1{
	margin-right: 30px;
}
table .mr-style1 input{
	margin-right: 5px;
	vertical-align: text-top;
}
table .mr-style2{
	margin-right: 10px;
}
table .mr-style2 input{
	margin-right: 5px;
	vertical-align: text-top;
}
table .mr-style1:last-child,
table .mr-style2:last-child{
	margin-right: 0;
}
.text-red{
	color: #ec1c24;
}
.wrap-submit {
	text-align: center;
	margin-top: 40px;
}
.wrap-submit .icon-arrow{
	position: relative;
}
.btn-blue {
	background-color: #0067b3;
	color: #fff;
	font-size: 160%;
	font-weight: bold;
	border: 0;
	padding: 15px 40px 18px 40px;
	border-radius: 10px;
	width: 300px;
	border-bottom: 5px solid #7fb5dd;
	transition: all .25s linear;
	position: relative;
}
.btn-blue:hover{
	opacity: 0.75;
	filter: opacity(75);
}
.btn-yellow,
.btn-green,
.btn-red,
.btn-orange,
.btn-see-more{
	display: block;
	text-decoration: none;
	transition: all .25s linear;
	color: #fff;
	font-size: 160%;
	font-weight: bold;
	padding: 12px 90px;
	border-radius: 10px;
	position: relative;
}
.btn-red {
	padding-right: 30px!important;
}
.btn-yellow:after,
.btn-green:after,
.btn-blue:after,
.icon-arrow:after,
.btn-red:after,
.btn-orange:after,
.btn-see-more:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	right: 15px;
	top: calc(50% - 5px);	
}
.btn-red:before{
	content: '';
	width: 15px;
	height: 15px;
	background: url(../images/icon_tel.png) no-repeat center center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
  margin-bottom: 3px;
}
.btn-yellow:hover,
.btn-green:hover,
.btn-red:hover,
.btn-orange:hover{
	opacity: 0.75;
	filter: opacity(75);
}
.btn-yellow{
	background-color: #f6921e;
	border-bottom: 5px solid #fcb665;
}
.btn-green{
	background-color: #39b44a;
	border-bottom: 5px solid #72c27d;
}
.btn-red{
	background-color: #ee4343;
	border-bottom: 5px solid #ef8989;
}
.btn-orange{
	background-color: #f5911e;
	border-bottom: 5px solid #eaaf75;
}
.btn-see-more{
	background-color: #8ac43f;
	border-bottom: 5px solid #6d9337;
}
.sec-area{
	margin-bottom: 60px;
}

.banner{
	background: url(../images/banner_bg.png) no-repeat center center;
	text-align: center;
}
.breadcrumb li{
	display: inline-block;
}
.breadcrumb li + li:before{
	content: '＞';
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
	color: #eb1c24;
}
.breadcrumb li a{
	text-decoration: none;
	background-color: #f1f1f1;
	display: inline-block;
	padding: 2px 8px 0;
	border-radius: 4px;
	color: #eb1c24;
}
.breadcrumb li:last-child a{
	pointer-events: none;
}
.ti1m{
  text-indent: -1em;
}
.img{
	margin-bottom: 1.5rem;
}
.special{
	transform: rotate(90deg);
}
.site-header{
	overflow: hidden;
}
.site-footer {
	background-color: #f1f1f1;
	padding-top: 50px;
}
.site-footer h3 a{
	color:#ec1c24;
}
.toggle-menu {
	background: #eb1c24;
	background: -moz-linear-gradient(top, #eb1c24 0%, #a0272d 100%);
	background: -webkit-linear-gradient(top, #eb1c24 0%,#a0272d 100%);
	background: linear-gradient(to bottom, #eb1c24 0%,#a0272d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb1c24', endColorstr='#a0272d',GradientType=0 );
	width: 45px;
	height: 45px;
	padding: 13px 10px;
	cursor: pointer;
	transition: all .25s linear;
	position: fixed;
	right: 15px;
	top: 15px;
	border-radius: 4px;
	z-index: 2;
	display: none;
}
.open .toggle-menu{
	background: none!important;
	border: 1px solid #fff;
}
.toggle-menu .icon-bar {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #FFF;
	transition: all .25s linear;
}
.toggle-menu .icon-bar + .icon-bar {
	margin-top: 6px;
}
.open .toggle-menu .icon-bar:first-child {
	transform: rotate(45deg);
	position: relative;
	top: 8px;
}

.open .toggle-menu .icon-bar:nth-child(2){
	opacity: 0;
}
.open .toggle-menu .icon-bar:last-child {
	transform: rotate(-45deg);
	position: relative;
	top: -8px;
}
.nav-menu{
	background: #eb1c24;
	background: -moz-linear-gradient(top, #eb1c24 0%, #a0272d 100%);
	background: -webkit-linear-gradient(top, #eb1c24 0%,#a0272d 100%);
	background: linear-gradient(to bottom, #eb1c24 0%,#a0272d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb1c24', endColorstr='#a0272d',GradientType=0 );
	z-index: 1;
}
.nav-menu ul{
	display: flex;
	justify-content: space-between;
}
.nav-menu ul li a {
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 50px;
	text-align: center;
	position: relative;
	text-decoration: none;
	transition: all .25s linear;
}
.nav-menu ul li a:hover{
	opacity: 0.75;
	filter: opacity(75);
}
.nav-menu ul li:last-child a:after{
	display: none;
}
.nav-menu ul li a:after {
	content: '';
	position: absolute;
	right: 0;
	top: 10px;
	width: 2px;
	height: 70%;
	background-color: rgba(255,255,255,0.5);
}
.breadcrumb{
	margin: 20px 0;
}
.main-wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.main-wrap .content-area {
	width: 708px;
}
.main-wrap .sidebar {
	width: 250px;
}
.sidebar .sidebar-bg {
	background-color: #eb1c24;
	padding-bottom: 1px;
	margin-bottom: 40px;
}
.sidebar .title-sidebar {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 15px;
}
.sidebar .title-border {
	border-bottom: 2px solid #ccc;
	padding-bottom: .25rem;
	margin-bottom: .5rem;
	margin-top: 0;
	color: #eb1c24;
}
.sidebar .title-border span:last-child {
	font-size: 80%;
}
.sidebar .inner {
	margin: 10px;
	background-color: #fff;
	padding: 20px;
}
.sidebar .btn-green,
.sidebar .btn-red,
.sidebar .btn-orange,
.sidebar .btn-see-more,
.btn-group-block ul li a{
	font-size: 14px;
	padding: 3px 10px;
	text-align: center;
	border-radius: 6px;
	border-bottom-width: 2px;
}
.sidebar .see-more {
	margin: 10px;
}
.sidebar .btn-see-more{
	margin: auto;
	display: block;
	text-align: center;
	font-size: 130%;
}
.sidebar .side-sec-rank ul{
	margin: 15px 0;
}
.sidebar .side-sec-rank ul li + li{
	margin-top: 4px;
}
.side-2{
  margin-top: 30px;
}
.side-2 .inner h3{
	margin-top: 0;
	margin-bottom: 10px;
}
.side-2 .inner p{
	margin: 10px 0 15px;
}
.side-3 h3{
	margin: 0;
	font-size: 110%;
}
.side-3 .inner{
	padding: 12px;
}
.side-3 ul{
	margin-bottom: 1.25rem;
}
.sidebar-button{
	color: #333333;
}
.sidebar-button ul li + li{
	margin-top: 10px;
}
.sidebar-button ul li a{
	border-radius: 10px;
	background-color: #f1f1f1;
	color: #333;
	padding: 8px 10px;
	display: block;
	text-decoration: none;
}
.sidebar-button ul li.title-h3 a{
	padding: 0!important;
}
.sidebar-button ul li.title-h3 a h3{
	padding: 25px 60px 25px 30px;
	border-radius: 10px;
	position: relative;
	line-height: 20px;
	height: 70px;
}
.sidebar-button ul li.title-h3 a h3 > span{
	position: absolute;
	left: 10px;
}
/*.sidebar-button h3.title1{
	background: url("/images/side_icon01.png") no-repeat 105% #f1f1f1;
}
.sidebar-button h3.title2{
	background: url("/images/side_icon02.png") no-repeat 105% #f1f1f1;
}
.sidebar-button h3.title3{
	background: url("/images/side_icon03.png") no-repeat 115% #f1f1f1;
}
.sidebar-button h3.title4{
	background: url("/images/side_icon04.png") no-repeat 105% #f1f1f1;
}
.sidebar-button h3.title5{
	background: url("/images/side_icon05.png") no-repeat 105% #f1f1f1;
}
.sidebar-button h3.title6{
	background: url("/images/side_icon06.png") no-repeat 105% #f1f1f1;
}
.sidebar-button h3.title7{
	background: url("/images/side_icon07.png") no-repeat 115% #f1f1f1;
}
.sidebar-button h3.title8{
	background: url("/images/side_icon08.png") no-repeat 108% #f1f1f1;
}
.sidebar-button h3.title9{
	background: url("/images/side_icon09.png") no-repeat 105% #f1f1f1;
}
.sidebar-button h3.title10{
	background: url("/images/side_icon10.png") no-repeat 120% top #f1f1f1;
}
.sidebar-button h3.title11{
	background: url("/images/side_icon11.png") no-repeat 108% 5px #f1f1f1;
}*/
.sidebar-button ul li.title-h3 a h3.title2,
.sidebar-button ul li.title-h3 a h3.title3,
.sidebar-button ul li.title-h3 a h3.title4,
.sidebar-button ul li.title-h3 a h3.title5,
.sidebar-button ul li.title-h3 a h3.title6,
.sidebar-button ul li.title-h3 a h3.title9,
.sidebar-button ul li.title-h3 a h3.title10{
	padding: 15px 60px 25px 30px;
}
.sidebar-button ul li a:before{
	content: '▶︎';
	display: inline-block;
	margin-right: 5px;
}
.sidebar-button ul li.title-h3 a:before{
	display: none;
}
.sidebar-button ul.border-red li a{
	border-bottom: 3px solid #ed6969;
	position: relative;
}
.sidebar-button ul.border-green li a{
	border-bottom: 3px solid #72c27d;
}
.sidebar-button ul.border-blue li a{
	border-bottom: 3px solid #4992ba;
}
.sidebar-button ul.border-orange li a{
	border-bottom: 3px solid #f4b271;
}
.sidebar-button ul.border-light-green li a{
	border-bottom: 3px solid #a5c476;
}
.sidebar-button ul.border-cyan li a{
	border-bottom: 3px solid #64cacc;
}
.sidebar-button ul.border-pink li a{
	border-bottom: 3px solid #d88dca;
}
.sidebar-button ul.border-purple li a{
	border-bottom: 3px solid #a46fc1;
}
.sidebar-button ul.border-brown li a{
	border-bottom: 3px solid #8e684f;
}
.sidebar-button ul.border-yellow li a{
	border-bottom: 3px solid #e1ad01;
}
#sec01 ul li + li{
	margin-top: 5px;
}
#sec03 .box {
	border: 3px solid #eb1c24;
	padding: 30px;
}
#sec03 .box h3{
	text-align: center;
	color: #eb1c24;
	font-size: 16px;
}
#sec03 .box h3 span {
	border-bottom: 2px solid #eb1c24;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.rank .inner {
	background-color: #f0f0f0;
	padding: 20px 30px 30px;
}
.rank .rank-title {
	background-color: #eb1c24;
	color: #FFF;
	margin: 0;
	padding: 10px;
	text-align: center;
	font-size: 120%;
}
.rank .title-border {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-weight: bold;
	border-bottom: 2px solid #eb1c24;
	padding-bottom: .5rem;
	margin-bottom: .5rem;
	margin-top: 0;
}
.rank .title-border .group-icon{
	font-size: 18px;
}
.rank .title-border span:last-child{
	font-size: 130%;
}
.rank .title-border .btn-group-block{
	margin-top: 0;
}
.rank .title-border .btn-group-block ul {
	display: block;
	width: 190px;
}
.rank .title-border .btn-group-block ul li + li{
	margin-top: 5px;
}
.rank .title-border .btn-group-block ul li a:after{
	right: 15px;
}
.rank .review span {
	display: inline-block;
	vertical-align: middle;
}
.rank .review .star {
	color: #ec1c24;
	font-size: 130%;
}
.rank .review span:last-child {
	font-size: 130%;
	margin-left: 10px;
}
.rank .rank-desc{
	font-size: 20px;
	font-weight: bold;
}
.rank .d-flex{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	align-items: center;
}
.rank .table {
	width: 100%;
	background-color: #fff;
}
.rank .table th{
	width: 140px;
}
.rank .table td {
	width: 200px;
	text-align: center;
	/*height: 35px;*/
}
.rank .btn-group{
	margin-top: 2rem;
}
.rank .btn-group ul{
	display: flex;
	justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px;
}
.rank .btn-group ul li{
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
}
.rank .btn-group ul.mb-0 li {
	margin: 0 auto;
}
.rank .btn-group ul li a{
	width: 100%;
	padding: 10px;
	text-align: center;
	padding-right: 30px;
}
.rank .btn-rank{
	text-align: center;
	margin-top: 2rem;
}
.rank .btn-rank.mb-30 {
	margin-top: 1rem;
}
.rank .btn-rank .btn-blue{
	display: inline-block;
	text-decoration: none;
	width: 468px;
	padding: 10px;
}
.rank .rating-show{
	background-color: #fff;
	padding: 15px;
	width: calc(100% - 340px);
}
.rank .rating-show ul li{
	display: flex;
	justify-content: start;
	font-weight: bold;
}
.rank .rating-show ul li .rat-title {
	width: 150px;
}
.rank .rating-show ul li .rat-star {
	color: #ec1c24;
	width: 90px;
}


.table-data {
	background-color: #ffe9ce;
	padding: 10px;
}
.table-data .sec-table {
	display: flex;
	align-items: center;
}
.table-data .sec-table + .sec-table{
	margin-top: 20px;
}
.table-data .sec-table a{
	transition: all .25s linear;
}
.table-data .sec-table a:hover{
	opacity: 0.75;
	filter: opacity(75);
}
.table-data .data-info {
	margin-left: 10px;
	width: calc(100% - 110px);
}
.table-data .table-info{
	background-color: #fff;
	width: 100%;
}
.table-data .table-info + .table-info{
	margin-top: 3px;
}
.table-data .table-info th,
.table-data .table-info td {
	border-color: #ffe9ce;
	font-size: 12px;
}
.table-data .table-info th{
	color: #fff;
	font-size: 12px;
	line-height: 13px;
	background-color: #f6921e;
	text-align: center;
	padding: 2px 8px;
	height: auto;
	width: auto;
}
.table-data .table-info td {
	padding: 0 8px;
	font-size: 13px;
	line-height: 22px;
	text-align: center;
}
.table-data .table-info td .small {
	font-size: 10px;
	display: block;
	line-height: 12px;
	margin-top: -6px;
}
.table-data .table-info:last-child tr:last-child td:last-child{
	text-align: left;
}
#col-box .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
#col-box .col {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding-left: 10px;
	padding-right: 10px;
}
.foo-nav {
	border-bottom: 2px solid #ec1c24;
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
	font-size: 95%;
}
.foo-nav h3{
	margin-bottom: 1rem;
}
.foo-nav ul li{
	margin-bottom: 5px;
}
.foo-nav li a{
	color: #666;
	text-decoration: none;
	display: block;
}
.copyright{
	text-align: center;
	background-color: #eb1c24;
	color: #fff;
	padding: 5px;
	margin-top: 3rem;
	font-weight: bold;
}
.btn-outline {
	color: #dd2525;
	border: 3px solid #dd2525;
	text-decoration: none;
	font-size: 90%;
	text-align: center;
	display: block;
	padding: 10px 5px;
	font-weight: bold;
	position: relative;
	transition: all .25s linear;
}
.btn-outline.has-br{
	padding: 5px;
	line-height: 18px;
}
.btn-outline:hover{
	background-color: #dd2525;
	color: #fff;
}
.btn-outline:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #dd2525;
	position: absolute;
	right: 10px;
	top: calc(50% - 4px);
}
.btn-outline:hover:after{
	content: '';
	border-color: transparent transparent transparent #fff;
}
.btn-list {
	margin: 1.5rem 0;
}
.btn-list ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.btn-list ul li{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
.btn-list ul li a.btn-outline{
	max-height: 48px;
}
.btn-list.col-6 ul li{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.sec-dt .title-border{
	color: #000;
	border-left: 0;
	padding-left: 0;
}
.sec-dt .inner-white {
	background-color: #fff;
	padding: 15px;
}
.sec-dt .inner-white + .inner-white{
	margin-top: 1.5rem;
}
.sec-dt .inner-white li {
	background: url(../images/icon_check.png) no-repeat 0 center;
	padding-left: 20px;
}
.sec-dt .inner-white li + li{
	margin-top: 5px;
}
.sec-dt .inner-white h4{
	margin-top: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 110%;
}
.sec-dt .inner-white h4 span:last-child {
	font-size: 90%;
	color: #eb1c24;
	margin-top: -3px;
	width: 70px;
}
.btn-blue-group {
	margin: 30px 0;
}
.btn-blue-group ul {
	display: flex;
	justify-content: space-between;
}
.btn-blue-group ul li{
	width: 50%;
	padding-left: 30px;
	padding-right: 30px;
}
.btn-blue-group .btn-blue {
	background-color: #0067b3;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	border: 0;
	padding: 10px 80px;
	border-radius: 7px;
	width: auto;
	border-bottom: 5px solid #7fb5dd;
	transition: all .25s linear;
	position: relative;
	display: block;
	text-decoration: none;
	text-align: center;
}

.contact-wrap .input-group {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.contact-wrap #input-contact {
	align-items: flex-start;
}
.contact-wrap label {
	font-weight: bold;
	width: 190px;
	margin-right: 15px;
}
.contact-wrap label span.req {
	background-color: #ec1c24;
	color: #fff;
	padding: 5px 15px;
	margin-left: 1rem;
}
.contact-wrap .input-text {
	width: calc(100% - 180px);
}
.contact-wrap .input-text input[type="text"],
.contact-wrap .input-text input[type="email"],
.contact-wrap .input-text textarea{
	border: 1px solid #cbcbcb;
	width: 100%;
	padding: 5px;
}
.contact-wrap .input-text textarea {
	height: 160px;
}
.contact-wrap .line-break{
	border-color: rgba(236,28,36,0.5);
}
.contact-wrap .agreement{
	margin: 2rem 0;
	font-weight: bold;
}
.contact-wrap .agreement input {
	margin-right: .5rem;
}
table.table-rank-list{
	font-size: 12px;
	border: 1px solid #000;
	width: 100%;
	text-align: center
}
table.table-rank-list th{
	background-color: #ec1c24;
	color: #fff;
	border: 1px solid #000;
	width: auto;
	height: auto;
	padding: 5px;
}
table.table-rank-list td{
	border: 1px solid #000;
}
table.table-rank-list td:nth-child(2){
	text-align: left;
	width: 273px;
}
table.table-rank-list td:nth-child(3),
table.table-rank-list td:nth-child(4),
table.table-rank-list td:nth-child(5),
table.table-rank-list td:nth-child(6),
table.table-rank-list td:nth-child(7){
	width: 80px;
}
.company-info .list-info {
	display: flex;
	padding: 1rem 0;
	border-bottom: 1px solid #ccc;
}
.company-info .list-info .title {
	font-weight: bold;
	width: 205px;
}
.fixed {
   	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	left: 0;
	right: 0;
	transition: all .25s linear;
}
.fixed .nav-menu ul {
    max-width: 1000px;
    margin: 0 auto;
}
.fixed .nav-menu ul li a {
	padding: 10px 50px;
	font-size: 16px;
}
.fixed .nav-menu ul li a::after {
    top: 12px;
    height: 50%;
}
#page-top {
    position: fixed;
    right: 10px;
    bottom: 70px;
    z-index: 900;
}
#page-top a {
    background: #eb1c24;
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
	cursor: pointer;
	border-radius: 50%;
	font-size: 14px;
	width: 50px;
	height: 50px;
	padding: 8px 0;
}
#page-top span {
	display: block;
	font-size: 12px;
	padding-top: 3px;
}
#page-top a:hover {
	opacity: 0.85; 
    zoom: 1; 
}
.fa-angle-up:before {
    content: "\f106";
}


/* Search Page */
#sort .table {
	background-color: #FFF;
	border: 1px solid #DDD;
	font-size: 14px;
	margin-bottom: 3em;
}
#sort .table th{
	color: #FFF;
	text-align: center;
	padding: 15px 0;
}
#sort .table tbody > tr > td {
	text-align: center;
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
#sort .table tbody > tr > td:first-child{
	border-left: 0;
}
#sort .table tbody:last-child > tr > td{
	border-bottom: 0;
}
#sort .table tbody:last-child > tr:last-child > td{
	border-top: 2px solid #DDD;
}
#sort .table .btn-links li{
	margin: 8px 0;
}
#sort .table .img-thumb > span{
	display: block;
	font-size: 90%;
	margin-top: 10px;
}
#sort .sort-btn button {
	-webkit-appearance: none;
	border: none;
	font-size: 14px;
	color: #FFF;
	background-color: transparent;
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	padding-bottom: 1.5rem;
}
#sort .rate{
	color: #ec1c24;
	font-size: 110%;
}
#sort .sort-btn button .sort-icon{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
#sort .sort-btn button .sort-icon:before {
	content: "▲";
	display: inline-block;
	vertical-align: middle;
	background-color: #FFF;
	line-height: 20px;
	text-align: center;
	color: #000;
	padding: 1px 7px;
	margin: 0 5px;
}
#sort .sort-btn button .sort-icon:after {
	content: "▲";
	display: inline-block;
	vertical-align: middle;
	background-color: #FFF;
	text-align: center;
	line-height: 20px;
	color: #000;
	padding: 1px 7px;
	margin: 0 5px;
	transform: rotate(180deg);
}
#sort .sort-btn button.asc:after {
	opacity: 0.5;
}
#sort .sort-btn button.desc:before {
	opacity: 0.5;
}
#sort .sort-btn + .sort-btn {
	margin-left: 15px;
}
.btn-links li a {
	font-size: 14px;
	padding: 3px 10px;
	text-align: center;
	border-radius: 6px;
	border-bottom-width: 2px;
}
.btn-links li + li{
	margin-top: .5rem;
}
#btn-sort-page .btn-list ul li{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	 flex: 0 0 auto; 
	 max-width: none; 
}
#btn-sort-page .btn-list ul li a {
	padding: 5px 30px 5px 15px;
}

@media (min-width: 768px){
  .container{
    width: 1000px;
  }
	.foo-nav:nth-child(2) .row{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.foo-nav:nth-child(2) .row ul.nav-col{
		display: inline-block;
		margin-bottom: 5px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.foo-nav:first-child li{
		margin-right: 15px;
		display: inline-block;
	}
	.foo-nav:last-child .row{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.foo-nav:last-child .row .nav-col{
		margin-bottom: 5px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.foo-nav .row{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.foo-nav .nav-left{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
	.foo-nav .nav-right{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}
	.foo-nav .nav-col li{
		display: block;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.foo-nav .nav-left .nav-col{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.foo-nav .nav-right .nav-col{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
}
@media (max-width: 767px){
	body{
		min-width: auto;
	}
	h2 {
		margin-bottom: 1rem;
	}
	.nav-menu{
		visibility: hidden;
		opacity: 0;
		position: fixed;
		width: 100%;
		top: 0;
		height: 100%;
		padding-top: 60px;
		transition: all .25s linear;
		display: block;
	}
	.nav-menu ul li a:after{
		display: none;
	}
	.nav-menu ul li a{
		border-bottom: 2px solid rgba(255,255,255,0.3);
	}
	.toggle-menu{
		display: block
	}
	.open .nav-menu{
		visibility: visible;
		opacity: 1;
	}
	.sec-area {
		margin-bottom: 30px;
	}
	.container{
		padding-left: 15px;
		padding-right: 15px;
	}
	.nav-menu {
		margin-left: -15px;
		margin-right: -15px;
	}
	.nav-menu ul{
		display: block;
	}
	.main-wrap{
		display: block;
	}
	.main-wrap .content-area,
	.main-wrap .sidebar{
		width: 100%;
	}
	.btn-yellow,
	.btn-green,
	.btn-red,
	.btn-orange,
	.btn-see-more {
		font-size: 130%;
		padding: 8px 10px;
		text-align: center;
		border-radius: 4px;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
  .btn-outline:after{
    right: 3px;
  }
	.rank .title-border .group-icon {
		font-size: 16px;
	}
	.rank .title-border span:last-child {
		font-size: 120%;
	}
	.rank .review{
		text-align: right;
	}
	.rank .review span:last-child {
		font-size: 110%;
		margin-left: 10px;
		display: inline-block;
		vertical-align: sub;
	}
	.rank .inner{
		padding: 15px;
	}
	.rank .btn-group {
		margin-top: 1rem;
	}
	.rank .rank-thumb{
		margin-bottom: 10px;
	}
	.rank .graph,
	.rank .rank-thumb{
		text-align: center;
	}
    .rank .rank-thumb img.olta-img {
        object-fit: contain;
    }
	.rank .d-flex {
		display: block;
		margin-bottom: 15px;
	}
	.rank .table tr {
		display: block;
	}
	.rank .table th,
	.rank .table td {
		width: 100%;
		display: block;
	}
	.rank .btn-rank {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.rank .rank-desc {
		font-size: 120%;
	}
	.table-data .sec-table{
		display: block;
	}
	.table-data .data-info {
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
		overflow-x: scroll;
	}
	.table-data .table-info {
		width: 500px;
	}
	.table-data .table-info th {
		line-height: normal;
		padding: 5px 8px;
		font-size: 110%;
	}
	.table-data .table-info td {
		padding: 5px 8px;
		font-size: 100%;
		line-height: normal;
		text-align: center;
	}
	#sec03 .box {
		padding: 15px;
	}
	.ranking-table table tr{
		display: block;
	}
	.ranking-table table th,
	.ranking-table table td{
		display: block;
		width: 100%;
	}
	.btn-blue, .rank .btn-rank .btn-blue {
		font-size: 130%;
		padding: 10px 30px 10px 30px;
		border-radius: 6px;
		max-width: 320px;
		width: 100%;
	}
	.side-2 .inner p {
		text-align: center;
	}
	.side-thumb{
		text-align: center;
	}
	.btn-list ul li{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.table-scrolling{
		overflow-y: scroll
	}
	.table-scrolling table{
		width: 600px;
	}
	.rank .rating-show{
		width: 100%;
	}
	.rank .title-border{
		display: block;
	}
  .btn-list ul li a.btn-outline {
    height: 48px;
    padding: 3px;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-direction: column;
  }
	.sidebar-button h3.title1,
	.sidebar-button h3.title2,
	.sidebar-button h3.title3,
	.sidebar-button h3.title4,
	.sidebar-button h3.title5,
	.sidebar-button h3.title6,
	.sidebar-button h3.title7,
	.sidebar-button h3.title8,
	.sidebar-button h3.title9,
	.sidebar-button h3.title10,
	.sidebar-button h3.title11{
		background-position: 105% bottom;
	}
	.sidebar-button ul li.title-h3 a h3.title2,
	.sidebar-button ul li.title-h3 a h3.title3,
	.sidebar-button ul li.title-h3 a h3.title4,
	.sidebar-button ul li.title-h3 a h3.title5,
	.sidebar-button ul li.title-h3 a h3.title6,
	.sidebar-button ul li.title-h3 a h3.title9,
	.sidebar-button ul li.title-h3 a h3.title10{
		padding: 25px 60px 25px 30px;
	}
}
@media (max-width: 575px){
	.table-data .sec-table a {
		text-align: center;
		display: block;
	}
}
@media (max-width: 375px){
	.rank .title-border .btn-group-block ul,
	.rank .title-border .btn-group-block ul li{
		width: 100%;
	}
	.rank .btn-group ul{
		display: block;
	}
	.rank .btn-group ul li {
		width: 100%;
	}
	.btn-blue-group ul{
		display: block;
	}
	.btn-blue-group ul li {
		width: 100%;
	}
	.btn-blue-group ul li + li,
	.rank .btn-group ul li + li{
		margin-top: 1rem;
	}
	.rank .btn-rank .btn-blue{
		max-width: 100%;
	}
	.company-info .list-info{
		display: block;
	}
	.contact-wrap .input-group {
		display: block;
	}
	.contact-wrap .input-text {
		width: 100%;
		margin-top: 10px;
	}
}

@media (min-width: 768px) {
    .rank .rank-thumb {
        width: 315px;
        height: 134px;
        overflow: hidden;
    }
    
    .rank .rank-thumb img {
        width: 315px;
        height: 134px;
        object-fit: cover;
    }
    .rank .rank-thumb img.olta-img {
        object-fit: contain;
    }
}
