@charset "UTF-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
	background-size: contain; 
}
h1 {
	color: #03165B;
	font-size: 35px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	text-align: center;
}

h2 {
	color: #17264E;
	font-size: 20px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

h3 {
	color: #03165B;
	font-size: 20px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    border-bottom: 2px solid #0E7DB2;
    width: 560px;
}
h4 {
	color: #FF0101;
	font-size: 18px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
h5 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    line-height: 1.5;
}

p {
    font-size: 14px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	line-height: 1.7;
	margin: 1em 0px;
}

div {
	margin: 0 auto;
}

img {
	display: block;
	max-width: 100%;
	height: auto;	
}

.img-main img{
	display: block;
	margin: auto;
}

.img-main a{
	width: 100%;
	height: auto;
	display: block;
	margin: auto;
}


/* メイン */
article {
	width: 56%;
	margin-left: 50px;
}


/* サイド */
aside {
	width: 36%;
	margin-right: 50p;
}


/* 日付01 */

.post-info {
	position: relative;
	padding-top: 4px;
	margin-bottom: 40px;
}

.post-title {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 1.5rem;
	font-weight: bold;
}

.post-title,
.post-cat {
	margin-left: 90px;
}

.post-date {
	background: #17264E;
	border-radius: 50%;
	color: #FFFFFF;
	width: 80px;
	height: 70px;
	font-size: 1.2rem;
	text-align: center;
	position: absolute;
	top: 0;
	padding-top: 10px;
}

.post-date span {
	font-size: 0.8rem;
	border-top: 1px rgba(255,255,255,.5) solid;
	padding-top: 6px;
	display:  block;
	width: 60%;
	margin: 0 auto;
}


/* 日付02 */

.post-info02 {
	position: relative;
	padding-top: 4px;
	margin-bottom: 40px;
}

.post-title02 {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 1.2rem;
	font-weight: bold;
}

.post-title02,
.post-cat02 {
	margin-left: 90px;
}

.post-date02 {
	background: #17264E;
	border-radius: 50%;
	color: #FFFFFF;
	width: 65px;
	height: 55px;
	font-size: 0.8rem;
	text-align: center;
	position: absolute;
	top: 0;
	padding-top: 10px;
}

.post-date02 span {
	font-size: 0.8rem;
	border-top: 1px rgba(255,255,255,.5) solid;
	padding-top: 6px;
	display:  block;
	width: 60%;
	margin: 0 auto;
}


/* ボタン */
.btn {
    max-width: 1000px;
	height: auto;	
    color: #FFFFFF;
    font-size: 1.5rem;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    background: #17264E;
    box-shadow: 0 3px #bed2c3;
    position: relative;
    display: inline-block;
    top: -2;
    padding: 10px 20px;
}

.btn:hover {
    box-shadow: 0 1px #bed2c3;
    top: 1px;
}

.btn-main btn{
    text-align: center;
}

.btn-main a{
	width: 40%;
	height: auto;
	display: block;
	margin: auto;
}


.news-contents {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

/* バナー */
.banner1 {
  display: flex;
	justify-content: space-between;
	margin-bottom: 50px;  
}
.banner2 {
  display: flex;
	justify-content: space-between;
	margin-bottom: 50px;  
}

.banner-box1 {
	width: 250px;
	height: auto;
	display: grid;
	margin: auto;
}

.banner-box2 {
	width: 250px;
	height: auto;
	display: grid;
	margin: auto;
}

.banner-box1 {
	display: grid;
	place-content: center;
	
}

.banner-box2 {
	display: grid;
	place-content: center;
	
}

.grid {
    display: grid;
    grid-gap: 1px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    margin-top: 3%;
    margin-bottom: 2px;
}


/* バナー*/
#banner1,
#banner2 {
	padding: 2% 0;
}
#sns .sub-title {
	margin-bottom: 30px;
}



/* フッター
----------------------------*/
footer {
	background: #17264E;
	text-align: center;
	padding: 2px 0;
}
footer p {
	color: #FFFFFF;
	font-size: 0.875rem;
}

/* モバイル版
----------------------------*/
@media (max-width: 600px) {
	.page-title {
		font-size: 2.5rem;
	}
    .page-header {
        flex-direction: column;
        align-items: center;
    }
	
    /* NEWS */
    .news-contents {
        flex-direction: column;
    }
    article,
    aside {
        width: 100%;
    }
    
    #news .page-title {
        margin-top: 30px;
    }
    aside {
        margin-top: 60px;
    }
    .post-info {
        margin-bottom: 30px;
    }
    .post-date {
        width: 70px;
        height: 60px;
        font-size: 1rem
    }
    .post-date span {
        font-size: 0.7rem
        padding-top: 1px;
    }
       .post-date02 {
        width: 60px;
        height: 50px;
        font-size: 0.6rem
    }
    .post-date02 span {
        font-size: 0.5rem
        padding-top: 0.5px;
    }
    .post-title {
        font-size: 1.375rem;
    }
    .post-title02 {
        font-size: 1.375rem;
    }
    .post-cat {
        font-size: 0.875rem;
        margin-top: 10px;
    }
    .post-cat02 {
        font-size: 0.875rem;
        margin-top: 10px;
    }
    .post-title,
    .post-title02,
    .post-cat,
    .post-cat02 {
        margin-left: 80px;
    }
    
	/* SNS */
	#sns .wrapper {
		flex-direction: column;
	}
	.sns-box {
		margin-bottom: 25px;
	}
    h5 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    line-height: 1.5;
}
}


