@charset "utf-8";

/*=====================================================================================
	
	Document    : style.css
	Description : お知らせ
 
=====================================================================================*/

.l-ctVisual {
  background-image:url(../image/ctVisual.jpg);
}

.sec-inner p {
    margin-bottom: 1em;
}

.sec-inner table {
  width:100%;
  min-width:600px;
  border:0;
  border-collapse:collapse;
}

.sec-inner table th,
.sec-inner table td {
  padding:1em;
  line-height:1.4;
}

.sec-inner table th,
.sec-inner table thead td {
  border:1px solid #c8c8c8;
  background-color:#ddf3fa;
  white-space:nowrap;
  text-align:center;
}

.sec-inner table td {
  background-color:#fff;
  border:1px solid #c8c8c8;
}


@media print,screen and (min-width:1021px) {
    #side {
        order:1;
        width: 280px;
        box-sizing: border-box;
        padding: 1.5em 2em 1.5em 0;
        border-right: 1px solid #ccc;
    }
}

@media screen and (max-width:1020px) {
    #side {
        order:1;
        width: 100%;
        padding: 0 0 2em;
        margin-bottom: 1.5em;
        border-bottom: 1px solid #42bfdd;
    }
}

/*
#side .sidettl {
    font-size: 1.25em;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
    box-sizing:border-box; 
}

#side .sidettl .ic-arrow-right01 {
    display: inline-block;
    width: 1em;
    margin-right: 0.75em;
    line-height: 1.1;
}
*/

@media screen and (min-width:1021px) {
    #side nav {
        top: 30px;
        position: sticky;
        position: -webkit-sticky;
    }
}
@media screen and (max-width:1020px) {
    #side .sidelist {
        display: flex;
        flex-wrap: wrap;
        padding-left: .5em;
    }
}

#side .sidelist > li {
    list-style: none;
    padding-top:2em;
}
    
#side .sidelist > li:first-child {
    padding-top:0;
}

@media screen and (max-width:1020px) {
    #side .sidelist > li {
        width: 100%;
    }    
}

#side .sidelist > li > a {
    display: block;
    padding: .5em 1em;
    background-color: #42bfdd;
    color: #fff;
    text-decoration: none;
    transition: 0.2s all;
    background-image: none;
    border-radius: .25em;
}

#side .sidelist > li > a:before {
    display: none;
}

#side .sidelist > li > a:hover {
    color: #fff;
    opacity: .7;
}

#side .sidelist > li > ul > li {
    list-style: none;
    padding-top:1.25em;
}

#side .sidelist > li > ul > li > a {
    display: block;
    color: inherit;
    text-decoration: none;
    transition: 0.2s all;
    padding-left:1.5em;
}

#side .sidelist > li > ul > li > a:before {
    content:"";
    margin-left: -2em;
    margin-right: 0.2em;
    width:1.8em;
    height:1em;
    background:url(../../image/icon/ic-arrow-right02.png) no-repeat center center;
    background-size:contain;
    vertical-align:middle;
    margin-bottom:0.2em;
    display:inline-block;
}

#side .sidelist > li > ul > li > a:hover {
    color: #42bfdd;
}

.newsDetail .detailHdline:after {
  content:"";
  width:100%;
  height:8px;
  display:block;
  position:absolute;
  left:0;
  bottom:-8px;
  background:url(../../image/pattern.png) repeat left top;
}

.newsDetail-lo {
    width:100%;
    margin-left:auto;
    margin-right:auto;
}

.newsDetail {
  text-align:left;
  margin-bottom: 60px;
}

.newsDetail .detailHdline {
    margin-top: 0;
    margin-bottom:2rem;
    padding-bottom: 0.5em;
    color: #084b83;
    font-weight: 500;
    border-bottom: 1px solid #084b83;
}

.newsDetail-lo .backBtn {
    padding-top:60px;
}

.newsDetail .p-glog {
  overflow: hidden;
}
.newsDetail .p-glog:last-of-type {
  margin-bottom: 0;
}
.newsDetail .p-glog .p-glog__img--left {
  float: left;
  margin-right: 36px;
}
.newsDetail .p-glog .p-glog__img--right {
  float: right;
  margin-left: 36px;
}
.newsDetail .p-glog .p-glog__img--center {
  display: block;
  margin: 0 auto 24px;
  text-align: center;
}
.newsDetail .p-glog .p-glog__img__cp {
    display: block;
    margin-top: .5em;
    color: #888;
    font-size: 87.5%;
    line-height: 1.4;
}

.newsDetail .p-glog ol,
.newsDetail .p-glog ul {
    padding-left: 2em;
}

.newsDetail .btn {
  display: block;
  margin: 0 auto;
}

.newsDetail-lo .button {
	text-align:center;
}
.newsDetail-lo .button a {
	padding-left:2em;
	padding-right:2em;
}
.newsDetail-lo .button i {
  display: inline-block;
  font-size: 125.0%;
  margin-right: 1em;
}