@charset "UTF-8";
/* 
Theme Name: iot_support_theme
Theme URL: 
Description: IoT support
Author: JAB Urano
Version: 1.0
*/
/* Reset CSS */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* common rules */
body {
  font-family: sans-serif;
  line-height: 1.4;
  word-wrap: break-word;
  width: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

main {
  width: 100%;
  min-height: 80vh;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

.pc-img {
  display: none;
}

.sp-img {
  display: block;
}
img.alignright { float: right; margin: 0 0 1em 1.5em; max-width: 50% !important; }/* 配置位置 右 */
img.alignleft { float:left; margin: 0 1.5em 1em 0; max-width: 50% !important; }/* 配置位置 左 */
img.aligncenter { display: block; margin: 0 auto; }/* 配置位置 中央 */

@media screen and (min-width: 1024px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
@media screen and (min-width: 780px) {
  .sp-img {
    display: none;
  }
  .pc-img {
    display: block;
  }
}
/* reset css End */
/*ハンバーガーボタン*/
/*------------------------------------
ヘッダー pcハンバーガーメニュー ↓
------------------------------------*/
header .pc_nav {
  position: fixed;
  z-index: 999;
  margin: auto;
  width: 100%;
  background: #fff;
}
header .pc_nav .flex {
  display: flex;
  padding: 0 1rem 0 2rem;
  max-width: 80rem;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
header .pc_nav .logo {
  position: relative;
  padding-top: 7px;
}
header .pc_nav .logo img {
  width: 99%;
}
header .pc_nav .crumbs {
  position: relative;
  width: 100%;
}
header .pc_nav .crumbs ul {
  display: flex;
  justify-content: flex-end;
  max-width: 1200px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem 0 2rem;
}
header .pc_nav .crumbs ul li:nth-child(1) {
  position: absolute;
  font-family: Yu Gothic UI, sans-serif;
  text-align: center;
  left: 34%;
  font-weight: 700;
}
header .pc_nav .crumbs ul li:nth-child(1) img {
  height: auto;
  max-width: 100%;
  padding-right: 0.5rem;
}
header .pc_nav .crumbs ul li:nth-child(1) a {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #000;
}
header .pc_nav .crumbs ul li:nth-child(1) span {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
header .pc_nav .crumbs ul li:nth-child(2), header .pc_nav .crumbs ul li:nth-child(3) {
  margin: 1rem 0;
}
header .pc_nav .crumbs ul li:nth-child(2) a, header .pc_nav .crumbs ul li:nth-child(3) a {
  box-shadow: 0 5px 6px rgba(12, 40, 68, 0.2);
  font-weight: 700;
  color: #fff;
  border-radius: 9999px;
  padding: 1rem 3rem;
}
header .pc_nav .crumbs ul li:nth-child(2) a:hover, header .pc_nav .crumbs ul li:nth-child(3) a:hover {
  opacity: 0.8;
  transition: 0.5s;
}
header .pc_nav .crumbs ul li:nth-child(2) {
  margin-right: 1rem;
}
header .pc_nav .crumbs ul li:nth-child(2) a {
  background: linear-gradient(180deg, #d8f564 -4.36%, #f4de5a 2.87%, #f7d557 8.3%, #e36464 142.08%);
}
header .pc_nav .crumbs ul li:nth-child(3) a {
  background: linear-gradient(180deg, #8cd9ff -4.34%, #8ad0ff -2.54%, #84b7ff 4.7%, #82aeff 8.31%, #5049a6 142.08%);
}

@media screen and (min-width: 1024px) {
  header .pc_nav .crumbs ul {
    padding: 1rem 0;
  }
  .blog-contents {
    padding-top: 88px;
  }
}
/*------------------------------------
ヘッダー spハンバーガーメニュー ↓
------------------------------------*/
header .sp_nav {
  text-align: center;
}
header .sidemenu {
  height: 100vh;
  padding: 2.5em 1.5em 0;
  position: fixed;
  right: -300px; /*メニュー幅*/
  transition: all 0.4s;
  top: 0;
  width: 300px; /*メニュー幅*/
  z-index: 2;
  background-color: #98ddf3;
  text-align: left;
}
header .sidemenu nav {
  padding: 2rem 0 0 1.1rem;
}
header .sidemenu a {
  color: #fff;
  font-weight: 700;
}
header .sidemenu ul li {
  padding: 0.5rem;
  font-size: 1.15em;
}

.hamburger {
  cursor: pointer;
  height: 20px;
  position: fixed;
  right: 23px;
  top: 28px;
  width: 48px;
  z-index: 3;
}
.hamburger span {
  background-color: #275aa5;
  height: 4px;
  left: 15px;
  position: absolute;
  width: 28px;
}

.hamburger_linetop {
  top: 0%;
}

.hamburger_linecenter {
  top: 40%;
}

.hamburger_linebottom {
  top: 80%;
}

/*------------------------------------
メニュークリックした後 ↓
------------------------------------*/
.nav_open .hamburger {
  top: 20px;
}
.nav_open .hamburger span {
  width: 14px;
  height: 3px;
  left: 44px;
}
.nav_open .sidemenu {
  right: 0;
}
.nav_open .hamburger_linetop {
  top: 0;
  transform: rotate(45deg);
}
.nav_open .hamburger_linecenter {
  display: none;
  left: 50%;
  width: 0;
}
.nav_open .hamburger_linebottom {
  top: 0;
  transform: rotate(-45deg);
}
.nav_open .overlay {
  opacity: 0.8;
  visibility: visible;
}

/*------------------------------------
メニュークリック後メニュー外の背景 ↓
------------------------------------*/
.overlay {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 1;
}

.breadcrumb {
  display: flex;
  font-size: 0.7rem;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 8px;
  border-right: 2px solid #0069CF;
  border-top: 2px solid #0069CF;
  transform: translateX(-25%) rotate(45deg);
}

.footer-link {
  display: flex;
  justify-content: space-between;
}
.footer-link li {
  width: 50%;
  text-align: center;
}
.footer-link li a {
  color: #232323;
  display: block;
  padding: 35px 0;
}
.footer-link li:nth-child(1) {
  background: #EAEAEA;
}
.footer-link li:nth-child(1) a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 30px 0 0;
  border-left: 2px solid #0069CF;
  border-bottom: 2px solid #0069CF;
  transform: rotate(45deg);
}
.footer-link li:nth-child(2) {
  background: #C7ECFF;
}
.footer-link li:nth-child(2) a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 0 0 30px;
  border-left: 2px solid #0069CF;
  border-bottom: 2px solid #0069CF;
  transform: rotate(135deg);
}

footer .footer-wrap {
  position: relative;
}
footer .footer-wrap img {
  width: 100%;
  height: auto;
}
footer .footer-wrap .footer-text-wrap {
  position: absolute;
  top: 8%;
  left: 0;
  width: 100%;
}
footer .footer-wrap .footer-text-wrap p {
  color: #fff;
  text-align: center;
  margin-bottom: 5%;
  font-size: 0.8rem;
}
footer .footer-wrap .footer-text-wrap p span {
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 10px 0;
}
footer .footer-wrap .footer-text-wrap li {
  border-radius: 9999px;
  box-shadow: 0 7.36px 8.84px rgba(12, 40, 68, 0.2);
  font-weight: 700;
  text-align: center;
  margin: 1rem auto;
  width: 75%;
}
footer .footer-wrap .footer-text-wrap li:hover {
  opacity: 0.8;
  transition: 0.5s;
}
footer .footer-wrap .footer-text-wrap li a {
  display: block;
  color: #fff;
  padding: 1.5rem 3rem;
  letter-spacing: 0.1rem;
  font-size: 0.8rem;
}
footer .footer-wrap .footer-text-wrap li {
  box-shadow: 0 5px 6px rgba(12, 40, 68, 0.2);
}
footer .footer-wrap .footer-text-wrap .contact_btn {
  background: linear-gradient(180deg, #96e8ff -4.35%, #8bd9f7 1.07%, #85d0f2 8.31%, #5b52d1 142.08%);
}
footer .footer-wrap .footer-text-wrap .consult_btn {
  background: linear-gradient(180deg, #ffca80 -4.35%, #ffbc7d -2.54%, #ff9376 1.07%, #ff7971 6.5%, #ff7070 8.31%, #563170 142.08%);
}
footer .footer-wrap .footer-text-wrap .download_btn {
  background: linear-gradient(180deg, #eef564 -4.35%, #f4de5a 2.88%, #f7d557 8.31%, #e36464 142.08%);
}
footer .footer-border {
  background: #262626;
  padding: 20px 0 20px 20px;
}
footer .footer-border li {
  display: inline-block;
  padding-right: 30px;
  font-weight: 600;
}
footer .footer-border a {
  color: #fff;
}

@media screen and (min-width: 780px) {
  footer .footer-wrap .footer-text-wrap p {
    margin-bottom: 3%;
  }
  footer .footer-wrap .footer-text-wrap li {
    width: 40%;
  }
  footer .footer-wrap .footer-text-wrap li a {
    font-size: 0.9rem;
    padding: 0.9rem 0;
  }
}
@media screen and (min-width: 1024px) {
  footer .footer-wrap .footer-text-wrap {
    top: 15%;
  }
  footer .footer-wrap .footer-text-wrap p {
    font-size: 1rem;
    margin-bottom: 3%;
  }
  footer .footer-wrap .footer-text-wrap p span {
    font-size: 1.8rem;
  }
  footer .footer-wrap .footer-text-wrap li {
    width: 30%;
  }
  footer .footer-wrap .footer-text-wrap li a {
    font-size: 1rem;
    padding: 1.5rem 3rem;
  }
  footer .footer-border {
    padding-left: 80px;
  }
  footer .footer-border li {
    font-weight: normal;
    padding-right: 50px;
  }
}
.blog-contents .top-banner {
  position: relative;
}
.blog-contents .top-banner img {
  width: 100%;
  height: auto;
}
.blog-contents .top-banner h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.2rem;
  transform: translate(-50%, -50%);
}
.blog-contents .pickup_posts {
  width: 90%;
  margin: 30px auto 0;
}
.blog-contents .pickup_posts h2 {
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.blog-contents .pickup_posts .article-wrap {
  background: #EEF3F8;
  margin: 0 auto;
  padding: 20px;
}
.blog-contents .pickup_posts .article-wrap article {
  background: #fff;
}
.blog-contents .pickup_posts .article-wrap article a {
  color: #101010;
}
.blog-contents .pickup_posts .article-wrap article a:hover {
  text-decoration: underline;
  opacity: 0.8;
  transition: 0.5s;
}
.blog-contents .pickup_posts .article-wrap article div.thm_imgs{
	height: 20vh;
	overflow: hidden;
}
.blog-contents .pickup_posts .article-wrap article img {
  width: 100%;
  height: auto;
}
.blog-contents .pickup_posts .article-wrap article .text-box {
  margin: 0 15px 20px;
  padding-bottom: 15px;
}
.blog-contents .pickup_posts .article-wrap article .text-box h3 {
  margin-top: 5px;
}
.blog-contents .pickup_posts .article-wrap article .text-box p, .blog-contents .pickup_posts .article-wrap article .text-box span {
  font-size: 0.7rem;
}
.blog-contents .pickup_posts .article-wrap article .text-box p {
  margin-top: 10px;
}
.blog-contents .pickup_posts .article-wrap article .text-box span {
  display: block;
  text-align: right;
  margin: 10px;
  font-weight: 600;
}
.blog-contents .pickup_posts .article-wrap article .text-box span.date {
  font-weight: normal;
  text-align: left;
  margin: 0;
}
.blog-contents .pickup_posts .article-wrap article .text-box li {
  font-size: 0.6rem;
  display: inline-block;
  background: #FFD76F;
  padding: 5px 5px 2px;
  margin: 0 6px 6px 0;
}
.blog-contents .pickup_posts .article-wrap article .text-box li a {
  display: block;
}
.blog-contents nav.side-navi {
  width: 90%;
  margin: 50px auto;
  background: #EEF3F8;
  padding: 10px 0 15px;
}
.blog-contents nav.side-navi li {
  margin: 0 20px;
  border-bottom: 1px solid #B9BDC0;
  position: relative;
}
.blog-contents nav.side-navi li a {
  display: block;
  color: #000;
  padding: 20px 25px 16px 0;
}
.blog-contents nav.side-navi li a:hover {
  color: #0069CF;
}
.blog-contents nav.side-navi li:first-child {
  font-weight: 600;
  padding: 20px 0 16px;
}
.blog-contents nav.side-navi li:last-child {
  border-bottom: none;
}
.blog-contents nav.side-navi li:not(:first-child)::after {
  position: absolute;
  content: "";
  vertical-align: middle;
  top: 42%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0069CF;
  border-right: 2px solid #0069CF;
  transform: rotate(45deg);
  vertical-align: middle;
  transition: all 0.3s;
}
.blog-contents nav.side-navi li:not(:first-child):hover::after {
  right: 5px;
}
.blog-contents .latest_posts {
  width: 90%;
  margin: 50px auto;
  background: #EEF3F8;
  padding: 0 20px 20px;
}
.blog-contents .latest_posts article {
  border-bottom: 1px solid #B9BDC0;
  padding: 25px 0;
}
.blog-contents .latest_posts article a {
  color: #101010;
}
.blog-contents .latest_posts article a:hover {
  text-decoration: underline;
  opacity: 0.8;
  transition: 0.5s;
}
.blog-contents .latest_posts article img {
  width: 100%;
  height: auto;
}
.blog-contents .latest_posts article .text-box h3 {
  margin-top: 5px;
}
.blog-contents .latest_posts article .text-box p, .blog-contents .latest_posts article .text-box span {
  font-size: 0.7rem;
}
.blog-contents .latest_posts article .text-box p {
  margin-top: 10px;
}
.blog-contents .latest_posts article .text-box span {
  display: block;
  text-align: right;
  margin: 10px;
  font-weight: 600;
}
.blog-contents .latest_posts article .text-box span.date {
  font-weight: normal;
  text-align: left;
  margin: 0;
}
.blog-contents .latest_posts article .text-box li {
  font-size: 0.6rem;
  display: inline-block;
  background: #FFD76F;
  padding: 5px 5px 2px;
  margin: 0 6px 6px 0;
}
.blog-contents .latest_posts article .text-box li a {
  display: block;
}
.blog-contents .tag-wrap .breadcrumb {
  margin: 10px auto;
  width: 90%;
}
.blog-contents .tag-wrap .latest_posts {
  margin-top: 0;
}
.blog-contents .tag-wrap nav.side-navi {
  margin-top: 0;
}
.blog-contents .single-wrap .breadcrumb {
  margin: 10px auto 20px;
  width: 90%;
}
.blog-contents .single-wrap nav.side-navi {
  margin-top: 0;
}
.blog-contents .single_posts {
  width: 90%;
  margin: 0 auto;
}
.blog-contents .single_posts #toc_container {
  display: none;
}
.blog-contents .single_posts img {
  height: auto;
  max-width: 100%;
}
.blog-contents .single_posts h1 {
  font-size: 1.5rem;
  margin: 10px 0;
}
.blog-contents .single_posts span.date {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 10px;
}
.blog-contents .single_posts .tag li {
  font-size: 0.6rem;
  display: inline-block;
  background: #FFD76F;
  padding: 5px 5px 2px;
  margin: 0 6px 6px 0;
}
.blog-contents .single_posts .tag li a {
  color: #323232;
}
.blog-contents .single_posts .tag li a:hover {
  text-decoration: underline;
}
.blog-contents .single_posts .single-contents {
  margin: 20px 0;
}
.blog-contents .single_posts .single-contents h2 {
  font-size: 1.3rem;
  color: #355CA8;
  padding: 2em 0 0;
}
.blog-contents .single_posts .single-contents h3 {
  font-size: 1.1rem;
  margin: 2.5em 0 1em;
  border-left: 5px solid #355CA8;
  color: #355CA8;
  padding-left: 0.5em;
}
.blog-contents .single_posts .single-contents h4 {
  font-weight: bold;
  text-decoration: underline;
}
.blog-contents .single_posts .single-contents p {
  margin: 20px 0;
  font-size: 0.9rem;
}
.blog-contents .single_posts .single-contents ul {
  list-style: disc;
  font-size: 0.9rem;
  margin-left: 1.2em;
}
.blog-contents .single_posts .single-contents ol {
  list-style-type: decimal;
  font-size: 0.9rem;
  margin-left: 1.2em;
}
.blog-contents .single_posts .single-contents table th, .blog-contents .single_posts .single-contents table td {
  font-size: 0.8rem;
  border: 1px solid;
  padding: 0.4em;
}
@media screen and (min-width: 780px) {
  .blog-contents .single_posts .single-contents table th, .blog-contents .single_posts .single-contents table td {
    padding: 0.8em;
  }
}
.blog-contents .single_posts .single-contents table th span, .blog-contents .single_posts .single-contents table td span {
  font-size: 0.8rem;
}
.blog-contents .single_posts .single-contents table th p, .blog-contents .single_posts .single-contents table td p {
  margin: 0;
}
.blog-contents .single_posts .pagination ul {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.blog-contents .single_posts .pagination ul li {
  display: inline-block;
  width: 50%;
}
.blog-contents .single_posts .pagination ul li a {
  display: block;
  padding: 50px 0;
  font-size: 0.9rem;
  color: #232323;
}
.blog-contents .single_posts .pagination ul li:nth-child(1) a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 30px 0 0;
  border-left: 2px solid #0069CF;
  border-bottom: 2px solid #0069CF;
  transform: rotate(45deg);
}
.blog-contents .single_posts .pagination ul li:nth-child(2) {
  text-align: right;
}
.blog-contents .single_posts .pagination ul li:nth-child(2) a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 0 0 30px;
  border-right: 2px solid #0069CF;
  border-top: 2px solid #0069CF;
  transform: translateX(-25%) rotate(45deg);
}
.blog-contents .pagination {
  margin-top: 30px;
}
.blog-contents .pagination .page-numbers li {
  display: inline-block;
}
.blog-contents .pagination .page-numbers span, .blog-contents .pagination .page-numbers a {
  display: inline-block;
  border-radius: 22px;
  border: 2px solid #0069CF;
  width: 50px;
  text-align: center;
  font-weight: 600;
  margin: 0 2px 5px;
  padding: 5px 0;
  color: #0069CF;
  background: #fff;
}
.blog-contents .pagination .page-numbers a:hover {
  border: 2px solid #0069CF;
  background: #0069CF;
  transition: 0.5s;
  color: #fff;
}
.blog-contents .pagination .page-numbers span.current {
  background: #0069CF;
  color: #fff;
}
.blog-contents .pagination .nav-links span, .blog-contents .pagination .nav-links a {
  display: inline-block;
  border-radius: 22px;
  border: 2px solid #0069CF;
  width: 70px;
  text-align: center;
  font-weight: 600;
  margin: 0 2px;
  padding: 5px 0;
  color: #0069CF;
  background: #fff;
}
.blog-contents .pagination .nav-links a:hover {
  border: 2px solid #0069CF;
  background: #0069CF;
  transition: 0.5s;
  color: #fff;
}
.blog-contents .pagination .nav-links span.current {
  background: #0069CF;
  color: #fff;
}

@media screen and (min-width: 780px) {
  .blog-contents .top-banner h1 {
    font-size: 1.2rem;
  }
  .blog-contents .blog-contents-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2%;
  }
  .blog-contents .pickup_posts {
    width: 80%;
    float: right;
  }
  .blog-contents .pickup_posts .article-wrap {
    display: flex;
  }
  .blog-contents .pickup_posts .article-wrap article {
    margin: 10px;
    width: 33.3333%;
  }
  .blog-contents .pickup_posts .article-wrap article .text-box {
    padding-bottom: 0;
  }
  .blog-contents .pickup_posts .article-wrap article .text-box p {
    font-size: 0.9rem;
  }
  .blog-contents nav.side-navi {
    width: 18%;
    /*height: 100vh;*/
    float: left;
    margin: 60px 2% 5em 0;
  }
  .blog-contents nav.side-navi li {
    font-size: 0.9rem;
  }
  .blog-contents .latest_posts {
    width: 80%;
    float: right;
    padding: 0 30px 30px;
    margin-top: 60px;
  }
  .blog-contents .latest_posts article .img-wrap {
    width: 40%;
  }
  .blog-contents .latest_posts article .text-box p {
    font-size: 0.9rem;
  }
  .blog-contents .single_posts {
    width: 77%;
    float: right;
    padding-right: 3%;
  }
  .blog-contents .breadcrumb li:not(:last-child)::after {
    content: "";
    margin: 0 20px;
  }
  .blog-contents .tag-wrap .breadcrumb {
    margin: 50px 0 10px 0;
    padding-left: 0;
  }
  .blog-contents .single-wrap .breadcrumb {
    margin: 50px 0 10px 0;
    padding-left: 0;
  }
  .blog-contents .pagination .page-numbers span, .blog-contents .pagination .page-numbers a {
    width: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .blog-contents .latest_posts article {
    display: flex;
    padding: 30px 0 25px;
  }
  .blog-contents .latest_posts article .text-box {
    width: 60%;
    margin-left: 30px;
  }
}/*# sourceMappingURL=blog-style.css.map */
/*=======FOOTER CTA==============*/
.spNavi {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    margin: 0;
    padding: 0;
    width: 100%;
}

.flexWrap {
    display: flex;
}

.spNavi li {
    text-align: center;
    width: 33.33333%;
    padding: 1em 0;
}
.spNavi li a {
    color: #fff;
    display: block;
}
.spNavi li:nth-of-type(1) {
    background: #355CA8;
    border-right: 1px solid #fff;
}
.spNavi li:nth-of-type(2) {
    background: #355CA8;
    border-right: 1px solid #fff;
}
.spNavi li:nth-of-type(3) {
    background: #3484CE;
}

.spNavi li a p {
    margin: 0;
    font-size: 0.8rem;
}

@media screen and (max-width: 780px) {
	footer {
    margin-bottom: 5em;
	}
}


/*=======CTA===============*/

section.cta {
	background:#fcfcfc;
	padding:1em;
	border-radius: 1em;
	border: 1px solid #ddd;

}

section.cta h2 {
	padding: 0.5em !important;
	margin-bottom: 0.5em;
	text-align: center; 
}

section.cta div.wrap {
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 1em;
}

section.cta div.wrap div {
  text-align: center;
  padding: 0.5em;
  margin: 0px auto;
}

section.cta div.wrap div.tel img {
    height: auto;
    max-width: 100%;
    padding-right: 0.5rem;
}

section.cta div.wrap div.tel a.blog_tel {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #000;
    font-weight: bold;
}
section.cta div.wrap div.contact a.blog_contact,
section.cta div.wrap div.dl a.blog_dl{
	min-width: 240px; 
	display: block;
}
section.cta div.wrap div.contact a.blog_contact {
    background: linear-gradient(180deg, #8cd9ff -4.34%, #8ad0ff -2.54%, #84b7ff 4.7%, #82aeff 8.31%, #5049a6 142.08%);
    box-shadow: 0 5px 6px rgba(12, 40, 68, 0.2);
    font-weight: 700;
    color: #fff;
    border-radius: 9999px;
    padding: 1rem 3rem;

}

section.cta div.wrap div.dl a.blog_dl  {
    background: linear-gradient(180deg, #d8f564 -4.36%, #f4de5a 2.87%, #f7d557 8.3%, #e36464 142.08%);
    box-shadow: 0 5px 6px rgba(12, 40, 68, 0.2);
    font-weight: 700;
    color: #fff;
    border-radius: 9999px;
    padding: 1rem 3rem;
}


@media screen and (max-width: 780px) {
	section.cta h2 {
		font-size: 1.1rem !important
	}
	section.cta div.wrap div.contact a.blog_contact,
	section.cta div.wrap div.dl a.blog_dl{
		display: block;
		min-width: 240px; 
	}
	section.cta {
		border-radius: 0;
	}
}


/*=========================*/