div.logo {
    margin: 0px;
}

.bgTitleAreaType1 h1 { font-size: 500%; }
.bgTitleAreaType1 h1 span { font-size: 46.2%; }

.bgTitleAreaType1 h2 { font-size: 280%; }
.bgTitleAreaType1 h2 span { font-size: inherit; }
h1 {
	margin: 40px 30px 10px;
	line-height: 1.2;
	font-size: 520%;
	font-weight: normal;
}
h2 {
	margin: 50px 30px 10px;
	font-size: 280%;
	line-height:1.7;
	font-weight: normal;
}
h3 {
	margin: 0 30px 10px;
	font-size: 200%;
	font-weight: normal;
}
h2 + h3 { margin: 30px 30px 10px; }
h4 {
	margin: 0 30px 10px;
	font-size: 160%;
	font-weight: normal;
}
h3 + h4  { margin: 0px 30px 10px; }
h5 {
	margin: 0 30px 10px;
	font-size: 140%;
	font-weight: normal;
}

h6 {
	margin: 0 30px 10px;
	font-size: 140%;
	font-weight: normal;
}

h2 a,
h3 a,
h4 a,
h5 a,
h6 a
	{
	text-decoration: none;
	font-weight: normal;
}
h2 a:link,
h2 a:visited,
h2 a:active,
h3 a:link,
h3 a:visited,
h3 a:active,
h4 a:link,
h4 a:visited,
h4 a:active,
h5 a:link,
h5 a:visited,
h5 a:active,
h6 a:link,
h6 a:visited,
h6 a:active { color: #1785C4; }
h1 i.new {
	margin-right: 10px;
	padding: 2px 4px;
	border: solid 1px #D41000;
	color: #D41000;
	font-size: 20px;
	font-style: normal;
	vertical-align: middle;
}

.bgAreaType3 h3.ttl {
	font-size: 280%;
}

.bgStripeArea h2 {
    margin-top: 0;
}
.bgStripeArea h2 + h3 {
	margin-top: 30px;
}
.bgStripeArea h3 {
	margin-top: 0;
}

.bgStripeArea h3.tileTtl.txtAC {
    margin-top: 0;
}	



/* assets.css */

/* --------------------------------------------------
**
** .bgTitleAreaType1
**
** -------------------------------------------------- */
.bgTitleAreaType1.keyVisual h1.TitleCenter,
.bgTitleAreaType1.keyVisual1 h1.TitleCenter{
	margin-top: 138px;
}

.bgTitleAreaType1.keyVisual h2.TitleCenter,
.bgTitleAreaType1.keyVisual1 h2.TitleCenter{
	margin-top: inherit;
}

/* --------------------------------------------------
**
** scrollArea
**
** -------------------------------------------------- */
.scrollArea .inner h3{
	margin: 5px 25px 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.7;

}
.scrollArea .inner h4{
	font-size: 16px;
	margin: auto;
	font-weight: normal;
	line-height: inherit;
}
.scrollArea .inner h5{
	font-size: 14px;
}


/* --------------------------------------------------
**
** 接合 困りごと解決事例集
**
** -------------------------------------------------- */

.asmSolution h2 {
	position: relative;
	margin: 0;
	max-width: 760px;
}
.asmSolution h3{
    margin: 0;
}

.asmSolution .solution>h3 {
	margin-top: 60px;
	max-width: 100%;
}

.asmSolution .solution>h4 {
	margin-top: auto;
}

.asmSolution .solution h3::after {
	content: '';
	background: url(/common2/images/bg-icon-flow-02.png) center center no-repeat;
	width: 22px;
    height: 14px;
    background-size: contain;
    vertical-align: top;
	display: block;
	margin: 0 auto;
}

.asmSolution .solution h4::after {
	content: '';
	background: none;
	display: none;
	margin: 0 auto;
}

/* --------------------------------------------------
**
** infoNavAreaType1
**
** -------------------------------------------------- */

.infoNavAreaType1 h2 { margin-top: 0; }
.infoNavAreaType1 h3 { margin-top: 30px; }


/* --------------------------------------------------
**
** 赤外新エレメント
**
** -------------------------------------------------- */

h2.headingInf--Lv2 {
    margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px;
    padding: 10px 20px 4px;
    font-size: 38px;
    font-weight: bold;
    background: #084f6a;
    color: white;
    box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, .5);
}

h3.headingInf--Lv3 {
    margin-top: 30px;
    margin-left: 0;
	margin-right: 0;
    padding: 10px 20px 4px;
    font-size: 30px;
    font-weight: bold;
    background: #7f7f7f;
    color: white;
    box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, .5);
}

h4.headingInf--Lv4 {
    margin-top: 30px;
    margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px;
    padding: 10px 20px 4px;
    font-size: 28px;
    font-weight: bold;
    background: #e8e8e8;;
    color: black;
    box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, .5);
}

h5.headingInf--Lv5 {
    margin: 38px;
    padding: 8px 16px;
    border: solid 2px #a8a9a9;
    font-size: 28px;
    font-weight: bold;
    background: white;
}

h5.headingInf--Lv5 span {
    font-size: 22px;
    font-weight: bold;
}

h5.headingInf {
	font-weight: bold;
	font-size: 18px;
}

h6.headingInf {
	font-weight: bold;
	font-size: 16px;
}

.lead.lead--Inf {
	font-size: 16px;
}

.normal.normal--Inf {
	font-size: 16px;
}
