@charset "utf-8";
/*--------------------------------------------
	 サイト基本設定　ここの設定はサイト依存
--------------------------------------------*/
body,html {
 font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W6','YuGothic','Yu Gothic','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
	position: relative;
 width:100%;
 height:100%;
 letter-spacing: 1.2px;
}
body {
	min-width:100%;
	height:auto;
	background:#FFF;
	color:#2c2c2c;
	font-size: 14px;
 font-weight: 500;
}
body img{
	width: 100%;
	}
a{
 color: #393333;
 text-decoration: none;
 word-wrap: break-word;
}
p a {
	text-decoration:none;
 color: #144fbc;
}
p{
 line-height: 1.6;
}
a:hover {
	text-decoration:none;
	opacity: 0.7;
}
a img,.btn {
 transition:1s all;
}
a img:hover,.btn:hover{
  transform:scale(1.1,1.1);
  transition:1s all;
}
.mean-bar a:hover{
 opacity: 1;
}
li{
	line-height: 1.5;
}
@media screen and (min-width:897px){
 body {
	 min-width: 1360px;
  font-size: 16px;
		line-height: 1.8;
 }
 body img{
	 width: auto;
	}
 a[href^="tel:"]{
  pointer-events: none;
 }
	p{
		line-height: 1.8;
	}
}
/*--------------------------------------------
	Header / ヘッダー
--------------------------------------------*/
#header nav{
	display: none;
}
header{
 position: relative;
 width: 130px;
	padding: 15px 0 10px 10px;
 z-index: 1;
}
header .hdr_logo{
 z-index: 2;
}
header .hdr_btn{
	display: none;
}	
@media screen and (min-width:897px){
	header{
		background: #213F75;
		width: 100%;
		position: fixed;
		z-index: 2;
	}
	header a{
		font-weight: bold;
	}
	header #hd_inner{
		width: auto;
		min-width: 1350px;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0 356px 0 25px;
		display: flex;
		justify-content: space-between;
 }
	#thanks header #hd_inner{
		width: auto;
		min-width: 1306px;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0 25px;
		display: flex;
		justify-content: space-between;
 }
 header .hdr_logo img{
  margin: 0;
  padding-top: 0;
 }
 header nav ul{
		display: flex;
  justify-content: space-between;
		margin: 15px 20px 0 0;
 }
 header nav ul li{
  margin-left: 40px;
 }
 header nav ul li a{
		color: #FFF;
	 font-size: 14px;
  font-weight: bold;
 }
	header .hd_link_area,header .hdr_btn {
		display: flex;
		justify-content: space-between;
}
 #pc_fixed{
  position: fixed;
  z-index: 1;
  top: 300px;
  right: 0;
 }
}
/*--------------------------------------------
	Contents / コンテンツ共通
--------------------------------------------*/
section{
 position: relative;
}
.cts_inner{
 padding: 10% 4%;
 box-sizing: border-box;
}
.viewPC {
 display:none;
}
.viewSP {
 display:block;
}
.img_ct{
 display: block;
 margin-left: auto;
 margin-right: auto;
}
.txt_area  p{
 font-size: 12px;
 margin-bottom: 10px;
}
.ttl01 {
	font-size: 18px;
 font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.5;
}
.ttl02{
	position: relative;
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 35px;
	line-height: 1.2;
	text-align: center;
	color: #213f75;
}
.ttl02::before {
	content: '';
	display: inline-block;
	width: 36px;
	height: 32px;
	margin-right: 7px;
	background-image:url("../img/icon01.png");
	background-repeat: no-repeat;
 background-size: contain;
 vertical-align: middle;
}
.ttl02::after{
	position: absolute;
	top: 32px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	content: "";
	width: 1px;
	height: 20px;
	background: #613f75;
}
.ttl03 {
	font-size: 16px;
 font-weight: bold;
 text-align: center;
	color: #FFF;
	background: #e60012;
	padding: 12px;
	border-radius: 30px;
	margin-bottom: 18px;
	line-height: 1.3;
}
table{
 width: 100%;
 font-size: 14px;
}
table th,table td{
 padding: 10px;
 line-height: 1.6;
 vertical-align: middle;
}
.btn{
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	text-align: right;
}
.btn::after {
 position: absolute;
	top: 12px;
	right: 14px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '\f078';
	color: #FFF;
	font-size: 14px;
}
.btn a{
 display: block;
	background: #ff7e00;
	border-radius: 28px;
	border: 2px solid #ff7e00;
	padding: 12px 0;
	text-align: center;
	color: #FFF;
	position: relative;
	font-size: 14px;
	font-weight: bold;
 line-height: 1.5;
}
.btn a:hover{
	color: #ff7e00;
 background: #FFF;
}
.notlink a{
 pointer-events: none;
}
.under_mv{
	background: url("../img/common/under_mv_pc.jpg") no-repeat center;
	background-size: cover;
	padding: 10% 0 3%;
}
.contact_btn a{
		background: #ff7e00;
		display: block;
		color: #FFF;
		font-size: 16px;
		font-weight: bold;
		margin-left: 12px;
  padding: 13px 53px;
		border-radius: 50px;
		text-align: center;
	}
.contact_btn a i{
	margin-right: 7px;
}
@media screen and (min-width:897px){
 .cts_inner{
  width: 906px;
  margin: 0 auto;
  padding: 50px 0;
 }
 .viewPC {
  display:block;
 }
 .viewSP {
  display:none;
 }
 .ttl01{
  font-size: 30px;
		margin-bottom: 30px;
 }
 .ttl02 {
		font-size: 36px;
  margin-bottom: 60px;
 }
	.ttl02::before {
		width: 50px !important;
  height: 50px !important;
	}
	.ttl02::after {
		top: 47px;
		height: 37px;
	}
	.ttl03{
		font-size: 24px;
		width: 520px;
		margin: 0 auto 20px;
		padding: 16px;
	}
	.cts_block_list{
		display: flex;
		justify-content: space-between;
		flex-flow: wrap;
	}
	.cts_block {
  width: 46%;
		padding: 40px 30px ;
		box-sizing: border-box;
		margin-bottom: 80px;
}
	.cts_block_cts{
		display: flex;
	}
	.btn a{
  font-size: 16px;
 }
 table{
  font-size: 14px;
 }
 table th,table td{
  padding: 20px;
 }
}
/*-------------------------------------
	コンテンツ部分
--------------------------------------*/
#mv_area{
	background: url(../img/pc_mv_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 8% !important;
}
#mv_area h1{
	margin-bottom: 20px;
}
.mv_txt01{
	font-size: 18px;
	font-weight: bold;
	color: #213f75;
	text-align: center;
	margin-bottom: 10px;
}
.mv_txt02{
	display: none;
}
#mv_area .mv_img02{
	width: 78%;
	margin-bottom: 10px;
}
#mv_area .mv_img03{
	margin-top: 28%;
}
#mv_area .mv_img03 img{
	margin-bottom: 12px;
}
#mv_area .mv_img03 li{
	margin: 0 1%;
	width: 48%;
}
.mv_txt03{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
#effect{
	background: url("../img/cts01_bg.jpg") no-repeat center;
	background-size: cover;
	padding: 0;
	margin-bottom: 0 !important;
}



#effect .cts_inner{
	/* background: rgb(60 87 134 / 84%); */
	border-radius: 10px;
	padding: 8%;
	color: #FFF;
}
#effect .ttl01{
	background: url("../img/cts0_ttl011_bg.png") no-repeat center;
	background-size: contain;
	color: #FFF;
}
#effect .cts_inner p{
	line-height: 1.8;
	margin-bottom: 12px;
}
#effect .cts_inner p:last-child{
	margin-bottom: 0;
}
.cts01_img01{
	width: 40%;
}
.solution_box{
	border: 2px solid #213f75;
	margin-bottom: 8%;
	padding: 7%;
}
.solution_list li{
	font-weight: bold;
	text-align: center;
	margin-bottom: 12px;	
}
.solution_list li i{
	margin-right: 7px;
	font-size: 19px;
}
.temperature_box{
	background: #db1515;
	text-align: center;
	margin-top: 12px;
	padding: 12px 0;
	color: #FFF;
	font-weight: bold;
}
.temperature{
	font-size: 24px;
}
.temperature span{
	font-size: 16px;
}
.use_box .ttl02::before{
	background-image:url("../img/icon02.png");
	width: 25px;
	height: 34px;
}
.use_list li{
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
}
.use_list li img{
	box-shadow:0px 0px 16px -6px rgb(0 0 0 / 60%);
}
.features_ttl{
	background: #213F75;
	padding: 15px 12px;
}
.features_ttl .ttl02{
	color: #FFF;
}
.features_ttl .ttl02::before{
	background-image:url("../img/icon03.png");
	width: 25px;
	height: 25px;
}
.features_ttl .ttl02::after{
	background: #FFF;
	top: 53px;
}
.features_cts{
	background: url("../img/cts03_bg.png") no-repeat center;
	background-size: cover;
	padding: 7% 4%;
}
.features_box{
	border: 2px solid #FFF;
	margin-bottom: 20px;
	padding: 7%;
}
.features_list li{
	margin-bottom: 20px;
}
.features_list_ttl01{
	position: relative;
	background: #FFF;
	padding: 10px 0;
 text-align: center;
 margin: 0 10px 20px;
}
.features_list_ttl01::after {
  position: absolute;
  bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 0;
	height: 0;
	content: '';
	border-width: 15px 117px 0 117px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}
.features_list p{
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.features_list li img{
	width: 80%;
}
.features_ttl01,.features_ttl02{
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	color: #FFF;
}
.features_ttl02{
	color: #ECE415;
	border: 2px solid #ECE415;
	border-radius: 50px;
	padding: 18px;
}
.features_list_ttl02{
	display: block;
	align-items: center;
	font-size: 16px;
	color: #FFF;
 text-align: center;
	margin-bottom: 10px;
}
.features_list_ttl02:before, .features_list_ttl02:after {
	content: "";
	height: 1px;
	width: 20px;
	display: inline-block;
	background-color: #FFF;
}
.features_list_ttl02:before {
	margin: 0 10px 8px 0;
}
.features_list_ttl02:after {
	margin: 0 0 8px 10px;
}
.features_cts .btn{
	position: absolute;
	width: 80%;
	bottom: 17px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#features02 .ttl01{
	background: #213F75;
	color: #FFF;
	padding: 10px 0;
	margin-bottom: 0;
	border-radius: 10px 10px 0 0;
}
.slider li{
	background: #F0F8FA;
	border: 1px solid #213f75;
	border-radius: 0 0 10px 10px;
	box-sizing:border-box;
	padding: 30px;
	margin: 0 !important;
	height: auto;
	}
.slider li img{
	margin-bottom: 8px;
}
.slider li .ttl01{
	background: none !important;
	font-size: 16px;
	color: #171717 !important;
	margin-bottom: 5px !important;
	padding: 0 !important;
}
#simulation{
	background: #EEEEEE;
}
#simulation .ttl02::before {
	background-image: url(../img/icon04.png);
	width: 25px;
	height: 25px;
}
#simulation .ttl02::after{
	top: 53px;
}
#simulation p{
	font-size: 12px;
	margin-bottom: 10px;
	text-align: center;
}
#simulation .ttl03{
	background: #2d497c;
	position: relative;
	margin-bottom: -10px;
	z-index: 1;
}
	#simulation .slider li{
		border-radius: 10px !important;
	}
#works .ttl02::before {
	background-image: url(../img/icon05.png);
	width: 25px;
	height: 25px;
}
.works_list li{
	background: #F4F4F4;
 margin-bottom: 20px;
 padding: 20px;
 border-radius: 10px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}
.works_list li table th,.works_list li table td{
	padding: 4px;
}
#voice{
	border-top: 1px solid #ccc;
}
#voice .ttl02::before {
	background-image: url(../img/icon06.png);
	width: 25px;
	height: 25px;
}
.voice_list li{
	border: 2px solid #213f75;
	margin-bottom: 8%;
 padding: 7%;
}
.voice_list li .voice_ttl{
	font-size: 16px;
 margin-bottom: 10px;
 padding-bottom: 10px;
 border-bottom: 1px solid #ccc;
}
@media screen and (min-width:897px){
	main{
		padding-top: 86px;
	}
	#mv_area {
		position: relative;
		padding: 40px;
   }
	#mv_area .mv_img01{
		width: 40%;
	}
	#mv_area .mv_img02{
		width: auto;
		padding: 18px 0;
	}
	.mv_txt01 {
  font-size: 24px;
	}
	.mv_txt02{
	 display: flex;
		justify-content: center;
		width: auto;
		margin: 0 auto;
	}
 .mv_txt02 li{
		width: 42%;
	 position: relative;
	 font-weight: bold;
	 text-align: center;
	 line-height: 1.5;
	 margin: 0 auto 28px;
 }
 .mv_txt02 li::before{
	 position: absolute;
	 top: -9px;
	 left: -20px;
	 content: '[';
	 font-size: 30px;
 }
 .mv_txt02 li::after{
 	position: absolute;
	 top: -9px;
	 right: -20px;
	 content: ']';
	 font-size: 30px;
	}
	#mv_area .mv_img03 {
		margin-top: 150px;
		text-align: right;
	}
	#mv_area .mv_img03 img {
		margin-bottom: 0;
		display: inline-block;
	}
	.mv_txt03 {
		text-align: right;
	}
	#effect{
		height: 665px;
	}
 #effect .cts_inner{
		padding: 60px;
	}
	#effect .ttl01{
		padding: 50px 0;
	}
	#effect .cts_inner p{
		margin-bottom: 0;
	}
	.cts01_img01{
		width: auto;
		position: absolute;
		bottom: 15px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.solution_list li{
		margin-bottom: 15px;
		font-size: 20px;
	}
	.temperature_box{
		padding: 18px 0;
	}
	.temperature_box p{
		font-size: 24px;
		display: inline-block;
	}
	.temperature{
		font-size: 60px !important;
		display: inline-block !important;
		margin-left: 10px;
		line-height: 1;
	}
	.temperature span {
		font-size: 38px;
	}
	.use_list{
		display: flex;
		justify-content: center;
	}
	.use_list li{
		margin: 0 20px;
	}
	.features_ttl{
		padding: 35px 12px 20px;
	}
	.features_cts{
		padding: 50px 0;
	}
	.features_box{
		width: 906px;
		margin: 0 auto 40px;
		padding: 40px 66px;
		box-sizing: border-box;
	}
	.features_list{
		display: flex;
		justify-content: center;
		margin-bottom: 22px;
	}
	.features_list li {
		width: 48%;
		margin: 0 10px;
	}
	.features_list_ttl01{
		font-size: 22px;
		padding: 14px 0 10px;
	}
	.slider li{
		display: flex !important;
		justify-content: space-between;
		align-items: start;
		padding: 45px;
	}
	.features_cts .btn{
		width: 402px;
		bottom: 65px;
	}
	.features_list_ttl01::after {
		border-width: 15px 148px 0 148px;
	}
	#simulation .ttl02::after {
		top: 102px;
	}
	.slider li .ttl01{
		font-size: 24px;
		text-align: left;
	}
	.slider li div{
		margin-left: 25px;
	}
	.works_list{
		display: flex;
		flex-flow: wrap;
	}
	.works_list li{
		width: 44%;
		padding: 32px;
		margin: 0 3% 30px;
		box-sizing: border-box;
	}
	.works_list li table th{
		width: 90px;
	}
	.voice_list li{
		margin-bottom: 35px;
		padding: 35px;
	}
	.voice_list li .voice_ttl{
		font-size: 24px;
	}
}
/*-------------------------------------
	お問い合わせ
--------------------------------------*/
#contact{
	background: #EEEEEE;
}
.tab-box{
	background: #FFF;
	padding: 20px;
}
.tabMenu {
	position: relative;
	padding: 0px;
	margin: 0px;
	text-align:center; 
	display: flex;
	justify-content: center;
    flex-flow: wrap-reverse;
}
.tabMenu li {
	color: #FFF;
    width: 46%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
	margin: 0px 5px;
    padding: 12px 0;
    border-radius: 10px 10px 0 0;
}
.tabMenu li:nth-child(1),.tabMenu li:nth-child(2) {  
	background: #a9a9a9;
}
.tabMenu li a {
	display:block;
	margin: 0px; 
	padding: 2px 0px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.tabMenu li.select, 
.tabMenu li.select a {
	color: #fff;
	background: #e69f35;
}
.tabMenu li:nth-child(3),.tabMenu li:nth-child(4){
	position: absolute;
	right: 4px;
	height: 25px;
}
.tabMenu li:nth-child(3){
	left: 4px;
}
.tabMenu li:nth-child(3) .mail_bt,.tabMenu li:nth-child(4) .di_bt{
	display: none;
}
.tabMenu li:nth-child(3).select .mail_bt,.tabMenu li:nth-child(4).select .di_bt{
	display: block;
	position: absolute;
	top: 13px;
    right: 0;
    width: 100%;
    font-size: 14px;
}
.tabContent { 
	background: #FFF;
    padding: 40px 20px 20px;
}
.tabContent.disnon {
	display: none;
}
.tabContent.select {
	display: block;
}
.Bnr .Bnr__img p.close a {
    background: none;
}
#contact_form .under_mv{
	background: none;
	padding: 10% 0 0;
}
.contact_txt{
	margin-bottom: 5%;
}
.fixed_mail {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	 margin: auto;
	z-index: 2;
}
.fixed_mail a:hover{
	opacity: 1;
}
.fixed_mail button{
	border: none !important;
	background: none !important;
}
.fixed_mail a{
	background: none !important;
	padding: 0 !important;
}
#contact table{
 width: 100%;
 text-align: left;
	margin-bottom: 3%;
}
#contact table th,#contact table td{
 width: 100%;
 display: block;
 box-sizing: border-box;
}
#contact table th{
 vertical-align: top;
 text-align: left;
 position: relative;
 padding: 4% 0 2%;
}
#contact table td{
 vertical-align: middle;
 padding: 1% 0 4%;
 font-size: 14px;
}
#contact table .must {
 position: relative;
 top: -2px;
 font-size: 11px;
 color: #fff;
 background-color: #e81919;
 display: inline-block;
 padding: 2px 9px;
 margin-left: 8px;
	border-radius: 50px;
}
#contact table input[type="text"],	#contact table textarea,#contact table input[type="submit"]{
 -webkit-appearance: none; 
 border-radius: 0;
	padding: 10px;
}
#contact table .size01 {
	width: 100%;
	box-sizing: border-box;
	height: 46px;
	background: #f5f8f9;
	border: 1px solid #efefef;
	font-size: 14px;
}
#contact table textarea{
	height: 150px !important;
}
#contact .submit_bt .confirmation_btn, #contact .submit_bt .back_btn {
	display: block;
	background: #f5f8f9;
	width: 90%;
	padding: 15px 0;
	color: #1E1E1E ;
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto 20px;
	border-radius: 50px;
}
#contact .submit_bt .back_btn{
	background: #c2c2c2;
	color: #FFF;
}
#contact table td .radio_list li{
	margin-bottom: 12px;
	text-indent: -13px;
	padding-left: 15px;
	line-height: 1.4;
}
.submit_content table td{
	border-bottom: 1px solid #DBDBDB;
}
#contact .submit_content .btn{
	text-align: center;
}
#contact table td .confirmation{
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}
#contact table td .err{
	display: block;
	background: #e81919;
	padding: 10px;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}
.thanks_ttl,.dl_ttl{
	text-align: center;
	font-size: 36px;
	color: #151515;
	line-height:1.5;
}
.dl_ttl{
	font-size: 24px;
}
.thanks_ttl span,.dl_ttl span{
	display: block;
	font-size: 18px;
}
.dl_ttl span{
	font-size: 16px;
}
.thanks_ttl::before,.thanks_ttl::after,.dl_ttl::before,.dl_ttl::after	{
	display: none;
}
.thanks_ttl02{
	font-size: 16px;
	line-height: 1.4;
	border-left: 3px solid;
	margin-bottom: 10px;
	padding: 0 0 0 10px;
}
.completion{
 margin-bottom: 15px;
}
.dl_list li{
	margin-bottom: 40px;
}
.dl_list li:last-child{
	margin-bottom: 0;
}
.dl_ttl02{
	font-size: 18px;
    margin-bottom: 8px;
}
.dl_ttl02:before {
  content: '●';
  color: #213F75;
  margin-right: 8px;
}
.dl_list li .btn{
	margin-top: 10px;
	width: 260px;
}
.dl_list li .btn::after{
	content: '\f56d';
	top: 8px;
}
.dl_list li .btn a{
	padding: 6px 0;
}
.mov_box{
	height: 190px;
}
@media screen and (min-width:897px){
	#contact .cts_inner{
		padding: 80px 0 50px;
	}
	#tab-area .lab01, #tab-area .lab02{
		padding: 18px 0;
		font-size: 18px;
	}
	.tabMenu li a {
		padding: 10px 0px;
		font-size: 18px;
	}
	.tabMenu li:nth-child(3),.tabMenu li:nth-child(4){
		right: 26px;
		height: 46px;
	}
	.tabMenu li:nth-child(3){
		left: 26px;
	}
	.tabMenu li:nth-child(3).select .mail_bt,.tabMenu li:nth-child(4).select .di_bt{
		top: 19px;
		font-size: 18px;
	}
	.fixed_mail{
		position: fixed;
		height: 53px;
		top: 12px;
		right: 25px;
		z-index: 3;
		left: auto;
		margin: 0;
		width: auto;
	}
	#contact_form .breadcrumbs_inner{
		padding-top: 150px;
	}
	#contact_form .under_mv {
		padding: 55px 0 0;
	}
	#contact .cts_inner01 {
		padding: 0 0 80px;
	}	
	.contact_txt {
		margin-bottom: 30px;
		text-align: center;
	}
	.form{
		width: 800px;
		margin: 0 auto;
	}
	#contact table th{
		font-size: 16px;
	}
	#contact table td{
		padding: 0 0 20px;
	}
	#contact table .size01{
		height: 62px;
	}
	#contact table textarea {
		height: 210px !important;
	}
	#contact .submit_bt .confirmation_btn, #contact .submit_bt .back_btn{
		width: 326px;
		padding: 22px 0;
	}
	.confirmation_btn {
		display: flex;
	}
	.thanks_ttl {
		font-size: 72px;
	}
	.thanks_ttl span {
		font-size: 26px;
	}
	.dl_ttl{
		font-size: 44px;
	}
	.thanks_ttl span {
		font-size: 20px;
	}
	.completion {
			margin-bottom: 35px;
	}
	.thanks_ttl02 {
		font-size: 22px;
		margin-bottom: 18px;
	}
	.dl_ttl02{
		font-size: 20px;
	}
	.dl_list{
		display: flex;
		flex-flow: wrap;
		justify-content: space-between;
	}
	.dl_list li{
		margin-bottom: 40px;
		width: 47%;
	}
	.mov_box{
		height: 232px;
	}
}
/*--------------------------------------------
	Footer / フッター
--------------------------------------------*/
footer {
 background: #213F75;
 padding: 10% 0 5%;
 color: #FFF;
}
footer .ft_inner{
 padding: 0 4%;
 margin-bottom: 6%;
}
footer .ft_logo img{
 width: 164px;
	margin: 0 auto;
 display: block;
}
footer .ft_block{
	width: 72%;
 margin: 0 auto 20px;
}
footer .ft_nav{
 display: none;
}
footer .ft_nav02{
	display: none;
}
.ft_link{
	text-align: center;
	border-bottom: 1px solid #4a4a4a;
	margin-bottom: 22px;
	padding-bottom: 22px;
}
.ft_link a{
	color: #8C8C8C
}
footer small{
 font-size: 10px;
 display: block;
 text-align: center;
 margin: 8% 0 2%;
}
#page-top a{
	position: fixed;
	z-index: 2;
	bottom: 84px;
	right: 10px;
 width: 40px;
 height: 40px;
 padding: 13px 0;
 border-radius: 50%;
 text-align: center;
 background: #545454;
 box-sizing: border-box;
}
#page-top i {
 color: #FFF;
}
#sp_fixed{
 position: fixed;
 bottom: -3px;
}
#sp_fixed ul{
 display: flex; 
}
#sp_fixed li{
}
@media screen and (min-width:897px){
	#common_area{
		background: #FFF;
		padding-bottom: 0;
	}
	#common_area .cts_inner01{
		background: url(../img/common/footer_02.png) no-repeat right;
		background-size: contain;
	}
	.common_area_cv{
		width: 600px;
	}
	.common_area_bt{
		display: flex;
		justify-content: center;
	}
	.common_area_bt li{
		width: auto;
	}
 footer {
  padding: 80px 0 30px;
 }
 footer .ft_inner{
  width: 1036px;
  margin: 0 auto 10px;
  padding: 0;
 }
	footer .ft_block {
  width: auto;
	}
	footer .ft_block,footer .ftr_btn{
  display: flex;
  justify-content: space-between;
 }
 footer .ft_logo img{
  width: auto;
  margin: 0 auto 20px;
  display: block;
 }
	footer .ft_info{
		display: flex;
	}
	footer .ft_info li{
		margin-left: 20px;
	}
 footer .ft_nav{
		margin: 30px 0 15px;
  padding: 30px 0 0;
		display: flex;
		justify-content: center;
 }
 footer .ft_nav li{
  margin: 0 20px;
 }
 footer .ft_nav a,footer .ft_nav02 a{
  color: #FFF;
  font-size: 14px;
 }	
	footer .ft_nav li a{
		font-weight: bold;
	}
	footer .ft_nav li ul li a{
		font-weight: normal;
	}
	footer .ft_nav a:hover,footer .ft_nav02 a:hover{
		text-decoration: underline;
	}
	footer .ft_nav li ul li a,footer .ft_nav02 a{
		font-size: 12px;
	}
 footer small {
  font-size: 12px;
  padding-top: 10px;
  margin: 0;
 }
 #sp_fixed{
  display: none;
 }
 #page-top a{
  width: 65px;
  height: 65px;
  padding: 22px 0;
 }
 #page-top i {
  font-size: 20px;
 }
}
/* Bnr
-----------------------------------------*/
.Bnr{
	position: fixed;
    width: 90px;
    bottom: 175px;
    right: 0px;
    z-index: 2;
}
.Bnr .Bnr__img{
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.Bnr__img__inner{
	width: 100%;
    height: auto;
}
.Bnr .Bnr__img__inner a{
	display: block;
	padding: 0;
    margin: 0;
	line-height: 0;
}
.Bnr .Bnr__img__inner button{
	border: none;
    margin: 0;
    padding: 0;
}
.Bnr .Bnr__img p.close{
	position: absolute;
    right: 3px;
    top: -24px;
}
.Bnr .Bnr__img p.close a{
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}	
.Bnr .Bnr__img p.close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Bnr .Bnr__img p.close a i{
  font-size: 20px;
  z-index: 888;
  color: #8c8b8b;
}
@media screen and (min-width:897px){
	.Bnr {
		width: auto;
		bottom: 212px;
	}
	.Bnr .Bnr__img {
		height: auto;
	}
	.Bnr .Bnr__img p.close {
		top: -39px;
	}
}

/* 20211020追加
-----------------------------------------*/
#scroll{
	overflow: auto;
    white-space: nowrap;
	margin-bottom: 8%;
}
#comparison_tb th,#comparison_tb td{
	border: 1px solid #ccc;
}
#comparison_tb th{
	background: #f3f3f3;
}
#comparison_tb .comparison_tb_head{
	background: #464646;
    color: #FFF;
}
#comparison_tb td ul li{
	margin-bottom: 5%;
	text-indent: -15px;
    padding-left: 15px;
}
#comparison_tb td ul li:last-child{
	margin-bottom: 0;
}
.comparison_cts_list li{
	margin-bottom: 5%;
}
.comparison_cts_list_ttl{
	font-size: 18px;
	font-weight: bold;
	color: #e60012;
}
@media screen and (min-width:897px){
	#features02 .slick-dotted.slick-slider {
		margin-bottom: 60px;
	}
	#scroll{
		white-space: initial;
		margin-bottom: 60px;
	}
}