@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */
.mainBlock{
    background: linear-gradient(0deg, rgba(0,175,236,1) 0%, rgba(255,255,255,0) 100%);
    padding: 100px 0 50px 0;
    box-sizing: border-box;
    min-height: 100vh;
}
.slider img{
    width: 100%;
}
.whatsNewListBox{
    box-sizing: border-box;
    width: 100%;
	border: solid 15px #F7C8CE;
	border-radius: 30px;
	background: #fff;
    padding: 10px 110px 10px 10px;
    position: relative;
    margin: 0 0 100px 0;
	/*min-height: 300px;*/
}
.whatsNewListBox .logo img {
    width: 50%;
}
.whatsNewListBox .logo{
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: none;
}

.whatsNewList{
}
.whatsNewList .item {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 160%;
	width: 100%;
}
.color1{
    background-color: #FFFF00;
}
.color2{
    background-color: #FF0000;
}
.color3{
    background-color: #16D6E3;
}
.color9{
    background-color: #00A89C;
}
.whatsNewList .item .kindCol{
    /*
    display: inline-block;
    width: 5em;
    */
    display: none;
}
.whatsNewList .item .kindCol > div{
    vertical-align: middle;
    text-align: center;
    width: 100%;
}
.whatsNewList .item .dateCol{
    display: inline-block;
    width: 10em;
    vertical-align: top;
}
.whatsNewList .item .titleCol{
    display: inline-block;
    width: 100% ;
    vertical-align: top;
}
.whatsNewList .item a{
    color: #000;
    text-decoration: none;
}
.whatsNewList .item a:hover{
    color: #000;
    text-decoration: underline;
}
.whatsNewList .item a:visited{
    color: #000;
    text-decoration: none;
}
.whatsNewListBox .linkButton{
    color: #fff;
    font-size: 15px;
    border-radius: 9px;
}
.listContorlBlock{
	text-align:right;
}
.listContorlBlock a{
	display:inline-block;
	border-style:solid;
	border-width: 1px;
	text-decoration:none;
	color:#fff;
	border-color:#F19DB5;
	padding:4px;
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
    letter-spacing: 0.1em;
	line-height: 160%;
    background: #F19DB5;
}
.listContorlBlock a:visited{
}
.listContorlBlock strong{
	display:inline-block;
	border-style:solid;
	border-width: 1px;
	color:#F19DB5;
	padding:4px;
	background-color:#fff;
	border-color:#F19DB5;
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
    letter-spacing: 0.1em;
	line-height: 160%;

}
.newsBlock{
    box-sizing: border-box;
    width: 100%;
	border: solid 15px #F7C8CE;
    background: #fff;
    padding: 10px 5%;
    position: relative;
    margin: 0 0 100px 0;
	border-radius: 30px;
}
.newsBlock .logo{
    position: absolute;
    top: -90px;
    left: 10%;
}
.newsBlock .logo img{
    width: 50%;
}
.pageContolBlock{
	margin-top: 50px;
}
.pageButton{
	display: inline-block;
	width: 31px;
	height: 31px;
	background-color:#797A7D;
	border-radius: 15px;
	text-align:center;
}
.pageButton:hover{
	background-color: #A5A6A7;
}
.pageContoll{
	display: table;
	width:100%;
}
.pageContoll > div{
	display: table-cell;
	vertical-align:middle;
	width:50%;
	border-color:#797A7D;
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
    letter-spacing: 0.1em;
	line-height: 160%;
}
.pageContolBlock .linkButton{
    color: #fff;
    font-size: 15px;
    border-radius: 9px;
    width: 6em;
}
.beforeBox{
	text-align:left;
}
.nextBox{
	text-align: right;
}
.articleBlock img{
	width:auto !important;
	height:auto !important;
}
.contentItem h2{
    text-align: left;
}
.toHome {
	background: #00AFEC !important;
	width: 7em !important;
	margin: 0 0.5em;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
.whatsNewList .item .kindCol{
    /*
    width: 5em;
    */
}
.whatsNewList .item .dateCol{
    width: 7em;
}
.whatsNewList .item .titleCol{
    width: calc(100% - 7.5em) ;
}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
.mainBlock{
    padding: 300px 0 50px 0;
}
.whatsNewListBox .logo{
    display: block;
}
.whatsNewListBox .logo img {
    width: auto;
}
.newsBlock{
    width: 100%;
	border: solid 20px #F7C8CE;
    background: #fff;
    padding: 35px 4%;
    position: relative;
    margin: 0 0 150px 0;
	border-radius: 68px;
}
.newsBlock .logo{
    top: -120px;
    left: 10%;
}
.newsBlock .logo img{
    width: auto;
}
.pageContolBlock .linkButton{
    font-size: 16px;
    border-radius: 9px;
    width: 6em;
}
}