@charset "utf-8";
/* CSS Document */


/*フッターとのスペースを空けない*/
#main {
	padding-bottom: 110px !important;/*フッター固定用 フッターの高さ(110px)*/
}


/*トップページタイトル*/
.title-p-top {
	background: url("../images/header-photo.webp") no-repeat center top #171717;
	background-size: cover;
	height: 520px;
}
@media screen and (max-width: 768px) {
	.title-p-top {
		display: flex;
 	 	justify-content: center;/* 3 */
 	 	align-items: center;    /* 4 */
		height: auto;
		padding: 40px 0;
	}
}

.title-p-top-inner {
	height: 520px;
}
@media screen and (max-width: 768px) {
	.title-p-top-inner {
		width: auto;
		height: auto;
	}
}


/*パン屑ナビ*/
.breadclumb{
	margin-bottom: 40px;
}

.breadclumb,
.breadclumb a {
	color:#EFEFEF;
}

.title-p-top h1 {
	font-size: 60px;
	font-size: 6.0rem;
	font-family:Reimin Bold, "HGS明朝E","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",serif;
	line-height: 1.1;
	color: #FFF;
	text-align: center;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.75);
	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(Color=#bf000000,Strength=5)";zoom:1;
	filter: progid:DXImageTransform.Microsoft.Glow(Color=#bf000000,Strength=5);
  padding-top: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.title-p-top h1 {
		font-size: 40px;
		font-size: 4.0rem;
    padding: 30px 15px;
    margin-bottom: 10px;
	}
}
@media screen and (max-width: 480px) {
	.title-p-top h1 {
		font-size: 30px;
		font-size: 3.0rem;
	}
}


.title-p-top h1 span.s{
	font-family: Reimin Medium, "HGS明朝E","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",serif;
	font-size: 46px;
	font-size: 4.6rem;
}
@media screen and (max-width: 768px) {
	.title-p-top h1 span.s{
		font-size: 30px;
		font-size: 3.0rem;
	}
}
@media screen and (max-width: 768px) {
	.title-p-top h1 span.s{
		font-size: 26px;
		font-size: 2.6rem;
	}
}


.title-p-top h1 span.ls{
	letter-spacing: -10px;
}

.title-p-top h2 {
	font-family: "UD新ゴ M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 630px;
	margin: 30px auto 40px;
	text-align: center;
	background-color: rgba(0,0,0,0.75);
	font-size: 16px;
	font-size: 1.6rem;
	color: #FFF;
	padding: 7px 0 5px;
}
@media screen and (max-width: 768px) {
	.title-p-top h2 {
		width: 100%;
		font-size: 14px;
		font-size: 1.4rem;
	}
}

.header-logo{
	display: flex;
	justify-content: center;
	align-items: flex-end;
  max-width: 1200px;
  margin: 0 auto;
  height: 70px;
}

.header-logo li{
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .header-logo{
    height: auto;
  }
  .header-logo li{
    padding: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .header-logo{
    flex-wrap: wrap;
  }
  .header-logo li{
    width: 40%;
    margin: 0 5% 15px;
    padding: 0;
  }
}

.contents-wrap{
	font-size: 18px !important;
	font-size: 1.8rem !important;
}
@media screen and (max-width: 768px) {
	.contents-wrap{
		font-size: 15px !important;
		font-size: 1.5rem !important;
	}
}


.contents-wrap h2{
	font-family: "UD新ゴ R", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 40px !important;
	font-size: 4.0rem !important;
	text-align: center;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.contents-wrap h2{
		font-size: 30px !important;
		font-size: 3.0rem !important;
	}
}

.outline-wrap{
	width: 978px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.outline-wrap{
		width: 100%;
	}
}



#comparison{
	background-image:url(../images/bg_comparison.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	padding: 50px 0;
}
@media screen and (max-width: 768px) {
	#comparison{
		padding: 25px 0;
	}
}


.comparison-inner{
	max-width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.comparison-inner{
		width: 100%;
		padding: 0 16px;
	}
}

.comparison-logo{
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.table-comparison {
	border-collapse: collapse;
	font-size: 16px !important;
	font-size: 1.6rem !important;
}
@media screen and (max-width: 768px) {
	.table-comparison {
		font-size: 14px !important;
		font-size: 1.4rem !important;
	}
}

.table-comparison th {
	background:#46587B;
	border-bottom: 1px solid #DCDCDC;
	padding: 10px 0;
	color: #FFF;
}

.table-comparison td {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 15px;
	border: 1px solid #DCDCDC;
	font-size: 14px;
	font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
	.table-comparison td {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

.table-comparison td.product-top,
.table-comparison td.nullspace,
.table-comparison td.product-bottom {
	background-color: rgba(255, 255, 255, 0.5);
	/*border: 0;*/
	padding: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.table-comparison td.product-top {
	background-color: rgba(255, 255, 255, 0.5);
}

.table-comparison td.product-bottom {
	background-color: rgba(255, 255, 255, 0.5);
}

.table-comparison td.item{
	text-align: center;
	background: #DDD;
	padding: 3px;
	font-size:13px;
	font-size: 1.3rem;
  font-weight: bold;
}

.table-comparison th.item-title{
	text-align: center;
}

@media screen and (max-width: 768px) {
  .table-comparison td.item{
    text-align: left;
    padding: 5px;
  }
  .table-comparison th.item-title{
    text-align: left;
    padding: 5px;
  }
}


/* ----------------------------------------------------------------------------------------

  【01】フッター
		
------------------------------------------------------------------------------------------- */

#footer-contact-wrap{
	width:100%;
	background:#5B5B5B;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	color:#FFF;
}


#footer-contact-inner{
	width: 1200px;
	padding: 60px 0 50px;
	margin-left: auto;
	margin-right: auto;
	background:url(../images/footer/bg_contact.png) right bottom no-repeat;
	min-height:200px;
}
@media screen and (max-width: 1230px) {
	#footer-contact-inner{
		width:984px;
	}
}
@media screen and (max-width: 768px) {
	#footer-contact-inner{
		width:100%;
		background-image: none;
		padding: 40px 8px;
	}
}

/*ボタンのシャドウ変更*/
#footer-contact-wrap .btn{
	box-shadow:2px 2px #333;
}

#footer-contact-wrap .btn:active{
	box-shadow: none;
}

.footer-title{
	font-family:"UD新ゴ DB", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 30px;
	font-size: 3.0rem;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.footer-title{
		text-align: center;
		font-size: 20px;
		font-size: 2.0rem;
		margin-bottom: 10px;
	}
}

.footer-dept{
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.footer-dept{
		text-align: center;
		font-size: 14px;
		font-size: 1.4rem;
	}
}

.footer-tel{
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.3;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.footer-tel{
		text-align: center;
		font-size: 20px;
		font-size: 2.0rem;
		margin-bottom: 5px;
	}
}

.footer-time{
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.footer-time{
		font-size: 11px;
		font-size: 1.1rem;
		text-align: center;
	}
}

.footer-btn .p-btn{
	font-size: 15px;
	font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
	.footer-btn{
		text-align: center;
		font-size: 13px;
		font-size: 1.3rem;
	}
}

#footernavi-inner a{
	margin:0 5px;
}

#footernavi-wrap hr {
	border-top:1px solid #555;
	margin:15px 0;
}

#footernavi-inner a{color:#F5F5F5;}

/* ----------------------------------------------------------------------------------------

  【99】ボタン
		
------------------------------------------------------------------------------------------- */

.p-btn{
	color: #FFF !important;
	font-size: 15px;
	font-size: 1.5rem;
	display: inline-block;
	text-align: center;
	border-radius:6px;
	transition-duration: 0.5s;
	padding: 15px 20px;
	margin: 0 auto;
	min-width: 250px;
}


@media screen and (max-width: 520px) {
	.p-btn{
		font-size: 12px;
		font-size: 1.2rem;
		padding: 5px 8px !important;
	}
}

@media screen and (max-width: 768px) {
	.table-comparison img{
		width: 70%;
		height: auto;
	}
}

.p-btn--w100{
	min-width: inherit;
	width: 100%;
}

.p-btn--s{
	min-width: inherit;
	width: auto;
	padding: 10px 15px;
}

.p-btn:hover{
	transition-duration: 0.5s;
	text-decoration: none;
}

.p-btn--float{
	float: left;
}

.p-btn--red{
	border: 3px solid #F7B0B0;
	background:#EF6161;
}
.p-btn--red:hover{
	background: #F38D8D;
}

.p-btn--blue{
	border: 3px solid #53aad9;
	background: #3b8fbd;
}
.p-btn--blue:hover{
	background: #4a9ecc;
}

.p-btn--green{
	border: 3px solid #85c7a4;
	background: #32b16c;
}
.p-btn--green:hover{
	background: #43c37e;
}

.p-btn .ficon-blank:before{
	color: #FFF !important;
}


