@charset "UTF-8";


/*-------------------------------------------------------
margin
-------------------------------------------------------*/

.mt0{ margin-top:0px !important; }
.mt5{ margin-top:5px !important; }
.mt10{ margin-top:10px !important; }
.mt15{ margin-top:15px !important; }
.mt20{ margin-top:20px !important; }
.mt30{ margin-top:30px !important; }
.mt40{ margin-top:40px !important; }
.mt50{ margin-top:50px !important; }

.mb0{ margin-bottom:0px !important; }
.mb5{ margin-bottom:5px !important; }
.mb10{ margin-bottom:10px !important; }
.mb20{ margin-bottom:20px !important; }
.mb30{ margin-bottom:30px !important; }
.mb40{ margin-bottom:40px !important; }
.mb50{ margin-bottom:50px !important; }


/*-------------------------------------------------------
レスポンシブ表示
-------------------------------------------------------*/

.pc { display: none !important; }
.sp { display: none !important; }

@media (min-width: 681px) {
  .pc { display: block !important; }
}
@media (max-width: 680px) {
  .sp { display: block !important; }
}

/*-------------------------------------------------------
ご寄贈のお願い
-------------------------------------------------------*/

.headerimg .bg_paraimg_gift {
  background: url("../img/header/imgheader5.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #fff;
  height: 360px;
  left: 0;
  position: absolute;
  top: 40px;
  width: 100%;
  opacity: 0.8;
}

@media (max-width: 834px) {
  .headerimg .bg_paraimg_gift {
    max-height: 140px;
    padding: 240px 0 0 0;
  }
}
@media (max-width: 680px) {
  .headerimg .bg_paraimg_gift {
    max-height: 140px;
    padding: 200px 0 0 0;
  }
}
.txtsign{
  text-align: right;
}

ul.list{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.list li{
  padding: 0 0 0 18px;
  position: relative;
}
ul.list li::before{
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  top: 10px;
  left: 0;
  background: #2C2B5A;
}
ol.num{
  padding: 0;
  margin: 10px 0;
  list-style-type: none;
}
ol.num li{
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 680px) {
  a.btn.exlink {
    padding: 10px 35px 10px 10px;
  }
}
a.btn.exlink::after {
    background: url(../img/newwindow.png) center center no-repeat;
    background-size: contain;
    margin: 2px 0 0 4px;
    width: 18px;
    height: 18px;
}
a.btn.exlink:hover::after {
  right: 20px;
}




/*-------------------------------------------------------
お問い合わせ
-------------------------------------------------------*/

.headerimg .bg_paraimg_inquiry {
  background: url("../img/header/imgheader6.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #fff;
  height: 360px;
  left: 0;
  position: absolute;
  top: 40px;
  width: 100%;
  opacity: 0.8;
}

a.btn.inquiry {
  border: 1px solid #fff;
}

/*-------------------------------------------------------
百年史
-------------------------------------------------------*/
.anniversary{
    width: 60%;
    margin: -3em auto 7em;
    background: #3d385a;
    display: flex;
    padding: 30px 30px 30px 20px;
}


.anniversary .banner{
  margin:0 30px 0;
  width:45%;
}
.anniversary .banner img{
  width:100%;
}

.anniversary .mds{
  font-size:1.2em;
  line-height:2;
  color:#cfcfcf;
  position:relative;
  top:30%;
}

.anniversary a:hover{
  text-decoration: none;
}
.anniversary a:visited{
  color:#cfcfcf;
}

@media (max-width: 1200px) {
  .anniversary{
    display: block;
    text-align:center;
  }
  .anniversary .banner{
    margin:10px auto 20px;
  }
  .anniversary .mds{
    line-height:1.5;
  }
}

@media (max-width: 680px) {
  .anniversary {
    margin: -20px auto 3em;
    padding: 40px 10px 30px 10px;
  }

  .anniversary .banner {
    width:100%;
    margin:0px auto 10px;
  }
  .anniversary .mds {
    font-size:0.9em;
    margin: 30px 0 10px;
  }
}

