@charset "utf-8";
body{font-size: 13px;font-family:"Helvetica Neue",Helvetica,Arial,Verdana,Roboto,"Meiryo UI","メイリオ",Meiryo,"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;position: relative;}
*{-webkit-box-sizing: border-box;box-sizing: border-box;}
a.btn {
}
a.out {
	font-size: 12px;
	color: #09F;
	padding-left: 20px;
	position: relative;
}
a.out:before {
	content: '';
	width: 10px;
	height: 8px;
	border: 1px solid  #4b4b4b;
	border-top: 3px solid  #4b4b4b;
	position: absolute;
	top: 0;
	left: 2px;
}
a.out:after {
	content: '';
	width: 10px;
	height: 8px;
	border-left: 1px solid  #4b4b4b;
	border-bottom: 1px solid  #4b4b4b;
	position: absolute;
	top: 5px;
	left: 0;
}




/*========================================================
蜈ｱ騾�
========================================================*/

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

h1,h2,h3{
	font-family:  "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN","貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic","繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
}

.txtHiraginoKGP{
	font-family:  "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN","貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic","繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
}

.bnt01{
	background: #DE5555;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	display: inline-block;
	padding: 3px 10px;
}

/*button*/


.menu_btn{
	display: block;
	position:fixed;
	top:2%;
	right:2%;
	z-index:200;
	background-color:#FFFFFF;
	padding: 10px 9px 7px;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 35px;
  height: 30px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3.1px;
  background-color: #67b639;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 13px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
  background-color: #67b639;
}
.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
  background-color: #67b639;
}
.active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
  background-color: #67b639;
}

.menu_nav{
	display:block;
	position:fixed;
	top:0;
	right: -100% !important;
	width: 100%;
	background:rgba(51,51,51,0.3);
	height:100% !important;
	transition:0.3s;
	z-index: 100;
}

.active.menu_nav{
	right:0% !important;
}

.menu_navinner{
	background:rgba(0,0,0,0.8);
	width: 95%;
	height: 100%;
	float: right;
	padding: 0 0 0 0px;
}

.menu_navinner p{
	margin: 30% 10% 1%;
}

.menu_navinner p > a > img {
    width: 100%;
}
.menu_navinner ul{
	text-align:left;
	margin:0 0 10%;
}
.menu_navinner ul li{
}
.menu_navinner ul li a{
	font-size: 20px;
	display:block;
	box-sizing:border-box;
	width:100%;
	color:#fff;
	padding:5% 0 5% 20%;
	text-decoration:none;
	transition:0.3s;
	font-weight:bold;
	position:relative;
}

.pdd {
    position: relative;
    padding: 0 0 66.7%;
}

.pdd > img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

@keyframes furu {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

.pdd {
    position: relative;
    padding: 0 0 66.7%;
}

.pdd > img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.kasou_bnt_mani > li {
    width: 48%;
    max-width: 255px;
    float: left;
    text-align: center;
    margin: 0 1% 30px;
}

.kasou_bnt_mani {
    width: 96%;
    max-width: 520px;
    margin: 0 auto;
}

.kasou_bnt_mani > li > a {
    width: 100%;
    font-size: 16px;
    padding: 10px 20px;
}

/*========================================================
header
========================================================*/
header {
	padding: 3.5% 0 3.5% 3%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.logo {
	float: left;
}
header > nav {
	float: right;
	margin-right: 5px;
	z-index: 3;
	position: relative;
	display: none;
}
header > nav ul li {
	display: inline-block;
	vertical-align: middle;
}
header  > nav ul li a {
	padding: 5px 20px;
	position: relative;
	color: #fff;
	text-decoration: none;
}
header > nav ul li a:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 80%;
	top: 0;bottom: 0;right: 0;margin: auto;
	background-color: #fff;
}
header > nav ul li:last-of-type a:after {
	display: none;
}

/*========================================================
main
========================================================*/
main {
	position: relative;
	z-index: 0;
}
.page_title {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	padding: 100px 0 65px;
	margin-bottom: 80px;
	background-image: url(../img/page_title_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	background-size: cover;
}
.title {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 30px;
	background-image: url(../img/title_bg.png);
}
.inner {
	width: 96%;
	margin: 0 auto;
	position: relative;
}

/*index.html
========================================================*/
.main_area {
	/* background-image: url(../img/main_bg.png); */
	background: #63a73e;
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	background-size: cover;
	width: 100%;
	position: relative;
}
.main_area div {
	position: absolute;
	bottom: 0;
	left: 3%;
	bottom: 96px;
	left: 6px;
	right: 0px;
	width: 42%;
}
.main_area div figure figcaption {
	position: absolute;
	bottom: 10px;
	right: 50px;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	text-shadow: 0 0 20px rgba(0, 0, 0, 1);
}
.main_area div figure figcaption span {
	font-size: 13px;
	display: block;
}
.main_area div:last-of-type {
	position: absolute;
	bottom: 96px;
	left: 50%;
	right: 0;
	width: 43%;
}

.main_left_img  img {
    width: 100%;
}

.main_right_img  img {
    width: 210%;
	margin-left:-95%;
}
.main_area div:last-of-type figure figcaption {
	right: 71px;
}
.main_area h1 {
	padding: 30% 0 55%;
	text-align: center;
	position: relative;
	z-index: 3;
}

.main_area h1 > img {
    width: 75%;
}
.main_area h1 img {
	margin: -55% auto;
	width:70%;
	z-index: -10;
	
}
.main_area dl {
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom:3.5%;
	left: 0;
	right: 0;
	margin: auto;
	width: 96%;
}
.main_area dl dt {
	font-size: 20px;
	color: #FFED00;
	font-weight: bold;
	margin-bottom: 5px;
}
.main_area dl dd {
	color: #fff;
	font-weight: bold;
	margin-bottom: 3px;
	font-family: "Bahnschrift";
}
.main_area dl dd:last-of-type {
	margin-bottom: 0;
}
.main_area dl dd span {
	margin-right: 10px;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}
.search_area {
	background-image: url(../img/f_image.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #DFDFDF;
	padding: 40px 0;
	width: 100%;
}
.search_area>div {
	width: 96%;
	margin: auto;
	background-image: url(../img/title_bg.png);
	padding: 40px;
	text-align: center;
}
.search_area>div h2 {
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	color: #fff;
}
.search_area>div h2 span {
	background-image: url(../img/ico_man.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	-webkit-background-size: 30px;
	background-size: 30px;
	padding: 5px 0 5px 35px;
}
.search_area>div select {
	font-size: 20px;
	background: #fff;
	border: 3px solid  #DB4545;
	padding: 10px;
	width: 100%;
	margin: auto;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	position: relative;
}
.search_area>div select::-ms-expand {
  display: none;
}
.search_area>div select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
.search_area>div div {
	display: inline-block;
	position: relative;
	width: 100%;
}
.search_area>div div:before {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 2px solid  #fff;
	border-right: 2px solid  #fff;
	transform: rotate(135deg);
	position: absolute;
	top: 38%;right: 3.5%;
	z-index: 3;
	pointer-events: none;
}
.search_area>div div:after {
	content: '';
	width: 50px;
	height: 100%;
	background-color: #DB4545;
	position: absolute;
	top: 0;right: 0;
	z-index: 2;
	pointer-events: none;
}

.osakamap_img {
    position: absolute;
    top: -60%;
    left: -10%;
    width: 35%;
}



/*========================================================
cont02Wp
========================================================*/

.cont02Wp{
	width:100%;
	max-width:1920px;
	margin:0 auto;
}

.cont02Wp > ul{
	width: 96%;
	margin:0 auto;
}

.cont02inLeft{
	float: none;
	width: 100%;
}

.cont02inLeft > ul > li {
	margin: 0 1% 1.8%;
	float:left;
	width: 48%;
}


.cont02inLeft > ul > li > a > img{
	max-width:313px;
	width:100%;
}


.cont02inRight{
	float: none;
	width: 100%;
}


.cont02inRight > article{
	margin: 0 1% 5% 1%;
	padding: 30px 20px 20px;
	box-shadow: 1px 3px 3px 3px #eee;
	border-radius: 2px;
}

.cont02inRight > article > h3{
	font-size:20px;
	font-weight:bold;
	width: 170px;
	display: inline-block;
	margin: 0 0 15px 0;
}

.cont02inRight > article > a{
	float:right;
}

.cont02inRight > article > a:after{
	content:"";
	clear:both;
	display:block;
}

.cont02inRight > article > dl > dt{
	margin: 0 0 10px 0;
	font-size:16px;
	font-weight:bold;
}

.cont02inRight > article > dl  > dd{
	margin: 0 0 10px 0;
	font-size:12px;
	padding:0 0 10px 0;
	border-bottom:1px solid #eee;
}

/*member.html
========================================================*/

.bnt_link > a {
	color: #DE5555;
	padding: 10px 30px 10px 15px;
	border: 2px solid  #DE5555;
	border-radius: 5px;
	font-weight: bold;
	position: relative;
	text-decoration: none;
	font-size: 18px;
	display: inline-block;
}

.bnt_link {
    margin: 0 0 30px 0;
}

.bnt_link > a:after {
	content: '';
	width: 7px;
	height: 7px;
	border-bottom: 1px solid  #DE5555;
	border-right: 1px solid  #DE5555;
	transform: rotate(315deg);
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.member nav ul {
	text-align: center;
	margin-bottom: 50px;
}
.member nav ul li {
	display: inline-block;
	margin: 0 5px;
}

.member article {
	margin-bottom: 50px;
}
.member article ul:after {
	content: '';
	clear: both;
	display: block;
}
.LawmakerWp {
	position: relative;
	width: 100%;
	float: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	height: auto;
	margin: 0 auto 30px;
	padding: 0 0 0.1px 0;
}

.LawmakerWp:after {
    content: "";
    display: block;
    clear: both;
}

.LawmakerWp:nth-child(even){
	margin: 0 0 20px 0px;
}

.righttxt {
	float: left;
	width: 64%;
	margin: 10px 0 0 2%;
}

.righttxt:after {
    content: "";
    display: block;
    clear: both;
}
.abtn {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.LawmakerCont {
	margin: 0 2% 15px 0px;
}

.leftimg {
    max-width: 150px;
    width: 30%;
    float: left;
    margin: 0 3% 0 0;
}

.Remarks {
    margin: 0 0 15px 10px;
}

.righttxt > h3 {
    font-size: 26px;
    margin: 0 0 0 0;
    font-weight: bold;
}

.righttxt > p {
    font-size: 14px;
    margin: 0 0 2px 0;
}

.url {
    color: #0099FF;
    margin: 0 0 10px 0;
    display: inline-block;
}

.snsIconWp {
	width: 96%;
	margin: 0 16px 0 0px;
}

.snsIconWp > li {
    float: right;
    width: 19%;
    max-width: 34px;
    margin: 0 0 2px 0;
}

.snsIconWp > li > img {
    max-width: 30px;
    margin: 0 0 0 10%;
    width: 95%;
}

.snsIconWp:after {
    content: "";
    display: block;
    clear: both;
}

.leftimg > img {
    width: 100%;
}

.member article ul li figure {
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	height: 190px;
	position: relative;
	overflow: hidden;
}
.member article ul li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.member article ul li div {
	display: inline-block;
	vertical-align: middle;
	width: 310px;
	padding: 10px;
}
.member article ul li div p {
	line-height: 1.5;
}
.member article ul li div p b {
	font-size: 26px;
	font-weight: bold;
}
.member article ul li div p a {
	position: relative;
	z-index: 3;
	text-decoration: none;
}
.member article ul li div ul {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 3;
}
.member article ul li div ul li {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	position: relative;
	margin-left: 5px;
}
.member article ul li div ul li a img {
	width: 100%;
	height: 100%;
}


/*http://oneosaka.jp/report/tm/2019.html
========================================================*/



h2.h2title{
	box-sizing:border-box;
	font-size:22px;
	font-weight:bold;
	padding:10px 0;
	position:relative;
	margin-bottom:20px;
	clear:both;
font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "貂ｸ繧ｴ繧ｷ繝�け" , "Yu Gothic" , "貂ｸ繧ｴ繧ｷ繝�け菴�" , "YuGothic" , "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "繝｡繧､繝ｪ繧ｪ" , Meiryo , "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け" , "MS PGothic" , sans-serif;
}
h2.h2title:before{
	position:absolute;
	left:0;
	bottom:-4px;
	width:40px;
	border-bottom:4px solid #A0CC46;
	content:"";
}


.schedule_box01{
	margin-bottom:30px;
}
.schedule_box01 dl{
	padding:30px 20px;
	border-bottom:1px solid #EFEFEF;
}
.schedule_box01 dl dt{
	margin-bottom:10px;
}
.schedule_box01 dl dt span{
	vertical-align:middle;
	margin-left:5px;
	padding:2px 5px;
	font-size:12px;
	font-weight:bold;
}
.schedule_box01 dl dt span.label01{
	color:#fff;
	background:#FF6600;
}

.schedule_list{
	border-bottom:1px solid #EFEFEF;
}
.schedule_list p{
	margin-bottom:20px;
	box-sizing:border-box;
	padding:10px 10px;
	width:100%;
	color:#333;
	border-bottom:2px solid #333;
font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "貂ｸ繧ｴ繧ｷ繝�け" , "Yu Gothic" , "貂ｸ繧ｴ繧ｷ繝�け菴�" , "YuGothic" , "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "繝｡繧､繝ｪ繧ｪ" , Meiryo , "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け" , "MS PGothic" , sans-serif;
font-size:18px;
font-weight:bold;
}
.schedule_list dl:last-of-type{
	box-shadow:0 3px 5px rgba(0,0,0,0.1);
}
.schedule_list dl:first-of-type{
	border-top:1px solid #D6D6D6;
}
.schedule_list dl dt{
	display:block;
	position:relative;
	padding:15px 30px 15px 20px;
	color:#000;
	text-decoration:none;
	transition:0.2s;
	border:1px solid #D6D6D6;
	border-top:none;
	display:block;
	cursor:pointer;
}
.schedule_list dl dd a{
	border:1px solid #D6D6D6;
	padding-left:30px;
	font-size:12px;
	display:block;
	position:relative;
	padding: 15px 35px 15px 18px;
	color:#000;
	text-decoration:none;
	transition:0.2s;
}



/*========================================================
aside
========================================================*/
aside {
	position: fixed;
	top: 150px;
	right: 0;
	z-index: 0;
	width: 40px;
}

aside > nav {
	z-index: 2;
	position: relative;
}

aside > nav a > img {
    width: 100%;
}

/*========================================================
footer
========================================================*/
footer {
	text-align: center;
	position: relative;
	padding: 30px 0;
	box-shadow: 0 0px 40px 1px rgba(0, 0, 0, 0.05);
}
footer a#totop {
	width: 48px;
	height: 48px;
	background-color: #DB4545;
	border-radius: 5px;
	position: fixed;
	right: 5%;
	bottom: 5%;
	z-index: 10;
}
footer a#totop:before {
	content: '';
	width: 15px;
	height: 15px;
	border-top: 3px solid  #fff;
	border-right: 3px solid  #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: 20px;
	right: 0;
	left: 0;
	margin: auto;
}

footer a#totop:hover:before {
	top: 18px;
}


/*********************************************************/
@media screen and (max-width: 415px) {
/*********************************************************/


.main_area h1 {
    padding: 55% 0 80%;
    text-align: center;
    position: relative;
    z-index: 3;
}

.main_area div:last-of-type {
    position: absolute;
    bottom: 30%;
    left: 50%;
    right: 0;
    width: 43%;
}

.main_area div {
    position: absolute;
    bottom: 0;
    left: 3%;
    bottom: 27.5%;
    left: 6px;
    right: 0px;
    width: 42%;
}


/*********************************************************/
} /*415px
/*********************************************************/

/*********************************************************/

@media screen and (max-width: 320px) {

/*********************************************************/

.main_area div:last-of-type figure figcaption {
    right: 50px;
}

.main_area h1 {
    padding: 65% 0 85%;
    text-align: center;
    position: relative;
    z-index: 3;
}

.main_area div:last-of-type {
    position: absolute;
    left: 50%;
    right: 0;
    width: 43%;
}

.main_area div {
    position: absolute;
    bottom: 0;
    left: 3%;
    bottom: 150px;
    left: 6px;
    right: 0px;
    width: 42%;
}

/*********************************************************/

} /*

/*********************************************************/


.LawmakerWp02 {
	position: relative;
	width: 100%;
	float: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	height: auto;
	margin: 0 auto 30px;
	padding: 0 0 0.1px 0;
}

.LawmakerWp02:after {
    content: "";
    display: block;
    clear: both;
}

.LawmakerWp02:nth-child(even){
	margin: 0 0 20px 0px;
}
.figure{
	z-index: 10;
}
.logo > a > img{
	width:80%;
	max-width: 180px;
	/* transition-duration: 0.1s; */
}





.manulist > li {
    width: 90%;
	float: none;
    text-align: center;
    margin: 0 auto 15px;
	max-width: none;
}

.manulist {
    width: 96%;
	margin: auto;
    /*margin: 0 auto;*/
}

.manulist > li > a {
    width: 100%;
    font-size: 16px;
    padding: 15px 0;
}



/* 190313追加 */

.bnt_link_l > a {
	color: #DE5555;
	/* padding: 10px 30px 10px 15px; */
	padding:10px 285px 10px 273px;
	border: 2px solid  #DE5555;
	/* border-radius: 5px; */
	font-weight: bold;
	position: relative;
	text-decoration: none;
	font-size: 18px;
	display: inline-block;
	transition: .2s;
	min-height: 100px;
}

.bnt_link_l > a:hover {
    background: #DE5555;
    color: #fff;
}

.bnt_link_l {
    margin: 0 0 30px 0;
}
.bnt_link_l > a:after {
	content: '';
	width: 5px;
	height: 5px;
	border-bottom: 2px solid  #DE5555;
	border-right: 2px solid  #DE5555;
	transform: rotate(315deg);
	position: absolute;
	right: 0;
	left:0;
	top: 50px;
	bottom: 0;
	margin: auto;
	transition: .2s;
}

.bnt_link_l > a:hover:after {
    right: 7px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
.manulist2 > li {
    width: 90%;
	float: none;
    text-align: center;
    margin: 0 auto 20px;
}

.manulist2 {
    width: 96%;
	margin: auto;
    /*margin: 0 auto;*/
}

.manulist2 > li > a {
    width: 100%;
	float: none;
    font-size: 16px;
    padding: 10px 0;
	line-height: 1.5em;
}
.bnt_link_m > a {
	color: #DE5555;
	/* padding: 10px 30px 10px 15px; */
	padding:10px 285px 10px 273px;
	border: 2px solid  #DE5555;
	/* border-radius: 5px; */
	font-weight: bold;
	position: relative;
	text-decoration: none;
	font-size: 18px;
	display: inline-block;
	transition: .2s;
	min-height: 45px;
}

.bnt_link_m > a:hover {
    background: #DE5555;
    color: #fff;
}

.bnt_liink_m {
    margin: 0 0 30px 0;
}
.bnt_link_m > a:after {
	content: '';
	width: 5px;
	height: 5px;
	border-bottom: 2px solid  #DE5555;
	border-right: 2px solid  #DE5555;
	transform: rotate(315deg);
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .2s;
}

.bnt_link_m > a:hover:after {
    right: 7px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}




.manu_btn > li {
    width: 100%;;
    text-align: center;
    margin: 0 auto 15px;
	max-width: none;
}

.manu_btn {
    width: 100%;
    margin: 0 auto 50px;
}

.manu_btn > li > a {
    width: 100%;
    font-size: 14px;
    padding: 10px 0;
}

.bnt_link_s > a {
	color: #DE5555;
	/* padding: 10px 30px 10px 15px; */
	padding:10px 285px 10px 273px;
	border: 2px solid  #DE5555;
	/* border-radius: 5px; */
	font-weight: bold;
	position: relative;
	text-decoration: none;
	font-size: 18px;
	display: inline-block;
	transition: .2s;
	min-height: 45px;
}

.bnt_link_s > a:hover {
    background: #DE5555;
    color: #fff;
}

.bnt_liink_s {
    margin: 0 0 30px 0;
}
.bnt_link_s > a:after {
	content: '';
	width: 5px;
	height: 5px;
	border-bottom: 2px solid  #DE5555;
	border-right: 2px solid  #DE5555;
	transform: rotate(315deg);
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .2s;
}

.bnt_link_s > a:hover:after {
    right: 7px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}


/* 190313追加end */
/* 190314追加start */
.nav_manifesto {
    width: 96%;
    margin: auto;
}
.nav_manifesto li a {
    display: block;
    /* width: 422px; */
    height: 48px;
    text-align: center;
    color: #de5555;
    font-size: 14px;
    background: #fff;
    transition: 0.5s;
    text-decoration: none;
    /* border-right: 1px solid #eee; */
    box-sizing: border-box;
    border: 2px solid #DE5555;
    font-weight: bold;
    width: 100%;
    margin: auto;
}
.m_box01 {
    position: relative;
    list-style: none;
    width: 96%;
}
.m_box02 {
    position: relative;
    list-style: none;
    width: 96%;
}
.nav_manifesto li > ul > li {
    overflow: visible;
    height: 100%;
}
.inner880 {
	width: 96%;
	margin: auto;
	position: relative;
}
.ba_manifest {
	width: 100%;
    max-width: 600px;
}
.li_manifest {
    width: 98% !important;
	
}

.li_manifest > a >img {
    max-width: 400px !important;
	
}