@charset "UTF-8";

html {
    overflow-y: scroll;
}

body {
    color: #333;
    font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","メイリオ",sans-serif;
    font-size: 15px;
    line-height: 1.7;
}

html,
body {
    width: 100%;
    height: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
select,
textarea,
p,
blockquote,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

#headerInner,
#contents {
    max-width: 1024px;
    margin: 0 auto;
    padding: 20px 35px;
}

img {
    line-height: 0;
}

a {
    text-decoration: none;
}

a:link {
    color: #5d78b5;
}

a:visited {
    /* color: #5d78b5; */
}

a:hover {
    color: #FF6600;
    text-decoration: underline;
}

a:active {
    color: #FF6600;
}

img {
    max-width: 100%;
    height: auto;
}

.ie8 img {
    width: auto;
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

#wrapper {
    overflow: hidden;
    background: rgba(128, 158, 207, .1);
}

section:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

section {
    display: block;
}

#mainHeader:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#mainHeader {
    display: block;
}

#mainHeader {
    background-color: #FFFFFF;
    box-shadow: 0 0 5px #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    left: 0;
    margin: 0 auto;
    width: 100%;
}

.HeaderInquiryButton {
    background: #fc821f;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    outline: medium none;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 3px #d97900;
    padding: 4px;
    width: 180px;
    color: #ffffff;
}

.HeaderInquiryButton:hover {
    opacity: 0.8;
}

#headerInner:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#headerInner {
    display: block;
}

#headerInner h1 {
    font-size: 12px;
    font-weight: normal;
}

.headerInnerL {
    float: left;
}

.headerInnerR {
    float: right;
}

.HeaderInquiryBox02:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.HeaderInquiryBox02 {
    display: block;
}

.HeaderInquiryBox02 {
    text-align: right;
}

.HeaderInquiryBox02 a {
    color: #ffffff;
}

.HeaderInquiryBox02 a:link {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.HeaderInquiryBox02 a:visited {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}

.HeaderInquiryBox02 p {
    font-size: 12px;
    text-align: right;
}

.headerWrap:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.headerWrap {
    display: block;
}

.visitorNav:after,
.ull:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.visitorNav,
.ull {
    display: block;
}

.visitorNav .ull {
    list-style: none outside none;
}

.navlogo {
    float: left;
    margin-right: 40px;
    line-height: 0;
}

.navlogo img {
    max-height: 31px;
}

.siteBox {
    text-align: center;
    float: left;
    width: 33.33333%;
    margin-bottom: 10px;
}

.link {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.siteBoxInner {
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
    -moz-box-shadow: 0px 0px 5px #888;
    border-radius: 5px;
}

.siteBoxTitle {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.siteTitle {
    border-bottom: 1px solid #dddddd;
    padding: 0.4rem;
    margin-top: 8px;
    text-align: center;
    background: #f3f3f3;
    color: #ffffff;
}

.siteLogo {
    padding: 15px 10px 10px 10px;
}

.siteLogo img {
    max-height: 45px;
}

.mainImg {
    background-image: url("../img/hiroshima-min-min02.jpg");
    background-size: cover;
    height: 430px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainImgText {
    background: rgba(255, 255, 255, .8);
    padding: 20px 30px;
}

.mainImgText h1 {
    font-size: 18px;
    text-align: center;
    text-indent: 1rem;
}

#pageTop {
    bottom: 20px;
    position: fixed;
    right: 20px;
    line-height: 0;
}

#pageTop img {
    opacity: 0.8;
}

#footer:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#footer {
    display: block;
}

#footer {
    margin-top: 50px;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footerInquiryBox:after,
.footerTop:after,
.footerBottom:after,
.footerTopImg:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.footerTop,
.footerBottom,
.footerTopImg {
    display: block;
}

.footerTop {
    width: 100%;
    background: #ffffff;
    border-top: 1px solid #dcdcdc;
}

.footerBottom {
    width: 100%;
    background: #ed2b2b;
}

.footerInner01:after,
.footerInner02:after,
.footerInner03:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.footerInner01,
.footerInner02,
.footerInner03 {
    display: block;
}

.footerInner01 {
    max-width: 1000px;
    padding: 15px 10px;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
}

.footerInner02 {
    max-width: 1004px;
    margin: 0 auto;
    color: #ffffff;
    padding: 10px;
    line-height: 1;
}

.footerInner03 {
    max-width: 1004px;
    padding: 20px 10px;
    margin: 0 auto;
    text-align: left;
}

.footerInner03 img {
    width: auto;
    float: left;
}

address {
    font-size: 12px;
    text-align: left;
    float: left;
    font-style: normal;
}

.footerInnerList {
    float: right;
}

.footerInnerList ul {
    list-style: none outside none;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
}

.footerInnerList ul li {
    font-size: 12px;
    float: left;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #ffffff;
    line-height: 1;
}

.footerInnerList li a {
    color: #ffffff;
}

.footerInnerList .footerInnerListLiEnd {
    margin: 0;
    padding: 0;
    border: none;
}

ul.footerItemCenter {
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.footerItemCenter li {
    list-style-type: none;
    float: left;
    margin: 0 20px 0 0;
    line-height: 1.5rem;
    display: inline;
}


.footerItemCenter .footerItemCenterEnd {
    border: none;
}

.contents {
background-color: #fff;
}
.mt50 {
margin-top: 50px;
}
.contentsInner {
max-width: 1024px;
margin: 0 auto;
}
.contentsInnerFrame {
padding: 20px 35px;
}
.contentsInnerBox{
margin-bottom: 30px;
}
.contentsInnerBox p {
    margin-bottom: 10px;
}
.contentsInnerBox2 {
margin: 0 auto;
}
.contentsInnerBox2Left {
float: left;
max-width: 58%;
padding-right: 5px;
}
.contentsInnerBox2Right {
float: right;
max-width: 40%;
margin: 10px 0;
}

.content__title--1st {
font-size: 30px;
font-weight: bold;
font-feature-settings: "palt";
margin: 30px 0 20px 0;
padding-left: 0.5rem;
border-left: 6px solid #ed2b2b;
border-bottom: 1px solid #ed2b2b;
}
.content__title--2nd {
font-size: 22px;
font-weight: bold;
font-feature-settings: "palt";
margin: 20px 0 10px 0;
}
.content__title--3rd {
font-size: 15px;
font-weight: bold;
color: #5D78B5;
margin: 12px 0 0 0;
}
.content__list {
padding-left:1.5rem;
font-size:15px;
}
.contentsLinkArea {
    max-width: 96%;
    margin: 0 auto;
}
.siteBoxLeft {
    text-align: center;
    float: left;
    width: 49%;
    margin: 10px 0;
}
.siteBoxRight {
    text-align: center;
    float: right;
    width: 49%;
    margin: 10px 0;
}
.contentsLinkArea:after,
.contentsInnerBox2:after, {
    clear: both;
    content: ""."";
    display: block;
    height: 0;
    visibility: hidden;
}
.content__link-list {
    list-style: none;
    font-size: 15px;
    margin-bottom: 5px;
}
.content__link-list a {
    text-decoration: underline;
}
.content__link-list a:link {
    color: #888;
}
.content__link-list a:visited {
    color: #888;
}
.content__link-list a:hover {
    color: #FF6600;
}

.content__link-list a:active {
    color: #FF6600;
    opacity:0.5;
}

@media screen and (max-width:1024px) {
    .mainImg {
        height: 200px;
    }
    #headerInner {
        padding: 15px 35px;
    }
}

@media screen and (max-width:767px) {
    body {
        font-size: 14px;
    }
    #headerInner {
        padding: 10px 15px;
    }
    .headerInnerR {
        display: none;
    }
    .headerWrap {
        padding: 0;
    }
    .contentsInnerFrame {
        padding: 15px;
    }
    .content__title--1st {
        font-size: 22px;
        margin: 30px 0 20px 0;
    }
    .content__title--2nd {
        font-size: 16px;
        margin: 20px 0 10px 0;
    }
    .content__title--3rd {
        font-size: 14px;
        margin: 10px 0 0 0;
    }
    .content__link-list {
        font-size: 14px;
    }
    .content__list {
        font-size: 14px;
    }
    .contentsInnerBox2Right,
    .contentsInnerBox2Left {
        float: none;
    }
    .contentsInnerBox2Right {
        max-width: 700px;
    }
    .contentsInnerBox2Left {
        max-width: 100%;
        padding-right: 0;
    }
    .siteBox {
        width: 50%;
    }
    .siteBoxInner {
        text-align: center;
    }
    .siteBoxTitle {
        font-size: 15px;
    }
}

@media screen and (max-width:480px) {
    #headerInner {
        padding: 10px 10px;
    }
    #imgContents {
        display: none;
    }
    .contentsInnerFrame {
        padding: 10px;
    }
    .contentsInnerBox {
        padding: 0 4px;
    }
    .siteBoxLeft,
    .siteBoxRight {
        text-align: left;
        width: 100%;
    }
    .footerInnerList {
        float: left;
        margin-bottom: 10px;
    }
    .footerInner01 {
        font-size: 12px;
    }

    #pageTop {
        bottom: 10px;
        right: 10px;
    }
    .HeaderInquiryButton {
        padding-top: 12px;
        padding-bottom: 8px;
    }
    .HeaderInquiryButton:hover {
        padding-top: 12px;
        padding-bottom: 8px;
    }
}
