@charset "utf-8";

/* 足跡を非表示 */
#footstep_wrap {
	display: none !important;
}

/* フッタ */
#footer_navi_wrap {
	border-top-color: transparent;
}

/* スライドショーボタン */
div[id*="_control_box"] {
	padding: 25px 0px 5px;
	text-align: right;
}
div[id*="_control_navigation"] {
	display: inline-block;
	vertical-align: middle;
}

button[id*="_control"] {
	display: inline-block;
	vertical-align: middle;
	border: none;
	background: none;
	color: #124374;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2rem;
	text-transform: lowercase;
	margin: 5px 0px;
	padding: 0px;
	width: 4em;
	text-align: center;
}
button[id*="_control_play"] {
	display: none;
}
button[id*="_control_prev"],
button[id*="_control_next"] {
	display: none !important; /* 本件では使用しない */
}

ul.slick-dots {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 15px;
}
ul.slick-dots li button {
	display: block;
	width: 20px;
	height: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 2px solid #d2c9d1;
	border-radius: 100%;
	background: #d2c9d1;
	color: #000000;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
ul.slick-dots li.slick-active button {
	border-color: #124374;
	background: #124374;
	color: #ffffff;
}

/* メイングラフィック（2枚以上でスライド） */
#top_photo_wrap {
	overflow: hidden;
	position: relative;
	z-index: 80;
}

#top_photo {
	width: 1080px;
	margin: 0px auto;
	position: relative;
}
#top_photo #top_photo_list .photo {
	width: 1080px;
	height: 700px;
	overflow: hidden;
}
#top_photo #top_photo_list .photo img {
	width: 100%;
	height: auto;
}

/* メイングラフィック（2枚以上でスライド・4枚以上で前後表示） */
#top_photo.wide {
	padding-top: 700px;
}
#top_photo.wide #top_photo_list {
	width: 3270px;
	height: 700px;
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
#top_photo.wide #top_photo_list .photo {
	margin: 0px 5px;
}

/* メイン */
#mymainback {
	width: auto;
	margin: 0px;
	padding: 0px;
}

.top_main_box {
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.top_main_box img {
	vertical-align: top;
}

/* 見出し */
h2.midashi_main {
	margin: 0px 0px 5px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.2em;
	text-align: center;
}
h2.midashi_main span {
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center bottom;
	color: inherit;
	padding-bottom: 30px;
}
#top_information_ttl h2.midashi_main span {
	background-image: url(/img/nw-top/ttl_information.png);
}
#top_channel_ttl h2.midashi_main span {
	background-image: url(/img/nw-top/ttl_channel.png);
}
#top_charm_ttl h2.midashi_main span {
	background-image: url(/img/nw-top/ttl_charm.png);
}

h3.midashi {
	margin: 0px 0px 10px;
	padding: 7px 0px 3px 20px;
	background: url(/img/nw-top/bg_midashi.png) no-repeat left center transparent;
	border: none;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 3rem;
}

/* リンク */
a.icon_r {
	display: inline-block;
	border: 1px solid #124374;
	background: url(/img/nw-top/icon_arrow_link.png) no-repeat right 20px top 50% #ffffff;
	color: #333333;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-decoration: none;
	text-align: center;
	padding: 20px 50px 20px 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 200px;
}
a.icon_r:hover {
	text-decoration: underline;
}

/* 重要なお知らせ */
#top_important_wrap {
	padding-top: 60px;
	padding-bottom: 60px;
}

#top_important {
	margin-bottom: 40px;
	padding: 28px;
	border: 2px solid #cc0000;
}
#top_important h2 {
	margin: 0px 0px 20px;
	padding: 36px 0px 0px;
	color: #cc0000;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	background: url(/img/nw-common/icon_important.png) no-repeat center top transparent;
}

#top_important ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#top_important ul li {
	margin: 0px 0px 10px;
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
#top_important ul li:last-child {
	margin-bottom: 0px;
}
#top_important ul li > span {
	display: table-cell;
	vertical-align: top;
}
#top_important ul li > span.article_date {
	width: 11em;
}
#top_important ul li a {
	color: #cc0000;
}

#top_important .link_box {
	margin: 20px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#top_important .link_box > span {
	display: inline-block;
	vertical-align: top;
	margin: 10px 10px 0px;
}
#top_important .link_box > span a {
	display: inline-block;
	border: 1px solid #cc0000;
	background: #ffffff;
	color: #cc0000;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-decoration: none;
	text-align: center;
	padding: 20px 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 200px;
}
#top_important .link_box > span a:hover {
	text-decoration: underline;
}

/* もしもの時は */
#top_important_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#top_important_link h2 {
	margin: 0px;
	border-left: 10px solid #cc0000;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2rem;
	padding: 20px 0px 20px 10px;
}

#top_important_link_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#top_important_link_list ul li {
	display: inline-block;
	vertical-align: middle;
	width: 300px;
	margin: 5px 0px 5px 20px;
}
#top_important_link_list ul li a {
	display: block;
	border: 1px solid #cc0000;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 20px center;
	color: #cc0000;
	font-size: 1.6rem;
	line-height: 1.8rem;
	text-decoration: none;
	padding: 20px 20px 20px 80px;
	height: 30px;
	position: relative;
}
#top_important_link_list ul li a:hover {
	text-decoration: underline;
}
#top_important_link_list ul li.korona a {
	background-image: url(/img/nw-top/icon_emer_korona.png);
	padding-left: 70px;
}
#top_important_link_list ul li.bosai a {
	background-image: url(/img/nw-top/icon_emer_bosai.png);
}
#top_important_link_list ul li.kyukyu a {
	background-image: url(/img/nw-top/icon_emer_kyukyu.png);
}

/* 検索 */
#top_search_contents_bg {
	background: url(/img/nw-top/bg_search.png) no-repeat center 30px #124374;
	color: #ffffff;
	line-height: 1;
	padding-top: 50px;
	padding-bottom: 60px;
}

.search_menu_ttl h2 {
	margin: 0px 0px 5px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.2em;
	text-align: center;
}
.search_menu_ttl h2 span {
	display: block;
	background: url(/img/nw-top/ttl_search.png) no-repeat center bottom transparent;
	color: inherit;
	padding-bottom: 30px;
}

/* お知らせ */
#top_information_bg {
	background: #f3f5f8;
	border-bottom: 2px solid #124374;
	padding-top: 50px;
	padding-bottom: 160px;
	position: relative;
	overflow: hidden;
}
#top_information_bg::before {
	content: '';
	display: block;
	width: 246px;
	height: 172px;
	background: url(/img/nw-top/bg_information01.png) no-repeat center bottom transparent;
	color: inherit;
	position: absolute;
	bottom: -15px;
	left: calc(50% - 640px);
}
#top_information_bg::after {
	content: '';
	display: block;
	width: 190px;
	height: 119px;
	background: url(/img/nw-top/bg_information02.png) no-repeat center bottom transparent;
	color: inherit;
	position: absolute;
	bottom: -11px;
	right: calc(50% - 640px);
}

/* 新着情報 */
.information_list ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.information_list ul li {
	width: 100%;
	display: table;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background: #e8ecf1;
	padding: 19px 40px 17px;
}
.information_list ul li:nth-child(2n) {
	background: #ffffff;
}
.information_list ul li > span {
	display: table-cell;
	vertical-align: top;
}
.information_list ul li > span.article_date {
	width: 11em;
}

.information_list_wrap p.no_data {
	margin: 0px;
	padding: 20px 0px;
}

.information_list_wrap .link_box {
	margin: 30px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.information_list_wrap .link_box > span {
	display: inline-block;
	vertical-align: top;
	margin: 10px 10px 0px;
}
.information_list_wrap .link_box > span a {
	display: inline-block;
	border: 1px solid #124374;
	background: #ffffff;
	color: #333333;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-decoration: none;
	text-align: center;
	padding: 20px 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-width: 200px;
}
.information_list_wrap .link_box > span a:hover {
	text-decoration: underline;
}

/* トピックス（4件以上でスライド） */
#top_topics {
	margin-top: 50px;
}
#top_topics .information_list_wrap {
	overflow: hidden;
}

#lettering {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-right: -90px;
}
#lettering .lettering_box {
	width: 300px;
	margin-right: 90px;
}

.lettering_box {
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}
.lettering_box_img div {
	display: block;
	height: 225px;
	overflow: hidden;
	position: relative;
	background: #ffffff;
}
.lettering_box_img div:empty {
	height: 225px;
	background: url(/img/nw-common/noimage.png) no-repeat center center #f4f4f4;
}
.lettering_box_img div img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.lettering_box_text {
	margin-top: 15px;
}

/* イベント（5件以上でスライド） */
#top_event {
	margin-top: 50px;
}
#top_event .information_list_wrap {
	overflow: hidden;
}
#top_event .information_list_wrap .link_box > span a {
	min-width: 230px;
}
#top_event .information_list_wrap .link_box > span.link_calendar a {
	background: url(/img/nw-top/icon_event.png) no-repeat 20px center #124374;
	color: #ffffff;
	padding: 20px 10px 20px 40px;
}
#top_event .information_list_wrap .link_box > span.link_calendar a br {
	display: none;
}
#top_event .information_list_wrap .link_box > span.link_matsusaka_event a {
	padding: 11px 10px;
}

#lettering_event {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-right: -28px;
}
#lettering_event .lettering_box {
	width: 249px;
	margin-right: 28px;
}

/* 募集（カウントダウン） */
#count_down_area_1 {
	margin-top: 50px;
}

.count_down_box_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.count_down_box {
	display: inline-block;
	vertical-align: top;
	width: calc(50% - 15px);
	margin: 20px 30px 0px 0px;
	padding: 0px 0px 18px;
	border-bottom: 2px solid #124374;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.count_down_box:nth-child(2n) {
	margin-right: 0px;
}

.count_down_box2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.count_down_box2 > span {
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.count_down_box2 > span.count_img {
	width: 190px;
}
.count_down_box2 > span.count_img > span {
	display: block;
}
.count_down_box2 > span.count_img > span img {
	width: 100%;
	height: auto;
}

.count_down_box2 > span.count_txt {
	width: calc(100% - 200px);
}
.count_down_box2 > span.count_txt:only-child {
	width: 100%;
}
.count_down_box2 > span.count_txt > span {
	display: block;
}
.count_down_box2 > span.count_txt > span.count_comment {
	margin-top: 10px;
	font-size: 1.5rem;
	line-height: 1.6;
}
.count_down_box2 > span.count_txt > span.count_day {
	margin-top: 10px;
	color: #124374;
	font-weight: bold;
	line-height: 3rem;
	text-align: right;
}
.count_down_box2 > span.count_txt > span.count_day span {
	font-size: 3rem;
}

/* 発信局 */
#top_channel_bg {
	background:
		url(/img/nw-top/bg_channel01.png) no-repeat left calc(50% - 650px) top 270px,
		url(/img/nw-top/bg_channel02.png) no-repeat left calc(50% - 640px) bottom 120px,
		url(/img/nw-top/bg_channel03.png) no-repeat right calc(50% - 680px) top 480px #ffffff;
	padding-top: 50px;
	padding-bottom: 60px;
}

#top_channel_link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#top_channel_link .link_box {
	display: inline-block;
	vertical-align: top;
	width: 340px;
}
#top_channel_link .link_box ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#top_channel_link .link_box ul li {
	display: block;
	margin-top: 28px;
}

#top_channel_link .link_box ul.list_link1 li a {
	display: block;
	background-color: #e7ecf1;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 80px;
	color: #333333;
	font-size: 2rem;
	font-weight: bold;
	line-height: 2.4rem;
	text-decoration: none;
	padding: 28px 90px 28px 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-height: 80px;
	margin-right: 20px;
}
#top_channel_link .link_box ul.list_link1 li a:hover {
	text-decoration: underline;
}
#top_channel_link .link_box ul.list_link1 li.mayor a {
	background-image: url(/img/nw-top/img_link_mayor.jpg);
}
#top_channel_link .link_box ul.list_link1 li.gikai a {
	background-image: url(/img/nw-top/img_link_gikai.jpg);
}
#top_channel_link .link_box ul.list_link1 li.koho a {
	background-image: url(/img/nw-top/img_link_koho.jpg);
}
#top_channel_link .link_box ul.list_link1 li.gyousei a {
	background-image: url(/img/nw-top/img_link_gyousei.jpg);
}

#top_channel_link .link_box ul.list_link2 li a {
	display: block;
	border: 1px solid #124374;
	color: #333333;
	font-size: 1.6rem;
	line-height: 1.8rem;
	text-decoration: none;
	padding: 30px 40px 30px 90px;
}
#top_channel_link .link_box ul.list_link2 li a:hover {
	text-decoration: underline;
}
#top_channel_link .link_box ul.list_link2 li.tw a {
	background: url(/img/nw-top/icon_sns_tw2.png) no-repeat left 30px top 50%, url(/img/nw-top/icon_arrow_link.png) no-repeat right 20px top 50% #ffffff;
}
#top_channel_link .link_box ul.list_link2 li.ig a {
	background: url(/img/nw-top/icon_sns_ig.png) no-repeat left 30px top 50%, url(/img/nw-top/icon_arrow_link.png) no-repeat right 20px top 50% #ffffff;
}
#top_channel_link .link_box ul.list_link2 li.fb a {
	background: url(/img/nw-top/icon_sns_fb.png) no-repeat left 30px top 50%, url(/img/nw-top/icon_arrow_link.png) no-repeat right 20px top 50% #ffffff;
}
#top_channel_link .link_box ul.list_link2 li.yt a {
	background: url(/img/nw-top/icon_sns_yt.png) no-repeat left 30px top 50%, url(/img/nw-top/icon_arrow_link.png) no-repeat right 20px top 50% #ffffff;
}

#top_channel_link .link_box ul.list_link3 li img {
	width: 100%;
	height: auto;
}

/* 人口・世帯数 */
#top_jinkou {
	margin-top: 50px;
	padding: 20px 30px;
	border: 1px solid #124374;
}

#top_jinkou_ttl {
	margin-bottom: 15px;
}
#top_jinkou_ttl h3 {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	font-size: 2rem;
}
#top_jinkou_ttl p {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
}
#top_jinkou_ttl p.date {
	font-size: 1.4rem;
	margin-right: 1em;
}

#top_jinkou_list {
	padding: 0px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#top_jinkou_list dl,
#top_jinkou_list dl dt,
#top_jinkou_list dl dd {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	font-size: 1.6rem;
	line-height: 2rem;
}
#top_jinkou_list dl dt {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 20px 10px 50px;
}
#top_jinkou_list dl.total dt {
	background-image: url(/img/nw-top/icon_jinko_total.png);
}
#top_jinkou_list dl.setai dt {
	background-image: url(/img/nw-top/icon_jinko_setai.png);
}
#top_jinkou_list dl.male dt {
	background-image: url(/img/nw-top/icon_jinko_male.png);
}
#top_jinkou_list dl.female dt {
	background-image: url(/img/nw-top/icon_jinko_female.png);
}
#top_jinkou_list dl dd {
	padding: 10px 0px;
}

/* 事業PR（5件以上でスライド） */
#top_banner_pr_wrap {
	margin-top: 50px;
}

#top_banner_pr {
	overflow: hidden;
}

ul#top_banner_pr_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-right: -20px;
}
ul#top_banner_pr_list li {
	width: 255px;
	margin: 20px 20px 0px 0px;
}
ul#top_banner_pr_list li img {
	width: 100%;
	height: auto;
}

/* 魅力 */
#top_charm_bg {
	background:
		url(/img/nw-top/bg_charm02.png) repeat-x center top,
		url(/img/nw-top/bg_charm01.jpg) no-repeat center bottom #71acf2;
	padding-top: 100px;
	padding-bottom: 60px;
}

#top_charm_information {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#top_charm_information .charm_box {
	display: inline-block;
	vertical-align: top;
	width: 340px;
	margin: 30px 15px 0px;
}
#top_charm_information .charm_box:first-child,
#top_charm_information .charm_box:nth-child(3n+1) {
	margin-left: 0px;
}
#top_charm_information .charm_box:last-child,
#top_charm_information .charm_box:nth-child(3n) {
	margin-left: 0px;
}

#top_charm_information .charm_box .img {
	margin: 0px 20px -20px;
	position: relative;
	z-index: 1;
}
#top_charm_information .charm_box .img img {
	width: 100%;
	height: auto;
}

#top_charm_information .charm_box .txt {
	background: #ffffff;
	padding: 50px 30px 60px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	min-height: 290px;
}
#top_charm_information .charm_box .txt h3 {
	margin: 0px 0px 20px;
	font-size: 2.4rem;
	text-align: center;
}
#top_charm_information .charm_box .txt p {
	margin: 0px;
	font-size: 1.5rem;
	line-height: 1.6;
}

#top_charm_information .charm_box .link {
	text-align: center;
	margin-top: -30px;
	position: relative;
	z-index: 1;
}

/* 子育て */
#top_charm_kosodate {
	margin-top: 100px;
	padding: 40px 40px 50px;
	background:
		url(/img/nw-top/img_kosodate_family.png) no-repeat left 360px bottom 150px,
		url(/img/nw-top/bg_kosodate02.png) no-repeat left 280px bottom 290px,
		url(/img/nw-top/bg_kosodate01.png) no-repeat left 260px top 30px #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
#top_charm_kosodate h3.midashi {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-right: 400px;
}

#top_kosodate_site {
	width: 600px;
	position: relative;
}
#top_kosodate_site h4 {
	margin: 20px 0px 0px;
	font-size: 2rem;
}
#top_kosodate_site p {
	margin: 20px 175px 0px 0px;
	font-size: 1.5rem;
	line-height: 1.6;
}

#top_kosodate_bnr {
	width: 300px;
	margin-top: 62px;
}
#top_kosodate_bnr img {
	width: 100%;
	height: auto;
}

#top_img_character {
	width: 106px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
}
#top_img_character img {
	max-width: 100%;
	height: auto;
}

/* 時計 */
#top_tokei_wrap {
	width: 360px;
	margin-top: -40px;
	position: relative;
}
#top_tokei_wrap::before {
	content: '';
	display: block;
	width: 132px;
	height: 70px;
	background: url(/img/nw-top/img_kosodate_hata01.png) no-repeat center bottom transparent;
	color: inherit;
	position: absolute;
	top: -20px;
	left: -100px;
	z-index: 2;
}
#top_tokei_wrap::after {
	content: '';
	display: block;
	width: 127px;
	height: 68px;
	background: url(/img/nw-top/img_kosodate_hata02.png) no-repeat center bottom transparent;
	color: inherit;
	position: absolute;
	top: -30px;
	right: -30px;
	z-index: 2;
}

#top_tokei_txt {
	padding: 10px 20px 8px 50px;
}
#top_tokei_txt h4 {
	margin: 0px;
	font-size: 2rem;
}
#top_tokei_txt p {
	margin: 0px;
	font-size: 1.5rem;
	line-height: 1.4;
}
#top_tokei_link {
	text-align: right;
	position: relative;
}
#top_tokei_link::before {
	content: '';
	display: block;
	width: 70px;
	height: 127px;
	background: url(/img/nw-top/img_kosodate_cake.png) no-repeat center bottom transparent;
	color: inherit;
	position: absolute;
	bottom: 30px;
	left: -20px;
	z-index: 1;
}

.p-tokei__watch {
	position: relative;
	background: #000000;
	color: #ffffff;
	width: 360px;
	height: 330px;
}
.p-tokei__watch img {
	max-width: 100%;
	height: auto;
}
.p-tokei__watch.is-change img {
	opacity: 0;
	-webkit-transition: opacity 0s;
	-o-transition: opacity 0s;
	transition: opacity 0s;
}
.p-tokei__watch img {
	opacity: 1;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.p-tokei__watch p {
	margin: 0px;
}
.p-tokei__watch p.p-tokei__cap {
	display: none;
}
.p-tokei__watch p.p-tokei__time {
	text-shadow: 0px 0px 4px #000000, 0px 0px 4px #000000, 0px 0px 4px #000000;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
}

/* 広告欄 */
#top_kokoku_bg {
	background: #e7ecf1;
	padding-top: 30px;
	padding-bottom: 40px;
}

#top_kokoku {
	width: 948px;
	margin: 0px auto;
}
#top_kokoku h2 {
	margin: 0px 0px 10px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
#top_kokoku p.link {
	margin: 10px 0px 0px;
	font-size: 1.4rem;
	text-align: center;
}