@charset "UTF-8";

.sec-information{
    margin-bottom: 140px;
}

.sec-information .flexBox{
    display: flex;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 60px;
    padding-bottom: 60px;
}

.sec-information .flexBox.last{
    margin-bottom: 0;
}

.sec-information .flexBox .date{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 2%;
    width: 18%;
}

.sec-information .flexBox .detail{
    font-family: 'Shippori Mincho', serif;
    width: 80%;
}

.sec-information .flexBox .detail .head01{
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.sec-information .flexBox .detail .head01 span{
    border-bottom: 1px solid #000;
}


.sec-information .flexBox .detail p{
    color: #939393;
    font-size: 14px;
    font-size: 1.4rem;
}

.sec-information .flexBox .priceTbl{
    width: 300px;
    margin-top: 20px;
}

.sec-information .flexBox .priceTbl table{
    width: 100%;
}

.sec-information .flexBox .priceTbl th{
    border: 1px solid #ddd;
    padding: 10px 20px;
    font-size: 14px;
    font-size: 1.4rem;
    background: #fcfcfc;
    text-align: center;
}

.sec-information .flexBox .priceTbl td{
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
    width: 50%;
    font-size: 14px;
    font-size: 1.4rem;
    background: #fff;
}

.sec-information .flexBox .tblImgWrap{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.sec-information .flexBox .img{
    max-width: 245px;
    width: 100%;
    margin-left: 2%;
}

.sec-information .flexBox .img img{
    width: 100%;
}

.sec-information #news1016 .img{
    margin: 20px 0;
}
.sec-information #news1016 .imgBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: row-reverse;
}
.sec-information #news1016 .imgBox li{
    max-width: 430px;
    width: calc(50% - 10px);
}
.sec-information #news1016 .imgBox li:first-child{
    margin-left: 20px;
}


@media screen and (max-width: 1245px){
.sec-information{
    margin-bottom: 100px;
}
}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 834px) {
.sec-information{
    margin-bottom: 60px;
}
.sec-information .flexBox{
    display: block;
}

.sec-information .flexBox .date,
.sec-information .flexBox .detail {
    width: 100%;
}

.sec-information .flexBox {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.sec-information .flexBox .tblImgWrap {
    display: block;
}

.sec-information .flexBox .img {
    max-width: 300px;
    margin-top: 15px;
    margin-left: 0;
}
.sec-information #news1016 .img{
    width: 60%;
    min-width: 250px;
}
.sec-information #news1016 .imgBox{
    justify-content: space-between;
    flex-direction: row;
}
.sec-information #news1016 .imgBox li{
    width: 100%;
}
.sec-information #news1016 .imgBox li:first-child{
    margin-left: 0;
    margin-bottom: 20px;
}

}

@media screen and (max-width: 675px) {

.sec-information .flexBox .priceTbl {
    width: 100%;
}

.sec-information .flexBox .img {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
}

}
