@charset "utf-8";



header.mob{
    height: 30px;
}

#nav-open{
	position: absolute;
    right: 0;
    top: 5px;
}

#header2 a{
	justify-content: space-between;
    width: 90%;
}

#header2 .num1{
	width: 42%;
}

#header2 .num2{
	width: 53%;
}

.df{
	display: block;
}

.subpageTop{
	width: 100%;
}

#subpageTopImg{
	position: relative;
}

#subpageTopImg h1{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	max-width: 100%;
	left: 5%;
    margin: 0;
    font-size: 20px;
    line-height: 31px;
    color: #008EDF;
}


input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.pcHide{
	display: block;
}

.pcAppear{
	display: none;
}

.inner{
	width: 90%;
	margin-left:auto;
	margin-right: auto;
}

body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.fwn{
	font-weight: normal;
}

html body .db{
	display: block;
}

.msg-title{
	background-color: #0099ff;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 14px 0 12px;
    text-align: center;
    letter-spacing: .1em;
}

.nHover{
	opacity: 1;
	transition: .3s;
}

.nHover:hover{
	opacity: .6;
}

.footer{
    margin-top: 60px;
}

.brands {
    padding: 20px 0;
}

.brands-detail:not(:last-child) {
    border-bottom: 1px solid #cbcbcb;
}

.brands-detail {
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: center;
}

.brands-content {
    margin-right: 15px;
    width: 110px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    line-height: 19px;
    margin-top: 16px;
}

.brands-Logo {
    flex-basis: 166px;
    margin-top: 15px;
}

img{
	font-size: 0;
}

.brands-Logo.plus {
    flex-basis: 202px;
    margin-right: -35px;
}

.footerLinks{
    background-color: #DBDBDB;
    padding: 20px 0;
}

.footerLinks-li{
	display: inline-block;
}

.footerLinks-anchor{
	color: #3E3E3E;
    padding: 12px 32px 12px 0;
    opacity: 1;
    transition: .3s;
}

.footerLinks-ul{
	line-height: 2.4em;
}

.allRights-last{
    padding: 6px 0;
}

.move-page-top{
	display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.page-top {
    margin: 0;
    padding: 0;
}

.page-top p {
    margin: 0;
    padding: 0;
    position: fixed;
    right: 16px;
    bottom: 80px;
    right: 5%;
    z-index: 10000;
}

.pcIB{
	display: none;
}

.benfits p{
	margin: 0;
}

.footerLinks-anchor:hover{
    color: #3E3E3E;
    opacity: .6;
}

html .positionCanceler{
	position: inherit;
}

.centering{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: 100%;
}

.centeringUD{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
}

.centeringLR{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 100%;
}

.backCover{
	text-align: center;
}

html #nav-content h3{
    background-color: #e6e9ea!important;
	color: #fff;
    border-bottom: 1px solid #fff;
    padding: 0!important;
}

html #nav-content{
    background: #e6e9ea!important;
    padding-left: 0;
}

#nav-content a{
	color: #333;
    display: block;
    padding: 10px 0 10px 10px!important;
    opacity: 1;
    transition: .3s;
}

#nav-content a:hover{
	opacity: .6;
}

html #nav-content h3.nav-content-contact{
	background-color: #008DDE!important;
}

html #nav-content h3.nav-content-contact a{
	font-weight: bold;
	color: #fff;
}

#header2 a{
	transition: .3s;
	opacity: 1;

}

#header2 a:hover{
	opacity: .6;
}

.fixedinq a{
	transition: .3s;
	opacity: 1;
    display: block;
}

.fixedinq a:hover{
	opacity: .8;
}

@media screen and (max-width: 768px) {
	#header2 .num1 {
	    width: 70%;
	}

	.fixedinq.fixedinqRe{
	    width: 100%;
	    left: 0;
	    margin-left: 0;
	}

	.fixedinq.fixedinqRe img{
		width: 90%;
		margin: -15px auto 0;
		display: block;
	    filter: drop-shadow(0px 2px 3px rgba(156,156,156,0.5));
	}

	.allRights-last {
	    padding: 6px 0 83px;
	}

	html #header2{
		margin-bottom: 0;
	}

	 #header2 .num1{
		 margin: 11px 10px;
		 display: block;
	 }

	.fixedinq.mob.fixedinqRe{
		height: auto;
	}

	html #info {
	    padding-top: 0;
	}

	html .fixedinq{
		bottom: 10px;
	}
}

  .groupin{
  	text-align: center;
  	}

  .ginmob{
    max-width: 100%;
    width: auto;
  }
@media screen and (min-width: 769px) {
	html #info{
		padding-top: 0;
	}

	.pcHide{
		display: none;
	}

	#header2 img.num1{
		width: 41%;
	}

	#header2 .num2 {
	    width: 32%;
        margin-left: 10px;
	}

	#header2 a{
		justify-content: flex-start;
		width: 100%;
	    margin-top: 11px;
	    display: flex;
    }

	#header2{
		position: relative;
		padding-top: 4px;
	    height: 77px;
	}

	.num3{
		width: 20%;
		position: absolute;
		top: 8px;
		right: 15%;
	}

  .num4{
    width: 12%;
    position: absolute;
    top: 8px;
    right: 2.5%;
	}

	#gnav ul li a{
	    background: #008DDE;
	    position: relative;
	    transition: .3s;
	}

	#gnav ul li a:hover{
		background: #fff;
		color:#008DDE;
	}

	#gnav ul li a:after{
		content: "";
		position: absolute;
		width: 100%;
		height: 50%;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		z-index: 2;
		border-right: 1px solid #fff;
		left: 0;
	}


	.pcTopBorder{
		height:8px;
		background-color: #008DDE;
	}

	body{
		background: none;
	}

	.pcIB{
		display: inline-block;
	}

	.td-left-txt.item-address{
		display: block;
	}

	.brands{
	    justify-content: center;
	    display: flex;
        justify-content: space-between;
	}

	.brands-detail{
		width: 25%;
		max-width: 238px;
		display: block;
	    border: none;
		height: auto;
	}

	.brands-detail.brands-detail-plus{
		width: 31%;
	    max-width: 261px;
	}

	.footerInner{
		max-width: 100%;
		width: 950px;
	}

	.brands-content{
		font-size: 18px;
		width: 100%;
	    margin-top: 14px;
	    margin-bottom: -4px;
    }

	.brands-detail:not(:last-child){
		border: none;
	}

	.footerLinks-anchor:after{
	    content: "";
	    position: absolute;
	    width: 100%;
	    height: 50%;
	    top: 50%;
	    transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	    z-index: 2;
	    border-right: 1px solid #8C8C8C;
	    left: 0;
	}

	.footerLinks-anchor{
	    position: relative;
	    padding-right: 16px;
	    margin-right: 16px;
	}

	.allRights-last{
		text-align: center;
	}

	.ppTitle{
		margin-bottom: 18px;
	}

	.td-left{
		position: relative;
	}

	.td-left-txt{
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	    width: calc(100% - 60px);
	}

	#top-head.fixed {
	    margin-top: 0;
	    top: 0;
	    position: fixed;
	    background: #fff;
	    background: rgba(255,255,255,0.9);
	    transition: top 0.65s ease-in;
	    -webkit-transition: top 0.65s ease-in;
	    -moz-transition: top 0.65s ease-in;
	    z-index: 3;
	    width: 100%;
	}

	header#top-head{
	    background: rgba(255,255,255,0.9);
	}

	html #header1{
		margin: 0;
	}

}



@media screen and (min-width: 950px) {
	.pcHide{
		display: none;
	}

	.pcAppear{
		display: block;
	}


}
