@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=PT+Serif:400,700&display=swap");
.mincho {
    font-family: "PT Serif";
}

.softly:hover {
    -webkit-box-shadow: 0px 0px 8px 3px #ccc;
    box-shadow: 0px 0px 8px 3px #ccc;
}

.softly:hover a {
    color: #eb46a2;
}

.inrWidth {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.outerWidth {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

.fullWidth {
    margin-right: auto;
    margin-left: auto;
}

/*20230404 堀追加*/
p{
	font-size:1.6rem;
}

@media screen and (min-width: 1200px) {
    .fullWidth {
        width: 1200px;
    }
    .inrWidth {
        width: 1000px;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1200px) {
    .fullWidth {
        width: 100%;
    }
    .outerWidth {
        width: 1100px;
    }
    .inrWidth {
        width: 1000px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .fullWidth {
        width: 90% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .outerWidth {
        width: 95% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .inrWidth {
        width: 95% !important;
    }
}

@media screen and (max-width: 768px) {
    .inrWidth {
        width: 90%;
    }
    .outerWidth {
        width: 90% !important;
    }
    .fullWidth {
        width: 90% !important;
    }
}

body {
    letter-spacing: 0;
}

.h3 {
    border-bottom: solid 3px #000 !important;
    padding-bottom: 10px !important;
}

.mt50 {
    margin-top: 50px;
}


/* PC */

@media screen and (min-width: 769px) {
    /*Top h1高さ調整用*/
    .height-adj {
        height: 100% !important;
    }
    .h2ctr {
        font-size: 2.6rem;
        text-align: center;
        margin-bottom: 40px;
        line-height: 1.5;
        position: relative;
        background: #fff;
    }
    .h2ctr:after {
        content: "";
        border-bottom: 2px solid #000;
        position: absolute;
        top: 50%;
        left: calc(50% + 12em);
        width: 40px;
    }
    .h2ctr:before {
        content: "";
        border-bottom: 2px solid #000;
        position: absolute;
        top: 50%;
        right: calc(50% + 12em);
        width: 40px;
    }
    .eventlist {
        font-size: 1.6rem;
    }
    .eventlist__blk {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .eventlist__blk.flexLFT {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
    }
    .eventlist__blk--txt {
        width: 470px;
    }
    .eventlist h3 {
        font-weight: bold;
        margin-bottom: 15px;
    }
    .eventlist .btnBK {
        width: 400px;
        margin: 0 auto;
    }
    .list h2 span {
        font-size: 1.2rem;
    }
    .list p {
        margin: 0;
    }
    .list .table {
        font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
        margin-bottom: 20px;
    }
    .list .table .thead-light {
        background: #000;
        color: #FFF;
    }
    .list .table .thead-light th {
        padding: 20px 0;
    }
    .list .table .thead-light th:first-child {
        width: 350px;
    }
    .list .table .thead-light th:last-child {
        width: 205px;
    }
    .list .table tr {
        border-bottom: 1px solid #000;
    }
    .list .table td {
        padding: 20px;
    }
    .list .table td img {
        margin-right: 20px;
        vertical-align: top;
    }
    .list .table td a {
        color: #000;
    }
    .list .table td span {
        display: none;
    }
    .andMore {
        font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
        font-size: 1.6rem;
    }
	
	/*20230404 堀追加*/
	.company-img {
    width: 70%;
    margin: 0 auto;
}
	
}


/* SP */

@media screen and (max-width: 768px) {
    /*Top h1高さ調整用*/
    .height-adj {
        height: 100% !important;
    }
    .sns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .sns div {
        display: block !important;
        margin-right: 10px;
    }
    .sns .twitter-share-button {
        margin-right: 10px;
    }
    .eventlist {
        font-size: 1.4rem;
    }
    .eventlist__blk--img {
        margin-bottom: 15px;
    }
    .eventlist h3 {
        font-weight: bold;
        margin-bottom: 10px;
    }
    .eventlist .btnBK {
        width: 80%;
        margin: 0 auto;
    }
    .list h2 span {
        font-size: 1.2rem;
    }
    .list p {
        margin: 0;
    }
    .list .table {
        font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
        margin-bottom: 20px;
    }
    .list .table .thead-light {
        display: none;
    }
    .list .table tr {
        border-bottom: 1px solid #000;
    }
    .list .table td {
        display: block;
    }
    .list .table td:last-child {
        padding-bottom: 20px;
    }
    .list .table td img {
        margin-right: 20px;
        vertical-align: top;
    }
    .list .table td a {
        color: #000;
    }
    .list .table td span {
        display: block;
        margin: 15px 0 5px;
    }
    .andMore {
        font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
        font-size: 1.6rem;
    }
	/*20230404 堀追加*/	
	.section-container{
		margin-bottom:50px;
	}
}

#library_detail .content p {
    margin: 25px 0;
}


/* PC */

@media print,
screen and (min-width: 769px) {
    div#library_detail div table {}
    div#library_detail div table tr {
        /*    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;*/
    }
    div#library_detail div table tr th {
        width: 200px;
        /* 20190711 hata add */
        text-align: left;
    }
    div#library_detail div table tr td {
        padding: 0px 0 30px;
        line-height: 1.7em;
    }
}


/* SP */

@media screen and (max-width: 768px) {
    div#library_detail div table {}
    div#library_detail div table tr {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid #000;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    div#library_detail div table tr th {
        font-size: 1.2rem;
        text-align: left;
    }
    div#library_detail div table tr td {}
}

.list .table td a span {
    text-decoration: underline;
    display: inline;
}


/*# sourceMappingURL=maps/companies.css.map */