@charset "utf-8";
.contents .pagetitle {
    background-image: url(../images/title_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sp-only{
    display: none;
}
.news__page{
    padding: 4vw;
	margin:0 auto;
}
.news__page .block{
    margin-bottom: 6vw;
}
.news__page h3{
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    font-size: 150%;
    padding-bottom: 30px;
    border-bottom: #ccc solid 1px;
    letter-spacing: 2px;
}
.news__page h3:after {
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    left: 45%;
    right: 45%;
    bottom: -3px;
    width: 10%;
    border-bottom: 6px solid #0150B5;
}
.news__page.detail h3{
    text-align: left;
    margin-bottom: 4vw;
    font-size: 150%;
    padding-bottom: 16px;
    border-bottom: #0150B5 solid 3px;
    letter-spacing:inherit;
    line-height: 1.4;
}
.news__page.detail h3:after {
    content: none;
}
.news__page.detail time{
    line-height: 3;
}
.news__page h4{
	font-size: 2rem;
    font-weight: 600;
	margin-bottom: 2vw;
    padding-bottom: 10px;
    border-bottom: 2px solid #0150B5;
}
.news__page p{
	line-height:1.8;
	margin-bottom:1.5vw;
}
.news__page p.txt_l{
    font-size: 18px;
}
.news__page p.first_paragraph{
    font-size: 18px;
    margin-bottom: 2vw;
    line-height: 1.8;
}
.news__page a[target="_blank"]{
    color: #0150B5;
}
.news__page a[target="_blank"]:hover{
    text-decoration: underline;
}
.news__page a[target="_blank"]::after{
    margin-left: 6px;
    font-family: 'Font Awesome 5 Free';
    content: '\f35d';
    display: inline-block;
    vertical-align: 1px;
    font-weight: 900;
    margin-right: .5em;
}
.news__page ul.news_list li{
    border-bottom: #ededed solid 1px;
    margin-bottom: 20px;
}
.news__page ul.news_list li{
    display: flex;
}
.news__page ul.news_list li time{
    margin-right: 2em;
    line-height: 1.6;
}
.news__page ul.news_list li a{
    color: #272727;
    text-decoration: none;
}
.news__page ul.news_list li a:hover{
    text-decoration: underline;
}
.news__page .overview{
    margin-bottom: 6vw;
    line-height: 1.8;
}
.news__page .overview dt{
    white-space: nowrap;
}
.news__page .overview dt::before{
    content: "■";
}
.news__page .overview dt::after{
    content: ":";
    margin: 0 .5em;
}
.news__page figure{
    text-align: center;
    margin-bottom: 4vw;
}
.news__page figure img{
    width: 40%;
}.news__page h4#reserve{
    padding-top: 10px;
}
#satori__creative_container *{
    font-size: 1.6rem;
}
/* 480px以上用-タブレット／スマートフォン用 --------------------------------- */
@media screen and (max-width:480px){
.pc-only{
    display: none;
}
.news__page h3 {
    margin-bottom: 10vw;
}
.news__page .block {
    margin-bottom: 12vw;
}
.news__page.detail h3 {
    font-size: 2.0rem;
    padding-bottom: 10px;
    margin-bottom: 10vw;
}
.news__page h4 {
    margin-bottom: 4vw;
}
.news__page p{
    line-height: 1.6;
    margin-bottom: 4vw;
}
.news__page p.txt_l{
    font-size: 2rem;
}
.news__page p.first_paragraph{
    font-size: 1.7rem;
    line-height: 1.6;
    margin-bottom: 6vw;
}
.news__page .overview dl{
    margin-bottom: 4vw;
}
.news__page figure{
    text-align: center;
    margin-bottom: 8vw;
}
.news__page figure img{
    width: 80%;
}
.news__page ul.news_list li {
    display: block;
}
.news__page ul.news_list li time {
    margin-right: 0;
    line-height: 2;
}
.news__page ul.news_list li p{
    padding-bottom: .5em;
}
}
/* 768px以上用-タブレット用の記述(ipad) ---------------------------- */
@media screen and (min-width:768px) {
.sp-only{
    display: none;
}
}
/* 980px以上用（PC用）の記述 ---------------------------- */
@media print, screen and (min-width: 960px) {
.news__page{
    padding: 0 2vw;
	max-width:1028px;
}
.news__page h3{
	font-size:150%;
}
.news__page .overview dl{
    display: flex;
}
}
@media print, screen and (min-width: 1280px) {
}
