body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #111111;
  font-weight: 300;
  background: #fff;
}
.content-wrapper {
  overflow: hidden;
}
.width980 {
  max-width: 980px !important;
}
/* --------------------------------------
Global Typography
------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
}
h1 {
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 600;
}
h2 {
  font-size: 30px;
  line-height: 1.5em;
  font-weight: 300;
}
h3 {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 300;
}
h4 {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300;
}
h5 {
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 500;
}
h6 {
  font-size: 15px;
  line-height: 24px;
}
.display-5 {
  font-size: 2.5em;
  line-height: 1.2em;
}
.display-6 {
  font-size: 1.5em;
  line-height: 1.2em;
}
p.emphasis {
  font-weight: 600;
  color: #1d4293;
  font-size: 110%;
  margin-bottom: 15px;
}
.middle, middle {
  font-size: 90%;
  font-weight: 400
}


/* --------------------------------------
色
------------------------------------------*/
.text-blue {
  color: #173a8d !important;
}
.text-blue2 {
  color: #2552c1 !important;
}
.text-blue3 {
  color: #5195bd !important;
}
.text-green {
  color: #4397a7;
}
.text-sky {
  color: #3498db;
}
.text-navy {
  color: #1d4293;
}
.text-pink {
  color: #AD438E;
}


/* --------------------------------------
導入事例
------------------------------------------*/
a {
  color: #2552c1;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover {
  color: #2552c1;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
a:hover, a:active {
  outline: none;
}
a:hover img, a:focus img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}


span.link-position-faq {
  position: relative;
  top: -70px;
  display: block;
}
p {
  margin-bottom: 20px;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  font-size: 16px;
}
/* インデント */
.txt-ind1 {
  padding-left: 1em;
  text-indent: -1em;
}
.txt-ind15 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.txt-ind2 {
  padding-left: 2em;
  text-indent: -2em;
}
.txt-ind3 {
  padding-left: 3em;
  text-indent: -3em;
}

/* ---------------------------------------------- /*
 * フォントサイズ
/* ---------------------------------------------- */
.fz-20{
  font-size: 20px!important;
}
.fz-22{
  font-size: 22px!important;
}
.fz-06e {
  font-size: 0.6em;
}
.fz-12e{
  font-size: 1.2em;
}
.fz-15e{
  font-size: 1.5em!important;
}

/* --------------------
   blue border
   -------------------*/


.bt-blue{
  border-top: solid 1px #5195bd;
}
.bb-blue{
  border-bottom: solid 1px #5195bd;
  padding-top: 2em;
  padding-bottom: 2em;
}
.br-blue{
  border-right: solid 1px #5195bd;
}
.bl-blue{
  border-left: solid 1px #5195bd;
}
@media (max-width : 767px) {
  .bt-blue, .bb-blue, .br-blue, .bl-blue{
    border: none;
    padding-bottom: 0;
    padding-top: 0;
      }
}


/* --------------------
   main Wrapper
   -------------------*/
#main-wrapper {
  background: #fff;
}
/* ------------------------
 *  ヘッダー
 *-------------------------*/
#header-top {
  background: #ffffff;
  height: 100px;
}
#brand-logo {
  float: left;
  margin-top: 35px;
  display: flex;
}
#brand-logo h1.catch {
  font-size: 13px;
  color: #7d7d7d;
  z-index: 2;
  display: inline-block;
  margin-top: 8px;
  margin-left: 15px;
}
#brand-logo img {
  display: inline-block;
  height: 30px;
}
#header-logo {
  top: 63px;
}
#header-logo img {
  display: inline-block;
  
}

@media (max-width : 441px) {
  #header-logo img {
    display: none;
      }
}

#header-top .top-contact {
  margin-top: 45px;
  display: table;
  font-size: 12px;
}
#header-top .top-contact li {
  padding: 0 14px;
  display: table-cell;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}
#header-top .top-contact li:last-child {
  padding-right: 0;
}
#header-top .top-contact .btn {
  padding: 10px 10px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  border-radius: 3px;
  border: 1px solid #fd6e50 !important;
  background-color: #fef2f0;
  color: #fd6e50;
  width: 230px !important;
}
#header-top .top-contact a.btn:hover, #header-top .top-contact a.btn:focus {
  background-color: #fd6e50;
  color: #ffffff !important;
}
/* モバイル */
@media (max-width : 767px) {
  #header-top {
    height: 100px;
  }
}

/* -----------------------------------
 *  ナビゲーション
 *---------------------------------- */
/* reset */
.navbar-light .navbar-nav .nav-link {
  color: #111;
}
#nav .navbar-nav .dropdown-item {
  white-space: normal;
}

/* navbar-toggler */
#nav .navbar-toggler {
  border-color: #ccc;
  background-color: #fff;
}
#nav .navbar-toggler:focus {
  outline:0;
}
#nav .navbar-toggler-icon {
  background-image: url(../img/toggler-icon.png);
}
#nav .navbar-toggler-right {
  margin-right: 0;
  margin-left: auto;
}

/* navbar
*************************/
#nav .container {
  padding: 5px 15px;
}
#nav.navbar {
    background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
  padding: 0;
  z-index: 9999;
}
#nav .navbar-nav {
  width: 100%;
  margin: 0;
  padding: 0;
}
#nav .navbar-nav a,
#nav .navbar-nav a:hover {
  text-decoration: none;
}

/* nav-item, dropdown */
#nav .navbar-nav > .nav-item {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
#nav .navbar-nav > .nav-item > a {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  height: 100%;
  display: inline-block;
  text-align: center;
  line-height: 1.4;
  color: #000000;
  padding: 19px 1rem;
}

/* dropdown-menu */
#nav .dropdown-menu {
  width: 100%;
  border-radius: 0;
  margin-top: -1px;
  padding: 0;
  transition: all 0.3s ease 0s;
}
#nav .dropdown-menu li {
  border-bottom: 1px dotted #2552c1;
}
	#nav .dropdown-menu li:last-child {
	  border-bottom: none;
	}
#nav .dropdown-menu li a {
  display: block;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-indent: -0.4em;
  padding: 8px 18px 7px 28px;
}
#nav .dropdown-menu li a:hover,
#nav .dropdown-menu li a:focus {
  background-color: #e9edf8;
  color: #2552c1;
}

/* dropdown open */
#nav .dropdown.open > .dropdown-menu { 
  display: block;
}
#nav .dropdown > .dropdown-menu { 
  display: none;
}

/* navbar fixed, toggler open */
.sticky-nav,
#nav.navbar.open {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}
	#nav.navbar.open {
	  bottom: 0;
	  width: 100%;
	  overflow: auto;
	  padding-bottom: 50px;
  }

@media (min-width:768px) {
  #nav .navbar-nav > .nav-item {
	display: flex;
  border-right: 1px solid #808080;
  width: 25%;
  padding: 5px;
  }
	#nav .navbar-nav > .nav-item:first-child {
    border-left: 1px solid #808080;
	}
  #nav .navbar-nav > .nav-item > a {
	display: flex;
	justify-content: center;
	align-items: center;
  }
  #nav .dropdown-menu {
	min-width: 280px;
	overflow: auto;
  }
	#nav .dropdown.column .dropdown-menu {
		min-width: 480px;
	}
}
@media (min-width:768px) and (max-width:991.98px) {
  #nav .navbar-nav > .nav-item {
    font-size: 0.75rem;
  }
}
@media (max-width:767.98px) {
  #nav.navbar {
	display: block;
	width: 100%;
	padding: 5px 0;
  }
  #nav .navbar-collapse {
	border: 1px solid #dcdcdc;
	margin-top: 5px;
  }
  #nav .navbar-nav {
    padding: 0 1em;
  }
  #nav .navbar-nav > .nav-item {
	border-bottom: 1px solid #dcdcdc;
  }
	#nav .navbar-nav > .nav-item:last-child {
		border-bottom: none;
	}
  #nav .dropdown-menu {
	border: none;
	margin-top: 0;
  }
  #nav .navbar-nav > .nav-item:last-child .dropdown-menu li:last-child {
	  margin-bottom: 18px;
  }
}

/* navbar hover
*************************/
#nav .navbar-nav > .nav-item > a:hover,
#nav .navbar-nav > .nav-item.dropdown.open > a {
  color: #FFFFFF!important;
  background-color: #5195bd;
  border-radius: 10px;
}
@media (any-pointer:coarse), (hover:none) {
  #nav .navbar-nav > .nav-item:not(.open) > a:hover {
	background-color: #2552c1;
	color: #fff;
  }
}

#nav .current {
  color: #FFFFFF!important;
  background-color: #5195bd;
  border-radius: 10px;
}
/* --------------------------------------------
 *  パンくずリスト
 *----------------------------------------------- */
  .breadcrumb-outer {
    width: 100%;
    height: 100%;
    background-color: #11529e;
}
.breadcrumb {
  border-radius: 0;
  background-color: #11529e;
  font-size: 0.8rem;
  margin: 0;
}
.breadcrumb-item.active {
  color: #ffffff;
}
.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
  color: #ffffff;
}
.breadcrumb a{
color: #ffffff;
font-size: 0.8rem;
}
.breadcrumb a:hover{
  color: #ffffff!important;
  text-decoration: underline!important;
  }
/* --------------------------------------------
 *  キャッチコピー
 *----------------------------------------------- */
.breadcrumb-top-outer {
  width: 100%;
  height: 100%;
  background-color: #deeafe;
  color: #11529e;
  font-weight: bold;
}

.breadcrumb-top {
  border-radius: 0;
  background-color: #deeafe;
  font-size: 1rem;
  padding: 0.6rem 1rem;
  margin: 0;
}
/* --------------------------------------------
 *  TOP　メインビジュアル
 *----------------------------------------------- */
#top-visual {
  width: 100%;
  height: auto;
  text-align: center;
}
#top-visual .top-image {
  overflow: hidden;
  z-index: 1;
  height: auto;
  background:  url(../img/iwtop_mv.png) no-repeat center;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 40px;
}
#top-visual .top-blue {
  overflow: hidden;
  z-index: 1;
  height: auto;
  background-color: #dcdcf9;
  background-size: cover;
  padding-top: 40px;
    padding-bottom: 20px;
}

#top-visual h2 {
  font-size: 35px !important;
  font-weight: 700;
  color: #111111;
  margin-bottom: 25px;
}
#top-visual .text-shadow {
  text-shadow: 1px 2px 3px #808080;
}
#top-visual h3 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 24px;
  color: #1d4293;
}
#top-visual p {
  font-weight: 400;
  margin-bottom: 15px;
}
#top-visual a .btn-more {
  background-color: #ffffff;
  border: 1px solid #1d4293;
  color: #1d4293;
  width: 40%;
  font-size: 15px;
  margin-bottom: 30px;
  padding: 8px 0 5px 0;
}
#top-visual a:hover .btn-more, #top-visual a:focus .btn-more {
  background-color: #1d4293 !important;
  color: #ffffff;
}
#top-visual .bottom-area {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding-top: 30px;
  padding-bottom: 35px;
  background-color: rgba(67, 151, 167, .65);
  text-align: center;
  height: auto;
}
#top-visual .bottom-area h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
}
#top-visual .bottom-area div.pointbox {
  background-color: #ffffff;
  border-radius: 5px;
  display: block;
}
#top-visual .bottom-area h6 {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin: 5px 0 10px 0;
  line-height: 1.5;
}
#top-visual .bottom-area dl {
  margin-bottom: 0;
}
#top-visual .bottom-area dd, #top-visual .bottom-area dt {
  display: table-cell;
  line-height: 1.4;
  vertical-align: middle;
}
#top-visual .bottom-area dt {
  padding-right: 5px;
  padding: 8px 16px;
  border-top-left-radius: 5px;
  background-color: #1d4293;
  font-size: 22px;
  color: #ffffff;
}
#top-visual .bottom-area dd {
  overflow: hidden;
  background-color: #5074cd;
  color: #ffffff;
  padding: 12px 8px 8px 16px;
  border-top-right-radius: 5px;
  font-weight: 600;
  width: 100%;
  font-size: 22px;
  letter-spacing: 0.4px;
  text-align: left;
}
#top-visual .bottom-area p {
  margin-bottom: 0;
}
/* スマホ */
@media (max-width : 767px) {
  #top-visual .top-image {
    padding-top: 80px;
  }
  #top-visual h2 {
    font-size: 24px;
  }
}
/* --------------------------------------------
 *  ページタイトル
 *----------------------------------------------- */
section.single-page-title {
  width: 100%;
  height: auto;
  position: relative;
}
section.single-page-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.single-page-title .title-contet {
  padding: 45px 0 45px 20px;
}
section.single-page-title h2 {
  display: block;
  margin-bottom: 0;
  font-size: 34px;
  color: #4397a7;
  z-index: 1;
}
section.single-page-title {
  background: url(../img/top_image_bg.png) no-repeat center;
  background-size: cover;
}
@media (max-width : 767px) {
  .single-page-title .title-contet {
    margin-top: 45px;
  }
}

/*---------------------------
 *  Section
 *---------------------------*/
.section-content {
  padding: 45px 0 50px 0;
}
/* モバイル */
@media (max-width : 767px) {
  .section-content {
    padding: 20px 0 25px 0;
  }
}

.section-title {
  margin-bottom: 35px;
}
.section-title h2 {
  font-size: 30px !important;
  position: relative;
  padding: 0 .5em .1em;
  font-weight: 700;
  text-align: center;
  color: #111111;
}
@media screen and (max-width: 767px) {
    .section-content h2 {
        font-size: 24px !important;
    }
	.section-content .fz-12e {
		font-size: 1em;
	}
}
/*---------------------------
 *  トップページSection
 *---------------------------*/
.top .section-title h2{
  font-size: 25px !important;
  position: relative;
  padding: 0 0 .1em;
  font-weight: 700;
  text-align: left;
  color: #111111;
  line-height: 2em;
}
.top .section-title h2 a {
	color: #111111;
}
.top .section-title h2 a:hover {
	color: #01a982;
}
.marker-green {
  background: linear-gradient(transparent 50%, #ccffcc 0%);
  }
@media screen and (max-width: 575px) {
	.smmax70 {
		max-width: 70%;
	}
	.top .section-title h2 {
		font-size: 19px !important;
		padding: 0 .5em 0;
		line-height: 1.8em;
	}
}

/*---------------------------
 *  Youtube
 *---------------------------*/
iframe {
  width: 100%; /* 任意の横幅を指定 */
  height: auto;
  aspect-ratio: 16/9;
}

/*---------------------------
 *  ブログ
 *---------------------------*/

 .news:hover{
  opacity:0.8;
}

  .icn-new {
    display: inline-block;
    text-align: center;
    margin-left: 0.5em;
    padding: 0em 0.3em;
    float: none;
    font-weight: bold;
    font-size: 12px;
    border: none;
    color: #ffffff;
    background-color: #11529e;
    letter-spacing: 0.1em;
    font-style: normal;
    vertical-align: middle;
}
.news-date,.news-a-date{
  color: #11529e;
}
.news-text,.news-a-text{
  color: #111111;
}
.news img, .news-a img{
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  height: 216px;
  width: 288px;
  object-fit: cover;
}


.btn-news {
  position: relative;
  background-color: #11529e;
  border: none;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  padding-top: 0.5em;
}
.btn-news:hover {
  color: #ffffff;
  opacity: 0.8;
}


/*---------------------------
 *  ブログ一覧
 *---------------------------*/
/* インジケーター */
.slick-dots li button:before {
	font-size: 14px !important;
}


/*---------------------------
 *  特徴
 *---------------------------*/
.f-icon01:before {
  content: url('../img/feature/iw_feature_icon01.svg');
  position: relative;
  top: 8px;
  margin: 0 10px 0 0;
}
.f-icon02:before {
  content: url('../img/feature/iw_feature_icon02.svg');
  position: relative;
  top: 8px;
  margin: 0 10px 0 0;
}
.f-icon03:before {
  content: url('../img/feature/iw_feature_icon03.svg');
  position: relative;
  top: 8px;
  margin: 0 10px 0 0;
}
.f-icon04:before {
  content: url('../img/feature/iw_feature_icon04.svg');
  position: relative;
  top: 8px;
  margin: 0 10px 0 0;
}

/*---------------------------
 *  ソリューション
 *---------------------------*/

.usecase {
  background-color: #11529E;
  border-radius: 10px;
  padding: 0.5em 0.5em 0.8em 0.5em ;
}
.usecase h3{
color: #ffffff!important;
font-size: 20px!important;
}
.s-icon01:before {
  content: url('../img/solution/iw_solution_icon01.svg');
  position: relative;
  top: 8px;
  margin: 0 10px 0 0;
}
.s-icon02:before {
  content: url('../img/solution/iw_solution_icon02.svg');
  position: relative;
  margin: 0 22px 0 0;
  top: 8px;
  left: 7px;
}
.s-icon03:before {
  content: url('../img/solution/iw_solution_icon03.svg');
  position: relative;
  top: 8px;
  margin: 0 10px 0 0;
}
.s-icon04:before {
  content: url('../img/solution/iw_solution_icon04.svg');
  position: relative;
  top: 8px;
  left: 5px;
  margin: 0 18px 0 0;
}


.section-content h3 {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #11529e;
  margin-bottom: 0;
}
.section-content h4 {
  color: #005251;
  font-weight: 600;
  margin-top: 10px;
  font-size: 21px;
  width: 100%;
}
.section-content h5{
    color: #2552c1;
    font-weight: 600;
    margin-top: 10px;
    font-size: 21px;
    font-size: 18px;
    width: 100%;
}
.gray-bg {
  background-color: #eff6f7;
}
.green-bg {
  background-color: #e1efd5;
}

.blue-bg {
  background-color: #deeced;
}
.white-bg {
  background-color: #fff;
}
.sky-bg {
  background: #eaf4fb;
}
.border-bg {
  border: 2px dotted #dddddd;
}
.border-top-dotted {
  border-top: 1px dotted #ccc;
}
.border-top-bold-dotted {
  border-top: 2px dotted #2552c1;
}
.border-bottom-dotted {
  border-bottom: 1px dotted #ccc;
}
.boder-radius5{
border-radius: 0.5rem;
}
/* ---------------------------------------------- /*
 * ボックス
/* ---------------------------------------------- */

.b-card-box {
  border: 1px solid #808080;
  position: relative;
  float: left;
  border-radius: 0.25rem;
  overflow: hidden;
  background-color: #ffffff;
}

.b-card-box h5 {
  display: block;
  width: 100%;
  font-weight: 600;
  border: none;
  margin: 0;
  padding: 10px;
  background-color: #808080;
  color: #ffffff;
}
.b-card-box .b-card-body {
  width: 100%;
  padding: 10px 10px 10px 10px;
  font-size: 14px;
  margin-bottom: 0;
}


/* --------------------------------------------
 *   導入事例ボックス
 *---------------------------------------------- */

.c-card-box {
  border: 1px solid #11529e;
  border-radius: 0.25rem;
  padding: 10px 10px 10px 10px;
  font-size: 14px;
}
.c-card-box h6 {
font-weight: bold;
  color: #11529e;
}
  .hw-80{
    height: 80px;
    width: 80px;
    }

    
.c-card-box p{
  color: #111111;
}
.op08 :hover {
  opacity: 0.8;
}


/* --------------------------------------------
 *   フッター
 *---------------------------------------------- */
.footer {
  border-top: #0000ff 20px solid;
    background: url(../img/gl_footer.png) no-repeat center;
    background-size: cover;
}
.footer-title p{
font-size: 1.3rem;
margin-bottom: 0.6rem;
}
.footer-center{
margin: 0 auto;
}
.footer-text{
  text-align: center;
  padding: 0 0.3rem;
  }
.btn-inquiry {
    position: relative;
    background-color: #0000ff;
    border: none;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    padding-top: 0.5em;
}
.footer-widget-section {
  padding: 60px 0 0 0;
  padding: 30px 0 0 0;
}
.footer .footer-logo {
  margin-bottom: 30px;
}
.footer .footer-col {
  border-left: #5074cd 1px solid;
  margin-bottom: 10px;
}
.footer .footer-col ul li {
  font-size: 12px;
  color: #ffffff;
}
.footer .footer-col h6 {
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 14px;
  display: block;
  color: #ffffff;
}
.footer .footer-col a {
  color: #ffffff;
}
.footer .footer-col a:hover {
  color: #a7b9e6 !important;
}
@media screen and (max-width : 991px) {
  .footer .footer-logoarea {
    border-bottom: #a1c1e8 1px solid;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .footer .footer-logo {
    margin-bottom: 10px;
    margin-right: 15px;
    display: inline-block;
  }
  .footer .footer-col {
    border-left: none;
    margin-bottom: 10px;
  }
}

/* Copyright */
.copyright-section {
  width: 100%;
  background-color: #4b4b4b;
  text-align: center;
  display: block;
  padding: 20px 0;
}
.copyright-menu {
  color: #ffffff;
  font-size: 12px;
  padding: 0 0.3rem;
}
.copyright-menu a{
  color: #ffffff;
  font-size: 12px;
}
.copyright-section .copytext {
  color: #ffffff;
  font-size: 12px;
}
/*-----------------------------------------------------------------
		上へ戻る
-----------------------------------------------------------------*/

#toTop {
  position: fixed;
  bottom: 35px;
  right: 30px;
  color: #5195BD;
  background-color: #ffffff;
  cursor: pointer;
  display: none;
  z-index: 9999;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 22px;
  line-height: 38px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#toTop:hover {
  background-color: #323232;
  opacity: .5;
}


/*-----------------------------------------------------------------
		フッター設定 new
-----------------------------------------------------------------*/
.footer {
  border-top: #1A2692 20px solid;
    background: url(../img/gl_footer.png) no-repeat center;
    background-size: cover;
}
.footer-title p{
font-size: 1.3rem;
margin-bottom: 0.6rem;
}
.footer-center{
margin: 0 auto;
}
.footer-text{
     padding: 0 0.3rem;
     margin-bottom: 20px;
  }
.footer-text p{
    font-size: 17px;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 0;
}
.footer-text p.tobt{
    font-size: 20px;
    margin-bottom: 12px;
}

.footer-text .btn-inquiry {
    position: relative;
    background-color: #0000ff;
    border: none;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    padding-top: 0.5em;
    margin-bottom: 12px;
}
.footer-widget-section {
  padding: 30px 0 0 0;
}
.footer-widget-section p{
  font-size: 20px;
}
.footer .footer-logo {
  margin-bottom: 30px;
}
.footer .footer-col {
  border-left: #5074cd 1px solid;
  margin-bottom: 10px;
}
.footer .footer-col ul li {
  font-size: 12px;
  color: #ffffff;
}
.footer .footer-col h6 {
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 14px;
  display: block;
  color: #ffffff;
}
.footer .footer-col a {
  color: #ffffff;
}
.footer .footer-col a:hover {
  color: #a7b9e6 !important;
}
#txt_contact_mail{
    margin-bottom: 12px;
}

@media screen and (max-width : 991px) {
  .footer .footer-logoarea {
    border-bottom: #a1c1e8 1px solid;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .footer .footer-logo {
    margin-bottom: 10px;
    margin-right: 15px;
    display: inline-block;
  }
  .footer .footer-col {
    border-left: none;
    margin-bottom: 10px;
  }
}


.hop_bt:hover{
    opacity: 0.7;
}

.page-top a img {
    width: 90px;
    height: 90px;
    position: fixed;
    bottom: 60px;
    right: 40px;
    z-index: 2;
    display: block;
    text-indent: -3333px;
}



/* Copyright */
.copyright-section {
  margin-top: 20px;
  width: 100%;
  background-color: #1A2692;
  text-align: center;
  display: block;
  padding: 20px 0 32px 0;
}


footer .foot-menu {
  color: #ffffff;
  font-size:17px;
  margin-bottom:12px;
  font-family: 'Noto Sans Japanese',   sans-serif;
  font-weight:700;
  text-align:left;
}
footer .foot-menu a{
  color: #ffffff;
}
footer .foot-menu a:hover{
  opacity: 0.5;
  color:#FFF !important;
  text-decoration: underline;
}


.copyright-menu {
  color: #ffffff;
  font-size: 12px;
  padding: 0 0.3rem;
  text-align:left;
}
.copyright-menu a{
  color: #ffffff;
  font-size: 12px;
  text-decoration: underline;
}
.copyright-menu a:hover{
  opacity: 0.5;
  color:#FFF;
}

.copyright-section .copytext {
  color: #ffffff;
  font-size: 14px;
}

.copyright{
  text-align:right;
}

.copy-box{
 max-width:860px;
 margin:0 auto;
 background-image: url(../img/img-logo-01.svg);
 background-repeat: no-repeat;
 background-position: right 10px bottom 30px;
 background-size: 100px;
}

@media (max-width:959px) {
  .copy-box{
	padding: 0 10px;
	min-height:120px;
  }
  .copyright{
    text-align:center;
  }
  footer .copyright {
    margin-top: 20px;
    margin-bottom: 0;
}





