

#rwd-content .rwd-header-inner{
max-width: 100%!important;
}
#rwd-content .rwd-header-identify {
padding: 25px 22px;
margin-top: 0 !important;
margin-left: 0 !important;
}

#rwd-content .rwd-main-header:after {
display: none;
}
.rwd-header-inner {
display: block;
  width: inherit !important;
  height: inherit;

  background: none;
}

.rwd-title-container {
  height: 100px !important;
  width: 100%;
border-bottom: solid 6px #1E3180;

-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.header-img {
width: calc((100% - 181px)/2);
background-position: center center;
background-size: cover;
}
.header-img.header01 {
background-image: url(../img/hd_01mc_1000.jpg);
}
.header-img.header02 {
background-image: url(../img/hd_02sc_1000.jpg);
}
.header-img.header03 {
background-image: url(../img/hd_03boat_1000.jpg);
}


.header-logo {
display: -webkit-flex;
display: flex;
align-items: center;
width: calc((100% - 181px)/2);
position: relative;
}
.header-logo::before {
position: absolute;
content:url(../img/hd_white.svg);
width: 30px;
height: 100px;
top:0;
left:-29px;
}
.header-logo::after {
position: absolute;
content:url(../img/hd_red.svg);
width: 30px;
height: 100px;
top:0;
right:0;
}
.header-logo .hd_logo {
display: block;
margin: 0 auto;
padding-right: 30px;
max-width: 442px;
width: 86%;
}
.header-logo .hd_logo img {
display: block;
width: 100%;
height: auto;
}

.hd_logo_02 {
display: none!important;
}

@media (max-width: 980px) {
.header-img.header01 {
background-image: url(../img/hd_01mc_800.jpg);
}
.header-img.header02 {
background-image: url(../img/hd_02sc_800.jpg);
}
.header-img.header03 {
background-image: url(../img/hd_03boat_800.jpg);
}

.header-logo .hd_logo {
display: block;
margin: 0 auto;
padding-right: 30px;
max-width: 240px;
width: 70%;
}
.hd_logo_01 {
display: none!important;
}
.hd_logo_02 {
display: block!important;
}

/* max-width: 980px */}



@media (max-width: 767px) {

.rwd-title-container {
height: inherit !important;
width: 100%;
border-bottom: none;
}

#rwd-content .rwd-header-identify {
padding: 20px 15px;
width: 139px;
height: 67px;
}
#rwd-content:not(.rwd-top) .rwd-header-inner {
padding-bottom: 0px;
}
.header-img {
width: calc(100% - 139px);
background-position: center center;
background-size: cover;
}
.header-logo {
border-top: solid 3px #1E3180;
border-bottom: solid 3px #1E3180;
width: 100%;
height: 32px;
}
.header-logo .hd_logo {
width: 80%;
max-width: 280px;
padding:2px 0 0;
top:0;
bottom:0;
left:0;
right:0;
margin: auto;
}

.header-logo::before {
position: absolute;
content:url(../img/hd_blue.svg);
width: 10px;
height: 32px;
top:0;
left:0;
}
.header-logo::after {
position: absolute;
content:url(../img/hd_red_sp.svg);
width: 10px;
height: 32px;
top:inherit;
bottom:0;
right:0;
}
.hd_logo_01 {
display: block!important;
}
.hd_logo_02 {
display: none!important;
}

/* max-width: 767px */}


@media (max-width: 480px) {
.header-img.header01 {
background-image: url(../img/hd_01mc_640.jpg);
}
.header-img.header02 {
background-image: url(../img/hd_02sc_640.jpg);
}
.header-img.header03 {
background-image: url(../img/hd_03boat_640.jpg);
}

/* max-width: 640px */}