@charset "utf-8";
.container{
    width:auto;
}
.contentbox .cardtitle{width: 100%;
    font-weight: 500!important;
    border-bottom: 1px solid #dedede;
    margin: 0;
    background-color: #f0f0f0;
    padding: 19px 0 8px 12px;
}
.conte{
    position: relative;
    
}
.title{
    text-align: left;
    width: 100%;
    position: relative;
    top: 0;
    color: #212121;
    text-indent: 25px;
    display: block;
    font-family: "Roboto";
    font-weight: bold!important;
    margin: 5px 0 0;
    letter-spacing: -2px!important;
}
.title::before{
    content: " ";
    border-top: 5px solid #212121;
    width: 15px;
    margin-right: 17px;
    display: block;
    position: absolute;
    top: calc( 50% - 3px );
}
.titleimg{
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 0;
    clear: both;
}

.titleimg img{ 
    width: 100%;
    height: auto;
}
.contentbox .cardtitle span.title{
    border-bottom: none;
}
#main_contents {
    float:none;
    width: 100%;
    background-color: #f4f6f7;
    overflow: hidden;
}
.contentbox {
    border-top: none;
    margin-top: 56px;
}
#menuboad{
    background-color: #fff;
    box-shadow: 0px 2px 4px gray;
    padding: 10px;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    margin:0 0 30px 0;
}
#menuboad .tmenu{
    display: block;
    text-align: center;
    margin: 0 0 15px;
    letter-spacing: -2px!important;
    font-weight: bold;
}
#menuboad span{
    margin:5px 10px;
    display: inline-block;
    letter-spacing: -0.5px;
}
#menulist{
    z-index: 5;
    width: 100%;
    height: 42px;
    background-color: #1565c0;
    overflow-x: scroll;
    box-shadow: 0px 2px 4px grey;
    top: 56px;
    position: fixed;
}

#menulist ul{
    background-color: #1565c0;
    position: sticky;
    top: 0px;
    z-index: 5;
    height: 42px;
    width: max-content!important;
}
#menulist li {
    display: inline-block;
    width: auto;
    margin: 0 0 0 16px;
    padding: 10px 2px;
}

#menulist li a{
    text-decoration: none;
    color:#fff;
}
.seul{
   margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
}
.sedition{
    float:left;
    border-bottom:1px solid #dedede;
    width: 92%;
    margin: 20px 4%;
    box-shadow: 2px 2px 4px #d8d8d8;
    border-radius: 15px;
}

.sedition a{
    color: #4a4a4a;
    position: relative;
}

.sedition a:hover{
    color:#3c9cd6
    
}
.sedition a:hover .arrow{
    border-top: 1px solid #3c9cd6;
}

.sedition a:hover .arrow::after{
    border-color: #3c9cd6 transparent transparent transparent;
}
.sedition a:hover .simg {
    background-color: #000000;
}
.sedition a:hover .simg img{
    display: block;
    opacity: 0.5;
}
.sedition a .cover{
    display: none;
    position: absolute;
    top: 110px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    width:100%;
    text-align: center;
}

.sedition.type02 a .cover{
    top: 170px;
}
.sedition a:hover .cover{
    display: block;
}
.sedition .simg {
    float: left;
    width: 100%;
    height: calc(92vw/1.9);
    overflow: hidden;
    position: relative;
        border-radius: 15px 15px 0 0;
}

.type02 .simg{
   height: 380px; 
}
.sedition .simg img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    max-width: unset!important;
}
.type02 .simg img{
   height: auto; 
   width:100%;
}
.sedition .commbox {
    float: left;
    display: block;
    height: 100px;
    padding:0 32px;
    position: relative;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    width: calc(100% - 64px );
}



.sedition a .stitle {
    display: block;
    margin: 4px 0 0 0;
    z-index: 2;
    width: 100%;
    
    overflow: hidden;
}

.sedition .sstitle {
    font-weight: normal;
    margin-top:15px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1!important;
    letter-spacing: normal;
    position: relative;
    display: block;
    overflow: hidden;
}
.arrow{
  position: absolute;
    width: 35px;
    height: 55px;
    border-top: 1px solid #565656;
    box-sizing: border-box;
    right: 28px;
    top: 70px;
}

.arrow::after{
    content: "";
    position: absolute;
    top: -8px;
    right: 2px;
    width: 14px;
    height: 14px;
    border: 1px solid;
    border-color: #565656 transparent transparent transparent;
    transform: rotate(45deg);
}
.bookbutton{
    background-color: #e3f2fd;
    border: 1px solid #bbdefb;
    display: block;
    text-align: center;
    padding: 7px 0;
    position: absolute;
    bottom: 0;
    width: 320px
}


.bookbutton:hover{
    background-color: #1e88e5;
    color:#fff;
}