/* ------------------------------------------------
サイト共通パーツ
-----------------------------------------------*/
/*------------------ タブ------------------*/
.nav-tabs3 {
  justify-content: space-around;
  width: 100%;
}
.nav-tabs3 li+ li {
  border-left: 1px solid #ccc;
  height: 70%;
}
.nav-tabs3.news-tab .nav-item {
  flex-basis: 20%;
  background: #f8f9fa;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .nav-tabs3 .news-tab .nav-item a {
    padding: 10px 0;
    font-size: 11.5px;
  }
}
.nav-tabs3 .nav-item {
  padding: 0;
}
.nav-tabs3 .nav-item::before {
  display: none;
}
.nav-tabs3 .nav-item a {
  text-align: center;
  color: #212529;
  padding: 6px 0;
}
.nav-tabs3 .nav-link {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  padding: 0;
}
.nav-tabs3 .nav-item.show .nav-link {
  background: #002C83;
  color: #fff;
  border-color: #002C83;
}
.nav-tabs3 .nav-item .nav-link.active {
  color: #575757;
  font-weight: bold;
  border-bottom: solid 4px #d69738;
  background: #e6e6e6;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .tab-content {
    margin-top: 20px;
  }
}
/*------------ ボタン -----------*/
.btn01 {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.btn01 .btn-animation {
  display: inline-block;
  width: 200px;
  text-align: center;
  background-color: #aaa;
  border: 2px solid #aaa;
  font-size: 16px;
  color: #aaa;
  text-decoration: none;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 4px;
  position: relative;
}
.btn01 .btn-animation span {
  position: relative;
  z-index: 1;
}
.btn01 .btn-animation::before,
.btn01 .btn-animation::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn01 .btn-animation::before {
  left: 0;
}
.btn01 .btn-animation::after {
  right: 0;
}
.btn01 .btn-animation:hover:before,
.btn01 .btn-animation:hover:after {
  width: 0;
  background-color: #FFF;
}
.btn01 .btn-animation:hover {
  color: #FFF;
}

/*------------ ボタン2 -----------*/
.btn02 {
  text-align: center;
  margin-bottom: 30px;
}
.btn02 .btn-animation {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #575757;
  border: 2px solid #575757;
  font-size: 16px;
  color: #575757;
  text-decoration: none;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 4px;
  position: relative;
}
.btn02 .btn-animation span {
  position: relative;
  z-index: 1;
}
.btn02 .btn-animation::before,
.btn02 .btn-animation::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn02 .btn-animation::before {
  left: 0;
}
.btn02 .btn-animation::after {
  right: 0;
}
.btn02 .btn-animation:hover:before,
.btn02 .btn-animation:hover:after {
  width: 0;
  background-color: #FFF;
}
.btn02 .btn-animation:hover {
  color: #FFF;
}


/* ------------------------------------------------
トップページ
-----------------------------------------------*/
/*------------------ トップスライド ------------------*/
.item {
  width: 100vw;
  margin: 0 5px;
}
.item img {
  object-fit: cover;
  margin: 0 auto;
}
#js-slide__nav {
  text-align: center;
}
#js-slide__nav__inner {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .item {
    width: 230vw;
  }
}
/*------------------ トップビジュアル ------------------*/
.top {
  position: relative;
  margin-top: 80px;
}
.top_kv{
  position: relative;
}
.top_kv .top_musk {
  
}
.top_kv video {
  position: relative;
  top: 0;
  width: 100%;
}
.top_kv .top_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background: #00438c1f;
  width: 100%;
  height: 100%;
}
.top_kv .top_copy .top_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 40%;
}
.top_kv .top_copy .main-copy{
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
.top_kv .top_copy .sub-copy{
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  line-height: 36px;
}
@media screen and (min-width: 768px) {
  /* kv */
  .top_kv{
    min-width: 768px;
  }
  .top_kv .main-copy{
    font-size: 46px;
    margin-bottom: 20px;
  }
  .top_kv .sub-copy{
    font-size: 30px;
  }
  /* video */
  .top_mov{
    min-width: 768px;
  }
}
@media screen and (max-width: 1150px) {
  .top_kv .top_copy img {
    width: 160px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .top_kv .top_copy img {
    width: 330px;
    margin-top: 70px;
    margin-bottom: 20px;
  }
  .top_kv .top_copy .main-copy {
    font-size: 30px;
    line-height: 46px;
  }
  .top_kv .top_copy .sub-copy {
    font-size: 18px;
  }
  .footer-contact {
    margin-top: 22px;
    margin-bottom: 0;
  }
  .top_kv .top_copy .top_center {
    width: 100%;
  }
}

/*-----------------------------------------------
トップページ各種コンテンツ
-----------------------------------------------*/
/*------------------ タイトル ------------------*/
.title {
  position: relative;
}
.title h2 {
  position: relative;
  font-size: 26px;
  font-weight: bold;
}
.title h2::before {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 40px;
  height: 4px;
  content: '';
  background: #fff79a;
}
.title h2 span {
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding-top: 4px;
  color: #f73f34;
}
.title p {
  position: absolute;
  top: -24px;
  right: 0;
  font-size: 66px;
  font-weight: bold;
  color: #f0f0f0;
  z-index: -1;
}
/*------------------ トップセクション ------------------*/
.top {
  
}
/*------------------ NEWSセクション ------------------*/
.top_news {
  margin-top: 15px;
  margin-bottom: 50px;
}
.news-box {
  display: flex;
  border-bottom: solid 1px #575757;
  padding: 6px;
}
.news-box p {
  text-align: left;
  font-weight: bold;
}
.news-box p span {
  background: #000;
  padding: 2px 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
}
.news-box h4 {
}
.news-box h4 a {
  font-size: 18px;
  color: #575757;
}
.news-box h4 a:hover {
  opacity: .8;
}
/*------------------ MAINセクション ------------------*/
.top_main {
  display: flex;
  justify-content: center;
}
.main-box {
  width: 50%;
  position: relative;
}
.main-box a {
  
}
.main-box a img {
  position: relative;
}
.main-box a .main-read {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, .7);
  width: 340px;
  height: 200px;
}
.main-box a .main-read h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 2px 2px 6px #fff;
}
.main-box a:hover {
  opacity: .6;
}
@media screen and (max-width: 768px) {
  .top_main {
    display: block;
  }
  .main-box {
    width: 100%;
  }
}
/*------------------ ABOUTセクション ------------------*/
.top_about {
  background: #f8f9fa;
  padding: 80px 0;
}
.about-text {
  text-align: center;
}
.about-text img {
  margin-top: 40px;
  margin-bottom: 30px;
  width: 60%;
}
.about-text p {
  line-height: 2;
}
.about-text h3 {
  margin: 20px 0;
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(transparent 75%, #fff000 75%);
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .about-text img {
    width: 90%;
  }
}
/*------------------ REASONセクション ------------------*/
.top_reason {
  padding-top: 60px;
  padding-bottom: 100px;
}
.reason-box {
  text-align: center;
}
.reason-box h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
  position: relative;
}
.reason-box h3::before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 15px);
  width: 30px;
  height: 3px;
  content: '';
  border-radius: 3px;
  background: #e6432e;
}
.reason-box img {
  width: 70%;
  margin-bottom: 20px;
}
.reason-box p {
  
}




.button--ujarak {
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
	color: #000;
	font-family: azo-sans-web, sans-serif;
	text-align: center;
	max-width: 280px;
	margin: auto;
	padding: 8px;
	position: relative;
	border: solid 1px #000;
	border-radius: 100px;
}
.button--ujarak::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	border-radius: 100px;
	z-index: -1;
	opacity: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak.button--round-s::before {
	border-radius: 2px;
}
.button--ujarak.button--inverted::before {
	background: #7986CB;
}
.button--ujarak,
.button--ujarak::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--ujarak:hover {
	color: #fff;
	border-color: #000;
}
.button--ujarak.button--inverted:hover {
	color: #000;
	border-color: #fff;
}
.button--ujarak:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
a.button--ujarak{
	color: #000;
	display: block;
}
a.button--ujarak:hover {
	color: #fff!important;
}

/*-----------------------------------------------
会社概要
-----------------------------------------------*/
/*------------------ 会社概要の表------------------*/
.com-about {
  margin-bottom: 20px;
}
.com-about table {
  border-collapse: collapse;
  width: 100%;
}
.com-about th,td {
  padding: 5px 10px;          /* 余白指定 */
}
.com-about th {
  background-color: #575757;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 10;
  text-align: center;
  width: 25%;
}
.com-about td {
  background-color: #dee2e6;
  padding-left: 36px;
}
.com-about tr {
  border-bottom:  solid #fff; /* 線指定 */
}
@media only screen and (max-width:767px) {
  .com-about tr {
    display: grid;
  }
  .com-about th {
    width: 100%;
  }
  .com-about td {
    padding-left: auto;
  }
}


/*-----------------------------------------------
下層ページ
-----------------------------------------------*/
/*------------------ 下層全体 ------------------*/
.content-area {
  
}
.site-main {
}
.lower-area {
  padding: 40px 0;
}
/*------------------ 下層ヘッダー ------------------*/
.entry-header {
  position: relative;
}
.entry-header img {
  
}
.entry-header h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #e83e30;
  font-size: 34px;
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  .entry-header img {
    height: 200px;
  }
  .entry-header h2 {
    font-size: 28px;
    width: 90%;
    text-align: center;
  }
}
/*------------------ 投稿ページ（次、前の記事） ------------------*/
.prev_next {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.prev_next .prev {
  
}
.prev_next .next {
  
}


/*-----------------------------------------------
下層コンテンツ
-----------------------------------------------*/
.lower {
  margin-top: 60px;
  margin-bottom: 60px;
}
/*------------------ 見出し------------------*/
.lower h2 {
  font-size: 30px;
  position: relative;
  padding: 15px 0;
  text-align: center;
  color: #575757;
  margin-bottom: 30px;
}
.lower h2 span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  padding-top: 8px;
  color: #e83e30;
}
.lower h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
  content: '';
  border-radius: 3px;
  background: #e83e30;
}
.lower2 h2 {
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  padding: 15px 0;
  text-align: center;
  color: #575757;
  margin-bottom: 30px;
}
.lower2 h2 span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  padding-top: 8px;
  color: #6c757d;
}
.lower2 h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #d69738;
}
.lower h3 {
  padding: 0.4em 0.5em;
  color: #494949;
  background: #f4f4f4;
  border-left: solid 5px #e6432e;
  border-bottom: solid 3px #d7d7d7;
  line-height: 1.6em;
  margin-top: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}
.lower h4 {
  border-bottom: solid 2px #ddd;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0px 0px 0px;
  margin-top: 24px;
  margin-bottom: 20px;
}
.lower h5 {
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 4px;
}
/*-----------------------------------------------
会社概要
-----------------------------------------------*/
/*------------------ 会社概要の表------------------*/
.com-about {
  margin-bottom: 20px;
}
.com-about table {
  border-collapse: collapse;
  width: 100%;
}
.com-about th,td {
  padding: 5px 10px;          /* 余白指定 */
}
.com-about th {
  background-color: #575757;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 10;
  text-align: center;
  width: 25%;
}
.com-about td {
  background-color: #dee2e6;
  padding: 6px 0;
  padding-left: 36px;
}
.com-about tr {
  border-bottom:  solid #fff; /* 線指定 */
}
@media only screen and (max-width:767px) {
  .com-about tr {
    display: grid;
  }
  .com-about th {
    width: 100%;
  }
  .com-about td {
    padding-left: 8px;
  }
}
/*-----------------------------------------------
お問い合わせフォーム
-----------------------------------------------*/
.contact-btn {
	text-align: center;
  margin-top: 15px;
}
.contact-btn a {
	background: #fff;
  padding: 8px 0;
  display: block;
  color: #575757;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.contact-btn a span {
	font-weight: bold;
	padding: 0 4px;
  color: #eb4231;
}
.contact-btn a:hover {
	background: #575757;
	color: #fff;
}
.contact-title {
  
}
.contact-title h2 {
  font-size: 26px !important;
  font-weight: bold;
}
.contact-title h2::before {
  display: none;
}
.line-area {
  margin-top: 80px;
}
.line-area h2 {
  font-size: 26px !important;
  font-weight: bold;
}
.line-area h2::before {
  height: 6px !important;
}
.line-box {
  display: flex;
  background: #fff4d4;
  padding: 30px 15px;
  justify-content: center;
}
.line-box li {
  margin: 0 15px;
}
.line-box p {
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
  margin: 46px 0;
}
.line-box img {
  
}
@media only screen and (max-width:767px) {
  .line-box {
    display: block;
    text-align: center;
  }
}


.cform tr {
  
}
.cform th {
	font-size: 14px;
	width: 20%; /*変なところで改行される場合はここの数字を変更します。*/
	border: solid 1px #d6d6d6;
	padding: 10px 0 10px 15px;
	font-weight: normal;
  background: #e9ecef;
}
.cform td {
	font-size: 14px;
	line-height: 150%;
	border: solid 1px #d6d6d6;
	padding: 10px 5px;
  background: #f8f9fa;
}
.cform {
	width: 80%;
	margin: auto;
}
.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}
.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
}
.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-left: 0;
	vertical-align: middle;
}
.required-srt2 {
	font-size: 8pt;
	padding: 5px;
	background: #adb5bd;
	color: #fff;
	border-radius: 3px;
	margin-left: 0;
	vertical-align: middle;
}
@media only screen and (max-width:767px) {
  .cform {
    width: 100%;
  }
	.cform th,
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
	}
}
.submit-btn input {
	background: #000;
	width: 60%;
	max-width: 550px;
	min-width: 220px;
	margin: 30px auto;
	display: block;
	border: 2px #000 solid;
	text-align: center;
	padding: 5px;
	color: #fff;
	transition: all 0.4s ease;
}
.submit-btn input:hover {
	background: #fff;
	color: #000;
  font-weight: bold;
}
/*------------------ ステップ（お問い合わせ）------------------*/
.stepBar {
  display: flex;
  max-width: 80%;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
.stepBar li {
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%;
}
.stepBar li:after {
  background: #e0e0e0;
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 12px);
  top: 10px;
}
.stepBar li:first-child:after {
  display: none;
}
.stepBar li span {
  background: #e0e0e0;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  margin-bottom: 5px;
  line-height: 24px;
  width: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.stepBar .visited:after {
  background: #e0e0e0;
}
.stepBar .visited span {
  background: #000;
  font-weight: bold;
  font-size: 14px;
}

/*-----------------------------------------------
よくあるご質問
-----------------------------------------------*/
.line01 {
  /*線の種類（実線） 太さ 色*/
  border-bottom: solid 3px #707070;
	font-size: 125%;
	font-weight: bold;
  padding: 20px 0px 0px 0px;
	margin-bottom: 6px;
}
/* アコーディオンB */
.cp_actab {
position: relative;
overflow: hidden;
width: 100%;
margin: 0 auto;
color: #000;
}
.cp_actab input {
position: absolute;
z-index: -1;
opacity: 0;
}
.cp_actab label {
font-weight: bold;
line-height: 3;
position: relative;
display: block;
padding: 0 0 0 1em;
cursor: pointer;
margin: 0 0 1px 0;
background: #DEE2E6;
}
.cp_actab .cp_actab-content {
overflow: hidden;
max-height: 0;
-webkit-transition: max-height 0.5s;
transition: max-height 0.5s;
color: #333333;
background: #F2F2F2;
}
.cp_actab .cp_actab-content p {
margin: 1em;
font-size: 14px;
}
.cp_actab p{
margin-bottom:0px;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
max-height: 20em;
}
/*チェックのアイコン（↓）*/
.cp_actab label:after{
color: #000;
font-family:"Font Awesome 5 Free";
content:" \f078";
position: absolute;
top: 0;
right: 0;
width: 2em;
height: 3em;
}
/*チェックのアイコン（↑）*/
.cp_actab input:checked ~ label::after {
color: #000;
font-family:"Font Awesome 5 Free";
content:" \f077";
}

/*-----------------------------------------------
停電時のご対応
-----------------------------------------------*/
.card {
	border: unset !important;
}
/* 二重線で囲うボタン */
.btn-flat-double-border {
  display: inline-block;
  padding: 0 5em;
  text-decoration: none;
  color: #707070;
  border: double 4px #E6B422;
  border-radius: 3px;
  transition: .4s;
  text-align: center;
}
.btn-flat-double-border:hover {
  background: #f5f5f5;
  text-align: center;
}

/*-----------------------------------------------
プライバシーポリシー
-----------------------------------------------*/
.p-policy {
  
}
.p-policy h3 {
  font-size: 22px;
  margin-bottom: 28px;
  position: relative;
  padding: 6px 0;
  border-bottom: 4px solid #666;
}
.p-policy h3::before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 20%;
  height: 4px;
  content: '';
  background: #d8000f;
}
.p-policy h4 {
  font-size: 18px;
  margin-top: 26px;
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: dashed 1px #666;
}
.p-policy p {
  word-break: break-all;
}
.p-policy ul {
  margin-top: 6px;
  margin-bottom: 10px;
}
.p-policy ul li {
  list-style: circle;
  margin-left: 22px;
}
.p-policy ul li ol {
  margin-top: 6px;
  margin-bottom: 10px;
}
.p-policy ul li ol li {
  list-style: decimal-leading-zero;
  margin-left: 26px;
}
.p-policy ul li ol li ul {
  margin-top: 6px;
  margin-bottom: 10px;
}
.p-policy ul li ol li ul li {
  list-style: disc;
}


/*-----------------------------------------------
ご契約・お手続き方法
-----------------------------------------------*/
.card-body {
  border: solid 1px #ccc;
  border-radius: 6px;
  margin: 8px 0;
  padding: 15px 20px;
}
.card-header {
  border-bottom: unset !important;
  box-shadow: -1px 1px 0px 1px #f2c7c2 !important;
  margin-bottom: 8px !important;
}


/*-----------------------------------------------
トップページ（CTA）
-----------------------------------------------*/
.top_cta {
  padding-top: 40px;
  padding-bottom: 100px;
}
.btn-cta {
  
}
.btn-cta a {
  background: #f73f34;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 60px;
  box-shadow: 0 4px 0 0px #734e30;
}
.btn-cta a h4 {
  position: relative;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
.btn-cta a h4 span {
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding-top: 4px;
  color: #fff000;
}
.btn-cta a:hover {
  opacity: .7;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .btn-cta a h4 span {
    font-size: 16px;
  }
}
/*-----------------------------------------------
追加フッター
-----------------------------------------------*/
.top_foot {
  background: #f8f9fa;
  padding-top: 60px;
  padding-bottom: 80px;
}
.foot-logo {
  
}
.foot-logo img {
  
}
.foot-btn {
  text-align: center;
  position: relative;
  padding: 20px 0;
}
.foot-btn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.foot-btn ul li {
  width: 50%;
  padding: 10px 15px;
}
.foot-btn ul li a {
}
.foot-btn ul li a:hover {
  opacity: .7;
}
.foot-btn ul li a img {
  
}
@media screen and (max-width: 768px) {
  .foot-btn ul li {
    width: 100%;
  }
}