@charset "utf-8";

main .none {
    display: none;
}
/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#news section {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-top: 50px;
}
#news section nav ul {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    margin-top: 50px;
}
#news section nav ul li {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}
#news section nav ul li a {
    color: #232583;
    text-decoration: none;
    background-color: #CBCCE2;
    display: block;
    width: 358px;
    height: 60px;
    line-height: 60px;
}
#news section nav ul li a:hover,
#news section nav ul li.this a
{
    background-color: hsla(230,62%,31%,1.00);
    color: #fff;
}
#news section nav+p {
    text-align: right;
    padding-top: 25px;
}
#news section select::-ms-expand {
	display: none;
}
#news section select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-image: url("../images/news/arrow01.png");
	background-repeat: no-repeat;
	background-size: 19px 11px;
	background-position: right 15px center;
    width: 160px;
    height: 48px;
    font-weight: bold;
    color: #232583;
    font-size: 25px;
    padding-left: 40px;
    border: 1px solid #A4A5CC;
}
#news section article ul {
    border-top: 1px solid #A4A5CC;
    margin-top: 30px;
}
#news section article ul li {
    border-bottom: 1px solid #A4A5CC;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 22px;
    position: relative;
}
#news section article ul li br {
    display: none;
}
#news section article ul li span {
    display: inline-block;
    width: 100px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    letter-spacing: -0.1em;
    border-radius: 5px;
    margin-left: 50px;
    margin-right: 50px;
    position: relative;
    top: -2px;
}
#news section article ul li span.icon.news {
    background-color: hsla(50,72%,43%,1.00);
}
#news section article ul li span.icon.campaign {
    background-color: #7E9F6E;
}
#news section article ul li a {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
#news section article ul li a:hover {
    background-color: hsla(0,0%,100%,0.20);
}



#news-single {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
#news-single section {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
#news-single section article p.day {
    font-size: 21px;
    margin-top: 10px;
    margin-bottom: 25px;
}
#news-single section article p.day span {
    display: inline-block;
    width: 100px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    letter-spacing: -0.1em;
    border-radius: 5px;
    margin-left: 10px;
    position: relative;
    top: -2px;
}
#news-single section article p.day span.icon.news {
    background-color: hsla(50,72%,43%,1.00);
}
#news-single section article p.day span.icon.campaign {
    background-color: #7E9F6E;
}
#news-single section article h2 {
    font-size: 34px;
    border-bottom: 1px solid #A4A5CC;
    padding-bottom: 10px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 12px;
}
#news-single section article p {
    font-size: 19px;
    line-height: 2em;
}
#news-single section p.btn a {
    display: block;
    width: 530px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    font-size: 25px;
    color: #232583;
    border: 1px solid #232583;
    text-align: center;
    line-height: 70px;
    border-radius: 8px;
    margin-top: 50px;
    font-weight: bold;
}
#news-single section p.btn a::after {
    content: ">";
    font-weight: normal;
    margin-left: 8px;
}
#news-single section p.btn a:hover {
    background-color: #232583;
    color: #fff;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#news section {
    margin-left: 5%;
    margin-right: 5%;
    text-align: left;
    padding-top: 10%;
}
#news section nav ul {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    margin-top: 50px;
}
#news section nav ul li {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    width: 33%;
}
#news section nav ul li a {
    color: #232583;
    text-decoration: none;
    background-color: #CBCCE2;
    display: block;
    height: 50px;
    line-height: 50px;
}
#news section nav ul li a:hover {
    background-color: hsla(230,62%,31%,1.00);
    color: #fff;
}
#news section nav+p {
    text-align: right;
    padding-top: 25px;
    margin-bottom: 30px;
}
#news section select::-ms-expand {
	display: none;
}
#news section select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background-image: url("../images/news/arrow01.png");
	background-repeat: no-repeat;
	background-size: 19px 11px;
	background-position: right 15px center;
    width: 160px;
    height: 48px;
    font-weight: bold;
    color: #232583;
    font-size: 25px;
    padding-left: 40px;
    border: 1px solid #A4A5CC;
}
#news section article ul {
    border-top: 1px solid #A4A5CC;
}
#news section article ul li {
    border-bottom: 1px solid #A4A5CC;
    padding-top: 5%;
    padding-bottom: 5%;
    font-size: 16px;
    position: relative;
}
#news section article ul li span {
    display: inline-block;
    width: 100px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    letter-spacing: -0.1em;
    border-radius: 5px;
    margin-left: 5%;
    margin-right: 50px;
    position: relative;
    top: -2px;
    margin-bottom: 2%;
}

#news section article ul li span.icon.news {
    background-color: hsla(50,72%,43%,1.00);
}
#news section article ul li span.icon.campaign {
    background-color: #7E9F6E;
}
#news section article ul li a {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
#news section article ul li a:hover {
    background-color: hsla(0,0%,100%,0.20);
}
#news-single {
    margin-left: 5%;
    margin-right: 5%;
    text-align: left;
}
#news-single section article p.day {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 25px;
}
#news-single section article p.day span {
    display: inline-block;
    width: 100px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    letter-spacing: -0.1em;
    border-radius: 5px;
    margin-left: 10px;
    position: relative;
    top: -2px;
}
#news-single section article p.day span.icon.news {
    background-color: hsla(50,72%,43%,1.00);
}
#news-single section article p.day span.icon.campaign {
    background-color: #7E9F6E;
}
#news-single section article h2 {
    font-size: 24px;
    border-bottom: 1px solid #A4A5CC;
    padding-bottom: 10px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 12px;
}
#news-single section article p {
    font-size: 16px;
    line-height: 2em;
}
#news-single section p.btn a {
    display: block;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    font-size: 16px;
    color: #232583;
    border: 1px solid #232583;
    text-align: center;
    line-height: 60px;
    border-radius: 8px;
    margin-top: 50px;
    font-weight: bold;
}
#news-single section p.btn a::after {
    content: ">";
    font-weight: normal;
    margin-left: 8px;
}
#news-single section p.btn a:hover {
    background-color: #232583;
    color: #fff;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}
