* {
	border-sizing:border-box;
	border-collapse:collapse;
	font-family:  'Noto Sans JP', sans-serif ;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
scroll-behavior:smooth;
}

body {
margin:0 auto;
padding:0;
}

.img-responsive {
  display: inline-block;
  height: auto;
  max-width: 100%;
margin:0 auto;
}

div:after,
ul:after {
 content: "";
display: block;
 clear: both;
}

ul{
 list-style: none;
 margin: 0px;
 padding: 0px;
}

a img {
    transition: opacity 0.2s linear;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/*汎用*/

.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 992px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
.pc2 { display: block !important; }
.sp2 { display: none !important; }
@media only screen and (max-width: 878px) {
.pc2 { display: none !important; }
.sp2 { display: block !important; }
}

.ggmap {
position: relative;
padding-bottom: 74%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/*header*/

header{
    padding:15px;
    border-bottom:5px solid #aae8f1;
}
header .logo{
    text-align:center;
    max-width:340px;
    margin:0 auto 20px;
}
header ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin:0 auto;
    z-index:100;
}
header ul li{
    width:calc(99% / 6);
}
header ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align:center;
    font-size:15px;
    color:#000;
    background-color:rgba(26,193,217,0);
    transition: all 0.2s linear;
    padding: 15px 0;
}
header ul li a:hover{
    background-color:rgba(26,193,217,0.1);
    text-decoration:none;
    color:#000;
}
header ul li a span{
    width:calc(100%);
    font-size:10px;
    color:#1ac1d9;
}




/*menuSP*/


header label {
display:none;
}
header input[type="checkbox"].on-off{
    display: none;
}




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

header label {
    color: #BF9734;
    display: inline-block;
    margin: 0;
    position:fixed;
    width: auto;
    top: 0px;
    right: 0px;
    z-index: 9999;
}
header label img{
    width:65px;
    height:65px;
}
header ul {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    margin: 0;
    padding: 0;
    list-style: none;
position:fixed;
    top: 0px;
background-color:#fff;
display:block;
    z-index:9998;
}


header input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
    width: 100%;
    background-color: rgba(255,255,255,0);
    right:0;
    top: 0;
}

header input[type="checkbox"].on-off:checked + ul{
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,0.95);
    right:0;
    top: 0;
}

header ul li{
    width:calc(100%);
}

}





/*slider*/
.bx-wrapper {
    -moz-box-shadow:none!important;
    -webkit-box-shadow:none!important;
    box-shadow:none!important;
    border:none!important;
    background:none!important;
}
.bx-wrapper .bx-controls-direction a {
    z-index: 99!important;
}



/*sidebtn*/

.sidebtn{
    position: fixed;
    right: -1px;
    bottom: 110px;
    border: 1px solid #fff;
    z-index: 9999;
}
.sidebtn a{}
.sidebtn a img{
    width:41px;
}


/*topSect01*/

.topSect01{
    background-image:url(images/bg_01.png);
    background-position:top center;
    background-size:cover;
    padding:90px 15px 0px
}

.baseInner{
    max-width:1140px;
    margin:0 auto;
    display: flex;
/*    justify-content: center;
    align-items: center;*/
    flex-wrap: wrap;
}

.topicsHead{
    width: calc(160px);
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 20px;
}

.bracketsTitle{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    height: 100%;
    width: 100%;
    position:relative;
}
.bracketsTitle:before,
.bracketsTitle:after{
    position:absolute;
    content:"";
    display:block;
    width:35px;
    height:35px;
}

.bracketsTitle:before{
    background-image:url(images/svg/bracketsC.svg);
    top:10px;
    right:10px;
}
.bracketsTitle:after{
    background-image:url(images/svg/bracketsD.svg);
    left:10px;
    bottom:10px;
}

.bracketsTitle h3{
    font-size:20px;
    width:calc(100%);
}
.bracketsTitle h3 span{
    font-size:12px;
    display:block;
    width:calc(100%);
}

.topicsBody{
    width:calc(100% - 200px);
}
.topicsBody dl{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    border-top: 1px solid #000;
    padding: 10px 0;
}
.topicsBody dl:last-child{
    border-bottom: 1px solid #000;
}
.topicsBody dt {
    padding: 0 15px;
}
.topicsBody dd{
    margin: 0;
}
.topicsBody dd a{
    color:#005a7c;
}

.topicsFoot{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.moreLink{

}
.moreLink a{
    width: 100%;
    min-width: 230px;
    height:50px;
    border: 1px solid #1a97c7;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position:relative;
    background-color:#fff;
    transition: all 0.2s linear;
}
.moreLink a:after{
    font-family: "Font Awesome 5 free";
    content: "\f105";
    font-weight : 900;
    position: absolute;
    top:50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}


@media only screen and (max-width: 768px) {
.topSect01 {
    padding:20px 15px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}
.topicsHead{
    width: calc(250px);
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto 20px;
}

.topicsBody{
    width:calc(100%);
    margin:0 0 20px;
}
}
@media only screen and (max-width: 578px) {
.topicsBody dt {
    width:calc(100%);
    padding:0;
}
.topicsBody dd {
    width:calc(100%);
    padding:0 15px;
}
}


/*topSect02*/

.topSect02{
    background-image:url(images/bg_02.png);
    background-position:top center;
    background-size:cover;
    padding:20px 15px 40px;
}

.letterzineBox{
    width:calc(55% - 30px);
    background-color:#fff;
    margin:15px;
    padding:20px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    box-shadow: 0 0 20px #cedde1;
    max-height: 375px;
}

.letterzineL{
    width:calc(100% - 232px);
}

.letterzineL h3{
    font-size:20px;
}
.letterzineL h3 span{
    font-size:12px;
    color:#1ac1d9;
    display: block;
}
.letterzineL dl{
}
.letterzineL dt{
    font-size:15px;
}
.letterzineL dd{
    font-size:17px;
}


.letterzineR{
    width:calc(232px);
}

.letterzineB{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
    margin:20px 0 0;
}


.bannerBox{
    width:calc(45%);
}
.bannerBox ul{}
.bannerBox li {
    padding: 18px 0 0;
}
.bannerBox li a{
    max-width:475px;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin:0 auto;
}
.bannerBox li a img{
    border:1px solid #000;
    flex-shrink: 0;
}

@media only screen and (max-width: 992px) {
.letterzineBox{
    width:calc(100%);
    max-width:475px;
    margin: 0 auto;
    max-height: 100%;
}
.bannerBox{
    width:calc(100%);
}
}
@media only screen and (max-width: 568px) {
.letterzineL{
    width:calc(100% - 116px);
}
.letterzineR{
    width:calc(116px);
}
}
@media only screen and (max-width: 387px) {
.letterzineL{
    width:calc(100%);
}
.letterzineR{
    width:calc(100%);
}
}


/*topSect03*/

.topSect03{
    background-color:#edefee;
    padding:60px 15px;
}
.topSect03 .baseInner{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.contactL{
    width:215px;
    height:110px;
    margin:0 30px;
}
.contactR{
    width:calc(100% - 215px);
    max-width:310px;
}


.mailSquare{
    text-align:center;
    background-color:#fff;
    border-radius: 10px;
    box-shadow: 0 0 20px #cedde1;
    padding: 24px 10px;
}
.mailSquare h4{
    font-size:12px;
    width:100%;
}
.mailSquare img{
    max-width:50px;
}
@media only screen and (max-width: 678px) {
.contactL{
    width:250px;
    height:150px;
    margin:0px 0px 20px;
}
.contactR{
    width:calc(100%);
}
}


/*footer*/

footer{
    border-top: 5px solid #aae8f1;
}

.footerInner{
    max-width:1140px;
    margin:0 auto;
    padding:60px 15px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.logoLong{
    width:calc(100% - 380px);
}
.logoLong a{
    max-width:390px;
    display:block;
}

.footerMenu{
    display: flex;
    flex-wrap: wrap;
    width:380px;
}
.footerMenu ul{
    width:calc(50%);
    border-left:1px solid #000;
    margin:0;
}
.footerMenu li{}
.footerMenu li a{
    color:#000;
    font-size:14px;
    padding: 10px;
    display: block;
}

@media only screen and (max-width: 992px) {
.logoLong{
    width:calc(100%);
}
.logoLong a{
    margin:0 auto 20px;
}

.footerMenu{
    display: flex;
    flex-wrap: wrap;
    width:380px;
}
}


.footerBottom{
    background-color:#1a97c7;
    color:#fff;
    font-size:12px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding: 6px 0;
}
.footerBottom ul{
    margin:0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.footerBottom li{
    border-left:1px solid #fff;
    padding:0 10px;
}
.footerBottom li a{
    color:#fff;
}
.footerBottom li p{
    margin:0;
}

@media only screen and (max-width: 678px) {
.footerBottom{
    padding:30px 15px;
}
.footerBottom li{
    width:100%;
    max-width:380px;
    padding:10px;
}
}



/*news*/

.topicsPager{
    padding:30px 0;
    width: 100%;
}
.topicsPager ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin:0;
}
.topicsPager ul li{
    padding:0 5px;
}
.topicsPager ul li p{
    margin:0;
    background-color:#CCC;
}
.topicsPager ul li a{
    background-color:#1a97c7;
    color:#fff;
}
.topicsPager ul li a:hover{
    background-color:#5eb6d8;
    color:#fff;
    text-decoration:none;
}
.topicsPager ul li p,
.topicsPager ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:50px;
    height:50px;
    transition: all 0.2s linear;
}

.baseOuter{
    padding:0 15px;
}


.baseSubHead{
    height: 120px;
    max-width: 240px;
    margin: 20px auto;
}

.newsDetailBody{
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:30px 0;
    max-width:1000px;
    margin:0 auto;
}

.detailTitle{
    text-align:center;
}
.detailTitle h4{
    background-color: #f1f1f1;
    padding: 10px;
}

.detailDate {
    text-align: right;
    margin:0 0 15px;
}
.detailDate span{}

.detailText{}
.detailText p{}

.commonLink,
.newsDetailFoot{}

.commonLink a,
.newsDetailFoot a{
    background-color:#1a97c7;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:250px;
    height:30px;
    transition: all 0.2s linear;
    margin:15px auto;
}
.commonLink a:hover,
.newsDetailFoot a:hover{
    background-color:#5eb6d8;
    color:#fff;
    text-decoration:none;
}


/*letterzine*/

.letterzineMain{
    text-align:center;
    max-width: 300px;
    margin: 0 auto;
}
.letterzineMain a{
    color:#005a7c;
    transition: all 0.2s linear;
}
.letterzineMain a:hover{
    color:#4c8ba3;
}

.letterzineThumb{
    display:inline-block;
    max-width:300px;
    margin:0 auto;
    position:relative;
    transition: all 0.2s linear;
}
.letterzineThumb:before{
    content:"";
    display:block;
    background-image:url(images/svg/item_new.svg);
    width:65px;
    height:65px;
    position:absolute;
    top:0;
    left:0;
    transition: all 0.2s linear;
    z-index:10;
}
.letterzineNewTitle{
    text-align:center;
}
.letterzineNewTitle h4{
    display:inline-block;
    font-size:21px;
}
.letterzineNewTitle h4 span{
    font-size:14px;
}



.letterzineList{
    border-top:1px solid #f1f1f1;
    margin:30px 0;
}
.letterzineList{}
.letterzineList ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width:1000px;
    margin:0 auto;
}
.letterzineList ul li{
    width:calc(100% / 4);
    padding:7px;
}
.letterzineList ul li a{
    background-color: #1a97c7;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
    padding: 5px;
    transition: all 0.2s linear;
}
.letterzineList ul li a:hover{
    background-color:#5eb6d8;
    color:#fff;
    text-decoration:none;
}
.letterzineList ul li a span{
    font-size:13px;
    margin:0 0 0 5px;
}
@media only screen and (max-width: 768px) {
.letterzineList ul li{
    width:calc(100% / 3);
}
}
@media only screen and (max-width: 568px) {
.letterzineList ul li{
    width:calc(100% / 2);
}
}
@media only screen and (max-width: 398px) {
.letterzineList ul li{
    width:calc(100% / 1);
}
}


/*aboutus*/



.aboutusSubmenu{}
.aboutusSubmenu ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.aboutusSubmenu ul li{
    width:calc(100% / 4);
    padding:10px;
}
.aboutusSubmenu ul li a{
    background-color:#1a97c7;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
    transition: all 0.2s linear;
    margin:15px auto;
    padding:10px 0px 20px;
    position:relative;
}
.aboutusSubmenu ul li a:hover{
    background-color:#5eb6d8;
    color:#fff;
    text-decoration:none;
}
.aboutusSubmenu ul li a:after{
    font-family: "Font Awesome 5 free";
    content: "\f0d7";
    font-weight : 900;
    position: absolute;
    bottom:0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
.aboutusSubmenu ul li{
    width:calc(100% / 2);
    padding:5px;
}
.aboutusSubmenu ul li a{
    margin:0px auto;
}
}
@media only screen and (max-width: 768px) {
.aboutusSubmenu ul li a{
    font-size:14px;
}
}






.aboutusInner{
    max-width:1000px;
    margin:0 auto;
}

.subTitle{
    text-align:center;
}
.subTitle h4{
    background-color: #f1f1f1;
    padding: 10px;
}


.auGreeting{
    padding-bottom:60px;
}
.auGreeting dl{
    /*display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;*/
}
.auGreeting dt{
    text-align:center;
    padding: 15px;
    float: right;
}
.auGreeting dt span{
    display: block;
    text-align: right;
    font-weight: bold;
    font-size:17px;
}
.auGreeting dd{
    margin:0;
    line-height:2em;
    font-size:15px;
}
.auGreeting dd p{
    text-indent: 1em;
    margin: 0 0 0.5em;
    line-height: 1.2em;
    letter-spacing: 0.05em;
}
@media only screen and (max-width: 678px) {
.auGreeting dt{
    width:calc(100%);
    padding:30px;
}
.auGreeting dd{
    width:calc(100%);
}

}

.auList{
    padding:30px 0 60px;
}
.auList table{
    margin:0 auto;
}
.auList tr{}
.auList th{
    border:1px solid #eee;
    padding:10px;
    text-align:center;
    background-color:#ddd;
}
.auList td{
    border:1px solid #eee;
    padding:10px;
}
.auList td:nth-child(1),
.auList td:nth-child(3){
    text-align:center;
}



.auList2{
    margin-bottom:30px;
}
.auList2 ul{
    margin:0;
}
.auList2 li{
    text-indent: -4em;
    margin-left: 4em;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

@media only screen and (max-width: 568px) {
.auList2 li{
    font-size: 13px;
}
}

.auOverview{
    max-width: 678px;
    margin: 0 auto;
    padding:30px 0 60px;
}
.auOverview dl{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.auOverview dt{
    width:calc(175px);
    font-size:24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #444;
}
.auOverview dt span{
    font-size:14px;
    font-weight: normal;
    color:#999;
}
.auOverview dd{
    width:calc(100% - 175px);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin:0;
    border-left:1px solid #ccc;
    padding:10px;
}
@media only screen and (max-width: 568px) {
.auOverview dt{
    width:calc(100%);
}
.auOverview dd{
    width:calc(100%);
    border-left:none;
    border-top:1px solid #ccc;
}
}



.auFund{
    padding-bottom:60px;
}
.auFund h5{
    border-bottom: 1px solid #999;
    padding: 10px;
}
.auFund p{
    padding: 0px 10px;
    line-height:1.8em;
}
.auFund ul{}
.auFund li{
    padding:5px;
}


/*anniversary*/

.anniversaryBase{
    max-width:768px;
    margin:0 auto 40px;
}

.anniversaryBase h4{
    text-align:center;
    margin: 40px 0px;
}
.anniversaryBase p{
    text-indent:1em;
}
.anniversaryBase span{}

.rightNames{
    text-align:right;
}

/*success*/

.successList{
    width: 768px;
    margin: 30px auto;
}
.successList h4{
    text-align:center;
}
.successList p{
    text-align:center;
}

.successBox{}
.successBox a{
    color: #084359;
    transition: all 0.2s linear;
}
.successBox a:hover{
    color: #084359;
    text-decoration:none;
}
.successBox dl{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 5px 15px;
    position:relative;
    border-radius: 2px;
    background-color:#fff;
    transition: all 0.2s linear;
}
.successBox a:hover dl{
    background-color:#e5f8fb;
}
.successBox dl:before{
    font-family: "Font Awesome 5 free";
    content: "\f4ad";
    font-weight : 900;
    position: absolute;
    top:50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}
.successBox dl:after{
    font-family: "Font Awesome 5 free";
    content: "\f0da";
    font-weight : 900;
    position: absolute;
    top:50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}
.successBox dt{
    width: calc(260px);
    font-weight: normal;
    font-size: 28px;
    border-right:1px solid;
    padding:0 0 0 20px;
}
.successBox dt span{
    font-size:14px;
}
.successBox dd{
    margin:0;
    width:calc(100% - 260px);
    padding: 0 20px 0 10px;
}

@media only screen and (max-width: 992px) {
.successBox dl{
    padding: 5px 40px;
}
.successBox dt{
    width:calc(100%);
    border-right:none;
    border-bottom:1px solid;
    padding:0 0 0 20px;
    font-size: 24px;
}
.successBox dd{
    margin:0;
    width:calc(100%);
    padding: 7px 20px 5px 10px;
}
}
@media only screen and (max-width: 378px) {
.successBox dt span{
    display:block;
    text-align:right;
}
}



.successDetailHead{
    display: flex;
    flex-wrap: wrap;
    max-width:1000px;
    margin:0 auto;
}

.sdImage{
    width:calc(100% - 400px);
}

.sdNamecard{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:calc(400px);
    position:relative;
    z-index:10;
}
.sdNamecard dl{
    background-color:#1a97c7;
    color:#fff;
    width: 100%;
    margin: 80px 0 0 -80px;
    padding: 10px;
}
.sdNamecard dt{
    font-weight:normal;
    font-size:40px;
    padding:0 0 10px;
}
.sdNamecard dt span{
    font-size:16px;
    display:block;
    text-align:right;
}
.sdNamecard dd{
    font-size:21px;
    text-align:center;
    border-top:1px solid #fff;
    padding:10px 0 0;
    margin:0;
}

.successDetailBody{
    max-width:1000px;
    margin:0 auto;}

.sdProfile{
    background-color: rgba(170, 232, 241, 0.3);
    margin: 50px auto;
    padding: 30px 15px 15px;
    border-radius: 5px;
    position: relative;
    max-width: 768px;
}
.sdProfile h4{
    border: 1px solid #1a97c7;
    border-left: 10px solid #1a97c7;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: -17px;
    margin: 0;
    padding: 5px 10px 6px;
    font-size: 21px;
}
.sdProfile p{
    display: inline;
    margin: 0;
    border-bottom: 1px solid #1a97c7;
    line-height: 1.8em;
    font-size:15px;
}

.sdText{}
.sdText h4 {
    background-color: #48acd2;
    color: #fff;
    padding: 10px 15px 10px 45px;
    position: relative;
}
.sdText h4:before{
    font-family: "Font Awesome 5 free";
    content: "\f4ad";
    font-weight : 900;
    position: absolute;
    top:50%;
    left: 10px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}
.sdText p {
    line-height: 1.8em;
    text-indent: 1em;
    font-size: 18px;
    letter-spacing: 0.05em;
    margin: 0 0 0.25em;
}

.successDetailFoot{
    max-width:1000px;
    margin:0 auto;
    border-top:1px solid #ccc;
    padding: 50px 0;
}
.successDetailFoot a{}

@media only screen and (max-width: 992px) {
.sdImage{
    width:calc(100%);
    max-width:600px;
    margin:0 auto;
}
.sdNamecard{
    width:calc(100%);
    max-width:400px;
    margin:0 auto;
}
.sdNamecard dl{
    margin: -30px 15px 0px;
}
}
@media only screen and (max-width: 678px) {
.sdNamecard dt{
    font-size:28px;
}
.sdNamecard dt span{
    font-size:12px;
}
.sdNamecard dd{
    font-size:16px;
}
}



/*privacy*/

.privacyOuter{
    max-width:768px;
    margin:0 auto;
}
.privacyInner{}
.privacyInner h4{
    border-bottom: 2px solid #1a97c7;
    padding: 10px;
}
.privacyInner p{
    padding: 5px 10px;
    line-height: 1.8em;
    margin: 0;
    text-indent: 1em;
}
.privacyInner ul li{
    padding: 10px;
}


/*sitemap*/
.sitemapOuter{

}
.sitemapInner{
    max-width:768px;
    margin:0 auto;
}
.sitemapInner ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.sitemapInner ul li{
    width:calc(100% / 3);
    padding:7px;
}
.sitemapInner ul li a{
    background-color:#1a97c7;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:100%;
    height:45px;
    transition: all 0.2s linear;
    margin:0px auto;
}
.sitemapInner ul li a:hover{
    background-color:#5eb6d8;
    color:#fff;
    text-decoration:none;
}
@media only screen and (max-width: 678px) {
.sitemapInner ul li{width:calc(100% / 2);}}
@media only screen and (max-width: 468px) {
.sitemapInner ul li{width:calc(100% / 1);}}

.galleryImage{ 
    padding: 10px;
}
.galleryText{
    width: 100%;
}
.galleryText h5{
    text-align: center;
    width: calc(100% - 20px);
    font-size: 14px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 0 10px 30px;
    box-sizing: border-box;
    padding: 10px;
}


/*bannerSect*/

.bannerSect{
    background-color: #fff;
    padding: 50px 0;
}
.bannerSect ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin:0;
    padding:0;
}
.bannerSect ul li{
    max-width:320px;
}