@charset "utf-8";
@import url(slide.css);
@import url(utility.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	line-height: 1.6;
	font-family: 'Noto Sans JP', sans-serif;
	/*font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", verdana, sans-serif;*/
	font-weight: 400;
	font-size: .95em;
	background: #fff;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure, form, input, textarea {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: 400;
}
ul {
	list-style-type: none;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
}
table {
	border-collapse: collapse;
	font-size: 100%;
	border-spacing: 0;
}
iframe {
	width: 100%;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #0066cc;
	transition: 0.3s;
	text-decoration: none;
}
a:hover {
	color: #cc0033;
	text-decoration: underline;
}
a img:hover {
	opacity: 0.8;
	transition: 0.3s;
}
/*container
---------------------------------------------------------------------------*/
#container {
	width: 100%;
	margin: 0;
	padding: 0;
}
/*contents
---------------------------------------------------------------------------*/
#contents {
	/*height: 100%;*/
	width: 100%;
}
.home #contents {
	height: auto;
	position: fixed;
	width: 100%;
	bottom: 0px;
	right: 0%;
}
 @media screen and (max-height:940px) {
.home #contents {
	position: relative;
	text-align: center;
	transform: none;
	margin-bottom: 0;
}
}
 @media screen and (max-width:800px) {
.home #contents {
	position: relative;
	text-align: center;
	transform: none;
	margin-bottom: 0;
}
}
/*header
---------------------------------------------------------------------------*/
header.pc {
	position: fixed;
	right: 0px;
	top: 0px;
	z-index: 1500;
	width: 100px;
	height: 100%;
	border-left: 1px solid #fff;
	border-left: 1px solid rgba(255,255,255,0.8);
	transition: 0.5s;
	background: rgb(7,145,153);
	background: linear-gradient(180deg, rgba(7,145,153,0.2) 0%, rgba(136,112,221,0.2) 50%, rgba(45,137,255,0.2) 100%);
}
.home header.pc {
	background: rgb(7,145,153);
	background: url(../images/bg_home_side.png) repeat-x, linear-gradient(180deg, rgba(7,145,153,0.2) 0%, rgba(136,112,221,0.2) 50%, rgba(45,137,255,0.2) 100%);
}
header.pc:hover {
	width: 280px;
	overflow: hidden;
	background: rgb(7,145,153);
	background: linear-gradient(180deg, rgba(7,145,153,0.9) 0%, rgba(136,112,221,0.9) 50%, rgba(45,137,255,0.9) 100%);
}
header.pc .logo {
	text-align: right;
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255,255,255,0.8);
	height: 100px;
}
header.pc .logo img {
	width: 100px;
}
header.pc p {
	padding: 10px;
}
/*menubar
---------------------------------------------------------------------------*/
#menubar li {
	font-size: 1em;
	position: relative;
}

#menubar li .text {
	font-size: 0.85em;
	position: absolute;
	bottom: 10%;
	transition: 0.3s;
	color: #385b70;
	/*left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
	/*top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
}


#menubar li.menu1 .text, #menubar li.menu3 .text {
	left: 36px;
}

#menubar li.menu2 .text {
	left: 18px;
}

header.pc:hover #menubar li .text {
	display: none;
}

@media screen and (max-height:800px) {
#menubar li .text {
	bottom: 5%;
}
}


@media screen and (max-height:600px) {
#menubar li .text {
	text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;
}
}


#menubar li a {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255,255,255,0.8);
	width: 100%;
	height: calc((100vh - 100px) / 5);
	padding-left: 100px;
	display: table;
	color: #fff;
	text-shadow: 1px 1px 2px #333;
}
@media screen and (max-height:480px) {
header.pc, header.pc:hover {
	overflow-y: scroll;
	overflow-x: hidden;
}
#menubar li a {
	height: 60px;
	background-size: 50px;
}


#menubar li.menu1 .text, #menubar li.menu3 .text {
	left: 32px;
}

#menubar li.menu2 .text {
	left: 9px;
}
}
header:hover #menubar li a:hover {
	background-color: #0066cc;
	color: #fff;
}
#menubar li.current a {
	background-color: rgba(255,255,255,0.2);
}
#menubar li a span {
	display: none;
}
header:hover #menubar li a {
	width: 100%;
}
header:hover #menubar li a span {
	/*display: block;*/
	display: table-cell;
	vertical-align: middle;
}
header:hover #menubar li a span span {
	display: block;
	font-size: 0.85em;
	margin-left: -6px;
}
/*menu1*/
.menu1 a {
	background: url(../images/ic_01.png) no-repeat left 20px center;
}
/*menu2*/
.menu2 a {
	background: url(../images/ic_02.png) no-repeat left 20px center;
}
/*menu3*/
.menu3 a {
	background: url(../images/ic_03.png) no-repeat left 20px center;
}
/*menu4*/
.menu4 a {
	background: url(../images/ic_04.png) no-repeat left 20px center;
}
/*menu5*/
.menu5 a {
	background: url(../images/ic_05.png) no-repeat left 20px center;
}
#menubar-s {
	display: none;
}
#menubar_hdr {
	display: none;
}

/*header.pc:hover .menu1 a {
	background: url(../images/ic_01_on.png) no-repeat left 15px center;
}

header.pc:hover .menu2 a {
	background: url(../images/ic_02_on.png) no-repeat left 15px center;
}
header.pc:hover .menu3 a {
	background: url(../images/ic_03_on.png) no-repeat left 15px center;
}
*/






/*main
---------------------------------------------------------------------------*/
#main {
	padding: 10px 150px 10px 50px;
	position: relative;
}
/*lists
---------------------------------------------------------------------------*/
.lists {
	margin: 20px auto 0;
	text-align: center;
}
.list {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 12px 12px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 10px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.list.col1 {
	border-left: 1px solid #da7678;
	border-right: 1px solid #da7678;
	border-bottom: 1px solid #da7678;
	border-top: 7px solid #da7678;
}
.list.col2 {
	border-left: 1px solid #ffa147;
	border-right: 1px solid #ffa147;
	border-bottom: 1px solid #ffa147;
	border-top: 7px solid #ffa147;
}
.list.col3 {
	border-left: 1px solid #439b9d;
	border-right: 1px solid #439b9d;
	border-bottom: 1px solid #439b9d;
	border-top: 7px solid #439b9d;
}
.list.col4 {
	border-left: 1px solid #852390;
	border-right: 1px solid #852390;
	border-bottom: 1px solid #852390;
	border-top: 7px solid #852390;
}
.list.col5 {
	border-left: 1px solid #4d62bd;
	border-right: 1px solid #4d62bd;
	border-bottom: 1px solid #4d62bd;
	border-top: 7px solid #4d62bd;
}
.list.col6 {
	border-left: 1px solid #57acfc;
	border-right: 1px solid #57acfc;
	border-bottom: 1px solid #57acfc;
	border-top: 7px solid #57acfc;
}
.list.col7 {
	border-left: 1px solid #e596b3;
	border-right: 1px solid #e596b3;
	border-bottom: 1px solid #e596b3;
	border-top: 7px solid #e596b3;
}
.list.col8 {
	border-left: 1px solid #04864a;
	border-right: 1px solid #04864a;
	border-bottom: 1px solid #04864a;
	border-top: 7px solid #04864a;
}
.list:hover {
	border-left: 1px solid #cc3500;
	border-right: 1px solid #cc3500;
	border-bottom: 1px solid #cc3500;
	border-top: 7px solid #cc3500;
	transition: 0.3s;
}
.list a {
	display: block;
	text-decoration: none;
	color: #000;
	text-shadow: 0 0 0.2em rgba(255,255,255,1);
}
.list a:hover {
	color: #cc3500;
}
.list a img:hover {
	opacity: 1;
}
.list h2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: calc(100% - 10px);
	background: url(../images/bg_listttl.png) repeat-x;
	text-align: center;
	padding: 10px 5px 60px;
	font-size: 1.05em;
	font-weight: 400;
	line-height: 1.4;
}
.list h2.nar {
	padding: 10px 10px 60px 0;
}
.list h2 a {
	color: #000;
}

 @media screen and (min-width:1600px) {
.list {
	margin: 12px 20px;
}
}

 @media screen and (max-width:1200px) {
.list figure {
	width: 255px;
}
.list h2 {
	font-size: 1em;
}
.list h2.zero {
	padding: 3px 5px 60px;
	line-height: 1.3;
}
.list h2.zero span {
	display: block;
}
}

/*footer
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding: 10px 20px 15px;
	font-size: 0.85em;
	font-weight: 300;
	color: #7E889E;
}


/*pagetop
---------------------------------------------------------------------------*/
@keyframes scroll {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
body .nav-fix-pos-pagetop a {
	display: none;
}
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;
	text-decoration: none;
	text-align: center;
	z-index: 100;
	position: fixed;
	width: 50px;
	line-height: 50px;
	bottom: 20px;
	right: 110px;
	background: rgba(255,255,255,0.7);
	color: #fff;
	border-radius: 6px;
	animation-name: scroll;
	animation-duration: 1S;
	animation-fill-mode: forwards;
}
@media screen and (max-width:800px) {
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	position: fixed;
	width: 50px;
	line-height: 50px;
	bottom: 20px;
	right: 15px;
}
}
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: rgba(255,255,255,0.9);/*border: 5px solid rgba(255,255,255,1);*/
}
/*新着情報［会員向け］
---------------------------------------------------------------------------*/
.style1 {
	color: #fff;
	background-color: #903;
	font-size: .9em;
	font-weight: 400;
	margin: 0 5px 0 0;
	padding: 0 4px;
}
/*box
---------------------------------------------------------------------------*/
.box {
	padding: 30px 30px 20px;
	margin: 30px 0;
}
.box.col1 {
	background: rgb(209,209,239);
	background: linear-gradient(225deg, rgba(224,224,251,1) 0%, rgba(220,235,244,1) 50%, rgba(220,244,221,1) 100%);
	border: 1px solid #ceceec;
}
.box.col2 {
	background: rgb(209,209,239);
	background: linear-gradient(45deg, rgba(224,224,251,1) 0%, rgba(220,235,244,1) 50%, rgba(220,244,221,1) 100%);
	border: 1px solid #bedfc2;
}
 @media screen and (max-width:800px) {
.box {
	padding: 15px;
}
}
/*その他
---------------------------------------------------------------------------*/
.sh {
	display: none;
}
 @media screen and (max-width:800px) {
/*header
---------------------------------------------------------------------------*/
header.sh .logo {
	width: 80px;	/*ロゴ画像の幅*/
	position: absolute;
	top: 0;
}

/*menubar-s
---------------------------------------------------------------------------*/
@keyframes menubar {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
#menubar-s {
	display: block;
	position: fixed;
	z-index: 2000;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: linear-gradient(180deg, rgba(7,145,153,0.95) 0%, rgba(136,112,221,0.95) 50%, rgba(45,137,255,0.95) 100%);
	animation-name: menubar;
	animation-duration: 0.5s;
	animation-fill-mode: both;
	border-top: 1px solid #fff;
	padding-top: 70px;
}
#menubar-s nav {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	overflow: auto;
}
#menubar-s nav li a {
	display: block;
	text-decoration: none;
	width: 100%;
	border-bottom: 1px solid #fff;
	font-size: 1em;
	height: 65px;
	display: table;
	color: #FFF;
	background-size: 50px;
}
#menubar-s nav li:last-child a {
	border-bottom: none;
}
#menubar-s nav li a span {
	display: block;
	padding-left: 70px;
	display: table-cell;
	vertical-align: middle;
}
#menubar-s nav li a span span {
	display: inline-block;
	font-size: 0.85em;
	padding-left: 0;
}
/*menu0*/
.menu0 a {
	background: url(../images/ic_00.png) no-repeat left 10px center;
}
/*menu1*/
.menu1 a {
	background: url(../images/ic_01.png) no-repeat left 10px center;
}
/*menu2*/
.menu2 a {
	background: url(../images/ic_02.png) no-repeat left 10px center;
}
/*menu3*/
.menu3 a {
	background: url(../images/ic_03.png) no-repeat left 10px center;
}
/*menu4*/
.menu4 a {
	background: url(../images/ic_04.png) no-repeat left 10px center;
}
/*menu5*/
.menu5 a {
	background: url(../images/ic_05.png) no-repeat left 10px center;
}
#menubar {
	display: none;
}
/*menubar_hdr
---------------------------------------------------------------------------*/
#menubar_hdr {
	display: block;
	position: fixed;
	z-index: 5000;
	top: 10px;
	right: 10px;
}
#menubar_hdr.close, #menubar_hdr.open {
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
}
#menubar_hdr.close {
	background: rgba(0,92,73,0.6) url(../images/icon_menu.png) no-repeat center top/50px;
}
#menubar_hdr.open {
	background: rgba(0,92,73,1) url(../images/icon_menu.png) no-repeat center bottom/50px;
	top: 10px;
}
/*icon
---------------------------------------------------------------------------*/
header .icon {
	clear: left;
	border-bottom: 1px solid #fff;
}
header .icon img {
	width: 50px;
}
/*main
---------------------------------------------------------------------------*/
#main {
	padding-left: 10px;
	padding-right: 10px;
}
/*footer
---------------------------------------------------------------------------*/
footer {
	padding-bottom: 20px;
}
footer .pr {
	display: block;
}
#new dl {
	overflow: auto;
}
.sh {
	display: block;
}
.pc {
	display: none;
}
}
 @media screen and (orientation: landscape) and (max-height:500px) {
#menubar-s nav li a {
	float: left;
	width: 50%;
}
}
/*sns_nav
---------------------------------------------------------------------------*/
.sns_nav {
	z-index: 500;
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 100px;
	line-height: 1.4;
}
.sns_nav ul {
	margin: 0 auto;
	list-style: none;
	height: 60px;
}
.sns_nav li {
	padding: 15px 12px 150px 0;
	text-decoration: none;
	display: inline-block;
}
.mdd_wrap {
	z-index: 500;
	clear: both;
	position: absolute;
	top: 70px;
	width: 100%;
	padding: 0;
}
.mdd_wrap .mdd_inner {
	width: 400px;
	max-height: 0;
	overflow: hidden;
	transition: all .3s ease-in-out;
	background: #fff;
	position: fixed;
	right: 120px;
	text-align: center;
}
.sns_nav > ul > li:hover .mdd_wrap .mdd_inner {
	max-height: 400px;
}
 @media screen and (max-width:800px) {
.sns_nav {
	padding-right: 70px;
}
.sns_nav li {
	padding: 15px 15px 15px 0;
	text-decoration: none;
}
.mdd_wrap .mdd_inner {
	display: none;
}
}
/* HOME */


.homemain {
	padding: 70px 100px 20px 0;
}
/* search_home */
#search_home {
	margin: 0 auto;
	z-index: 400;
	width: 650px;
}
#search_home .homeimg {
	text-align: center;
}
#search_home .logowrap {
	display: table;
	width: 100%;
	padding: 40px 0 15px;
}
#search_home .logowrap h1 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
#search_home .logowrap h2 {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}
#search_home .hometxt {
	margin: 10px 0;
	font-size: 0.95em;
	text-align: center;
	color: #003484;
}
/* slider */
.slider {
	font-size: 1em;
	color: #000;
	padding: 10px;
	z-index: 300;
	background: rgba(255,255,255,0.9);
	border: 1px solid #aec2d8;
	padding: 10px 10px 10px;
	margin: 0 auto 30px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 10px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.home .slider {
	position: relative;
	margin: 60px auto 0;
}
.bxslider_news li {
	text-align: center;
}
.bxslider_news dt {
	font-weight: 700; /*xx*/
	font-size: 1.1em;
}
 @media screen and (min-width:800px) {
.slider {
	max-width: 630px;
}
}
 @media screen and (max-width:800px) {
.homemain {
	padding: 80px 0 20px 0;
}
#search_home {
	width: 90%;
}
#search_home .gsc-input .gsc-input-box{
	font-size: 0.9em;
	line-height: 1;
	height: 27px !important;
}

#search_home .logowrap {
	display: block;
	padding: 20px 0 15px;
}
#search_home .logowrap h1 {
	display: block;
	text-align: center;
}
#search_home .logowrap h2 {
	display: block;
	text-align: center;
}
#search_home .logowrap h2 img {
	width: 200px;
}
.slider {
	position: relative;
	top: 0;
	left: 0;
	transform: none;
	margin-top: 60px;
	width: calc(100% - 70px);
}
}
/*
 @media screen and (max-width:600px) {
#search_home .hometxt span {
	display: block;
	margin-top: 0;
}
}
*/
 @media screen and (max-width:850px) {
.home .slider {
	width: 90%;
}
}
 @media screen and (max-width:550px) {
.home .slider {
	width: 80%;
}
}

#search_home input[type="text"] {
	font-size: 0.95em;
	line-height: 1;
}

#search input[type="text"] {
	font-size: 0.95em;
	line-height: 1;
	
}











/*
#search .gsc-input .gsc-input-box{
	font-size: 1em;
	line-height: 1;
	height: 27px !important;
}
*/

 @media screen and (max-width:480px) {
.bxslider_news dt {
	font-size: 1em;
}
/*
#search_home input[type="text"] {
	font-size: 0.95em;
	line-height: 2;
}
#search input[type="text"] {
	font-size: 0.95em;
	line-height: 2;
}
*/
}

.foot {
	background: rgba(200,200,200,0.3);
	padding-top: 15px;
	clear: both;
	margin-top: 30px;
}
.homeban {
	margin: 0 auto;
	text-align: center;
}
.homeban ul li {
	display: inline-block;
	margin: 5px;
}
.homeban ul li img {
	max-height: 60px;
	border: 1px solid #fff;
}
.foot h2 {
	margin: 10px 10px 0;
	font-size: 0.85em;
	text-align: left;
	color: #003484;
}
 @media screen and (min-width: 801px) {
.homeban ul {
	padding-right: 105px;
}
.foot h2 {
	margin: 10px 115px 0 10px;
	text-align: center;
}
}
/* ========HEAD========= */
#head {
	position: relative;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 5px solid #005c49;
	margin: 0;
}
#headimg {
	margin: 0;
	padding: 0;
}
#headimg ul {
	display: table;
}
#headimg ul li {
	display: table-cell;
	padding-right: 15px;
}
#headimg ul li.cat {
	border-left: 1px solid #cecece;
	padding-left: 20px;
}
 @media screen and (max-width:800px) {
#headimg ul {
	display: block;
}
#headimg ul li {
	display: block;
	text-align: left;
	padding-right: 0;
}
#headimg ul li.cat {
	border-left: none;
	padding-left: 65px;
	padding-bottom: 6px;
}
#headimg ul li img {
	max-width: 250px;
}
#headimg ul li.cat img {
	max-height: 28px;
}
}
#search {
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 242px;
	z-index: 500;
}
 @media screen and (max-width:960px) {
#search {
	position: relative;
	bottom: 0;
	right: 0;
	margin-top: 15px;
	width: auto;
	z-index: 500;
	padding: 0 10px;
}
#search .gsc-input .gsc-input-box{
	font-size: 0.9em;
	line-height: 1;
	height: 27px !important;
}
}
.footlink {
	margin: 10px auto 0;
	text-align: center;
}
.footlink li {
	display: inline-block;
	font-size: 0.85em;
	margin: 8px 2px 14px;
}
.footlink li a {
	border: 1px solid #cecece;
	background: rgba(255,255,255,0.7);
	padding: 6px 6px 8px;
	color: #000;
}
.footlink li a:hover {
	background: rgba(45,88,154,1);
	color: #fff;
	text-decoration: none;
}
/*c_manu*/

.c_manuWrap {
	margin: 30px 0;
	padding: 0 0 20px;
	text-align: center;
	background: #fff;
	border: 1px solid #57699d;
	box-shadow: 5px 5px 0px rgba(0,0,0,0.1);
}
.c_manuWrap.gen {
	border: 1px solid #579c50;
}
.c_manu {
	display: inline-block;
	vertical-align: top;
	position: relative;
	transition: 0.5s;
	padding: 0;
	margin: 0 2px;
	width: calc((100% - 90px) / 6);
	text-align: center;
}
@media screen and (max-width:1800px) {
.c_manu {
	width: calc((100% - 60px) / 3);
}
}
@media screen and (max-width:1060px) {
.c_manu {
	width: calc((100% - 40px) / 2);
}
}
@media screen and (max-width:660px) {
.c_manu {
	width: calc(100% - 20px);
}
}
.c_manu ul {
	padding: 20px 5px 0;
}
.c_manu ul li {
	text-align: left;
	font-size: 0.9em;
	line-height: 1.4;
	padding: 8px 0 2px 15px;
	background: url(../images/mark01.png) no-repeat left top 14px;
}
.c_manu ul li.title {
	color: #fff;
	text-align: left;
	text-align: center;
	padding: 0;
	margin-bottom: 10px;
	border-bottom: 3px solid #cecece;
	transition: 0.3s;
}
.c_manu ul li.title:hover {
	border-bottom: 3px solid #cc0033;
}
.c_manu ul li.title a {
	display: block !important;
	padding: 70px 5px 10px;
}
.c_manu ul li.title a:hover {
	text-decoration: none;
}
.c_manu ul li.title.bg11 {
	background: url(../images/ic_11.png) no-repeat center top;
}
.c_manu ul li.title.bg12 {
	background: url(../images/ic_12.png) no-repeat center top;
}
.c_manu ul li.title.bg13 {
	background: url(../images/ic_13.png) no-repeat center top;
}
.c_manu ul li.title.bg14 {
	background: url(../images/ic_14.png) no-repeat center top;
}
.c_manu ul li.title.bg15 {
	background: url(../images/ic_15.png) no-repeat center top;
}
.c_manu ul li.title.bg16 {
	background: url(../images/ic_16.png) no-repeat center top;
}
 @media screen and (max-width:800px) {
.c_manu ul {
	text-align: left;
	margin: 0 auto;
}
.c_manu ul li {
	text-align: left;
	display: inline-block;
	padding-right: 15px;
}
.c_manu ul li.title {
	display: block;
}
}
 @media screen and (min-width: 481px) and (max-width: 800px) {
.c_manu ul {
	padding-left: 15px;
}
.c_manu ul li.title {
	margin-left: -10px;
}
}
/* MEDNEWS */
	
.index_l {
	display: inline-block;
	width: 570px;
	margin: 10px 0 0;
	padding: 0 20px 0 0;
	vertical-align: top;
	font-size: 0.9em;
}
.index_r {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.index_l dl {
	border-bottom: 1px dotted #cecece;
	margin: 0;
	padding: 0;
}
.index_r dl {
	margin: 0;
	padding: 0;
}
.index_l dt {
	float: left;
	line-height: 1.4;
	margin: 0;
	padding: 5px 2px;
}
.index_l dd {
	line-height: 1.4;
	margin: 0;
	padding: 5px 2px 5px 85px;
}
 @media screen and (max-width:800px) {
.index_l dt {
	float: none;
	padding: 5px 2px 0;
}
.index_l dd {
	line-height: 1.4;
	margin: 0;
	padding: 0 2px 5px;
}
}
.ind_ttl ul {
	display: table;
	width: 100%;
	background: url(../images/bg_indttl.png) repeat-x bottom;
}
.ind_ttl ul li {
	display: table-cell;
	text-align: left;
}
.ind_ttl ul li.alllist {
	text-align: right;
}
.ind_ttl ul li.alllist ul li {
	display: inline-block;
	text-align: right;
}
.news {
	clear: both;
	margin: 0;
	padding: 4px;
	border-left: solid 1px #cecece;
	border-right: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
	height: 398px;
	/*height: 440px;*/
	overflow: auto;
	overflow-x: hidden;
	background: #fff;
}
.news_g {
	clear: both;
	margin: 0;
	padding: 4px;
	border-left: solid 1px #cecece;
	border-right: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
	height: 202px;
	overflow: auto;
	overflow-x: hidden;
	background: #fff;
}
.kanren {
	clear: both;
	padding: 4px;
	border-left: solid 1px #cecece;
	border-right: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
	overflow: auto;
	overflow-x: hidden;
	background-image: url("../images/bg_kanren.gif");
}
.sns {
	display: table;
	width: 100%;
}
.fb {
	display: table-cell;
	width: 300px;
	height: 500px;
	vertical-align: top;
	padding: 10px;
}
.tw {
	display: table-cell;
	width: 300px;
	height: 500px;
	vertical-align: top;
	padding: 10px;
}
 @media screen and (min-width: 901px) and (max-width: 1650px) {
.index_l {
	display: table;
	width: 100%;
	margin: 40px auto 0;
}
.index_r {
	display: table;
	width: 100%;
	margin: 40px auto 0;
}
.fb {
	display: table-cell;
	width: 400px;
	margin: 0 auto;
	text-align: center;
}
.tw {
	display: table-cell;
	width: 400px;
	text-align: center;
}
.fb-page {
	width: 400px;
}
.twitter-timeline {
	width: 400px;
}
}
@media screen and (max-width:800px) {
.index_l, .index_r {
	width: calc(100% - 40px);
	padding: 0 20px 0;
}
}
@media screen and (min-width: 631px) and (max-width: 800px) {
.tw {
	text-align: center;
}
.fb div, .tw div {
	text-align: center;
}
}
@media screen and (max-width:630px) {
.sns {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.fb {
	display: block;
	width: 400px;
	margin: 15px auto 50px;
	padding: 10px 0;
}
.tw {
	display: block;
	width: 400px;
	margin: 15px auto 50px;
	padding: 10px 0;
}
}
@media screen and (max-width:550px) {
.fb {
	width: 300px;
}
.tw {
	width: 300px;
}
}
.pickup {
	margin: 20px auto 0;
	clear: both;
	padding: 0;
	text-align: center;
}
.pickup ul:after {
	content: "";
	display: block;
	clear: both;
}
.pickup ul {
	margin: 0 auto 0 !important;
}
.pickup ul li {
	display: inline-block;
	text-align: center;
	padding: 0;
	transition: all .2s ease-in-out !important;
	margin: 0 10px 10px;
	vertical-align: top;
	border: 1px solid #fff;
}
.pickup ul li a {
	display: block;
	padding: 10px 15px 11px;
	color: #fff;
	text-decoration: none;
	font-size: 0.92em;
	line-height: 1.4;
	/*font-weight: 300;*/
	border-radius: 4px;
	text-shadow: 1px 1px 2px #333;
}
.pickup ul.type01 li a {
	background: url(../images/bg_pickup.png) repeat-x center, #3a7e3d;
}
.pickup ul li.primary a {
	background: url(../images/bg_pickup.png) repeat-x center, #d87f00;
}
.pickup ul li.essential a {
	background: url(../images/bg_pickup.png) repeat-x center, #a5192e;
}
.pickup ul li.topic a {
	background: url(../images/bg_pickup.png) repeat-x center, #2c479d;
}
.pickup ul.type02 li a {
	padding: 10px 40px 10px 15px;
	background: url(../images/bg_pickup.png) repeat-x center, #2c77ae url(../images/ic_ex.png) no-repeat right 10px center;
}
.pickup ul li a:hover, .pickup ul li.external a:hover {
	background: url(../images/bg_pickup.png) repeat-x center, #cc3500;
}
.pickup ul.type02 li a:hover {
	background: url(../images/bg_pickup.png) repeat-x center, #cc3500 url(../images/ic_ex.png) no-repeat right 10px center;
}
.pickup ul.type03 {
	margin-top: 10px !important;
	padding-top: 15px;
	border-top: 1px solid #abb4ce;
}
.pickup ul.type03 li a {
	padding: 10px 40px 11px 15px;
	background: url(../images/bg_pickup.png) repeat-x center, #f6f7fa url(../images/ic_ex.png) no-repeat right 10px center;
	border-radius: 0;
	color: #2c479d;
	/*font-weight: 500;*/
	text-shadow: none;
	border: 1px solid #abb4ce;
	min-width: 260px;
}
.pickup ul.type03 li a span {
	padding: 2px 6px;
	margin: 0 0 0 8px;
	background: #f8f8d8;
	border: 1px solid #e5e4ac;
	font-size: 0.9em;
	border-radius: 2px;
}
.pickup ul.type03 li a:hover {
	color: #cc3500;
	background: url(../images/bg_pickup.png) repeat-x center, #fff url(../images/ic_ex.png) no-repeat right 10px center;
}
 @media screen and (max-width:1200px) {
.pickup ul {
}
.pickup ul li {
	margin: 0 5px 12px;
	width: calc((100% - 32px) / 2);
	vertical-align: middle;
}
.pickup ul.type03 li a {
	min-width: 60px;
	padding: 10px 30px 11px 15px;
}
}
 @media screen and (max-width:900px) {
.pickup ul.type03 li a span {
	display: block;
	margin: 5px 10px 0 10px;
}
}
 @media screen and (max-width:660px) {
.pickup ul li {
	margin: 0 0 10px;
	width: 100%;
}
}

ul.pick_hr {
	margin: 0 auto;
	text-align: center;
}


ul.pick_hr li {
	display: inline-block;
	margin: 0 10px 10px;
}



#headnavi {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}
#headnavi ul {
	list-style: none;
	margin: 0;
}
#headnavi li {
	float: left;
	display: block;
	padding-left: 6px;
	margin: 0;
}
 @media screen and (max-width:800px) {
#headnavi {
	top: 65px;
}
}
/* maintenance */
.box01 {
	font-size: 1em;
	text-align: center;
	color: #000;
	z-index: 300;
	border: 1px solid #aec2d8;
	padding: 25px 10px 30px;
	margin: 20px auto;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 10px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.box01 .ttl01 {
	font-size: 1.2em;
	text-decoration: underline;
	padding-bottom: 25px;
}
.box01 .ttl02 {
	font-size: 1.15em;
	padding-bottom: 5px;
}

 @media screen and (max-width:500px) {
.box01 {
	margin: 0 auto 30px;
}
.box01 .ttl01 {
	font-size: 1.1em;
}
.box01 .ttl02 span {
	display: block;
}

}
 @media screen and (max-width:1000px) {
.sns_nav.maint {
	padding-right: 0;
}
}
