body{
    word-wrap: break-word;
    background-color: #fff;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    color: #14141e;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.025em;
    font-family: "Open Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
h1{
    display: block;
    font-size: 30px;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
h2{
    display: block;
    font-size: 22px;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
p{
    margin: 15px 0 0 0;
    font-size:15px;
}
.entryArea:not(.entryArea--lacwatch):not(.entryArea--service) h2, #editor-input-content h2, #mceTemplatePreview h2, .heading02 {
    font-size: 22px;
    padding-bottom: 10px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0;
    border-bottom: 2px solid #d7dce1;
}
.taRight, .right{
    text-align: right;
}
#footer{
    background-color: #000;
    width: 100%;
    height: 100px;
    position: relative;
}

#footer .copyright{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 80%;
    height: 1em;
    color: #fff;
    text-align: center;
    font-size:16px;
}
@media print, screen and (min-width: 542px){
	.content {
	    position: relative;
	}
	.content {
	    background-color: #fff;
	    z-index: 5;
	    overflow: hidden;
	}
	div {
	    display: block;
	}

	.contentFix {
	    width: 800px;
	    padding: 70px 0 0;
	    margin: 0 auto 90px;
	    overflow: hidden;
	}
	.contentFix {
	    margin: 0 auto;
	    box-sizing: border-box;
	}
}
@media screen and (max-width: 541px){
.contentFix {
    padding: 50px 16px 0;
    margin-bottom: 60px;
}

h1 {
    font-weight: normal;
    line-height: 1.35;
    letter-spacing: -0.015em;
    margin: 0;
	font-size: 7vw;
	margin: 0 0 20px;
}
}