@charset "UTF-8";

body{
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-size: 100%;
	font-weight: 400;
	line-height:100%;
	color:#000;
	height: 100% !important;
	background-color: #fff;
	position: relative;
}


/*
----------------------------------------------------*/
.pc { display: block!important; }
.sp { display: none!important; }


/*----------header-footer----------*/
header{
	display: none;
}


footer{
	margin-left: 180px;
	padding: 25px 0 40px;
	background-color: #bbddee;
	position: relative;
}
.footContainer{
	max-width: 845px;
	margin: 0 auto;
}
.footLogo{
	width: 80px;
	padding-top: 15px;
	float: left;
}
.footBox{
	width: 690px;
	text-align: center;
	margin-left: 30px;
	float: left;
}
.footSns{
	margin-bottom: 30px;
}
.footSns img{
	height: 50px;
	margin: 0 18px;
}
.footLink a{
	font-size: 16px;
	font-weight: 700;
	color: #004499;
	margin: 0 17px;
}


/*------------------menu---------------------*/
.hamburger {
	display: none;
}

.menu{
	width: 180px;
}
.menu{
	position: absolute;
	top: 0;
	left: 0;
}
.menu h1{
	border-bottom: 1px solid #fff;
}
.menu .inner{
	background-color: #004499;
}
.menu .menu01{
	border-bottom: 1px solid #fff;
	background-color: #1166cc;
}
.menu .menu01_1{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 15px;
	padding: 15px 0 0 30px;
	background-image: url(/images/common/menu_icon01_1.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: left 12px top 18px;
	position: relative;
}
.menu .menu01 dt{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 15px;
	padding: 15px 0 0 30px;
	background-image: url(/images/common/menu_icon01_1.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: left 12px top 18px;
}
.menu .menu01 dd{
	display: block;
}
.menu .menu01 dd li{
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	line-height: 100%;
	padding: 4px 0 10px 30px;
	background-image: url(/images/common/menu_icon02.png);
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: left 14px top 6px;
	position: relative;
}
.menu .menu01_1 a,
.menu .menu01 dd li a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.menu .menu01 dd li:hover{
	color:#fff;
	background-color: #2b7cdd;
	transition: 0.2s linear;
}
.menu .menu02_1,
.menu .menu02_2{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 130%;
	padding: 11px 0 14px;
	border-bottom: 1px solid #fff;
	position: relative;
}
.menu .menu02_1 span{
	font-size: 18px;
}
.menu .menu02_2 span{
	font-size: 16px;
}
.menu .menu02_1 a,
.menu .menu02_2 a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.menu .menu02_1:hover,
.menu .menu02_2:hover{
	color:#fff;
	background-color: #1166cc;
	transition: 0.2s linear;
}
.menu .menu03{
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	line-height: 120%;
	padding: 8px 0 12px 12px;
	border-bottom: 1px solid #fff;
	position: relative;
}
.menu .menu03 dt{
	width: 12px;
	float: left;
}
.menu .menu03 dd{
	margin-left: 15px;
	padding-top: 2px;
}
.menu .menu03 a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.menu .menu03:hover{
	color:#fff;
	background-color: #1166cc;
	transition: 0.2s linear;
}
.menu .menu04{
	padding: 20px;
}
.menu .menu04 li{
	margin-bottom: 15px;
}


/*--------------------contents--------------------*/
.container{
	background-image: url(/images/common/bg_body.png);
	background-repeat: repeat-y;
	background-position: top left;
	position: relative;
}
article{
	margin-left: 180px;
}

.pager{
	text-align: center;
	margin-bottom: 90px;
}
.pager span{
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	line-height: 100%;
	text-align: center;
	margin: 0 2px;
	padding: 0px 6px 3px;
	position: relative;
}
.pager span:hover{
	background-color: #004499;
	-moz-border-radius:6px!important;
	-webkit-border-radius:6px!important;
	border-radius:6px!important;
}
.pager span.here{
	background-color: #004499;
	-moz-border-radius:6px!important;
	-webkit-border-radius:6px!important;
	border-radius:6px!important;
}
.pager span a{
	position: absolute;
	top: 1px;
	left: -1px;
	width: 100%;
	height: 100%;
	z-index: 2;
}



/*----------------------------------------------------*/
@media screen and (min-width:768px) and ( max-width:1040px) {

/*----------header-footer----------*/
header{
	width: 100%;
	text-align: center;
	padding: 10px 0;
	background-color: #004499;
	position: fixed;
	display: block;
	z-index: 10;
}
header h1{
	width: 40px;
	margin: 0 auto;
}

footer{
	margin-left: 0;
	padding: 25px 0 40px;
	background-color: #bbddee;
	position: relative;
}


/*------------------spMenu---------------------*/
.hamburger {
	width : 40px;
	height: 40px;
	text-align: center;
	display : block;
	position: fixed;
	right : 10px;
	top   : 5px;
	cursor: pointer;
	z-index : 100;
}
.hamburger span {
	width   : 30px;
	height  : 3px;
	display : block;
	position: absolute;
	left    : 6px;
	background : #fff;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
	top: 10px;
}
.hamburger span:nth-child(2) {
	top: 20px;
}
.hamburger span:nth-child(3) {
	top: 30px;
}

/* icon_open */
.hamburger.active span:nth-child(1) {
	top : 16px;
	left: 6px;
	background :#fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2) {
	width   : 30px;
	top: 16px;
	background :#fff;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
}
.hamburger.active span:nth-child(3) {
	top: 16px;
	background :#fff;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
}

#top .menu{
	padding-top: 196px;
}
.menu{
	position: fixed;
	z-index : 50;
	top  : 0;
	left : 0;
	width: 100%;
	transform: translateY(-100%);
	transition: all 0.6s;
	height:100%;
	padding-top: 64px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
/* クリックでjQueryで追加・削除 */
.menu.active {
	opacity: 100;
	display: block;
	transform: translateY(0%);
}
.menu h1{
	display: none;
}
.menu .menu01{
	border: none;
}

.menu .menu01_1{
	font-size: 20px;
	margin-bottom: 20px;
	padding: 20px 0 0 60px;
	background-size: 15px auto;
	background-position: left 38px top 26px;
	position: relative;
}
.menu .menu01 dd li{
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	line-height: 100%;
	padding: 12px 0 17px 60px;
	background-image: url(/images/common/menu_icon02.png);
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: left 40px top 16px;
	position: relative;
}

.menu .menu02_1,
.menu .menu02_2{
	font-size: 16px;
	text-align: left;
	line-height: 100%;
	padding: 20px 0 20px 40px;
	border: none;
}
.menu .menu02_1 br,
.menu .menu02_2 br{
	display: none;
}
.menu .menu02_1 span{
	font-size: 22px;
	padding-right: 8px;
}
.menu .menu02_2 span{
	font-size: 22px;
	padding-right: 8px;
}
.menu .menu03{
	font-size: 18px;
	line-height: 100%;
	padding: 15px 0 15px 40px;
	border: none;
}
.menu .menu03 dt{
	width: 12px;
	float: left;
}
.menu .menu03 dd{
	margin-left: 15px;
	padding-top: 1px;
}
.menu .menu03 dd br{
	display: none;
}
.menu .menu04{
	display: none;
	/*padding: 20px;*/
}


/*--------------------contents--------------------*/
.container{
	background: none;
}
article{
	margin-left: 0;
	padding-top: 63px;
}


}





/*----------------------------------------------------*/
@media only screen and (max-width: 768px) {
.pc { display: none!important; }
.sp { display: block!important; }

/*----------header-footer----------*/
header{
	width: 100%;
	text-align: center;
	padding: 2% 0;
	background-color: #004499;
	position: fixed;
	display: block;
	z-index: 10;
}
header h1{
	width: 10%;
	margin: 0 auto;
}

footer{
	margin-left: 0;
	padding: 5% 0 5%;
}
.footContainer{
	width: 92%;
	margin: 0 auto;
}
.footLogo{
	width: 20%;
	padding-top: 9%;
}
.footBox{
	width: 75%;
	text-align: left;
	margin-left: 5%;
}
.footSns{
	margin-bottom: 5%;
}
.footSns img{
	height: 22px;
	margin: 0 8px;
}
.footLink{
	padding-left: 6%;
}
.footLink a{
	font-size: 3.8vw;
	line-height: 180%;
	margin: 0 0;
}
.footLink01{
	width: 50%;
	float: left;
}


/*------------------spMenu---------------------*/
.hamburger {
	width : 40px;
	height: 40px;
	text-align: center;
	display : block;
	position: fixed;
	right : 10px;
	top   : 5px;
	cursor: pointer;
	z-index : 100;
}
.hamburger span {
	width   : 30px;
	height  : 3px;
	display : block;
	position: absolute;
	left    : 6px;
	background : #fff;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
	top: 10px;
}
.hamburger span:nth-child(2) {
	top: 20px;
}
.hamburger span:nth-child(3) {
	top: 30px;
}

/* icon_open */
.hamburger.active span:nth-child(1) {
	top : 16px;
	left: 6px;
	background :#fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2) {
	width   : 30px;
	top: 16px;
	background :#fff;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
}
.hamburger.active span:nth-child(3) {
	top: 16px;
	background :#fff;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
}

.menu{
	position: fixed;
	z-index : 50;
	top  : 0;
	left : 0;
	width: 100%;
	transform: translateY(-100%);
	transition: all 0.6s;
	height:100%;
	padding-top: 15%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 5;
}
/* クリックでjQueryで追加・削除 */
.menu.active {
	opacity: 100;
	display: block;
	transform: translateY(0%);
}

.menu h1{
	display: none;
}
.menu .menu01{
	border: none;
}
.menu .menu01 dt{
	font-size: 4.4vw;
	margin-bottom: 0;
	padding: 3% 0 3% 8%;
	background-image: url(/images/common/menu_icon01_2.png);
	background-size: 12px auto;
	background-position: left 13px top 15px;
	background-color: #004499;
}
.menu .menu01 dt.active{
	background-image: url(/images/common/menu_icon01_1.png);
}
.menu .menu01 dd{
	display: none;
}
.menu .menu01 dd li{
	font-size: 4.2vw;
	padding: 3% 0 3% 8%;
	background-size: 10px auto;
	background-position: left 14px top 15px;
}
.menu .menu02_1,
.menu .menu02_2{
	font-size: 4.2vw;
	text-align: left;
	line-height: 100%;
	padding: 4% 0 4% 4%;
	border: none;
}
.menu .menu02_1 br,
.menu .menu02_2 br{
	display: none;
}
.menu .menu02_1 span{
	font-size: 4.4vw;
	padding-right: 2%;
}
.menu .menu02_2 span{
	font-size: 4.4vw;
	padding-right: 2%;
}
.menu .menu03{
	font-size: 4.4vw;
	line-height: 100%;
	padding: 4% 0 4% 4%;
	border: none;
}
.menu .menu03 dt{
	width: 12px;
	float: left;
}
.menu .menu03 dd{
	margin-left: 15px;
	padding-top: 1px;
}
.menu .menu03 dd br{
	display: none;
}
.menu .menu04{
	display: none;
}



/*--------------------contents--------------------*/
.container{
	background: none;
}
article{
	margin-left: 0;
	padding-top: 15%;
}

.pager{
	margin-bottom: 15%;
}
.pager span{
	font-size: 4.4vw;
	margin: 0 1px;
	padding: 0px 4px 2px;
	position: relative;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.txt-limit {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

}
