@charset "UTF-8";

/*--------------------------------------------------
  body
--------------------------------------------------*/
html {
  font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
body {
	min-width: 1194px;
  color: #101010;
  font-size: 16px;
	font-family: "Noto Sans JP", serif;
	letter-spacing: 0.1em;
	-webkit-text-size-adjust: none;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
body.body_trim {
	/*background: #fff899;*/
	/*background: #fdf9bc;*/
	background: #fffabd;
}
body, html {
	height: 100%;
}
body .inner {
	max-width: 1194px;
	margin: auto;
}
a {
	color: #000;
	display: block;
  text-decoration: none;
	transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

/*----- color -----*/
.c_01 {
	color: #FFFFFF;
}
.c_02 {
	color: #D51419;
}
.c_03 {
	color: #F0B20B;
}
.c_04 {
	color: #2A4195;
}
.c_05 {
	/*color: #0666c3;*/
	color: #00abe3;
}
.c_06 {
	color: #447e40;
}
.c_07 {
	color: #f15500;
}

/*----- bg -----*/
.bg_pk {
	background: #FCE3E2;
}
.bg_yl {
	background: #F7F1DD;
}
.bg_lu {
	background: #D5E6F6;
}
.bg_gr {
	/*background: #dff4dd;*/
	background: #ebfffb;
}
.bg_or {
	/*background: #feeff2;*/
	background: #fff6e0;
}

/*----- bg -----*/
.bdr_rd {
	border: 1px solid #D5151B;
	box-sizing: border-box;
}
.bdr_yl {
	border: 1px solid #EFC03A;
	box-sizing: border-box;
}
.bdr_lu {
	border: 1px solid #2A4195;
	box-sizing: border-box;
}
.bdr_gr {
	border: 1px solid #447e40;
	box-sizing: border-box;
}
.bdr_or {
	border: 1px solid #f15500;
	box-sizing: border-box;
}

/*----- font -----*/
.txt {
	text-align: justify;
	line-height: 1.8em;
}
.f_01 {
	font-family: "Roboto", serif;
}
.f_bold {
	font-weight: bold;
}
.t_center {
	text-align: center;
}

/*----- margin -----*/
.mb_10 {
	margin: 0 0 10px;
}
.mb_20 {
	margin: 0 0 20px;
}
.mb_30 {
	margin: 0 0 30px;
}
.mb_40 {
	margin: 0 0 40px;
}
.mb_50 {
	margin: 0 0 50px;
}
.mb_60 {
	margin: 0 0 60px;
}
.mb_70 {
	margin: 0 0 70px;
}
.mb_80 {
	margin: 0 0 80px;
}
.mb_100 {
	margin: 0 0 100px;
}
.m_auto {
	margin: auto;
}

/*----- fx_box -----*/
.rev {
	flex-direction: row-reverse;
}
.fl01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
}
.fl02 {
  display: flex;
  justify-content: space-between;
  align-items: center; 	
}

/*----- show/hide -----*/
.pc_only {
	display: block;
}
.sp_only {
  display: none;
}

@media screen and (max-width: 768px){
body {
	min-width: 100%;
  font-size: 14px!important;
	overflow-x: hidden;
}	
body .inner {
	max-width: 100%;
	padding: 0 20px;
}	
	
/*----- font -----*/
.txt {
	line-height: 1.8em;
}	
	
/*----- margin -----*/
.mb_20 {
	margin: 0 0 10px;
}	
.mb_30 {
	margin: 0 0 20px;
}
.mb_40 {
	margin: 0 0 30px;
}	
.mb_50 {
	margin: 0 0 30px;
}	
.mb_60 {
	margin: 0 0 40px;
}	
.mb_70 {
	margin: 0 0 50px;
}
.mb_80 {
	margin: 0 0 60px;
}	
.mb_100 {
	margin: 0 0 60px;
}	

/*----- fx_box -----*/
.fl01 {
  display: block;	
}	
.fl02 {
  display: block; 	
}
	
/*----- show/hide -----*/	
.pc_only {
  display: none;
}
.sp_only {
  display: block;
}
}



/*--------------------------------------------------
  page link 調整
--------------------------------------------------*/
.anchor01 {
	display: block;
	padding-top: 160px;
	margin-top: -160px;
}
.anchor02 {
	display: block;
	padding-top: 80px;
	margin-top: -80px;
}
.anchor04 {
	display: block;
	padding-top: 160px;
	margin-top: -160px;
}

@media screen and (max-width: 750px){
.anchor01 {
	display: block;
	padding-top: 50px;
	margin-top: -50px;
}
.anchor02 {
	display: block;
	padding-top: 10px;
	margin-top: -10px;
}
.anchor03 {
	display: block;
	padding-top: -100px;
	margin-top: 100px;
}
.anchor04 {
	display: block;
	padding-top: 1px;
	margin-top: -1px;;
}	
}



/*--------------------------------------
　Header
---------------------------------------*/
header {
	width: 100%;
	min-width: 1194px;
	height: auto;
	background: #1C317F;
	margin: auto;
	position: fixed;
	top: 0;
	z-index: 8888;
}
header.header_trim {
	/*background: #2acbe8;*/
	background: #30c2ec;
}
header .header_inner {
	padding: 30px 40px 30px 30px;
	box-sizing: border-box;
}
header .header_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0;
}

/*----- logo -----*/
.header_home .h_logo h1 {
	width: 304px;
	margin: 0 20px 0 0;
}

/*----- hd_cont -----*/
.header_home .flex {
  display: flex;
	background: #fff;
	border-radius: 100px;
	padding: 0 20px 0 40px;
	box-sizing: border-box;
}
.header_home .align-center {
  align-items: center;
}
.header_home .justify-flexEnd {
  justify-content: flex-end;
}
.header_home .flexwrap {
  display: flex;
  flex-wrap: wrap;
}
.hd_cont-pc {
  display: block;
}
.hd_cont-pc nav {
	display: flex;
}
.hd_cont-pc nav > ul.main > li {
  margin: 0 0 0 40px;
  position: relative;
}
.hd_cont-pc nav > ul.main > li:first-child {
	margin: 0 0 0;
}
.hd_cont-pc nav > ul.main > li > a {
  display: inline-block;
	font-size: 15px;
	font-weight: bold;
  line-height: 76px;
  border-bottom: 4px solid #fff;
}
.hd_cont-pc nav > ul.main > li > a:hover {
  border-bottom: 4px solid #EFC03A;
}
.hd_cont-pc nav > ul.main > li.last > a {
	width: 170px;
	color: #fff;
	font-weight: bold;
	background: #EFC03A;
	border-radius: 30px;
	line-height: 1;
	margin: 18px 0 0;
	padding: 15px 10px 15px 30px;
	box-sizing: border-box;
	position: relative;
}
.hd_cont-pc nav > ul.main > li.last > a::before {
	content: "";
	display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	background: url("../images/common/arrow_01.png") center center no-repeat;
	background-size: 100% auto;
	top: 50%;
	right: 10px;
	transform: translate(0,-50%);
}
.hd_cont-pc nav > ul.main > li.last > a:hover {
  border-bottom: 4px solid #FFF;
}
.hd_cont-pc nav > ul.main > li .parent_menu {
  cursor: pointer;
  display: inline-block;
	font-size: 15px;
	font-weight: bold;
  line-height: 76px;
  border-bottom: 4px solid #fff;
  position: relative;
  padding-right: 12px;
}
.hd_cont-pc nav > ul.main > li .parent_menu::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg) translateY(-50%);
  right: 0;
  top: 46%;
  transition: 0.3s;
}
.hd_cont-pc nav > ul.main > li.selected .parent_menu {
  position: relative;
  padding-right: 12px;
  box-sizing: border-box;
  border-bottom: 4px solid #EFC03A;
  z-index: 102;
}
.hd_cont-pc nav > ul.main > li.selected .parent_menu::before {
  top: 50%;
  transform: rotate(45deg) translateY(-50%) scale(-1, -1);
}
.hd_cont-pc nav > ul.main > li .child_wrap {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  width: 220px;
  max-height: 70vh;
  overflow-y: auto;
  background: #F7F1DD;
  z-index: 101;
  padding: 10px 20px 10px;
  border-radius: 0 0 10px 10px;
}
.hd_cont-pc nav > ul.main > li .child_wrap li {
	font-size: 14px;
  border-bottom: 1px dashed #ccc;
}
.hd_cont-pc nav > ul.main > li .child_wrap li:last-of-type {
  border-bottom: none;
}
.hd_cont-pc nav > ul.main > li .child_wrap li a {
  display: block;
  padding: 10px 0;
}
.hd_cont-pc nav > ul.main > li .child_wrap li a:hover {
  opacity: 0.6;
}

/*--- 背景変更 ---*/
header.thin {
	width: 100%;
	background: #1C317F;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
	z-index: 100;
}
header.header_trim.thin {
	/*background: #2acbe8;*/
	background: #30c2ec;
}

@media screen and (max-width: 1400px) {
header .header_inner {
	padding: 30px 30px 30px 20px;
}	
.header_home .h_logo h1 {
	width: 290px;
	margin: 0 20px 0 0;
}	
.hd_cont-pc nav > ul.main > li {
	margin: 0 0 0 30px;
}	
}

@media screen and (max-width: 1300px) {
.header_home .h_logo h1 {
	width: 270px;
	margin: 0 20px 0 0;
}	
.hd_cont-pc nav > ul.main > li {
	margin: 0 0 0 20px;
}	
.hd_cont-pc nav > ul.main > li > a {
	font-size: 15px;
}	
}

@media screen and (max-width: 768px) {
header {
	min-width: 100%;
	height: 100px;
	top: 0;
	box-sizing: border-box;		
}	
header .header_inner {
	padding: 20px 0 0 10px;
}
header .header_block {
	display: block;
}
.hd_cont-pc {
  display: none;
}	
	
/*----- logo -----*/
.header_home .h_logo h1 {
	width: 210px;
}	
	
/*----- .hb-menu -----*/
#hb-menu {
  display: table;
  position: fixed;
  top: 20px;
  right: 18px;
  width: 58px;
  height: 60px;
  background: url("../images/hb_btn01.png") center center no-repeat;
	background-size: 100% auto;
  cursor: pointer;
  z-index: 999;
}
#hb-menu .hb-inner {
  display: table-cell;
  vertical-align: middle;
	text-align: center;
}
#hb-menu span {
  color: #fff;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0;
}	
	
/* ナビゲーションアイコン：アクティブ */
.hb-open #hb-menu {
	top: 10px;
  right: 7px;
	width: 80.5px;
  height: 81px;
  background: url("../images/hb_btn02.png") center center no-repeat;
	background-size: 100% auto;
}	

/* overlay */
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: transparent;
  pointer-events: none;
  z-index: 10;
  transition: all 0.6s ease;
}

/*----- .sp-g-nav -----*/
.sp-g-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 888;
}
.hb-open .sp-g-nav .g-nav-inner {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.sp-g-nav .g-nav-inner {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../images/hb_bg_sp.jpg") center top no-repeat;
	background-size: cover;
  padding: 20px 10px 50px 10px;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.6s ease;
  transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateZ(0%);
  -ms-transform: translateZ(0%);
  -webkit-transform: translateZ(0%);
  z-index: 999;
}	
.hb-open .sp-g-nav .g-nav-inner .h_logo h1 {
	width: 210px;
}	
.sp-g-nav .g-nav-inner .btn_inner {
  padding: 0 20px;
  box-sizing: border-box;
}

/* box_inner */	
.sp-g-nav .g-nav-inner .box_inner {
	height: 100vh;
	padding: 30px 20px;
	box-sizing: border-box;
	z-index: -10;
}
	
/*----- btn_list01 -----*/		
.sp-g-nav .g-nav-inner .btn_list01 {
  margin: 0 0 30px;
}		
.sp-g-nav .g-nav-inner .btn_list01 ul {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}	
.sp-g-nav .g-nav-inner .btn_list01 li {
  width: 47%;
}	
.sp-g-nav .g-nav-inner .btn_list01 li a {
	color: #2A4195;
	font-size: 15px;
	font-weight: bold;
	background: #fff;
	border-radius: 100px;
	text-align: center;
	padding: 13px 0;
	box-sizing: border-box;
}	

/*----- btn_list02 -----*/	
.sp-g-nav .g-nav-inner .btn_list02 .navi {
	margin: 0 0 15px;
}
.sp-g-nav .g-nav-inner .btn_list02 .navi:last-child {
	margin: 0 0 35px;
}	
.sp-g-nav .g-nav-inner .btn_list02 .navi a {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	background: #fff;
	border-radius: 100px;
	padding: 13px 20px;
	box-sizing: border-box;
	display: block;
}
	
/* accordion */	
.sp-g-nav .g-nav-inner .btn_list02 .parent_menu {
	font-size: 14px;
	font-weight: bold;
	background: #fff;
	border-radius: 100px;
	padding: 15px 20px;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}	
.sp-g-nav .g-nav-inner .btn_list02 .parent_menu:before,
.sp-g-nav .g-nav-inner .btn_list02 .parent_menu:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 2px;
	top: 50%;
	right: 20px;
	margin: -1px 0 0;
	background: #EFC03A;
	transition: all 0.4s;
}
.sp-g-nav .g-nav-inner .btn_list02 .parent_menu:after {
	transform: rotate(90deg);
}
.sp-g-nav .g-nav-inner .btn_list02 .parent_menu.open:before {
  display: none;
}
.sp-g-nav .g-nav-inner .btn_list02 .parent_menu.open::after {
  transform: rotate(180deg);
}		
.sp-g-nav .g-nav-inner .child_menu {
  width: 100%;
  margin: 5px 0 0 0;
	display: none;
}	
.sp-g-nav .g-nav-inner .btn_list02 .child_menu li {
  margin: 0 0 5px;
}
.sp-g-nav .g-nav-inner .btn_list02 .child_menu li a {
	padding: 15px 20px 15px 40px;
	position: relative;
}
.sp-g-nav .g-nav-inner .btn_list02 .child_menu li a::before {
  content: "▲";
  display: block;
  position: absolute;
  color: #EFC03A;
  font-size: 10px;
  top: 50%;
  left: 20px;
  margin: -4px 0 0;
  transform: rotate(90deg);
}	
.sp-g-nav .g-nav-inner .btn_list02 .child_menu a {
  font-size: 14px;
}		
.sp-g-nav .g-nav-inner .btn_list02 .child_menu.show {
	display: block;
}

/*----- side_menu -----*/	
.sp-g-nav .g-nav-inner .side_menu {
  background: #FFFFFF;
	border-radius: 16px;
	text-align: center;
	margin: 60px 0 100px;
	padding: 40px 25px 25px;
	box-sizing: border-box;
}

/* side_illust */	
.sp-g-nav .g-nav-inner .side_menu .side_illust {
	position: relative;
}
.sp-g-nav .g-nav-inner .side_menu .side_illust::before {
	content: "";
	display: block;
	position: absolute;
	width: 217px;
	height: 75.5px;
	background: url("../images/common/side_illust.png") center center no-repeat;
	background-size: 100% auto;
	top: -70px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 100;
}	

/* side_tel */		
.sp-g-nav .g-nav-inner .side_menu .side_tel a {
	color: #D51419;
	font-size: 32px;
	font-weight: bold;
	font-family: "Roboto", serif;
}
.sp-g-nav .g-nav-inner .side_menu p {
	font-size: 16px;
	font-family: "Roboto", serif;
	margin: 10px 0 15px;
}
	
/* btn01 */	
.sp-g-nav .g-nav-inner .side_menu .btn01 a {
	width: 80%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 100px;
	background: #EFC03A;
	text-align: left;
	margin: 0 auto 25px;
	padding: 15px 0 15px 30px;
	box-sizing: border-box;
	position: relative;
	display: block;
}
.sp-g-nav .g-nav-inner .side_menu .btn01 a::before {
	content: "";
	display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	background: url("../images/common/arrow_01.png") center center no-repeat;
	background-size: 100% auto;
	top: 50%;
	right: 10px;
	transform: translate(0,-50%);
}
	
/* sns_list */	
.sp-g-nav .g-nav-inner .side_menu .sns_list ul {
  display: flex;
  justify-content: center;
}
.sp-g-nav .g-nav-inner .side_menu .sns_list li {
  width: 33px;
	margin: 0 30px;
}	
}



/*--------------------------------------
　footer
---------------------------------------*/
footer {
	width: 100%;
	min-width: 1194px;
	background: #2A4195;
	position: relative;
	z-index: -100;
}
footer::before,
footer.footer_trim::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 300px;
	top: 0;
	left: 0;
	z-index: -50;
}
footer::before {
	background: url("../images/f_ptn01.png") center top no-repeat;
	background-size: 100% auto;
}
footer.footer_trim::before {
	background: url("../images/f_ptn04.png") center top no-repeat;
	background-size: 100% auto;
}
footer::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 300px;
	background: url("../images/f_ptn01.png") center top no-repeat;
	background-size: 100% auto;
	top: 0;
	left: 0;
	z-index: -50;
}
footer .f_inner {
	padding: 95px 0 40px;
	box-sizing: border-box;
	position: relative;
}
footer .f_inner::before,
footer .f_inner::after {
	content: "";
	display: block;
	position: absolute;
}
footer .f_inner::before {
	width: 539px;
	height: 352px;
	background: url("../images/f_ptn02.png") left top no-repeat;
	background-size: 100% auto;
	top: -40px;
	left: 0;
}
footer .f_inner::after {
	width: 297px;
	height: 125px;
	background: url("../images/f_ptn03.png") right bottom no-repeat;
	background-size: 100% auto;
	bottom: 0;
	right: 0;
}
footer .txt_block {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	z-index: 100;
}

/*----- left -----*/
footer .f_logo {
	width: 303px;
}
footer .address {
	color: #fff;
	margin: 20px 0 20px;
}
footer .f_tel a {
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	font-family: "Roboto", serif;
	margin: 0 0 20px;
}
footer .btn01 a {
	width: 230px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 100px;
	background: #EFC03A;
	padding: 15px 0 15px 30px;
	box-sizing: border-box;
	position: relative;
	display: block;
}
footer .btn01 a::before {
	content: "";
	display: block;
	position: absolute;
	width: 22px;
	height: 22px;
	background: url("../images/common/arrow_01.png") center center no-repeat;
	background-size: 100% auto;
	top: 50%;
	right: 10px;
	transform: translate(0,-50%);
}
footer .f_sns_area {
	margin: 23px 0 0;
}
footer .f_sns_area ul {
	display: flex;
}
footer .f_sns_area li {
	width: 70px;
}
footer .f_sns_area li:not(:last-child) {
	margin: 0 20px 0 0;
}

/*----- right -----*/
footer .f_navi ul {
	display: flex;
}
footer .f_navi .top {
	margin: 0 0 20px;
}
footer .f_navi li {
	margin: 0 40px 0 0;
}
footer .f_navi li:last-child {
	margin: 0 0 0;
}
footer .f_navi li a {
	color: #fff;
	font-size: 18px;
}
footer .copy {
	color: #fff;
	font-size: 12px;
	font-family: "Roboto", serif;
	text-align: right;
	margin: 160px 0 0;
}

@media screen and (max-width: 768px) {
footer {
	min-width: 100%;
}
footer::before {
	width: 100%;
	height: 200px;
	background: url("../images/f_ptn01_sp.png") center top no-repeat;
	background-size: 100% auto;
}
footer .f_inner {
	padding: 30px 0 40px;
}
footer .f_inner::before {
	width: 80%;
	height: 100%;
	background: url("../images/f_ptn02_sp.png") left top no-repeat;
	background-size: 100% auto;
	top: -20px;
	left: 0;
}
footer .f_inner::after {
	width: 207px;
	height: 84px;
	background: url("../images/f_ptn03_sp.png") right bottom no-repeat;
	background-size: 100% auto;
	bottom: 0;
	right: 0;
}
footer .txt_block {
	display: block;
}

/*----- left -----*/
footer .left {
  text-align: center;
}	
footer .f_logo {
	width: 90%;
	margin: auto;
}
footer .address {
	font-size: 4vw;
	margin: 20px 0 30px;
}
footer .f_tel a {
	font-size: 32px;
	margin: 0 0 30px;
}
footer .btn01 a {
	width: 75%;
	font-size: 16px;
	text-align: left;
	margin: auto;
	padding: 15px 0 15px 30px;
}
footer .btn01 a::before {
	width: 22px;
	height: 22px;
	background: url("../images/common/arrow_01.png") center center no-repeat;
	background-size: 100% auto;
	top: 50%;
	right: 10px;
	transform: translate(0,-50%);
}
footer .f_sns_area {
	margin: 30px 0 0;
}
footer .f_sns_area ul {
	justify-content: center;
}

/*----- right -----*/
footer .f_navi {
  display: none;
}	
footer .copy {
	font-size: 12px;
	text-align: center;
	margin: 60px 0 0;
}
}



/*--------------------------------------
sidenav
---------------------------------------*/
.sidenav {
	position: fixed;
	width: 280px;
	bottom: 550px;
	right: 30px;
	z-index: 100;
	transition: all 0.5s ease;
	transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
}
.sidenav .txt_area {
	width: 280px;
	height: auto;
	background: #FFFFFF;
	border-radius: 10px;
	text-align: center;
	padding: 40px 25px 30px;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.5s ease;
	display: block;
	position: absolute;
	top: 0;
	right: 100%;
	z-index: 100;
}
.sidenav .side_illust {
	position: relative;
}
.sidenav .side_illust::before {
	content: "";
	display: block;
	position: absolute;
	width: 217px;
	height: 75.5px;
	background: url("../images/common/side_illust.png") center center no-repeat;
	background-size: 100% auto;
	top: -70px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 100;
}
.sidenav .txt_area .side_tel a {
	color: #D51419;
	font-size: 32px;
	font-weight: bold;
	font-family: "Roboto", serif;
}
.sidenav p {
	font-family: "Roboto", serif;
	margin: 5px 0 15px;
}
.sidenav .side_btn a {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	border-radius: 100px;
	padding: 15px 0 15px;
	box-sizing: border-box;
	display: block;
}
.sidenav .side_btn01 a {
	color: #2A4195;
	background: #D5E6F6;
	margin: 0 0 10px;
}
.sidenav .side_btn02 a {
	color: #EFC03A;
	background: #F7F1DD;
}




