@charset "UTF-8";

/*--------------------------------------------------
  body
--------------------------------------------------*/
html {
  font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}
body {
	min-width: 1100px;
  color: #2C2C2C;
  font-size: 16px;
	font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: none;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	overflow-x: auto;
}
body, html {
	height: 100%;
}
body .inner {
	max-width: 1100px;
	margin: auto;
}
a {
	color: #2C2C2C;
	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_wh {
	color: #FFFFFF;
}
.c_bk {
	color: #2C2C2C;
}
.c_bl {
	color: #545F79;
}
.c_rd {
	color: #d06161;
}

/*----- background -----*/
.bg_wh {
  background: #FFFFFF;
}
.bg_gy {
  background: #F5F5F5;
}
.bg_bg {
  background: #E9E5E2;
}
.bg_bl {
  background: #545F79;
}

/*----- font -----*/
.txt {
	text-align: justify;
	line-height: 2.0em;
}
.f_shippori {
	font-family: "Shippori Mincho", serif;
}
.f_open {
	font-family: "Open Sans", sans-serif;
}
.f_bold {
	font-weight: bold;
}
.t_center {
	text-align: center;
  line-height: 2.0em;
}
.t_center_sp_j {
	text-align: center;
  line-height: 2.0em;
}
.t_right {
	text-align: right;
}

/*----- 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_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; 	
}
.pc_only {
	display: block;
}
.sp_only {
  display: none;
}

@media screen and (max-width: 768px){
body {
	min-width: 100%;
  font-size: 13px;
}	
body .inner {
	max-width: 100%;
	padding: 0 20px;
}	
	
/*----- font -----*/
.txt {
	line-height: 1.8em;
}  
.t_center {
  line-height: 1.8em;
}
.t_center_sp_j {
	text-align: justify;
  line-height: 1.8em;
}  
	
/*----- margin -----*/
.mb_20 {
	margin: 0 0 10px;
}	
.mb_30 {
	margin: 0 0 20px;
}	
.mb_50 {
	margin: 0 0 30px;
}	
.mb_60 {
	margin: 0 0 40px;
}	
.mb_70 {
	margin: 0 0 40px;
}
.mb_100 {
	margin: 0 0 60px;
}	

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





/*--------------------------------------------------
  page link 調整
--------------------------------------------------*/
.anchor01 {
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}

@media screen and (max-width: 750px){
.anchor01 {
	display: block;
	padding-top: 90px;
	margin-top: -90px;
} 
}





/*--------------------------------------
　Header
---------------------------------------*/
header {
	width: 100%;
	min-width: 1100px;
	height: 100px;
	margin: auto;
	position: fixed;
	top: 0;
	z-index: 9999;
}
header.header_top {
  background: linear-gradient(0deg,rgba(84, 95, 121, 0) 0%, rgba(84, 95, 121, 1) 100%);
}
header.header_under {
  background: #fff;
}
header .header_inner {
	padding: 0 30px;
	box-sizing: border-box;
}
header .header_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*----- logo -----*/
.header_home .h_logo {
	display: flex;
	align-items: center;
}
.header_home .h_logo .logo {
	width: 180px;
	margin: 0 40px 0 0;
}
.header_home .h_logo p {
	font-size: 11px;
  text-align: center;
  line-height: 1.3em;
}
.header_top .h_logo p {
  color: #fff;
}
.header_under .h_logo p {
  color: #545F79;
}

/*----- hd_cont -----*/
.header_home .flex {
  display: flex;
}
.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 > ul > li {
  font-size: 14px;
  font-family: "Shippori Mincho", serif;
  margin: 0 0 0 35px;
  position: relative;
}
.header_top .hd_cont-pc nav > ul > li {
  color: #fff;
}
.header_under .hd_cont-pc nav > ul > li {
  color: #2C2C2C;
}
.hd_cont-pc nav > ul > li > a {
  display: inline-block;
  line-height: 96px;
  border-bottom: none;
}
.header_top .hd_cont-pc nav > ul > li > a {
  color: #fff;
}
.header_under .hd_cont-pc nav > ul > li > a {
  color: #2C2C2C;
}
.hd_cont-pc nav > ul > li > a:hover {
  border-bottom: 4px solid #545F79;
}
.hd_cont-pc nav > ul > li .parent_menu {
  cursor: pointer;
  display: inline-block;
  line-height: 96px;
  border-bottom: 4px solid rgba(0,0,0,0.0);
  position: relative;
  padding-right: 12px;
}
.hd_cont-pc nav > ul > li .parent_menu::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  transform: rotate(45deg) translateY(-50%);
  right: 0;
  top: 48%;
  transition: 0.3s;
}
.header_top .hd_cont-pc nav > ul > li .parent_menu::before {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.header_under .hd_cont-pc nav > ul > li .parent_menu::before {
  border-bottom: 1px solid #2C2C2C;
  border-right: 1px solid #2C2C2C;
}
.hd_cont-pc nav > ul > li.selected .parent_menu {
  position: relative;
  padding-right: 12px;
  box-sizing: border-box;
  border-bottom: 4px solid #545F79;
  z-index: 102;
}
.hd_cont-pc nav > ul > li.selected .parent_menu::before {
  top: 52%;
  transform: rotate(45deg) translateY(-50%) scale(-1, -1);
}
.hd_cont-pc nav > ul > li .child_wrap {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  width: 230px;
  max-height: 70vh;
  overflow-y: auto;
  background: #eff3f7;
  z-index: 101;
  padding: 10px 20px 10px;
  border-radius: 0 0 10px 10px;
}
.hd_cont-pc nav > ul > li .child_wrap li {
	font-size: 14px;
  border-bottom: 1px dashed #ccc;
}
.hd_cont-pc nav > ul > li .child_wrap li:last-of-type {
  border-bottom: none;
}
.hd_cont-pc nav > ul > li .child_wrap li a {
  display: block;
  padding: 10px 0;
}
.hd_cont-pc nav > ul > li .child_wrap li a:hover {
  opacity: 0.6;
}
.hd_cont-pc li.last {
	padding: 0 0 0 30px;
	box-sizing: border-box;
	position: relative;
}
.hd_cont-pc li.last::before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 40px;
	top: 30%;
	left: 0;
}
.header_top .hd_cont-pc li.last::before {
	background: #fff;
}
.header_under .hd_cont-pc li.last::before {
	background: #2C2C2C;
}
.hd_cont-pc li.last a {
  font-size: 18px;
}

/*--- 背景変更 ---*/
header.thin {
	width: 100%;
	background: #fff;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
	z-index: 9999;
}

/*--- ロゴ&文字色変更 ---*/
header.thin .h_logo img {
  content: url("../images/logo_02.png");
}
header.thin .h_logo p {
  color: #545F79;
}
header.thin .hd_cont-pc nav > ul > li,
header.thin .hd_cont-pc nav > ul > li > a {
  color: #2C2C2C;
}
header.thin .hd_cont-pc nav > ul > li .parent_menu::before {
  border-bottom: 1px solid #2C2C2C;
  border-right: 1px solid #2C2C2C;
}
header.thin .hd_cont-pc li.last::before {
	background: #2C2C2C;
}

@media screen and (max-width: 1500px){
header .header_inner {
	padding: 0 20px;
}
.header_home .h_logo .logo {
	width: 160px;
	margin: 0 20px 0 0;
}	
.header_home .h_logo p {
	font-size: 10px;
}	
.hd_cont-pc nav > ul > li {
	font-size: 13px;
}
.hd_cont-pc li.last a {
  font-size: 13px;
}  
}

@media screen and (max-width: 1300px){
.header_home .h_logo .logo {
	width: 140px;
	margin: 0 15px 0 0;
}	
.header_home .h_logo p {
	font-size: 10px;
}	
.hd_cont-pc nav > ul > li {
	font-size: 12px;
  margin: 0 0 0 25px;
}
.hd_cont-pc li.last {
	padding: 0 0 0 20px;
}  
.hd_cont-pc li.last a {
  font-size: 12px;
}
}

@media screen and (max-width: 1200px){
.header_home .h_logo .logo {
	width: 120px;
	margin: 0 15px 0 0;
}	
.hd_cont-pc nav > ul > li {
	font-size: 12px;
  margin: 0 0 0 20px;
}
.hd_cont-pc li.last {
	padding: 0 0 0 20px;
}  
.hd_cont-pc li.last a {
  font-size: 12px;
}
}

@media screen and (max-width: 768px){
header {
	width: 100%;
	min-width: 100%;
	height: 70px;
  box-shadow: 0px 30px 30px -5px rgba(0,0,0,0.1);
  box-sizing: border-box;
  position: fixed;
  top: 0;
}
header.header_top {
  background: #fff;
}
header.header_under {
  background: #fff;
}  
header .header_inner {
	padding: 0 0;
}
header .header_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*----- logo -----*/
.header_home .h_logo {
  height: 70px;
	padding: 0 15px;
	display: flex;
	align-items: center;
}
.header_home .h_logo .logo {
	/*width: 40%;*/
	width: 130px;
	margin: 0 0 0 0;
}

/*----- hd_cont -----*/
.hd_cont-pc {
  display: none;
}
	
/*----- .hb-menu -----*/
#hb-menu {
  display: table;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #D6D6D6;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 999;
}
#hb-menu .hb-inner {
  display: table-cell;
  vertical-align: middle;
}
#hb-menu span {
  display: block;
  width: 16px;
  height: 2px;
  background: #545F79;
  border-radius: 100px;
  margin: auto;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}	
#hb-menu span:nth-of-type(2),
#hb-menu span:nth-of-type(3) {
  margin-top: 4px;
}
#hb-menu span:nth-of-type(4) {
  background: none;
  margin-top:-1px;
}
	
/* ナビゲーションアイコン：アクティブ */
.hb-open #hb-menu span {
  background: #545F79;
}
.hb-open span:nth-of-type(1) {
  -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
  -ms-transform: translateY(7px) translateX(0) rotate(45deg);
  transform: translateY(7px) translateX(0) rotate(45deg);
}
.hb-open span:nth-of-type(2) {
  margin-top: 5px;
  opacity: 0;
  -webkit-transform: translateY(9px);
  -ms-transform: translateY(9px);
  transform: translateY(9px);
}
.hb-open span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) translateX(0) rotate(-45deg);
  -ms-transform: translateY(-5px) translateX(0) rotate(-45deg);
  transform: translateY(-5px) translateX(0) rotate(-45deg);
}
.hb-open span:nth-of-type(4) {
  background: none!important;
}

/* 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: #fff;
  /*padding: 15px 30px 0 30px;
  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;
}	
.sp-g-nav .g-nav-inner .box_inner {
	height: 100%;
  background: #545F79;
	padding: 30px 30px;
	box-sizing: border-box;
}
.sp-g-nav .g-nav-inner .navi {
  border-top: 1px solid #D1D1D1;
  box-sizing: border-box;
}
.sp-g-nav .g-nav-inner .navi:last-child {
  border-bottom: 1px solid #D1D1D1;
  box-sizing: border-box;
}	
.sp-g-nav .g-nav-inner .navi a {
	width: 100%;
  color: #fff;
	font-size: 16px;
  font-weight: bold;
	padding: 25px 10px;
	box-sizing: border-box;
	display: block;
}
	
/* accordion */	
.sp-g-nav .g-nav-inner .parent_menu {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
	padding: 25px 10px;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}	
.sp-g-nav .g-nav-inner .parent_menu:before,
.sp-g-nav .g-nav-inner .parent_menu:after {
	content: "";
	position: absolute;
	width: 14px;
	height: 2px;
	top: 50%;
	right: 10px;
	margin: -2px 0 0;
	background: #fff;
	transition: all 0.4s;
}
.sp-g-nav .g-nav-inner .parent_menu:after {
	transform: rotate(90deg);
}
.sp-g-nav .g-nav-inner .parent_menu.open:before {
  display: none;
}
.sp-g-nav .g-nav-inner .parent_menu.open::after {
  transform: rotate(180deg);
}		
.sp-g-nav .g-nav-inner .child_menu {
  width: 100%;
	display: none;
}
.sp-g-nav .g-nav-inner .child_menu li a {
  font-size: 14px;
  font-weight: normal;
	padding: 10px 0 10px 30px;
}
.sp-g-nav .g-nav-inner .child_menu li.first a {
  padding: 0 20px 10px 30px;
} 
.sp-g-nav .g-nav-inner .child_menu li.last a {
  padding: 10px 20px 25px 30px;
}	
.sp-g-nav .g-nav-inner .child_menu.show {
	display: block;
}	
	
/* sns_box */
.sp-g-nav .g-nav-inner .sns_box {
  margin: 35px 0 0;
}  
.sp-g-nav .g-nav-inner .sns_box ul {
  display: flex;
  justify-content: center;
}
.sp-g-nav .g-nav-inner .sns_box li a {
  width: 50px;
  margin: 0 15px 0;
}
.sp-g-nav .g-nav-inner .sns_box li img {
  border-radius: 5px;
}
}





/*--------------------------------------
　footer
---------------------------------------*/
footer {
	width: 100%;
	min-width: 1100px;
	background: #545F79;
  padding: 60px 0 35px;
  box-sizing: border-box;
	position: relative;
}
footer .footer_inner {
	max-width: 1100px;
  margin: auto;
}

/*----- footer_block01 -----*/
footer .footer_block01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  margin: 0 0 55px;
}

/* left */
footer .footer_block01 .left {
  display: flex;
  align-items: center;
}
footer .footer_block01 .left .f_logo {
	width: 220px;
  margin: 0 30px 0 0;
}
footer .footer_block01 .left p {
	color: #fff;
  font-size: 13px;
}

/* right */
footer .footer_block01 .right {
  display: flex;
  align-items: center;
}
footer .footer_block01 .right .tel {
  margin: 0 25px 0 0;
}
footer .footer_block01 .right .tel p {
  color: #fff;
  font-size: 12px;
  font-family: "Shippori Mincho", serif;
  margin: 0 0 8px;
}
footer .footer_block01 .tel a {
	color: #fff;
	font-size: 38px;
  font-family: "Open Sans", sans-serif;
  pointer-events: none;
}
footer .footer_block01 .right .btn a {
	width: 200px;
  color: #545F79;
	font-size: 16px;
  background: #fff;
  border-radius: 5px;
  text-align: left;
	padding: 18px 15px;
	box-sizing: border-box;
	position: relative;
}
footer .footer_block01 .right .btn a::before {
  content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
  background: url("../images/arrow_01.png") center center no-repeat;
  background-size: 100% auto;
	top: 50%;
	right: 15px;
  transform: translate(0,-50%);
}

/*----- footer_block02 -----*/
footer .footer_block02 {
  margin: 0 0 45px;
}
footer .footer_block02 .wrap {
	width: calc(20% - 25px);
}
footer .footer_block02 .wrap01 p,
footer .footer_block02 .wrap02 p a {
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid #fff;
  margin: 0 0 18px;
  padding: 0 0 15px;
  box-sizing: border-box;
}
footer .footer_block02 .wrap02 p a {
  margin: 0 0 25px;
}
footer .footer_block02 .wrap li a {
  color: #fff;
  font-size: 13px;
  margin: 0 0 20px;
}

/*----- footer_block03 -----*/
footer .footer_block03 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

/* sns_box */
footer .sns_box ul {
  display: flex;
}
footer .sns_box li a {
  width: 50px;
  margin: 0 10px 0 0;
}
footer .sns_box li img {
  border-radius: 5px;
}

/* copy */
footer .copy {
  color: #D6D6D6;
  font-size: 11px;
  font-family: "Open Sans", sans-serif;
}

@media screen and (max-width: 768px) {
footer {
	/*width: 100%;*/
	min-width: 100%;
	/*background: #545F79;*/
  padding: 60px 20px 100px;
  /*box-sizing: border-box;
	position: relative;*/
}
footer .footer_inner {
	max-width: 100%;
  /*margin: auto;*/
}

/*----- footer_block01 -----*/
footer .footer_block01 {
	display: block;
  text-align: center;
  margin: 0 auto 60px;
}

/* left */
footer .footer_block01 .left {
  display: block;
  margin: 0 0 30px;
}
footer .footer_block01 .left .f_logo {
	width: 70%;
  margin: 0 auto 15px;
}
footer .footer_block01 .left p {
  font-size: 12px;
}

/* right */
footer .footer_block01 .right {
  display: block;
}
footer .footer_block01 .right .tel {
  margin: 0 0 0 0;
}
footer .footer_block01 .right .tel p {
  font-size: 12px;
  margin: 0 0 10px;
}
footer .footer_block01 .tel a {
	font-size: 32px;
  /*font-family: "Open Sans", sans-serif;
  pointer-events: none;*/
  border-bottom: 1px solid #fff;
  margin: 0 0 40px;
  box-sizing: border-box;
  display: inline-block;
}
footer .footer_block01 .right .btn a {
	width: 80%;
	font-size: 14px;
  margin: auto;
	padding: 15px 15px;
}
footer .footer_block01 .right .btn a::before {
	width: 16px;
	height: 16px;
	right: 15px;
}

/*----- footer_block02 -----*/
footer .footer_block02 {
  margin: 0 0 60px;
}
footer .footer_block02 .wrap {
	width: 100%;
  margin: 0 0 50px;
}
footer .footer_block02 .wrap01 p,
footer .footer_block02 .wrap02 p a {
  font-size: 15px;
  margin: 0 0 20px;
  padding: 0 0 10px;
}
footer .footer_block02 .wrap02 p a {
  margin: 0 0 20px;
  padding: 0 0 20px;
}
footer .footer_block02 .wrap li a {
  font-size: 12px;
  margin: 0 0 20px;
  padding: 0 0 0 15px;
  box-sizing: border-box;
}

/*----- footer_block03 -----*/
footer .footer_block03 {
  display: block;
}

/* sns_box */
footer .sns_box ul {
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
}
footer .sns_box li a {
  width: 50px;
  margin: 0 5px 0;
}
footer .sns_box li img {
  border-radius: 5px;
}

/* copy */
footer .copy {
  font-size: 11px;
  text-align: center;
}
}





/*--------------------------------------
　float_btn
---------------------------------------*/
@media screen and (max-width: 768px) {
.float_btn {
  width: 100%;
  background: #1C4164;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 111;
}
.float_btn ul {
  height: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.float_btn li {
  padding: 10px 0;
  box-sizing: border-box;
}
.float_btn li:first-child {
  width: 38%;
}  
.float_btn li:nth-child(2) {
  width: 44%;
  border-left: 1px solid #778DA2;
  border-right: 1px solid #778DA2;
}
.float_btn li:last-child {
  width: 18%;
}
.float_btn a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.float_btn li img {
  width: 20px;
  margin: 0 10px 0 0;
}
.float_btn li.last img {
  margin: 0 0 0 0;
}
}


/*--------------------------------------
　btn_list01
---------------------------------------*/

/*----- btn_list01 -----*/

/* top */
.top .btn_list01 a {
  width: 86%;
}

/* under */
.under .btn_list01 {
  display: flex;
  flex-wrap: wrap;
}
.under .btn_list01 li {
	width: 31%;
  margin: 0 3.5% 20px 0;
}
.under .btn_list01 li:nth-child(3n) {
  margin: 0 0 20px;
}

/* btn_list01 共通 */ 
.btn_list01 a {
  height: 60px;
	color: #545F79;
	font-size: 16px;
	border-radius: 6px;
	background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.10);
	margin: 0 auto 10px;
	padding: 10px 10px 10px 10px;
	box-sizing: border-box;
	position: relative;
	display: block;
}
.btn_list01 a::before {
  content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: url("../images/arrow_01.png") center center no-repeat;
  background-size: 100% auto;
	top: 50%;
	right: 10px;
  transform: translate(0,-50%);
}
.btn_list01 .icon_img a::after {
  content: "";
	display: block;
	position: absolute;
  border-radius: 6px;
	width: 40px;
	height: 40px;
	top: 10px;
	left: 10px;
}
.btn_list01 .icon_01 a::after {
  background: url("../images/icon_01.jpg") center center no-repeat;
  background-size: 100% auto;
}
.btn_list01 .icon_02 a::after {
  background: url("../images/icon_02.jpg") center center no-repeat;
  background-size: 100% auto;
}
.btn_list01 .icon_03 a::after {
  background: url("../images/icon_03.jpg") center center no-repeat;
  background-size: 100% auto;
}
.btn_list01 .icon_04 a::after {
  background: url("../images/icon_04.jpg") center center no-repeat;
  background-size: 100% auto;
}
.btn_list01 .icon_05 a::after {
  background: url("../images/icon_05.jpg") center center no-repeat;
  background-size: 100% auto;
}
.btn_list01 .icon_06 a::after {
  background: url("../images/icon_06.jpg") center center no-repeat;
  background-size: 100% auto;
}
.btn_list01 .icon_07 a::after {
  background: url("../images/icon_07.jpg") center center no-repeat;
  background-size: 100% auto;
}
.btn_list01 .icon_08 a::after {
  background: url("../images/icon_08.jpg") center center no-repeat;
  background-size: 100% auto;
}
.btn_list01 .icon_09 a::after {
  background: url("../images/icon_09.jpg") center center no-repeat;
  background-size: 100% auto;
}
.btn_list01 .icon_10 a::after {
  background: url("../images/icon_10.jpg") center center no-repeat;
  background-size: 100% auto;
}
.btn_list01 .icon_11 a::after {
  background: url("../images/icon_11.jpg") center center no-repeat;
  background-size: 100% auto;
}
.btn_list01 .icon_12 a::after {
  background: url("../images/icon_12.jpg") center center no-repeat;
  background-size: 100% auto;
}
.btn_list01 .icon_13 a::after {
  background: url("../images/icon_13.jpg") center center no-repeat;
  background-size: 100% auto;
}
.btn_list01 .icon_14 a::after {
  background: url("../images/icon_14.jpg") center center no-repeat;
  background-size: 100% auto;
}
.btn_list01 .icon_15 a::after {
  background: url("../images/icon_15.jpg") center center no-repeat;
  background-size: 100% auto;
}
.btn_list01 .icon_16 a::after {
  background: url("../images/icon_16.jpg") center center no-repeat;
  background-size: 100% auto;
}
.btn_list01 li a {
	display: flex;
} 
.btn_list01 li .img_box {
	width: 40px;
  margin: 0 10px 0 0;
}
.btn_list01 li .txt_box {
	display: table;
}
.btn_list01 li .txt_box_inner {
	display: table-cell;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
  
/* top */  
.top .btn_list01 a {
  width: 100%;
}

/* under */  
.under .btn_list01 {
  display: block;
}  
.under .btn_list01 li {
	width: 100%;
  margin: 0 0 10px 0;
}
.under .btn_list01 li:nth-child(3n) {
  margin: 0 0 10px;
}  

/* btn_list01 共通 */  
.btn_list01 a {
  height: 60px;
	font-size: 14px;
	margin: 0 auto 10px;
}
.btn_list01 a::before {
	width: 16px;
	height: 16px;
	right: 10px;
}
}




