@charset "UTF-8";

html, body, div, span, object, iframe, h1, h2, p, img, figure{
margin: 0;
padding: 0;
}
body{
position: relative;
font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif;
font-weight: 500;
font-size: 20px;
}
header {
height: 44px;
display: flex;
padding: 12px 0 8px 200px;
justify-content: space-between;
align-items: center;
background-color: #EB6120; top: 0;
z-index: 100;
}
header .logo img {
height: 100%;
vertical-align: baseline;
}
img{
width: 100%;
height: auto;
vertical-align: bottom;
}
.sec-bg{
background: url(//hikari-paint.co.jp/wp-content/themes/swell_child/tosoday_2024/img/common/lp_bg_img.png);
margin-bottom: 20px;
padding: 38px 0;
}
.cont-bg{
background: url(//hikari-paint.co.jp/wp-content/themes/swell_child/tosoday_2024/img/common/lp_bg_img.png);
text-align: center;
margin-bottom: 20px;
padding: 24px 38px;
}
.sec-bg__inner, .cont-bg__inner{
max-width: 560px;
margin: 0 auto;
}
.iframe-wrapper{
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.iframe-wrapper iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.cont-bg__text{
font-size: 32px;
color: #EB7E37;
font-weight: bold;
margin-bottom: 24px;
}
.pc{
display: block;
}
.sp{
display: none;
}
@media screen and (max-width: 767px){
body{
font-size: 16px;
}
header {
height: 28px;
padding: 12px 10px 8px;
}
header .logo img {
width: 80%;
}
.foot__fix{
position: fixed;
bottom: 0;
left: 0;
}
.sec-bg{
margin: 0;
padding: 24px 22px;
}
.cont-bg{
margin: 0;
padding: 24px 22px
}
.cont-bg__text{
font-size: 24px;
}
.cont-bg__inner{
padding-bottom: 40%;
}
.hide-sp{
display: none;
}
.pc{
display: none;
}
.sp{
display: block;
}
}
.header_orange {
background-color: #EB7E37;
color: #fff;
padding: 10px 0;
text-align: center;
font-size: 20px;
font-weight: bold;
}