@charset "utf-8";
/* news */
#news-second {
	/* background: #fff url('../img/bg-ami-w.png') repeat center top; */
	margin: 0px auto;
	padding: 50px 0;
	text-align: center;
	width: 100%;
}

#news-second h3 {
	font-size: 2.0rem;
	padding-bottom: 20px;
	color: #fff;
	text-shadow: 0 2px 3px rgba(0, 0, 0, .5);
}

@media screen and (max-width: 767px) {
	#new-seconds {
		margin: 0 auto 0;
	}
	#news-second h3 {
		font-size: 6.25vw;
	}
}

.news-list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
}

.news-list li {
    width: 19%;
    margin: 1% 3% 1% 0%;
}

.news-list li:nth-child(4n),
.news-list li:last-child {
    margin-right: 0;
}

.news-list li a {
    background: url(../img/bg-ami-w.png) repeat center top, linear-gradient(#17202a, #446bba);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    height: 100%;
    display: block;
    border-radius: 5px;
}

.news-list li a:hover {
    opacity: 0.6;
}

.news-list-img {
    /* padding: 1px 1px 0vw 1px; */
    position: relative;
}

.news-list-text {
    padding: 1vw;
    font-size: 1.0rem;
    text-align: left;
}

.news-list-day {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/bg-ami-w.png) repeat center top, rgba(80, 105, 175, .8);
    font-size: 0.8rem;
    color: #fff;
    padding: 3px 5px;
    z-index: +1;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
}

.news-list-thumb {
    background: #f5f5f5;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.news-list-thumb::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.news-list-thumb-inner {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 3px;
    right: 0;
    bottom: 3px;
    left: 0;
}

.news-list-thumb-inner img {
    display: none;
}

.news-link {
    width: 60%;
    margin: 60px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
    color: #c0c0c0;
    font-size: 1rem;
    padding-bottom: 60px;
}

.news-link p {
    padding: 5px 10px;
    text-align: center;
}

.news-link a {
    color: #2e437a;
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .news-list {
        width: 90%;
    }

    .news-list li {
        width: 44%;
        margin: 1% 3% 5% 0%;
    }

    .news-list li:nth-child(2n) {
        margin-right: 0;
    }

    .news-list li:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width:767px) {

    .news-list li {
        width: 44%;
        margin: 1% 3% 5% 0%;
    }

    .news-list li:nth-child(2n) {
        margin-right: 0;
    }

    .news-link {
        margin: 10vw auto;
        width: 100%;
    }

    .news-link p {
        margin-right: 3vw;
        text-align: center;
    }

    .news-link p:last-child {
        margin-right: 0;
    }

    .news-list-text {
        padding: 2vw;
        font-size: 0.8rem;
        line-height: 1.2rem;
    }
}

/* ニュースメイン　*/

.news-main {
    max-width: 1280px;
    width: 90%;
    margin: 0 auto 50px;
    /* background: url(../img/bg-ami-w.png) repeat center top rgba(255, 255, 255, 0.7); */
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    padding: 20px 50px;
    font-size: 1.2rem;
    color: #2e437a;
    border-radius: 30px;
    text-align: left;
}


.news-main-title {
    color: #2e437a;
    font-weight: 900;
    padding-bottom: 20px;
    font-size: 1.6rem;
    margin-bottom: 30px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.news-main-day {
    /* display: inline-block !important; */
    font-size: 1.2rem;
    color: #2e437a;
    margin: 0 0 5px;
    padding: 20px 2em 20px;
    background-image: repeating-linear-gradient(-45deg, rgba(80, 105, 175, .8) 0% 0px, rgba(80, 105, 175, .8) 2px, rgba(0 0 0/ 0) 0%, rgba(0 0 0 / 0) 50%);
    background-size: 8px 8px;
    background-repeat: repeat-x;
    background-position: center bottom;
    text-align: center;
}

.news-main-contents p {
    margin-bottom: 20px;
}

.news-main-contents img {
    text-align: center;
}

.news-main-contents a {
    color: #2e437a;
    font-weight: 900;
    cursor: pointer;
}

.news-main-contents .link a {
    color: #2e437a;
    font-weight: 900;
    cursor: pointer;
    display: block;
    background: url(../img/bg-ami-w.png) repeat center top, rgba(80, 105, 175, 1.0);
    padding: 7px 14px;
    border-radius: 5px;
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.news-main-contents :not(.link) a:hover {
    text-decoration: underline;
}

.news-main-contents a:hover,
.news-main-contents .link a:hover {
    opacity: 0.6;
}

.news-back {
    text-align: center;
    padding: 30px 0;
    font-size: 1rem;
}

.news-back a {
    color: #2e437a;
    border: solid 1px #2e437a;
    padding: 10px;
}

.news-back a:hover {
    opacity: 0.6;
}

@media screen and (min-width:768px) and (max-width:990px) {
    .news-main {
        padding: 3vw;
    }
}

@media screen and (max-width:767px) {
    img {
        max-width: 100% !important;
        height: auto !important;
    }

    .news-main-contents {
        word-break: break-all;
    }

    .news-main-contents table {
        width: 100% !important;
        height: auto !important;
    }

    .news-main-contents iframe {
        width: 100% !important;
        height: auto !important;
    }

    .news-main {
        padding: 3vw;
        font-size: 4.133333333vw;
    }

    .news-main-title {
        color: #2e437a;
        font-weight: 900;
        padding-bottom: 0;
        font-size: 5.333333333vw;
        line-height: 1.4;
        margin-bottom: 0;
    }

    .news-main-day {
        font-size: 4.133333333vw;
    }

    pre {
        overflow: auto;
        white-space: pre-wrap;
        word-wrap: break-word;
    }

    .news-back {
        text-align: center;
        padding: 5vw 0;
    }

}

/* SNS */
.contact-sns .fb a {
    color: #1877f2;
}

.contact-sns .tw a {
    color: #1DA1F2;
}

.contact-sns .li a {
    color: #06c755;
}

.contact-sns {
    display: flex;
    justify-content: center;
}

.contact-sns a {
    margin: 0 1rem;
    font-size: 2rem;
}

.contact-sns a:hover {
    opacity: 0.6;
}

@media screen and (max-width:768px) {
    .contact-sns a {
        margin: 0 1rem;
        font-size: 3rem;
    }
}