/* インフォメーション 詳細--------------------------------------------------------------------*/
#contents {
  margin-bottom: 40px;
}
.infoDetailArea {
/*
    padding-left: 20px;
    padding-right: 20px;
*/
}
.main_image {
    width: 100%;
    /* margin-left: 20px; */
    /* margin-right: 20px; */
    max-width: 100%;
    /* width: auto; */
    text-align: center;
    object-fit: contain;
}
.date_and_time {
    /* padding-top: 20px; */
    padding-bottom: 20px;
    text-align: center;
}
#infoDetailBlock {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1040px; 
}
#infoDetailBlock h1.article_title{
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 20px;
  padding-right: 20px;
}
#infoDetailBlock .image {
  margin-bottom: 25px;
  background: #fff;
  /* border-top: 2px solid #ccc; */
  text-align: center;
  display: flex;
}
#infoDetailBlock .image:empty {
   margin-bottom: 0;
    display: none;
}
#infoDetailBlock .text .note {
  font-size: 0.9rem;
}
#infoDetailBlock .text p {
  margin-bottom: 1em;
}
#infoDetailBlock .text p:last-child {
  margin-bottom: 0;
}
#infoDetailBlock .text {
  padding-left: 20px;
  padding-right: 20px;
}

#infoDetailBlock .text a {
    text-decoration: underline;
    color:#444;
}

#infoDetailBlock .text a.btn1 {
    text-decoration: none;
    color:#fff;
}

.btnBack {
  text-align: center;
  font-size: 0.9rem;
}
.btnBack a {
  padding: 10px 20px;
}
.back {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 70px;
}
.back .back_text {
  text-decoration: underline;
    color:#444;
}
@media screen and (max-width: 668px) {
  #infoDetailBlock .text {
    /* margin: 0 10px; */
        padding-left: 10px;
        padding-right: 10px;
  }
    .date_and_time {
        text-align: left;
        padding-left: 10px;
    }
    #infoDetailBlock h1.article_title{
        padding-left: 10px;
        padding-right: 10px;
    }
    .back {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .main_image {
        padding-left: 0;
        padding-right: 0;
    }
    #infoDetailBlock .image {
        height: 56.16vw;
    }
}
@media screen and (min-width: 669px) {
  #contents {
    margin-bottom: 40px;
  }
  #infoDetailBlock {
    margin-bottom: 35px;
    
  }
  #infoDetailBlock h1.article_title{
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  #infoDetailBlock .image {
    margin-bottom: 25px;
    background: #fff;
    margin-left: 20px;
    margin-right: 20px;
    /* width: 100%; */
    /* margin-left: 20px; */
    height: 54.136vw;
    display: flex;
    justify-items: center;
    /* align-items: center; */
  }
  #infoDetailBlock .image:empty {
   margin-bottom: 0; 
  }
  #infoDetailBlock .text {
/*    width: 720px;*/
    margin: 0 auto;
  }
}

@media screen and (min-width: 1040px) {
    #infoDetailBlock .image {
        height: 563px;
  }
}

/* リッチテキスト出力結果 */

h1 {
    font-size: 36px;
    font-weight: 400;
}
h2 {
    font-size: 30px;
    font-weight: 400;
}
h3 {
    font-size: 24px;
    font-weight: 400;
}
h4 {
    font-size: 18px;
    font-weight: 400;
}
h5 {
    font-size: 14px;
    font-weight: 400;
}
h6 {
    font-size: 12px;
    font-weight: 400;
}
pre {
    font-size: 20px;
    border-bottom: 1px solid #9D0029;
    padding-bottom: 5px;
    color: #9D0029;
}
p img {
    height: auto;
    max-width: 100%;
}

a.btn1 {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 4px;
    background: #9D0029;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
tr {
    border-bottom: 1px solid #ddd;
}
th {
    font-weight: 700;
    padding: 5px 30px 5px 3px;
}
td {
    padding: 5px 30px 5px 3px;
}

ul {
    list-style-type: disc;
    padding-left: 30px;
}

header ul {
    list-style-type:none;
}

@media screen and (max-width: 668px) {
h1 {
    font-size: 30px;
    font-weight: 400;
}
h2 {
    font-size: 26px;
    font-weight: 400;
}
h3 {
    font-size: 20px;
    font-weight: 400;
}
h4 {
    font-size: 16px;
    font-weight: 400;
}
h5 {
    font-size: 12px;
    font-weight: 400;
}
h6 {
    font-size: 10px;
    font-weight: 400;
}
pre {
    font-size: 18px;
    border-bottom: 1px solid #9D0029;
    padding-bottom: 5px;
    color: #9D0029;
}
th,td {
    padding: 5px 10px 5px 3px;
}
td:first-child {
/*    width: 150px;*/
}
}