@charset "UTF-8";
/*
// *************************************
//
//   reset
//
// *************************************
*/
/* 
html5doctor.com Reset Stylesheet
v1.6
Last Updated: 2010-08-18
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted inherit;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
/*
// *************************************
//
//   Settings
//
// *************************************
*/
/*
// *************************************
//
//   Base
//
// *************************************
*/

html {
	font-size: 14px;
}
body {
	background: #fff;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.6;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
p {
	font-size: 14px;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover, a:focus, a:visited {
	text-decoration: none;
	color: #000;
	-webkit-tap-highlight-color: transparent;
}
a:hover {
	color: #000;
}
a img {
	border: none;
}
img {
	vertical-align: bottom;
}
input, label, select, textarea {
	vertical-align: middle;
}

/* =======================================
	ClearFixElements
======================================= */
.clearfix:after {
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0;
	line-height: 0;
}

.clearfix {

}


/*
// *************************************
//
//   Header
//
// *************************************
*/

/*--------- headerロゴエリア ---------*/

.headerWrap2 {
	width:100%;
	z-index: 400;
}
.headerWrap2 .headerWrap {
	position: absolute;
	width: 100%;
	top: 30px;
	z-index: 300;
	background-color: #f1f0d4;
}
.headerWrap2.fixed .headerWrap {
	position: fixed;
	top: 0px;
}

.l-header{
	width:100%;
	position: relative;
	height:80px;
	max-width: 1200px;
	margin: 0 auto;
}

.headerLogo {
	max-width: 150px;
	height:auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	margin: auto;
}

.l-date {
	position: absolute;
bottom: 15px;
	left: 10px;
	width:25%;
}
.l-date img {
	width:100%;
	height:auto;
}
.headerWrap .is-sp {
	display:none;
}
.headerWrap .is-pc {
	display: inline;
	width:100%;
	height:auto;
}
.l-push {
	position: absolute;
	top: 5px;
	right: 10px;
	width:22%;
	text-align:right;
}

.l-push .twiSp {
	width:70px;
}
@media screen and (min-width: 769px) {
/*--- 表示領域が768pxより大きい ---*/
.headerWrap2 .headerWrap {
	background: url(../images/header_bgimg.jpg) no-repeat top center;
}
.headerLogo {
	max-width: 165px;
}
.l-date {
	width:27%;
	top:5px;
}
.headerWrap .is-sp {
	display: inline;
	width:100%;
	height:auto;
}
.headerWrap .is-pc {
	display:none;
}

}

/*--------- header gNaviエリア ---------*/

.gNavi {
	position: relative;
	white-space: nowrap;
	padding:0;
	max-width: 1200px;
	margin: 0 auto;
}

.gNavi .gNaviList {
	display: inline-block;
	bottom:0;
	width:70px;
	margin-left:4px;
	list-style:none;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
	text-align:center;
	font-size:12px;
	height: 42px;
}

.gNavi .gNaviList a {
	display:block;
	color:#fff;
	text-decoration:none;
	padding-top:1em;
}

.gNavi .gNaviList.item0 {
	background-color: #45aea9;
}

.gNavi .gNaviList.item1 {
	background-color: #90c93e;
}

.gNavi .gNaviList.item2 {
	background-color: #06a473;
}

.gNavi .gNaviList.item3 a {
	color:#138f75;
}

.icon {
	width:20px;
	height:20px;
	padding-left:4px;
}

.gNavi:after {
	content: '';
	display: table;
	clear: both;
	background-color: #45aea9;
	height: 8px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.gNavi li .gNaviSub {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 190px;
	margin: 0;
	padding: 0;
}

.gNavi li .gNaviSub li {
	overflow: hidden;
	width: 100%;
	height: 0;
	background: #138f75;
	padding:0 1em;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
.gNavi li .gNaviSub .subList a {
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.gNavi li:hover ul li {
	overflow: visible;
	height: 42px;
	border-top: 2px solid #71bcac;
}

.gNavi li:hover ul li.item5 a,
.gNavi li:hover ul li.item6 a,
.gNavi li:hover ul li.item7 a {
	line-height:1.2;
	padding-top:0.5em;
}

.gNavi li:hover ul li:last-child a {
	border-radius: 0 0 3px 3px;
	overflow: hidden;
}

@media screen and (min-width: 769px) {
/*--- 表示領域が768pxより大きい ---*/

.gNavi .gNaviList {
	width:140px;
	font-size:14px;
}

.gNavi li .gNaviSub {
	left: 440px;
	font-size:14px;
}
}

/*
// *************************************
//
//   Container共通
//
// *************************************
*/

.l-container {
max-width: 1200px;
background-color: #f1f0d4;
margin: 0 auto;
padding: 120px 0 0 0;
}

.row {}

.btn {
	border-radius: 26px;
	background: #fff;
	color: #06a473;
	width: 75%;
	margin: 0 auto;
	padding: 0.5em;
	text-align: center;
}
a:hover .btn {
	background:  #b1e16d;
	color: #fff;
	}

.footer {
	width: 100%;
	margin:0 auto;
	text-align: center;
	padding: 3em 0;
}
.footer .nhk-snsbtn {
	width: 100%;
	margin:0 auto;
	text-align: center;	
}
.pageTop {
	width: 90%;
	margin:0 auto;
	text-align: center;
	padding-top: 1em;
}
.pageTop .goPageTop {
	display: block;
	color: #138f75;
	border: 2px solid #138f75;
	border-radius: 36px;
	padding: 0.5em 0;
	background: url(../images/icon_gopagetop_off.png) no-repeat right;
}
.pageTop a:hover {
	color: #fff;
	background: url(../images/icon_gopagetop_on.png) no-repeat right #138f75;
}