@charset "utf-8";

/* body
--------------------------------------------------------------------------------------------------------------------*/
body.top_body {
	background-image:url(../images/body_bg_01.png), url(../images/body_bg_02.png);
	background-repeat: no-repeat, no-repeat;
	background-position:center top 740px,center bottom 660px;
	background-size: contain;
}
@media only screen and (max-width: 767px) {
body.top_body {
    background-image: url(../images/body_bg_01.png), url(../images/body_bg_02.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top 640px, center bottom 780px;
}
}/**/


body.c_body {
background: url(../images/body_bg_02.png) no-repeat center bottom;
}

/* リンク
--------------------------------------------------------------------------------------------------------------------*/
a:link,
a:visited {
	color: #034FA0;
	text-decoration: none;
}
a:hover {
	color: #034FA0;
	text-decoration: underline;
}
/* リンク画像はオンマウスでアルファ-----------------*/
a:hover img,input:hover {  
        opacity: 0.6;  
        filter: alpha(opacity=60);  
        -ms-filter: "alpha( opacity=60 )";  
        -moz-opacity: 0.6;  
        -khtml-opacity: 0.6;  
}

/* 見出しタイトル<h>
--------------------------------------------------------------------------------------------------------------------*/
h1{
width: 100%;
max-width: 124px;
    padding: 0.5em 0 0.5em 20px;
}

@media only screen and (max-width: 767px) {

}/**/
.ttl_area{
	background: url(../images/h2_bg.jpg) no-repeat 0 0;
	width:100%;
	height:138px;
	margin-top: 57px;
}
.ttl_area h2{
	width:100%;
	max-width:1100px;
	margin:0 auto;
	color:#FFF;
	font-size:50px;
	font-weight:bold;
	line-height: 1.2;
	padding-top: 24px;
}
.ttl_area h2 span{
	display:block;
	font-size:14px;
	font-weight:normal;
	    letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
h2{
width: 100%;
}
}/**/
h3 {
    font-size: 26px;
    font-weight: bold;
    color:#011243;
	background:#DFEEFF;
	padding:20px 0 20px 30px;
	margin-bottom:20px;
	width:100%;
	box-sizing:border-box;
}
.top_body h3 {
    font-size: 26px;
    font-weight: bold;
    color:#034FA0;
	background:none;
	padding:0;
	margin-bottom:0;
}
.page-id-264912 h3{margin-top:80px;}
h3.tit_st span {
    font-size: 12px;
background: #FF7F00;
border-radius: 16px;
color: #fff;
padding: 3px 10px;
display: inline-block;
vertical-align: top;
margin: 8px 10px 0 0;
}

h4{
  font-weight: 500;
    position: relative;
    font-size: 26px;
    text-align: center;
    margin:0 0 60px;
}
@media only screen and (max-width: 767px) {
h4{
  font-weight: 500;
    position: relative;
    font-size: 23px;
    text-align: center;
    margin:0 0 60px;
}
}/**/
h4:after {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #FF8900;
}
h5 {
    border-bottom: 2px solid #F7DDBD;
    font-size: 100%;
    font-weight: bold;
    margin: 0px 0 10px;
    padding: 4px 4px 2px 2px;
    position: relative;
}
h5.mt0 {
    margin-top:0;
}
h5::after {
    background-color: #F6A100;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 16%;
    z-index: 2;
}
h6 {
  padding: 4px 0 4px 10px;
  border-bottom: 1px dotted #ccc;
  border-left: 4px solid #F6A100;
  font-size: 90%;
	font-weight: bold;
  
}
/*h6{
	border-bottom: 1px solid #B9B9C8;
text-align: left;
color: #000;
font-size: 100%;
font-weight: bold;
padding: 4px 4px 2px 2px;
}*/


/* コンテンツのカラム
--------------------------------------------------------------------------------------------------------------------*/
#wrapper {
	width: 1100px;
	/*padding-top:130px;*/
	margin:0 auto;
}

.wrapper{
    width: 1100px;
    margin:0 auto;
	position:relative;
}

@media only screen and (max-width: 767px) {
    .wrapper{
        width: 100%;
        margin:0 auto;
    }
	    .wrapper.mtw{
        width: 100%;
        margin:0 auto;
			padding:0 15px;
			-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    }
}



/* 2カラム-----------------*/
#contents_two {
    width: 690px;
				float:left;
}
#sub_area {
    width: 250px;
				float:right;
				/*border:1px solid #000;*/
}
#sub_area p{
				font-size: 13px;
}
#sub_area p.acc{
				font-size: 15px;
}
@media only screen and (max-width: 767px) {
	#wrapper {
	width: 100%;
		padding: 0px 14px;
		box-sizing:border-box;
}
    /* 2カラム-----------------*/
#contents_two {
    width: 100%;
				float:none;
				padding:0 10px;
				-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
				
}
#sub_area {
    width: 100%;
				float:none;
				padding:0 10px;
				-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#sub_area img{
    width: 100%;
}
#sub_area p{
				font-size: 15px;
}
#sub_area p.acc{
				font-size: 17px;
}
}/**/


/* pタグ
--------------------------------------------------------------------------------------------------------------------*/
p{
	padding:0 0 10px 0;
	font-size:16px;
	letter-spacing:1px;
	line-height:1.5;
	font-weight: normal;
}


/* パンくずリスト
--------------------------------------------------------------------------------------------------------------------*/
.pan_vav{
	width: 1100px;
	padding:10px 0 6px 0;
}
.pan_nav {
    font-size: 12px;
    padding: 0 0 30px;
				-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
				margin-top:10px;
				margin-bottom:10px;
}

/* 区切り線
--------------------------------------------------------------------------------------------------------------------*/
hr.hr1 {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  border: 0; 
}


hr.hr2 {
  display:block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 1px dotted #cccccc;
}


/* googleマップ埋め込み
--------------------------------------------------------------------------------------------------------------------*/
.g_map {
position: relative;
padding-bottom: 36.25%; /*ここで縦横比の調整*/
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.g_map iframe,
.g_map object,
.g_map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* margin,padding
--------------------------------------------------------------------------------------------------------------------*/
.mt1 {margin-top: 1px;}
.mt2 {margin-top: 2px;}
.mt3 {margin-top: 3px;}
.mt4 {margin-top: 4px;}
.mt5 {margin-top: 5px;}
.mt7 {margin-top: 7px;}
.mt8 {margin-top: 8px;}
.mt9 {margin-top: 9px;}
.mt10 {margin-top: 10px;}
.mt11 {margin-top: 11px;}
.mt12 {margin-top: 12px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt45 {margin-top: 45px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt80 {margin-top: 80px;}
.mt150 {margin-top: 150px;}
.mb0 {margin-bottom: 0px !important;}
.mb3 {margin-bottom: 3px;}
.mb5 {margin-bottom: 5px;}
.mb8 {margin-bottom: 8px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb130 {margin-bottom: 130px;}
.mtb5 {margin-top: 5px; margin-bottom: 5px;}
.mtb10 {margin-top: 10px; margin-bottom: 10px;}
.mtb15 {margin-top: 15px; margin-bottom: 15px;}
.mtb20 {margin-top: 20px; margin-bottom: 20px;}
.mtb30 {margin-top: 30px; margin-bottom: 30px;}
.ml4 {margin-left: 4px;}
.ml5 {margin-left: 5px;}
.ml7 {margin-left: 7px;}
.ml9 {margin-left: 9px;}
.ml-9 {margin-left: -9px;}
.ml0i {margin-left:0 !important;}
.ml10 {margin-left:10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml34 {margin-left: 34px;}
.ml35 {margin-left: 35px;}
.ml40 {margin-left: 40px;}
.ml47 {margin-left: 47px;}
.ml50 {margin-left: 50px;}
.ml56 {margin-left: 56px;}
.ml60 {margin-left: 60px;}
.ml70 {margin-left: 70px;}
.ml110 {margin-left: 110px;}
.ml300{margin-left: 300px;}
.mr0i {margin-right: 0 !important;}
.mr2 {margin-right: 2px;}
.mr5 {margin-right: 5px;}
.mr8 {margin-right: 8px;}
.mr10 {margin-right: 10px;}
.mr12 {margin-right: 12px;}
.mr13 {margin-right: 13px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr60 {margin-right: 60px;}
.mlr5 {margin-left: 5px; margin-right: 5px;}
.mlr10 {margin-left: 10px; margin-right: 10px;}
.mlr12 {margin-left: 12px; margin-right: 12px;}
.mlr13 {margin-left: 13px; margin-right: 13px;}
.mlr14 {margin-left: 14px; margin-right: 14px;}
.mlr15 {margin-left: 15px; margin-right: 15px;}
.mlr16 {margin-left: 16px; margin-right: 16px;}
.mlr22 {margin-left: 22px; margin-right: 22px;}
.mr11 {margin-right: 11px;}
.mr40 {margin-right: 40px;}
.mr50 {margin-right: 50px;}
.pt1 {padding-top:1px;}
.pt3 {padding-top:3px;}
.pt6 {padding-top:6px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pt80 {padding-top:80px;}
.pt200 {padding-top:200px;clear: both;}
.ptb5 {padding-top: 5px; padding-bottom: 5px;}
.ptb10 {padding-top: 10px; padding-bottom: 10px;}
.ptb15 {padding-top: 15px; padding-bottom: 15px;}
.ptb20 {padding-top: 20px; padding-bottom: 20px;}
.ptb30 {padding-top: 30px; padding-bottom: 30px;}
.ptb40 {padding-top: 40px; padding-bottom: 40px;}
.ptb50 {padding-top: 50px; padding-bottom: 50px;}
.pb3 {padding-bottom: 3px;}
.pb10 {padding-bottom:10px;}
.pb30 {padding-bottom:30px;}
.pl1 {padding-left: 1px;}
.pl5 {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pl60 {padding-left: 60px;}
.pl70 {padding-left: 70px;}
.pl145 {padding-left: 145px;}
.pl150 {padding-left: 150px;}
.pl250 {padding-left: 250px;}
.plr0i {padding-left: 0 !important; padding-right: 0 !important;}
.pr10 {padding-right: 10px;}
.pr20 {padding-right: 20px;} 
.pr0i {padding-right: 0 !important;}
.plr1 {padding-left: 1px; padding-right: 1px;}
.plr5 {padding-left: 5px; padding-right: 5px;}
.plr10 {padding-left: 10px; padding-right: 10px;}
.plr12 {padding-left: 12px; padding-right: 12px;}
.p0 {padding: 0 !important;}
.m0 {margin: 0 !important;}
.p_all10 {padding: 10px !important;}

/* width %
--------------------------------------------------------------------------------------------------------------------*/
.w15per {width: 15%;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;}
.w30per {width: 30%;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;}
.w50per {width: 50%;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;}
.w80per {width: 80%;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;}
.w100per {width: 100%;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;}
.w3 {width: 3px;}
.w4 {width: 4px;}
.w7 {width: 7px;}
.w60 {width: 60px;}
.w78 {width: 78px;}
.w85 {width: 85px;}
.w90 {width: 90px;}
.w108 {width: 108px;}
.w126 {width: 126px;}
.w135 {width: 135px;}
.w140 {width: 140px;}
.w145 {width: 145px;}
.w147 {width: 147px;}
.w184 {width: 184px;}
.w200 {width: 200px;}
.w212 {width: 212px;}
.w213 {width: 213px;}
.w254 {width: 254px;}
.w260 {width: 260px;}
.w265 {width: 265px;}
.w270 {width: 270px;}
.w275 {width: 275px;}
.w282 {width: 282px;}
.w293 {width: 293px;}
.w300 {width: 300px;}
.w328 {width: 328px;}
.w385 {width: 385px;}
.w405 {width: 405px;}
.w430 {width: 430px;}
.w455 {width: 455px;}
.w490 {width: 490px;}
.w505 {width: 505px;}
.w585 {width: 585px;}
.w700 {width: 700px;}

/* font
--------------------------------------------------------------------------------------------------------------------*/
.fnt_bld {font-weight: bold;}

/* font-size--------------------------*/

.fnt70 {font-size: 70%;}
.fnt05 {
	font-size: 75%;
}
.fnt80 {font-size: 80%;}
.fnt85 {font-size: 85%;}
.fnt95 {font-size: 95%;}
.fnt90 {font-size: 90%;}
.fnt92 {font-size: 92%;}
.fnt99 {font-size: 99%;}
.fnt110 {font-size: 110%;}
.fnt120 {font-size: 120%;}
.fnt130 {font-size: 130%;}
.fnt135 {font-size: 135%;}
.fnt140 {font-size: 140%;}
.fnt150 {font-size: 150%;}
.fnt165 {font-size: 165%;}
.fnt180 {font-size: 180%;}
.fnt200 {font-size: 200%;}
.fnt220 {font-size: 220%;}
.fnt240 {font-size: 240%;}
.fnt270 {font-size: 270%;}


/* font-color
--------------------------*/
.clr_red {color: #D80000;}
.clr_red2 {color: #D80000;}
.clr_blk {color: #000;}
.clr_blue {color: #003af6;}
.clr_blue2 {color: #0059B2;}
.clr_hk_blue {color: #397db2;}
.clr_blue2 {color: #1B5FBE;}
.clr_white {color: #fff;}
.clr_ora {color: #FF5B26;}
.clr_gre {color: #59B200;}

/* other
--------------------------------------------------------------------------------------------------------------------*/
.clr_bth {clear: both;}
.t_left {text-align: left;}
.t_center {text-align: center;}
.t_right {text-align: right;}
.disp_blk {display: block;}
.disp_inl {display: inline;}
.disp_ne {display:none;}
.crsr_pr {cursor: pointer;}
.ps_r {position: relative;}
.ps_a0 {position: absolute; top: 0; left: 0;}
.ps_rt10 {position: relative; top: 10px;}
.ps_r_tp2 {position: relative; top: 2px;}
.flt_lists li {float: left;}
.flt_lft {float: left;}
.flt_rgt {float: right;}
.lne_h1 {line-height: 1 !important;}
.bdr_ne {border: none !important;}
.bkg_ne {background: none !important;}
.bdr_g1 {border: 1px solid #dbdbea;}
.mh280 {min-height: 280px;}

.vatop {	vertical-align:top;}
.vtcl_m {vertical-align: middle;}
.dis_ib {display: inline-block}
.m0a{margin: 0px auto;}
.bg_glay{	background:#f2f2f2;}
.bg_ora{	background:#FFF2E6;}
.bo_all_01{	border:1px solid #ddd;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;}
.bo_all_02{	border:1px solid #444;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;}


/* pagetop 
--------------------------------------------------------------------------------------------------------------------*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.pagetop a {
	display: block;
	width: 54px;
	height: 54px;
}
.pagetop.subt {
	display: none;
	position: fixed;
	bottom: 80px;
	right: 0px;
	width: 250px;
}
.pagetop.subt img {
	width: 100%;
}

@media only screen and (max-width: 767px) {
.pagetop {
	bottom: 10px;
	right: 10px;
}
}/**/
@media only screen and (max-width: 960px) {
.pagetop.subt {
	display: none!important;
}
}/**/
/* 画像の回り込み
--------------------------------------------------------------------------------------------------------------------*/
.img-right,.alignright{
	float:right;
	padding:0 0 5px 10px;
	display: inline;
}
.img-left,.alignleft{
	float:left;
	padding:0 10px 5px 0;
	display: inline;
}

.img-center,.aligncenter{
	padding:5px 0 10px 0;
	text-align:center;
}

/* 画像横並べ
--------------------------------------------------------------------------------------------------------------------*/


/* ボタン
--------------------------------------------------------------------------------------------------------------------*/
/* arrow01
--------------------------*/
.arrow_01_box .arrow_01{
	position:absolute;
	right:32px;
	bottom:20px;
}
.arrow_01_box .arrow_01::before{
	content: '';
	width: 72px;
	height: 1px;
	position: absolute;
	background-color: #fff;
	top: 50%;
	right: 73px;
	transition: all .3s;
}
.arrow_01_box .arrow_01::after{
	content: '';
	width: 9px;
	height: 9px;
	border: 1px solid #fff;
	border-left: 0;
	border-bottom: 0;
	position: absolute;
	top: 0.5px;
	right: 72px;
	transition: all .3s;
	transform: rotate(45deg);
	transform-origin: top right;
}
@media only screen and (max-width: 767px) {
	.arrow_01_box .arrow_01::before{
	right: 0;
}
	.arrow_01_box .arrow_01::after{
	right: 0;
}
}/**/
.arrow_01_box:hover .arrow_01::before{
	content: '';
	width: 125px;
	right: 21px;
}
.arrow_01_box:hover .arrow_01::after{
	content: '';
	right: 20px;
}

/* arrow02
--------------------------*/
.arrow_02 a{
	width: 280px;
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 500;
}
.arrow_02 a::before{
	content: '';
	width: 72px;
	height: 1px;
	position: absolute;
	background-color: #111;
	top: 50%;
	right: 75px;
	transition: all .3s;
}
.arrow_02 a::after{
	content: '';
	width: 8px;
	height: 8px;
	border: 1px solid #111;
	border-left: 0;
	border-bottom: 0;
	position: absolute;
	top: 50%;
	right: 75px;
	transition: all .3s;
	transform: rotate(45deg);
	transform-origin: top right;
}
.arrow_02 a:hover::before{
	content: '';
	width: 127px;
	right: 20px;
	background-color:#E48210;
	
	
}
.arrow_02 a:hover::after{
	content: '';
	right: 20px;
	border-color:#E48210;
}

/* arrow03
--------------------------*/
.arrow_03 a{
	width: 280px;
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 500;
}
.arrow_03 a::before{
	content: '';
	width: 72px;
	height: 1px;
	position: absolute;
	background-color: #111;
	top: 50%;
	right: 75px;
	transition: all .3s;
}
.arrow_03 a::after{
	content: '';
	width: 8px;
	height: 8px;
	border: 1px solid #111;
	border-left: 0;
	border-bottom: 0;
	position: absolute;
	top: 50%;
	right: 75px;
	transition: all .3s;
	transform: rotate(45deg);
	transform-origin: top right;
}
.arrow_03 a:hover::before{
	content: '';
	width: 127px;
	right: 20px;
	background-color:#E48210;
	
	
}
.arrow_03 a:hover::after{
	content: '';
	right: 20px;
	border-color:#E48210;
}

.btn_u_list a {
    border: 1px solid #F6A100;
    border-radius: 4px;
    color: #F6A100;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-right: 4px;
    padding: 9px 12px 6px;
    text-transform: uppercase;
				font-weight:bold;
}
.btn_u_list a:hover {
    background: #F6A100 none repeat scroll 0 0;
    border: 1px solid #F6A100;
    color: #fff;
    text-decoration: none;
}
.btn_t_list ul li {
    display: inline-block;
    padding-bottom: 5px;
    padding-right: 8px;
}

/* ボタン01
--------------------------*/
.btn_line a{
    font-size:18px;
	font-weight:500;
    background: linear-gradient(90deg, rgba(71, 126, 185, 1), rgba(3, 68, 137, 1));
	color:#fff;
    display:block;
	position:relative;
	border-radius:12px;
	padding:20px 0 0 20px;
}
.btn_line a:hover{
	text-decoration:none;
	opacity:0.6;
}


/* ボタン01-外部リンク
--------------------------*/
.btn_line_out a:link,.btn_line_out a:visited{
padding:7px 21px 6px 28px;
font-size:13px;
text-transform:uppercase;
cursor:pointer;
border:1px solid #535362;
background: url(../images/common/mark_line_out.png) no-repeat 16px 12px #fff;
display: inline-block;
}
.btn_line_out a:hover{
background: url(../images/common/mark_line_out.png) no-repeat 16px 12px #D9ECFF;
color:#333;
border:1px solid #0059B2;
text-decoration:none;
}

/* ボタン02
--------------------------*/
.btn_line2 a:link,.btn_line2 a:visited{
padding:9px 30px 9px 30px;
font-size:13px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #034FA0;
display: inline-block;
color:#034FA0;;
background: #fff;
}
.btn_line2 a:hover{
background: #034FA0;
color:#fff;
border:2px solid #034FA0;
text-decoration:none;
}
input.btn_line2{
padding:22px 50px 19px 58px;
font-size:16px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #FF7F00;
display: inline-block;
color:#FF7F00;
background:#fff;
min-width:350px;
}
input.btn_line2:hover{
background: #FF7F00;
color:#fff;
border:2px solid #FF7F00;
text-decoration:none;
opacity:1.0;
}

/* ボタン03
--------------------------*/
.btn_line3 a:link,.btn_line3 a:visited{
padding:8px 0 5px 0;
font-size:13px;
text-transform:uppercase;
cursor:pointer;
background: #0085B2;
color:#fff;
text-align:center;
display:inline-block;
}
.btn_line3 a:hover{
background: #CD94AB;
color:#fff;
text-decoration:none;
}

/* ボタン04
--------------------------*/
.btn_line4 a:link,.btn_line4 a:visited{
padding:6px 0 4px 0;
font-size:13px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #0085B2;
display: inline-block;
color:#0085B2;
width:100%;
text-align:center;
}
.btn_line4 a:hover{
background: #0085B2;
color:#fff;
border:2px solid #0085B2;
text-decoration:none;
}

/* ボタン〒
--------------------------*/
.btn_yubin a:link,.btn_yubin a:visited{
padding:4px 15px 4px 15px;
font-size:13px;
text-transform:uppercase;
cursor:pointer;
display: inline-block;
background:#0085B2;
color:#fff;
text-align:center;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
margin-left:10px;
vertical-align:top;
}
.btn_yubin a:hover{
background: #CD94AB;
color:#fff;
text-decoration:none;
}

/* ボタン戻る
--------------------------*/
input.btn_back{
padding:12px 30px 9px 38px;
font-size:13px;
text-transform:uppercase;
cursor:pointer;
border:2px solid #444;
display: inline-block;
color:#444;
background:#fff;
}
input.btn_back:hover{
background: #444;
color:#fff;
border:2px solid #444;
text-decoration:none;
opacity:1.0;
}

.btn01 a{
padding:15px 30px;
border:solid 1px #fff;
margin:0 0 20px;
font-size:1.2em;
text-transform:uppercase;
font-weight:bold;
color:#fff;
cursor:pointer;

background: #cb60b3;
background: -moz-linear-gradient(top,  #cb60b3 0%, #ad1283 50%, #de47ac 100%);
background: -webkit-linear-gradient(top,  #cb60b3 0%,#ad1283 50%,#de47ac 100%);
background: linear-gradient(to bottom,  #cb60b3 0%,#ad1283 50%,#de47ac 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#de47ac',GradientType=0 );


-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);

-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;

text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
}
.btn01 a:hover{
background: #890080;
background: -moz-linear-gradient(top,  #890080 12%, #db36a4 100%);
background: -webkit-linear-gradient(top,  #890080 12%,#db36a4 100%);
background: linear-gradient(to bottom,  #890080 12%,#db36a4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#890080', endColorstr='#db36a4',GradientType=0 );

color:#ccc;
}
input.btn01{
padding:15px 50px;
border:solid 1px #fff;
margin:0 0 20px;
font-size:1.2em;
text-transform:uppercase;
font-weight:bold;
color:#fff;
cursor:pointer;

background: #cb60b3;
background: -moz-linear-gradient(top,  #cb60b3 0%, #ad1283 50%, #de47ac 100%);
background: -webkit-linear-gradient(top,  #cb60b3 0%,#ad1283 50%,#de47ac 100%);
background: linear-gradient(to bottom,  #cb60b3 0%,#ad1283 50%,#de47ac 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#de47ac',GradientType=0 );


-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;

text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.8);
}
input.btn01:hover{
background: #890080;
background: -moz-linear-gradient(top,  #890080 12%, #db36a4 100%);
background: -webkit-linear-gradient(top,  #890080 12%,#db36a4 100%);
background: linear-gradient(to bottom,  #890080 12%,#db36a4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#890080', endColorstr='#db36a4',GradientType=0 );

color:#ccc;
}
.btn02 {
   background: #fceabb;
background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 );

    border: 1px solid #fff;
    border-radius: 6px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #000;
    cursor: pointer;
    font-size: 12px;
    padding: 6px;
    text-transform: uppercase;
				width:200px;
				margin:16px 0;
}
.btn02:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #FF4000 12%, #FFBF00 100%) repeat scroll 0 0;
    color: #000;
}

#sub_area input.s_btn {
    padding: 5px 20px;
				width:130px;
				font-size: 1em;
				font-weight:normal;
				margin:0;
}
#sub_area input.s_btn.w180 {
				width:180px;
}
.ib_cart input.ibs_btn {
    font-size: 10px;
    padding: 5px;
				width:86px;
				margin:6px 0;
				font-weight:normal;
}
.ib_cart input.ibs_btn_no {
    font-size: 10px;
    padding: 5px;
   	width:86px;
				margin:6px 0;
				opacity: 0.6;  
 filter: alpha(opacity=60);  
 -ms-filter: "alpha( opacity=60 )";  
 -moz-opacity: 0.6;  
 -khtml-opacity: 0.6; 
}
.item_box .ib_cart span{
	display: inline-block;
    margin: 7px 0 0 6px;
    vertical-align: top;
}
.alpha{
	opacity: 0.6;  
 filter: alpha(opacity=60);  
 -ms-filter: "alpha( opacity=60 )";  
 -moz-opacity: 0.6;  
 -khtml-opacity: 0.6;  
}
.idr_cart input.idr_btn {
    font-size: 15px;
    padding: 12px 20px;
				width:220px;
				margin:6px 0;
}
/*FAQ
--------------------------------------------------------------------------------------------------------------------*/
dl.faq {
    border-bottom: 1px solid #ddd;
    font-size: 110%;
    margin: 0;
    padding: 6px 2px;
    position: relative;
    width: 100%;
}

				
dl.faq dt {
    background: rgba(0, 0, 0, 0) url("../images/common/faq_q.png") no-repeat scroll 5px 5px;
    color: #333;
    font-size: 120%;
    padding: 2px 0 0 35px;
    text-decoration: underline;
}
dl.faq dd {
    background: rgba(0, 0, 0, 0) url("../images/common/faq_a.png") no-repeat scroll 15px 13px;
    font-size: 110%;
    padding: 12px 10px 10px 45px;
}
/*一覧
--------------------------------------------------------------------------------------------------------------------*/
/* 一覧01--------------------------*/
.list_01 {
    margin-top: 10px;
    padding-left: 6px;
}
.list_01 li {
    /*background: url("../images/common/mark_line.png") 3px center no-repeat;*/
    border-bottom: 1px solid #ccc;
    /*height: 1.8em;
    line-height: 2.1;*/
    padding: 10px 0 10px 7px;
}
.list_01 .listdate {
    padding: 0 10px 0 0;
}
.icon_new_01{
	border:1px solid #D90000;
	color:#D90000;
	font-size:9px;
	padding:0 5px;
}

/* 一覧02（年月）※沿革--------------------------*/
.list_02 dl{
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
border-top: 1px solid #CCC;
display:table;
width:100%;
}
.list_02 dt {
 border-top: 1px solid #ccc;
 width: 110px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	background:#eee;
}
.list_02 dl dd{
	border-left: 1px solid #ccc;
 border-top: 1px solid #ccc;
 display: table;
 font-size: 0.9em;
 height: auto;
 width: 100%;
		
}
.list_02 dl dd .month{
	background: #f3f3f3 none repeat scroll 0 0;
 border-right: 1px solid #ccc;
 display: table-cell;
 height: auto;
 padding: 10px 10px 10px 0;
 text-align: right;
 width: 60px;
}
.list_02 dl dd .hl_txt{
	display: table-cell;
 height: auto;
 padding: 0 0 10px 10px;
}

.list_02 dt:first-child,
.list_02 dd:first-of-type { border-top: 0 none transparent; }
.list_02 dl:last-child { border-bottom: 1px solid #CCC; }

/* 一覧03--------------------------*/
.list_03 ul li{
background: url("../images/common/mark_line.png") 3px 5px no-repeat;
padding:0 0 0 14px;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
				margin-bottom: 0.5em;
}
/* 一覧04--------------------------*/
.list_04 {
    margin-top: 10px;
    padding-left: 6px;
}
.list_04 li {
    border-bottom: 1px solid #ddd;
    height: 1.8em;
    line-height: 2.1;
    padding: 10px 0 15px 7px;
}
.list_04 .listdate {
    padding: 0 10px;
}
.list_04 li a[href$=".pdf"] {
	background: url(../images/common/icon_pdf.png) no-repeat 0 3px;
}
/* 一覧05--------------------------*/
.list_05 {
    border: 5px solid #fff;
				padding:20px 20px 10px 20px;
				border:1px solid #ddd;
}
.list_05 ul li {
    font-size: 13px;
    list-style-type: disc;
    margin-bottom: 10px;
    margin-left: 10px;
}

/* 高さ固定--------------------------*/
.scroll_80 {
    overflow: auto;
				height:80px;
}
.scroll_120 {
    overflow: auto;
				height:120px;
}
.scroll_200 {
    overflow: auto;
				height:200px;
}

/* table
--------------------------------------------------------------------------------------------------------------------*/

/* table01
--------------------------*/
.table_01  { width: 100%; }
.table_01.w50per  { width: 50%; }
.table_01 th, .table_01 td  { padding: 10px; border: 1px solid #ddd; }
.table_01 th  { background: #f4f4f4; }
.table_01.t_center th ,.table_01.t_center td  {
	text-align:center; }
	.table_01.t_center th.t_left,.table_01.t_center td.t_left  {
	text-align:left; }


/* 紹介用
--------------------------------------------------------------------------------------------------------------------*/
.box_b_10 li{
	border:1px solid #ccc;
	padding:10px;
	-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}
/* 画像ズーム
--------------------------------------------------------------------------------------------------------------------*/
img.grow {
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	-ms-transition:0.2s ease-in-out;
	-o-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
}
img.grow:hover {
	-webkit-transform:scale(1.02,1.02);
	-moz-transform:scale(1.02,1.02);
	-ms-transform:scale(1.02,1.02);
	-o-transform:scale(1.02,1.02);
	transform:scale(1.02,1.02);
}
/* ページャー
--------------------------------------------------------------------------------------------------------------------*/
.pgr_count {
				text-align:center;
}
.pgr_count.pg_left {
    float: left;
}
.pgr_count.pg_right {
    float: right;
}
.pgr_count ul {
    display: inline-block;
}
.pgr_count ul li.thispage {
    background: #eee none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #999;
    font-weight: bold;
    padding: 7px 9px;
}
.pgr_count ul li {
    display: inline-block;
    vertical-align: middle;
}
.pgr_count ul li a {
    background-color: #ffffff;
    background-image: linear-gradient(#f5f5f5, #ffffff 30%);
    border: 1px solid #cad0c6;
    border-radius: 5px;
    box-shadow: 0 1px 1px #ccc, 0 2px 0 white inset, 0 -2px 0 #eeeeee inset;
    color: #333;
    display: inline-block;
    font-weight: bold;
    padding: 6px 8px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}
.pgr_count ul li a:hover {
    opacity: 0.6;
}
.opa{  
 opacity: 0.3;
 filter: alpha(opacity=30);
 -ms-filter: "alpha( opacity=30 )";
 -moz-opacity: 0.3;
 -khtml-opacity: 0.3;
}

/* ico
--------------------------------------------------------------------------------------------------------------------*/
.ico_blue_01 a {
    background: #006DD9 none repeat scroll 0 0;
    color: #fff;
}
.ico_red_01 a {
    background: #b1174b none repeat scroll 0 0;
    color: #fff;
}
.ico_glay_01 a {
    background: #ddd none repeat scroll 0 0;
    color: #000;
}
.ico_blue_01 a, .ico_red_01 a {
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    line-height: 25px;
    text-align: center;
    width: 40px;
}
.ico_glay_01 a {
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    line-height: 25px;
    text-align: center;
    width: 80px;
}



@media only screen and (max-width: 767px) {
body {
 -webkit-text-size-adjust: 100%;
}
* {
    -webkit-appearance: none;
}
input{
width:100%;
border-radius:0;
}
.flt_lft {float: none;}
.flt_rgt {float: none;}
	
/* コンテンツのカラム
--------------------------------------------------------------------------------------------------------------------*/

/* 1カラム-----------------*/
#contents_one {
    padding: 0px 10px;
    width: 100%;
				-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* 画像の回り込み
--------------------------------------------------------------------------------------------------------------------*/
.img-right,.alignright{
	float:none;
	padding:0 0 10px 0;
	margin:0 auto;
	display:block;
}
.img-left,.alignleft{
	float:none;
	padding:0 0 10px 0;
	margin:0 auto;
	display:block;
}

.img-center,.aligncenter{
	padding:5px 0 10px 0;
	text-align:center;
}

/* 画像横並べ
--------------------------------------------------------------------------------------------------------------------*/


/* ボタン
--------------------------------------------------------------------------------------------------------------------*/

.btn_u_list > a {
    box-sizing: border-box;
    margin-bottom: 0.5em;
    text-align: center;
    width: 100%;
}
/* ボタン01
--------------------------*/
.btn_line a{
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-align:center;
}


/* ボタン01-外部リンク
--------------------------*/
.btn_line_out a:link,.btn_line_out a:visited{
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-align:center;
}

/* ボタン02
--------------------------*/
.btn_line2 a:link,.btn_line a:visited{
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-align:center;
}

/* ボタン03
--------------------------*/
.btn_line3 a:link,.btn_line a:visited{
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-align:center;
}

/* ボタン04
--------------------------*/
.btn_line4 a:link,.btn_line a:visited{
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-align:center;
}
/* ボタン戻る
--------------------------*/
input.btn_back{
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-align:center;
margin-top:10px;
}

/*FAQ
--------------------------------------------------------------------------------------------------------------------*/
dl.faq {
    width: 100%;
}


/*一覧
--------------------------------------------------------------------------------------------------------------------*/
/* 一覧01--------------------------*/
ul.list_01 {
    margin-top: 10px;
    
}
ul.list_01 li {
				position:relative;
				padding: 6px 0 6px 16px;
				background: rgba(0, 0, 0, 0) url("../images/common/mark_line.png") no-repeat scroll 3px 11px;
				height:auto;
				
}
ul.list_01 .listdate {
				display:block;
				padding:0;
				
}
.icon_new_01{
	position: absolute;
 right: 0;
 top: 10px;
}

/* 一覧02（年月）※沿革--------------------------*/
.list_02 dl{
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
border-top: 1px solid #CCC;
display:block;
width:100%;
}
.list_02 dt {
 border-bottom: 1px solid #ccc;
 width:100%;
	display:block;
	padding:10px 0;

}
.list_02 dl dd{
	border-left: 0px solid #ccc;
	
}
.list_02 dl dd .month{
 width: 20%;
}

/* 一覧03--------------------------*/
.list_03 ul li{
width: 50%;
float:left;
}

/* 一覧04--------------------------*/
ul.list_04 {
    margin-top: 10px;
    
}
ul.list_04 li {
				position:relative;
				padding: 6px 0 6px 6px;
				height:auto;
				
}
ul.list_04 .listdate {
				display:block;
				padding:0;
				
}
/* 画像ズーム
--------------------------------------------------------------------------------------------------------------------*/
img.grow:hover {
	-webkit-transform:scale(1.0,1.0);
	-moz-transform:scale(1.0,1.0);
	-ms-transform:scale(1.0,1.0);
	-o-transform:scale(1.0,1.0);
	transform:scale(1.0,1.0);
}


table.table_01 {
    box-sizing: border-box;
    border-right: 1px solid #000;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
				display:block;
}
table.table_01 tbody { border-right: none;
white-space:nowrap;
}
/**/}

/**/
.saimg{
height: 130px;
overflow: hidden;
}
.saimg img{
width: 100%;
}
.top_clist .news_date{
font-size: 90%;

}
.top_clist .txt_link{
font-size: 120%;
}
.tp_c_cat{
background-color: #94C148;
width: 100%;
display: inline-block;
padding: 0.3em 0;
border-radius: 3px;
font-size: 12px;
color: #FFF;
text-align: center;
}

h2.top_l_c_ttl {

    border: none;
    padding: 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 30px;
	text-align: center;
	margin: 24px 0 10px 0;

}
 
li.sublist .news_cat{
margin-left: 0!important;

}
li.sublist .lint{
font-size: 14px;

}
.cat_4,.cat_5,.cat_6 {

    background-color: #94C148;

}
.tags a {
    background-color: #94C148;
    width: 100%;
    display: inline-block;
    padding: 0.3em 0;
    border-radius: 3px;
    font-size: 12px;
    color: #FFF;
    text-align: center;
	margin-top: 5px;
}
.tags a:hover {
	text-decoration: none;
}
.cat_list.voice_list dt{
width: 100%;
float: none;
}
.cat_list.voice_list .tags a {
    background-color: #94C148;
    width: 150px;
    display: inline-table;
    padding: 0.5em 0;
    border-radius: 3px;
    font-size: 12px;
    color: #FFF;
    text-align: center;
	margin-left: 1em;
}
.tag_cat a {
background-color: #94C148;
    width: 140px;
    display: inline-table;
    padding: 0.5em 0;
    border-radius: 3px;
    font-size: 12px;
    color: #FFF;
    text-align: center;
	margin-left: 1em;
}

@media only screen and (max-width: 767px) {
.box_b_10{
padding: 0 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
}/**/

/*header*/
#header{
	background:#fff;
	width:100%;
	padding: 2px 0;
	position: fixed;
	top: 0;
    z-index: 1000;
    border-bottom: 1px solid #ccc;
}
#header_wrapper{
	display:flex;
	flex-wrap:wrap;
	width: 100%;
    justify-content: space-between;
	
    background: #fff;
}
.header_nav{
	width:calc(100% - 250px);
	padding-top:20px;
	margin-left:auto;
}
ul.header_nav_list{
	display:flex;
	width:100%;
	font-size:12px;
	font-weight:bold;
}
ul.header_nav_list li{
	padding:0 0 0 20px;
}
ul.header_nav_list li:first-child{
	margin-left:auto;
}
ul.header_nav_list li:last-child{
	
}
ul.header_nav_list li:last-child a{
	background:#FF8900;
	color:#fff;
	border-radius:20px 0 0 20px;
	    padding: 12px 12px 12px 20px;
}
ul.header_nav_list li:last-child a span img{
	width: 16px;
    padding: 5px 0 0 5px;
	margin-top: -3px;
}
/*footer*/
#footer_area{
	background:#fff;
	padding-top:20px;
	width:100%;
}
ul.footer_link_list{
	display:flex;
	width:100%;
	font-size:15px;
	align-items: center;
	flex-wrap: wrap;
}ul.footer_link_list li{
	width:50px;
	padding-left:6px;
}
ul.footer_link_list li:nth-child(1){
	width:130px;
}
ul.footer_link_list li:nth-child(2){
	width:150px;
	padding:0 10px 0 20px;
}
ul.footer_link_list li:nth-child(3){
	width:90px;
}
ul.footer_link_list li img{
	width:100%;
}
ul.footer_link_list li:first-child img{
	width:130px;
	padding-left:0;
	padding-right: 30px;
}
ul.footer_link_list li:nth-child(4){
	margin-left:auto;
}
.copyright{
	text-align:right;
	font-size:12px;
	padding:40px 0;
}
#footer_second{
	background-image: linear-gradient(0deg, rgba(0, 42, 84, 1), rgba(60, 77, 128, 1));
	padding:40px 0 20px;
	margin-top:50px;
	
}
ul.footer_second_list{
	display:flex;
	width:100%;
	font-size:15px;
	padding-bottom:16px;
	flex-wrap: wrap;
	justify-content: flex-end;
}
ul.footer_second_list li{
	padding:0 0 10px 30px;
}
ul.footer_second_list li a{
	color:#fff;
}
ul.footer_second_list li:first-child{
	margin-left:auto;
}
ul.footer_second_list li:nth-child(8){
	margin-left:40%;
}
.footer_second_under{
	border-top:1px solid #fff;
	padding-top:25px;
	margin-top:10px;
}
.footer_second_under ul.footer_second_list{
	font-size:12px;
	padding-bottom:6px;
}
.footer_second_under ul.footer_second_list li a{
	color:#ccc;
}
#footer_contact{
	background:#6D86A5;
	position:relative;
	padding:30px 0 80px;
	margin-top:80px;
}
#footer_contact h2 span {
    color: #fff;
	display:block;
	padding: 10px 0 5px;
	font-size: 16px;
}
#footer_contact .footer_contact_tel {
    color: #fff;
	position: absolute;
    right: 0;
    top: 90px;
	display: flex;
}
#footer_contact .footer_contact_tel p{
	font-size:24px;
	font-weight:bold;
	border-bottom:2px solid #fff;
	padding:0 0 0 5px;
}
ul.footer_contact_list{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin-top:-80px;
	justify-content: end;
}
ul.footer_contact_list li{
	background:#fff;
	width: 320px;
    border-radius: 12px;
    padding-right: 20px;
}
ul.footer_contact_list li:hover{
	opacity:0.6;
}
ul.footer_contact_list li .arrow_02 a {
    width: 100%;
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 0 16px 20px;
    color: #0054A7;
}
ul.footer_contact_list li .arrow_02 a::before {
    background-color: #0054A7;
}
ul.footer_contact_list li .arrow_02 a::after {
    border: 1px solid #0054A7;
	border-left: 0;
	border-bottom: 0;
}
ul.footer_contact_list li .arrow_02 a:hover::before{
	background-color:#E48210;
}
ul.footer_contact_list li .arrow_02 a:hover::after{
	border-color:#E48210;
}
/*#footer_contact .footer_contact_tel::before {
    content: url("../images/ico_tel.svg") ;
    display: block;
    width: 50px;
    height: 50px;
}*/

nav.drawer_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}


/*だし分け*/
.sp{
	display:none;
}
.pc{
	display:block
}

/*parts*/
/*zoomblock_list*/
ul.zoomblock_list{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	padding:50px 0 40px;
}
ul.zoomblock_list li{
	width:48%;
}
ul.zoomblock_list li a{
	display:block;
	position:relative;
	border-radius: 12px;
	height: 260px;
}
@media only screen and (max-width: 767px) {
ul.zoomblock_list{
	display:block;
	padding:0;
}
ul.zoomblock_list li{
	width:100%;
	margin-bottom:0px;
}
ul.zoomblock_list li a{
	display:block;
	position:relative;
	border-radius: 12px;
	height: 260px;
}
}/**/
ul.zoomblock_list li div{
	position:absolute;
	top: 40%;
	right: 50px;
    text-align: center;
	color: #034FA0;
    font-size: 28px;
    text-shadow: 0px 0px 6px #fff;
    background-size: cover;
}
ul.zoomblock_list li div img{
	display:block;
	margin:0 auto;
	padding:15px 0 5px;
}
ul.zoomblock_list li .arrow_01{
	position:absolute;
	right:32px;
	bottom:20px;
}
ul.zoomblock_list li .arrow_01::before{
	content: '';
	width: 72px;
	height: 2px;
	position: absolute;
	background-color: #fff;
	top: 50%;
	right: 74px;
	transition: all .3s;
}
ul.zoomblock_list li .arrow_01::after{
	content: '';
	width: 9px;
	height: 9px;
	border: 2px solid #fff;
	border-left: 0;
	border-bottom: 0;
	position: absolute;
	top: 1px;
	right: 72px;
	transition: all .3s;
	transform: rotate(45deg);
	transform-origin: top right;
}
ul.zoomblock_list li:hover .arrow_01::before{
	content: '';
	width: 127px;
	right: 22px;
}
ul.zoomblock_list li:hover .arrow_01::after{
	content: '';
	right: 20px;
}

ul.zoomblock_list li .zoom_img{
	transform: scale(1);
	transition: .3s ease-in-out;
}
ul.zoomblock_list li:hover .zoom_img{
	transform: scale(1.05);
}
/*linelist*/
.linelist {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
}
.linelist li {
    border-bottom: 1px solid #D1D1D1;
    font-size: 16px;
	width:30%;
}
.linelist::after{
  content:"";
  display: block;
  width:30%;
}
.linelist li a {
   display:block;
    padding: 40px 0 40px 15px;
	margin-top:0;
	position:relative;
}
.linelist li a::before {
    content: '';
    width: 15px;
    height: 1px;
    position: absolute;
    background-color: #4B505F;
    top: 51px;
    right: 23px;
    transition: all .3s;
}
.linelist li a::after {
    content: '';
    width: 9px;
    height: 9px;
    border: 1px solid #4B505F;
    border-left: 0;
    border-bottom: 0;
    position: absolute;
    top: 51px;
    right: 22px;
    transition: all .3s;
    transform: rotate(45deg);
    transform-origin: top right;
}

.linelist li a[href*=".pdf"]::before {
    display:none;
}
.linelist li a[href*=".pdf"]::after {
    content: '';
    width: 20px;
    height: 20px;
    border: 0px solid #4B505F;
    border-left: 0;
    border-bottom: 0;
    position: absolute;
    top: 42px;
    right: 15px;
    transition: all .3s;
    transform: rotate(0deg);
    transform-origin: top right;
    background: url(../images/ico_pdf.svg) no-repeat 0 0;
    background-size: contain;
}
.linelist li a:hover {
   background:#034FA0;
	color:#fff;
	text-decoration:none;
	transition: 0.5s;
}
.linelist li a:hover::before  {
    background-color: #fff;
}
.linelist li a:hover::after  {
    border: 1px solid #fff;
	border-left: 0;
    border-bottom: 0;
}
.linelist li a[href*=".pdf"]:hover::after {
    content: '';
    border: 0;
    background: url(../images/ico_pdf_w.svg) no-repeat 0 0;
    background-size: contain;
}
@media only screen and (max-width: 767px) {
.linelist {
    display: block;
}
.linelist li {
    border-bottom: 1px solid #D1D1D1;
    font-size: 16px;
	width:100%;
}
.linelist li a {
   display:block;
    padding: 30px 0 30px 15px;
	margin-top:0;
}
}/**/
/*linelist-2*/
.linelist-2 dl {
        display: flex
;
        justify-content: flex-start;
        align-items: stretch;
        flex-wrap: wrap;
        padding: 26px 0;
        line-height: 1.875;
	border-bottom:1px solid #d1d1d1;
	position: relative;
    }
.linelist-2 dl:after {
        content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 24px;
    border-bottom: 2px solid #E48210;
}
.linelist-2 dl.first {
	border-top:1px solid #d1d1d1;
    }
.linelist-2 dl.first:before {
        content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 24px;
    border-bottom: 2px solid #E48210;
    

}
.linelist-2 dt {
        flex: 0 0 150px;
	 font-weight:700;
	font-size:18px;
    }
.linelist-2 dd {
        flex: 1;
    }
@media only screen and (max-width: 767px) {
.linelist-2 dl {
        display: block;
	padding: 12px 0 26px 0;
    }
	.linelist-2 dt {
     padding:0 0 30px 0;
		font-size: 20px;
    }
}/**/
/*linelist-3*/
.linelist-3 dl {
        padding: 0 0 26px 0;
        line-height: 1.875;
	border-bottom:0px solid #d1d1d1;
	position: relative;
    }

.linelist-3 dt {
     font-size: 16px;
	 font-weight:700;
	padding:26px 0 10px 20px;
	    position: relative;
    }
.linelist-3 dt::before {
        border-bottom: 16px solid #FFD700;
        width: 4px;
        content: "";
        height: 0px;
        display: block;
        margin: 0 auto;
        position: absolute;
        left: 5px;
    top: 30px;
    }
.linelist-3 dd {
       font-size: 14px;
	padding:0 0 0 20px;
    }
/**/
ol{
	margin-left: 1.5em;
}
ol li{
	list-style-type:disc;
	padding:10px 0 0 0;
}
/**/
.p_mark{
	text-align:center;
	padding:0 0 20px;
	width:100%;
}
.p_mark a img{
	width:100%;
	max-width:100px;
}
/**/
ul.block_list{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	padding:0;
}
ul.block_list li{
	width:48%;
}
ul.block_list li img{
	padding-bottom:10px;
}
/**/
ul.beside_list{
	display:flex;
	flex-wrap:wrap;
	padding:0;
}
ul.beside_list li{
	padding-right:22px;
	margin-right: 22px;
	position:relative;
}
ul.beside_list a::before {
    content: '';
    width: 15px;
    height: 1px;
    position: absolute;
    background-color: #4B505F;
    top: 12px;
    right: 0px;
    transition: all .3s;
    transform: rotate(90deg);
}
ul.beside_list a::after {
    content: '';
    width: 9px;
    height: 9px;
    border: 1px solid #4B505F;
    border-left: 0;
	border-top: 0;
    position: absolute;
    top: 14px;
    right: 0px;
    transition: all .3s;
    transform: rotate(45deg);
    transform-origin: top right;
}
/*flex-box*/
.flex-box{ 
	display:flex;
}
.flex-box.left-img{
	flex-wrap:wrap;
	justify-content:space-between;
}
.flex-box.left-img div{
	width:76%;
}
.flex-box.left-img div:first-child{
	width:20%;
}
.flex-box.left-img div:first-child img{
	width:100%;
}
@media only screen and (max-width: 767px) {
.flex-box{ 
	display:block;
}
	.flex-box.left-img div{
	width:100%;
}
	.flex-box.left-img div:first-child{
	width:30%;
		margin:0 auto 20px;
}
}/**/
/*dt counter-list*/
dl.counter-list dt::after {
    content: counter(number);
    counter-increment: number 1;
    font-size: 1rem;
    font-weight: bold;
    left: 22px;
    position: absolute;
}
dl.counter-list dt:nth-of-type(2)::after {
    content: counter(number);
	counter-increment: number 2;
}
dl.counter-list dt:nth-of-type(3)::after {
    content: counter(number);
	counter-increment: number 3;
}
dl.counter-list dt:nth-of-type(4)::after {
    content: counter(number);
	counter-increment: number 4;
}
dl.counter-list dt:nth-of-type(5)::after {
    content: counter(number);
	counter-increment: number 5;
}
dl.counter-list dt:nth-of-type(6)::after {
    content: counter(number);
	counter-increment: number 6;
}
dl.counter-list dt:nth-of-type(7)::after {
    content: counter(number);
	counter-increment: number 7;
}
dl.counter-list dt:nth-of-type(8)::after {
    content: counter(number);
	counter-increment: number 8;
}
dl.counter-list dt {
    padding-left:40px;
}
/**/
.counter-sub-list ol {
   counter-reset: item;
	margin-left:0;
}
.counter-sub-list ol li {
	list-style-type: none;
	padding:0 0 10px 0;
}
.counter-sub-list ol>li:before {
    counter-increment: item;
    content: '（' counter(item) '）';
	font-weight: 500;
}
.coun ter-list ol>li:nth-child(1):before {
    content: '\2460'
}
/**/
.anchor:before {
    content: "";
    display: block;
    height: 100px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -100px; /* heightと同じ分のネガティブマージン */
    visibility: hidden;
}
/**/
.box_01{
	border:1px solid #ccc;
	padding:20px 30px;
	width:100%;
	box-sizing:border-box;
}
/*top_news*/
.top_news{
	margin-top:210px;
	margin-bottom: 180px;
}
.top_news_list{
	margin-top:20px;
}
.top_news_list li{
	border-bottom:1px solid #D1D1D1;
	display:flex;
	align-items: baseline;
	font-size:16px;
	padding:30px 0;
}
.top_news_list li .news_date{
	color:#034FA0;
	font-size:13px;
	padding-right:30px;
}
.top_news .arrow_case{
	position: absolute;
    left: 0px;
	margin-top:50px
}

/**/
.top_ir{
	padding-top:60px;
}
.top_recruit{
	padding-top:180px;
}
ul.top_recruit_list{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	padding:0;
	width:630px;
}
ul.top_recruit_list li{
	width:300px;
}
ul.top_recruit_list li a{
	height:100px;
}
ul.top_recruit_list li a img{
	display:block;
	padding:0 0 10px 0;
}
@media only screen and (max-width: 767px) {
ul.top_recruit_list{
	display:block;
	padding:0;
	width:100%;
}
ul.top_recruit_list li{
	width:100%;
	margin-bottom:20px;
}
ul.top_recruit_list li a{
	height:100px;
	text-align:left;
}
}/**/

/**/
.drawer_btn {
  position: fixed;
        right: -10px;
}
/**/
ul.ico_list{
	display:flex;
	margin-bottom:5px;
}
ul.ico_list li{
	background:#034FA0;
	color:#fff;
	padding:5px 10px;
	margin-right:10px;
	font-size:12px;
}
.redbox{
	    background: #d80000;
    color: #fff;
    padding: 2px 10px;
    margin-right: 10px;
    font-size: 15px;
    display: inline-block;
    margin-top: -5px;
    vertical-align: middle;
}
/**/

/*sp*/
@media only screen and (max-width: 767px) {
.sp{
	display:block;
}
.pc{
	display:none;
}
.drawer_btn {
  position: fixed;
        width: 3rem;
        height: 3rem;
        background: #fff;
        border: none;
        cursor: pointer;
        z-index: 999;
        right: 10px;
        top: 10px;
	border-radius:10px;
}

.drawer_btn > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2px;
  background-color: black;
  transform: translateX(-50%);
}

.drawer_btn > span:nth-of-type(1) {
  transform: translate(-50%, calc(-50% - 0.5rem));
}

.drawer_btn > span:nth-of-type(2) {
  transform: translate(-50%, -50%);
}

.drawer_btn > span:nth-of-type(3) {
  transform: translate(-50%, calc(-50% + 0.5rem));
}

.drawer_btn.js-active > span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer_btn.js-active > span:nth-of-type(2) {
  opacity: 0;
}

.drawer_btn.js-active > span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(45deg);
}



.drawer_nav.js-active {
  opacity: 1;
  visibility: visible;
	z-index: 100;
}

.drawer_nav_inner {
  width: 80%;
  height: 100%;
  background-color: white;
  padding: 4rem 1.5rem 1rem;
  margin-left: auto;
  overflow: scroll;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.drawer_nav.js-active .drawer_nav_inner {
  transform: translateX(0);
}

.drawer_nav_list,
.drawer_nav_panel {
  list-style: none;
  padding: 0;
}
.drawer_nav_list li {
  border-bottom:1px solid #ccc;
}
.drawer_nav_list li a {
  padding:10px 0;
	display:block;
}
.drawer_nav_link,
.drawer_nav_sub-link {
  display: block;
  color: black;
  text-decoration: none;
  padding: 1rem;
  border-bottom: solid 1px lightgray;
  position: relative;
}

.accordion-toggle {
  position: absolute;
  top: 50%;
  right: 10px;
  background: transparent;
  border: none;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  cursor: pointer;
}

.accordion-toggle::before {
  content: "▶";
  display: block;
  text-align: center;
}

.drawer_nav_link.active + .accordion-toggle::before {
  content: "▼";
}

.drawer_nav_panel {
  display: none;
}

section {
  width: 100%;
}
.top_ir{
	padding-top:40px;
}
.top_recruit{
	padding-top:40px;
}
.top_news {
    margin-top: 10px;
	margin-bottom: 80px;
}
	/**/
.ttl_area {
    height: auto;
}
.ttl_area h2 {
    width: 100%;
    font-size: 36px;
    padding-top: 15px;
    padding-left: 20px;
	padding-bottom: 14px;
	box-sizing: border-box;
}
	
#footer_contact {
    padding: 30px 14px 60px;
}
	#footer_second {
    padding: 70px 14px;
}
	#footer_contact .footer_contact_tel {
    position: relative;
    right: auto;
    top: auto;
		padding-top:20px;
}
	ul.footer_contact_list {
    display:block;
}
	ul.footer_contact_list li {
    width: 100%;
    margin-bottom:14px;
		padding: 0;
}
	ul.footer_contact_list li .arrow_02 a {
    width:100%;
    padding: 26px 20px;
	box-sizing:border-box;
}
	ul.footer_second_list {
    justify-content: space-between;
}
	ul.footer_second_list li {
    padding: 0 0 10px 0px;
}
	ul.footer_second_list li:first-child {
    margin-left: 0;
}
	ul.footer_second_list li:nth-child(8) {
    margin-left: 0;
}
	ul.footer_second_list li {
    width:48%;
}
	ul.footer_second_list li a {
    padding: 10px 0 10px 10px;
    color: #fff;
		display: block;
		background:#3772AB;
		border-radius:8px;
}
.footer_second_under ul.footer_second_list {
    display: block;
    width: 100%;
    padding-bottom: 0px;
}
	.footer_second_under ul.footer_second_list li {
    display: block;
    width: 100%;
}
	.footer_second_under ul.footer_second_list li a {
        padding: 10px 0 10px 10px;
        color: #fff;
        display: block;
        background: none;
		border-bottom:1px solid #666;
    }
	.footer_second_under {
    border-top: 0px solid #fff;
    padding-top: 0px;
    margin-top: 10px;
}
	ul.footer_link_list {
    display: flex
;
   
}
	ul.footer_link_list li:nth-child(1){
	width:100%;
		text-align: center;
		padding-bottom:30px;
}
ul.footer_link_list li:nth-child(2){
	width:50%;
	padding:0 0 20px;
	text-align: right;
}
ul.footer_link_list li:nth-child(3){
	width:50%;
	padding-left:0;
	text-align: center;
}
	ul.footer_link_list li:nth-child(4) {
    margin-left: 21%;
}
	ul.footer_link_list li {
    width: 14%;
    padding-left: 18px;
		padding-bottom:20px;
}
	.copyright {
    text-align: center;
    font-size: 12px;
    padding: 40px 0;
}
	a.tel-link {
		color:#fff;
	}
	/**/
	ul.zoomblock_list li div {
    position: absolute;
    top: 19%;
    right: 30px;
    text-align: center;
    font-size: 25px;
    background-size: cover;
}ul.zoomblock_list li .arrow_01 {
    position: absolute;
    right: 0px;
    bottom: 70px;
}
	
	
}/*sp*/
@media (max-width: 380px) { /* PCの画面幅の目安 */
      ul.zoomblock_list li .arrow_01 {
    position: absolute;
    right: 0px;
    bottom: 100px;
}
    }
/**/
@media (min-width: 751px) { /* PCの画面幅の目安 */
      a.tel-link {
        pointer-events: none; /* クリックを無効にする */
        text-decoration: none; /* 下線を消す */
        color: #fff; /* 色を通常に戻す */
      }
    }
/**/
.fade-up {
  font-weight: bold;
  visibility: hidden;
}

.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  30% {
    opacity: 0.7;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}


.fadeInDown_pre {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown_pre;
  animation-name: fadeInDown_pre;
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
  -ms-animation-delay: 1.0s;
  visibility: visible !important;
}

@keyframes fadeInDown_pre {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  20% {
    opacity: 0.7;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fade-right {
  visibility: hidden;
}

.fade_right {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: fade_right;
  animation-name: fade_right;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -ms-animation-delay: 0s;
  visibility: visible !important;
}

@keyframes fade_right {
  0% {
    opacity: 0;
    -webkit-transform: translate(250px);
    -ms-transform: translate(250px);
    transform: translate(250px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
  }
}

.fade-left {
  visibility: hidden;
}

.fade_left {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: fade_left;
  animation-name: fade_left;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -ms-animation-delay: 0s;
  visibility: visible !important;
}

@keyframes fade_left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-250px);
    -ms-transform: translate(-250px);
    transform: translate(-250px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
  }
}
.de01{
-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
	-ms-animation-delay: 0.25s;
}
.de02{
-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-ms-animation-delay: 0.5s;
}
.de03{
-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
	-ms-animation-delay: 0.75s;
}
.de04{
-webkit-animation-delay: 1.0s;
	animation-delay: 1.0s;
	-ms-animation-delay: 1.0s;
}

/**/
.pagination {
  display: flex;
  justify-content: center;
	margin-top:30px;
}
 
 
.nav-links{
   display:flex;
}
.page-numbers{
       /* display: inline-block; */
    margin-right: 10px;
    padding: 0;
    color: #666666;
    border-radius: 100%;
    background: #ffffff;
    /* border: 1px solid #ccc; */
    background: #eee;
    width: 30px;
    height: 30px;
    font-size: 18px;
	text-align: center;
}
.page-numbers.current{
   padding:0;
   background:#034FA0;
   color:#ffffff;
	width: 30px;
    height: 30px;
}
.page-numbers.prev,
.page-numbers.next{
   background-color: #034FA0;
    border-radius: 5px;
    color: #fff;
    height: 25px;
    width: 45px;
    font-size: 15px;
    padding-top: 2px;
}
.page-numbers.dots{
   background:transparent;
   box-shadow:none;
     border:none;
   color:#666666; 
}

/**/
.pum-theme-264974 .pum-content, .pum-theme-default-theme .pum-content {
    color: #000!important;

}
 
 /**/
.bg01{
	position: fixed;
    top: 60px;
    left: 0;
    z-index: -1;
}
.bg01 img{
    width: 140px;
	height:200px;
}
.bg02{
	position: fixed;
    top: 60px;
    right: 0;
    z-index: -1;
}
.bg02 img{
    width: 180px;
	height:220px;
}
.bg03{
	position: fixed;
    bottom: 0px;
    left: 0;
    z-index: -1;
}
.bg03 img{
    width: 120px;
	height:220px;
}
.bg04{
	position: fixed;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.bg04 img{
    width: 180px;
	height:260px;
}
.bg01,.bg02,.bg03,.bg04{
	opacity:0.5;
}