@charset "UTF-8";
/* hero */
.mob-hero-a.hero-area-b {
    max-height: none;
    max-height: initial;
    min-height: 420px;
}
@media only screen and (min-width:1281px) {
    .mob-hero-a.hero-area-b .visual img {
        bottom: auto;
        bottom: initial;
        top: -11%;
    }
}
.mob-hero-a.hero-area-b .content {
    padding-top: 100px;
}
@media only screen and (max-width:1280px) {
    .mob-hero-a.hero-area-b {
        min-height: 30vw;
	}
	.mob-hero-a.hero-area-b .visual>img {
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width:767px) {
    .mob-hero-a.hero-area-b .content {
        padding-top: 60px;
	}
    .mob-hero-a.hero-area-b .content .content-inner {
        background: none;
    }
    .mob-hero-a.hero-area-b .content .main-txt > * {
		color: #fff;
		background: rgba(0,0,0,.6);
	}
	.mob-hero-a.hero-area-b .content .sub-txt>* {
		color: #fff;
		background: rgba(0,0,0,.6);
	}
    .mob-hero-a.hero-area-b .visual {
        position: absolute;
	}
	.mob-hero-a.hero-area-b .visual>img {
		width: auto;
		height: 100%;
	}
}
@media only screen and (max-width:480px) {
    .mob-hero-a.hero-area-b {
		height: calc(480vw*100/767);
    }
    .mob-hero-a.hero-area-b .content {
        padding-top: 10px;
    }
}
.mob-hero-a.hero-area-b + .section {
    margin-top: 0;
}


.mob-hero-a.hero-area-b+*, .ota-hero.hero-area-b+* {
    margin-top: 0;
}
.b-nav {
    margin: 0;
}

@media only screen and (max-width: 1000px) {
	.mob-hero-a.hero-area-b+*, .ota-hero.hero-area-b+* {
		margin-top: 30px;
	}
}

.hero-area-b .mob-text-black .main-txt>*, .hero-area-b .mob-text-black .sub-txt>* {
	background: none;
	color: #000;
}

@media only screen and (max-width: 767px){
	.mob-hero-a.hero-area-b .mob-text-black .main-txt > *, .mob-hero-a.hero-area-b .mob-text-black .sub-txt > * {
		color: #000;
		background: none;
	}
}

/*------- お問い合わせ・ご相談 -------*/

.section.inquiry .list-contact-a.diff-equality .tel {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	font-size: 3.5rem;
	font-weight: bold;
}

.section.inquiry .list-contact-a.diff-equality .tel::before {
	display: block;
	content: "";
	position: absolute;
	background: url(//www.fujitsu.com/imgv5/common/icon/sprite2.png) no-repeat -56px -25px;
	width: 20px;
	height: 20px;
	top: 13px;
	left: 0;
}

.section.inquiry .list-contact-a.diff-equality li h3 {
	margin-bottom: 5px;
	font-size: 1.8rem;
}

.section.inquiry .list-contact-a > li:not([class*="type-"]) a::before {
	display: none;
}

.section.inquiry .list-contact-a.diff-equality .type-tel a {
	padding-left: 24px;
	text-align: center;
}

.section.inquiry .list-contact-a.diff-equality .type-tel a::before {
	background-image: none;
}

.section.inquiry .list-contact-a.diff-equality .type-tel .contact-inner {
	margin: 0 auto;
}

.section.inquiry .list-contact-a.diff-equality .type-tel .contact-inner .tel img {
	margin-right: 10px;
	vertical-align: middle;
}

.section.inquiry .list-contact-a.diff-equality p.notes {
	margin-top: 5px !important;
	font-size: 1.2rem;
	line-height: 1.6;
}

@media only screen and (min-width:1000px){
	.section.inquiry .list-contact-a.diff-equality br.br-text {
		display: none;
	}
}

@media only screen and (max-width:850px){
	.section.inquiry .list-contact-a.diff-equality .tel {
		font-size: 3rem;
	}

	.section.inquiry .list-contact-a.diff-equality .tel::before {
		top: 10px;
	}
}

@media only screen and (min-width:768px){
	.section.inquiry .list-contact-a.diff-equality > li:nth-child(1) {
		width: 50%;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 40px;
		border-right: solid 1px #c6c6c0;
	}

	.section.inquiry .list-contact-a.diff-equality > li:nth-child(2) {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 40px;
		width: 50%;
	}
}

@media only screen and (min-width:481px) and (max-width:767px){
	.section.inquiry .list-contact-a.diff-equality br.br-text {
		display: none;
	}
}

/* OTAリプログラミング hero */
@media only screen and (max-width: 767px){
    .ota-hero .content .content-inner {
        background: #57564F;
    }

    .ota-hero .content .main-txt>*, .ota-hero .content .sub-txt>*{
        color: #fff;
    }

}
