@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Home CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/

section.contents .topInner {
	max-width: 1000px;
	margin: 0 auto;
}
section.contents .inner {
	max-width: 1000px;
	margin: 0 auto;
}
section.contents .inner a {
	color: #6F93BF;
	display: block;
}

.ranking p {
	padding: 65px 0;
	text-align: center;
	font-size: 3rem;
	color: #6F93BF;
}
.ranking ul.list {
	display: flex;
	-webkit-justify-content: space-between; 
	justify-content: space-between;
}
.ranking ul.list li {
	width: 30%;
}
div .links {
	margin: 20px 0 45px;
	text-align: right;
	font-size: 1.4rem;
}
ul.banner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
ul.banner::after {
	content: "";
	width: 33%;
	display: block;
}
section.contents ul.banner li {
	width: 33%;
	margin-bottom: 5px;
}
section.contents ul.banner li a {
    display: flex;
}
section.contents ul.banner li img {
	width: 50%;
    align-self: flex-start;
}
section.contents ul.banner li p {
    display: flex;
    flex-direction: column;
    width: 50%;
    position: relative;
    align-items: center;
    justify-content: center;
}
section.contents ul.banner li p span.icon {
    width:  clamp(15px, 3vw, 30px);
    height:  clamp(15px, 3vw, 30px);
    border: 2px solid #FFF;
    position: relative;
    display: block;
    margin: clamp(15px, 3vw, 30px) auto 0;
}
section.contents ul.banner li p span.icon::after {
    content: "";
    position: absolute;
	left: 50%;
    top: 50%;
	width: clamp(5px, 1vw, 10px);
	height: clamp(5px, 1vw, 10px);
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	transform: translate(-60%,-50%) rotate(45deg);
}
section.contents ul.banner li p span.text {
    display: block;
    text-align: center;
    margin: auto 0 0;
    padding: 0 5px 10px;
    width: 100%;
    font-size: clamp(1.2rem, 1.3vw, 1.3rem);
    letter-spacing: .1rem;
    color: #FFF;
    line-height: 1.4;
}
section.contents ul.banner li p span.text.single {
margin-top: 20px;
}
section.contents ul.banner li:nth-child(1) p {
    background: #C1D88B;
}
section.contents ul.banner li:nth-child(2) p {
    background: #BB7DB3;
}
section.contents ul.banner li:nth-child(3) p {
    background: #91D2E5;
}
section.contents ul.banner li:nth-child(4) p {
    background: #A4ABD6;
}
section.contents ul.banner li:nth-child(5) p {
    background: #83D2D6;
}
section.contents ul.banner li:nth-child(6) p {
    background: #bb8c8c;
}
section.contents ul.banner li:nth-child(7) p {
    background: #CDB090;
}
section.contents ul.banner li:nth-child(8) p {
    background: #12334c;
}
section.contents ul.banner li:nth-child(9) p {
    background: #6c9d8a;
}

.cont-box {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

section.contents .inner .news {
 	width: calc(100% - 250px);
	margin: 0 0 60px;
}
section.contents .inner .news p.ttl {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
	font-size: 2.5rem;
	color: #6F93BF;
}
section.contents .inner .news .news-ttl-img {
	width: 57px;
	height: auto;
	margin-right: 10px;
}
section.contents .inner .news ul {
	margin-top: 15px;
	border-top: #82D1D5 dotted 1px;
}
section.contents .inner .news ul li {
	padding: 15px 0;
	border-bottom: #82D1D5 dotted 1px;	
}
/*section.contents .inner .news ul li a span {
	border-radius: 10px;
	font-size: 1.4rem;
}*/
section.contents .inner .news ul li a span {
	padding: 0 10px;
	color: #FFF;
	display: inline-block;
	border-radius: 10px;
	font-size: 1.4rem;
}
section.contents .inner .news ul li a  span.icon_event {
	background: #82D1D5;
}
section.contents .inner .news ul li a span.icon_update {
	background: #C471B7;
}
section.contents .inner .news ul li a  span.icon_news {
	background: #00A9D8;
}
section.contents .inner .news ul li a p {
	margin-top: 5px;
}
section.contents .inner ul.otherCont {
	width: 250px;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap:wrap;
}
section.contents .inner .otherCont li {
	width: 50%;
	margin-bottom: 15px;
	display: block;
	text-align: center;
}
section.contents .inner .otherCont li a img {
	display: block;
	width: 80px;
	height: auto;
	margin:  0 auto 10px;
}
section.contents .inner ul.other_banner {
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between; 
	justify-content: space-between;
}
section.contents .inner ul.other_banner li {
	width: 33%;
	margin-bottom: 5px;
}
section.contents .inner .sns {
	margin: 60px 0;
}
section.contents .inner .sns > p {
	margin-bottom: 30px;
	font-family: 'Roboto', sans-serif;
	color: #6F93BF;
	font-size: 3rem;
	font-weight: 300;
	text-align: center;
}
section.contents .inner .sns ul {
	width: 100%;
	max-width: 370px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between; 
	justify-content: space-between;
}
section.contents .inner .sns ul li {
	width: 30%;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	color: #6F93BF;
	letter-spacing: .2rem;
}
section.contents .inner .sns ul li img {
	width: 50%;
	margin-bottom: 5px;
}
section.contents .inner .sns ul li a span {
	display: block !important;
}
@media screen and (max-width: 1240px) {
	section.contents .inner {
		padding: 0 20px;
	}
}
@media screen and (max-width: 800px) {
    section.contents ul.banner li {
        width: calc(50% - 2px);
    }
	ul.banner::after {
		content: "";
		width: calc(50% - 2px);
		display: block;
	}
    section.contents ul.banner li p span.text {
        font-size: clamp(1rem, 2.2vw, 2.4rem);
        letter-spacing: .1rem;
    }
    section.contents ul.banner li p span.icon {
        margin: clamp(25px, 5vw, 50px) auto 0
    }
}
@media screen and (max-width: 640px) {
	section.contents .topInner {
		padding: 0;
	}
	.ranking p {
		font-size: 5vw;
		padding: 25px 0;
	}
	ul.banner li {
		width: 49.5%;
		margin-bottom: 5px;
	}
	div .links {
		margin: 20px 0;
	}
	section.contents .inner ul.other_banner li {
		width: 49.5%;
	}
	section.contents .inner .news {
		width: 100%;
		margin: 30px 0;
		float: none;
	}
	section.contents .inner .news p.ttl {
		font-size: 7vw;
	}
	section.contents .inner .news .news-ttl-img {
		width: 15vw;
	}
	.cont-box {
		display: block;
	}
	section.contents .inner ul.otherCont {
		width: 100%;
		float: none;
		margin: 0 auto 30px;
		display: flex;
		justify-content: flex-start;
	}
	section.contents .inner .otherCont li {
		width: 25%;
		margin-bottom: 0;
	}
	section.contents .inner .otherCont li:nth-child(n+5) {
        margin-top: 20px;
	}
    section.contents .inner .otherCont li a img {
        display: block;
        width: 80px;
        height: auto;
        margin:  0 auto 10px;
    }
	section.contents .inner .sns {
		margin: 30px 0;
	}
}
@media screen and (max-width: 500px) {
    section.contents ul.banner li {
        width: 100%;
    }
    section.contents ul.banner li p span.text {
        font-size: clamp(1.4rem, 4.4vw, 4.4rem);
        padding-bottom: 15px;
    }
    section.contents ul.banner li p span.icon {
        width:  clamp(30px, 6vw, 60px);
        height:  clamp(30px, 6vw, 60px);
        margin: clamp(25px, 10vw, 100px) auto 0;
    }
    section.contents ul.banner li p span.icon::after {
        width: clamp(10px, 2vw, 20px);
        height: clamp(10px, 2vw, 20px);
    }
}
@media screen and (max-width: 460px) {
	section.contents .inner {
		padding: 0 10px;
	}
	.ranking ul.list {
		display: block;
	}
	.ranking ul.list li {
		width: 100%;
		margin-bottom: 20px;
	}
	ul.banner {
		display: block;
	}
	ul.banner::after {
		content: none;
	}
	ul.banner li {
		width: 100%;
		margin-bottom: 10px;
	}
	div .links {
		margin: 20px 0 45px;
		text-align: center;
	}
	section.contents .inner ul.otherCont {
		display: block;
	}
	section.contents .inner .otherCont li {
        width: 100%;
	}
	section.contents .inner .otherCont li:nth-child(n+2) {
		margin-top: 10px;
	}
	section.contents .inner .otherCont li a {
		font-size: 5vw;
		display: flex;
		align-items: center;
	}
	section.contents .inner .otherCont li a img {
		width: 20vw;
		margin: 0 10px 0 0;
	}
	section.contents .inner div .links {
		display: table;
		border: #6F93BF solid 1px;
		border-radius: 30px;
		padding: 10px 50px;
		margin: 30px auto;
		font-size: 1.6rem;
	}
	section.contents .inner ul.other_banner {
		display: block;
	}
	section.contents .inner ul.other_banner li {
		width: 100%;
		margin-bottom: 5px;
	}
	section.contents .inner .sns > p {
		font-size: 8vw;
	}
	section.contents .inner .sns ul li {
		width: 33%;
	}
}
