@media screen and (min-width: 960px) {
.container{
  max-width: 900px;
  margin-left: auto;
  margin-right:auto;
}}



h1 {
  position: relative;
  padding: .5em 1em;
  background-color: #f0f0f0;
  text-align: center;
}
h1::before,
h1::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: transparent;
}
h1::before {
  top: 100%;
  left: 0;
  border-width: 0 15px 15px 0;
  border-right-color: #005b34;
}
h1::after {
  top: -15px;
  right: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-bottom-color: #005b34;
}
.autumn-text{
  color: #91002C;
}



h2 {
  position: relative;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #ccc;
}
h2::before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: '';
  width: 6px;
  height: 50%;
  background-color: #91002C;
}
h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 480px){
h2{
  font-size: 1.2em;
}}



@media screen and (max-width: 480px){
  h1{
    font-size: 1.7em;
    text-align: center;
    padding: .5em 0.1em;
  }}
  table{
border-collapse: collapse;
}
@media screen and (min-width: 798px){
  table{
   width:90%; 
  }}
td,th{
  border:1px solid #dfdfdf;
  padding:10px;
}
th{
  white-space: nowrap;
  width:10%;
}
.company{
  margin-block-end: 0em;
}
.tel{
  margin-block-start: 0em;
  font-size: 1.4em;
  font-weight: bold;
}

dl {
padding: 15px 20px;
border-bottom: 1px dashed #ccc;
}

dt {
padding-bottom: 10px;
font-weight: bold;
}
dt,dd{
  border-top:1px dashed #ccc;
  padding: 10px;
}
@media screen and (min-width: 768px) {
dt {
clear: left;
float: left;
width: 10%;

}
dd {
margin-left: 11%;

}}

.img-area{
  overflow: hidden;
}
.img-item{
  float:left;
  padding:0px 10px;
}
@media screen and (max-width: 480px) {
.img-responsive{
display: block;
    max-width: 100%;
    height: auto;
}}

figcaption{
  padding-left:10px;
  font-size: 1.4em;
  font-weight: bold;
}
.link-area{
  clear:both;
}
.fm-list{
  display: inline-block;
    float: left;
}
.fm-logo{
  float: left;
  padding-right: 20px;
}
.fm-img{
padding-left: 20px;
  }
.fm-detail{
  clear: both;
}

.kokuzei{
font-size: 1.6em;
background: #002c6d;
font-weight: bold;
padding:5px;
border-radius: 3px;
margin-bottom:10px;
text-align: center;
}
@media screen and (min-width: 768px) {
  .kokuzei{
    width:60%;
  }}
.kokuzei a:link,.kokuzei a:hover,.kokuzei a:visited,.kokuzei a:focus{
  color:#fff;
}
@media screen and (max-width: 480px) {
 .kokuzei{
 font-size: 1.2em; 
}}
.display-none{
    display:none;
}
.other-page{
clear:both;
}
ul{
  list-style: none;
}

ul li {
    list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 1em;
    font-weight: bold;
   font-size: 1.2em;
   line-height: 2em;
    }
ul li::before {
    border-radius: 50%; /*丸くする*/
    width: 10px; /*点の幅*/
    height: 10px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0; /*点の位置*/
    top: 0.7em; /*点の位置*/
    content: "";
    background: #91002C; /*点の色*/
    }



p.page-link{
  text-align: right;
}

h3 span.h3-sub{
  font-size: 0.9em;
  color:#9f1b34;
}
span.red{
  color:#9f1b34;
  font-weight: bold;
}
.book-list{
  overflow: hidden;
}