@charset "UTF-8";
/* CSS Document */

header{
position: relative;
overflow: hidden;

padding: 0;
}

.w1200{
width: 1200px;
margin: 0 auto;
}


.page_header{
background: #edb21e;
width: 100%;
padding: 2% 0;
}

.page_header img{
width: 578px;
display: block;
margin: 0 auto;
}

.fukushimalogo{
width: 7%;
position: absolute;
top: 9%;
right: 2%;
}

.midashi_01{
position: relative;
margin-bottom: 120px;
margin-top: 50px;
}

.midashi_01::after{
content: "　";
width: 200px;
height: 10px;
display: block;
background: #b01e23;
position: absolute;
bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

@media screen and (max-width: 768px) {

header{
position: relative;
overflow: hidden;

padding: 0;
width: 100%;
}

.page_header img{
width: 70%;
display: block;
margin: 0 auto;
}

.w1200{
width: 90%;
margin: 0 auto;
}

.midashi_01{
position: relative;
margin-bottom: 50px;
margin-top: 0px;
}

.midashi_01::after{
content: "　";
width: 150px;
height: 5px;
display: block;
background: #b01e23;
position: absolute;
bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.fukushimalogo{
display: none;
}
}