body {
  background: #fff;
  color: #111;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
}
.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;
  font-weight: 600;
  line-height: 1.2em;
}
h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.5em;
}
h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
}
h4 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}
h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7em;
}
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;
}
.emphasis {
  color: #1d4293;
  font-size: 110%;
  font-weight: 600;
  margin-bottom: 15px;
}
.middle, middle {
  font-size: 90%;
  font-weight: 400
}
.cap-top {
  display: block;
  color: #323232;
  font-size: 90%;
  font-weight: 600;
  margin-bottom: 15px;
}

figure {
  text-align: center;
}
.figure-box {
  overflow: hidden;
  border: 2px solid #d3dcf2;
  border-radius: 5px;
  background-color: #fff;
  padding: 20px 10px;
}
.figure-box-top {
  overflow: hidden;
  border: 1px solid #1d4293;
  border-radius: 5px;
  background-color: #fff;
}
.figure-box-top .title {
  border: none;
  border-top-right-radius: .1rem;
  border-top-left-radius: .1rem;
  background-image: none !important;
  background-color: #d3dcf2;
  color: #1d4293;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -0.2px;
  margin: 0 0 18px 0;
  padding: 16px 0 14px;
}

.ul-box {
  overflow: hidden;
  border: 2px solid #c1cce1;
  border-radius: 5px;
  background-color: rgba(255,255,255,.8);
  padding: 15px 15px 13px;
}

hr {
  overflow: visible;
  border: none;
  border-top: 1px double #333;
  border-bottom: 1px double #333;
  color: #333;
  text-align: left;
  height: 5px;
}

p {
  margin-bottom: 20px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  font-size: 16px;
}
.list-disc {
  list-style-type: disc;
  margin-left: 1em;
}

/* インデント */
.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;
}
/* -------------------------------------------
色, ボーダー etc.
-------------------------------------------- */
.text-blue {
  color: #173a8d !important;
}
.text-blue2 {
  color: #2552c1 !important;
}
.text-red {
  color: #ff0000;
}
.text-green {
  color: #4397a7;
}
.text-sky {
  color: #3498db;
}
.text-navy {
  color: #1d4293;
}
.text-pink {
  color: #ad438e;
}

.white-bg {
  background-color: #fff;
}
.gray-bg {
  background-color: #eff6f7;
}
.green-bg {
  background-color: #edffbe;
}
.sky-bg {
  background: #eaf4fb;
}

.border-bg {
  border: 2px dotted #ddd;
}
.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;
}
.border-gray {
  border: 2px solid #d3dcf2;
}
/* -------------------------------------------
リンク
-------------------------------------------- */
a {
  color: #2552c1;
  text-decoration: none;
  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: .8;
}

a.text-break {
  display: inline-block;
}

.anchor {
  display: block;
}
/* -------------------------------------------
 *  main Wrapper
 *------------------------------------------ */
#main-wrapper {
  background: #fff;
}
/* -------------------------------------------
 *  ヘッダー
 *------------------------------------------ */
#header-top {
  background: #fff;
  height: 115px;
}

#brand-logo {
  float: left;  
  font-size: inherit;
  line-height: inherit;
  margin: 15px 0 0;
}
#brand-logo .catch {
  display: block;
  color: #7d7d7d;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4em;
  margin: 0 0 3px 3px;
}

#header-logo {
  top: 63px;
}
#header-logo img {
  width: 139px;
}

#header-top .top-contact {
  display: table;
  font-size: 12px;
  margin-top: 54px;
}
#header-top .top-contact li {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.4;
  text-align: center;
  padding: 0 14px;
}
#header-top .top-contact li:last-child {
  padding-right: 0;
}
#header-top .top-contact .btn {
  border: 1px solid #fd6e50 !important;
  border-radius: 3px;
  background-color: #fef2f0;
  color: #fd6e50;
  font-size: 13px;
  font-weight: 400;
  width: 230px !important;
  margin-bottom: 0;
  padding: 10px 10px;
}
#header-top .top-contact a.btn:hover, #header-top .top-contact a.btn:focus {
  background-color: #fd6e50;
  color: #fff !important;
}

@media (max-width:991.98px) {
  #brand-logo {
	margin-top: 22px;
  }
  #brand-logo .catch {
	font-size: 0.6rem;
  }
  #brand-logo img {
    width: 198px;
  }  
  #header-logo img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: 0 50%;
  }
}
@media (max-width:767.98px) {
  #header-top {
    height: 100px;
  }
}
@media (max-width:424.98px) {
  #header-logo img {
	display: none;
  }
}
/* -----------------------------------
 *  ナビゲーション
 *---------------------------------- */
/* 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: 0 15px;
}
#nav.navbar {
  background-color: #2552c1;
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
  padding: 0;
  z-index: 9999;
}
#nav .navbar-nav {
  background-color: #2552c1;
  width: 100%;
  margin: 0;
  padding: 0;
}
#nav .navbar-nav a,
#nav .navbar-nav a:hover {
  color: #fff;
  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 {
  display: block;
  width: 100%;
  padding:19px 2px;
}

/* 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 #5074cd;
  }
	#nav .navbar-nav > .nav-item:first-child {
		border-left: 1px solid #5074cd;
	}
  #nav .navbar-nav > .nav-item > a {
	display: flex;
	justify-content: center;
	align-items: center;
  }
  #nav .dropdown-menu {
	min-width: 250px;
	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 {
	background-color: #e9edf8;
	color: #2552c1;
}
@media (any-pointer:coarse), (hover:none) {
  #nav .navbar-nav > .nav-item:not(.open) > a:hover {
	background-color: #2552c1;
	color: #fff;
  }
}

/* -------------------------------------------
 *  TOP　メインビジュアル
 *------------------------------------------ */
#top-visual {
  width: 100%;
  text-align: center;
}
#top-visual .top-image {
  overflow: hidden;
  background: #f0f1f3 url(../img/top_image_bg.png) no-repeat center;
  background-size: cover;
  padding-top: 40px;
}
#top-visual h2 {
  color: #111;
  font-weight: 700;
  margin-bottom: 25px;
}
#top-visual h3 {
  color: #1d4293;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}
#top-visual p {
  font-weight: 400;
  margin-bottom: 15px;
}
#top-visual a .btn-more {
  border: 1px solid #1d4293;
  background-color: #fff;
  color: #1d4293;
  font-size: 15px;
  width: 40%;
  margin-bottom: 30px;
  padding: 8px 1em 5px;
}
#top-visual a:hover .btn-more, #top-visual a:focus .btn-more {
  background-color: #1d4293;
  color: #fff;
}

#top-visual .bottom-area {
  background-color: rgba(67, 151, 167, .65);
  text-align: center;
  padding-top: 30px;
  padding-bottom: 35px;
}
#top-visual .bottom-area h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
#top-visual .bottom-area .pointbox {
  display: block;
  background-color: #fff;
  border-radius: 5px;
}
#top-visual .bottom-area .pointtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin: 5px 0 10px;
}
#top-visual .bottom-area dl {
  margin-bottom: 0;
}
#top-visual .bottom-area dd, #top-visual .bottom-area dt {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.4;
}
#top-visual .bottom-area dt {
  border-top-left-radius: 5px;
  background-color: #1d4293;
  color: #fff;
  font-size: 22px;
  padding: 8px 16px;
}
#top-visual .bottom-area dd {
  overflow: hidden;
  border-top-right-radius: 5px;
  background-color: #5074cd;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-align: left;
  width: 100%;
  padding: 12px 8px 8px 16px;
}
#top-visual .bottom-area p {
  margin-bottom: 0;
}
@media (max-width:767.98px) {
  #top-visual .top-image {
	padding-top: 60px;
  }
  #top-visual h2 {
    font-size: 24px;
  }
}

/* -------------------------------------------
 *  ページタイトル
 *------------------------------------------ */
.single-page-title {
  position: relative;
  background: url(../img/top_image_bg.png) no-repeat center;
  background-size: cover;
  width: 100%;
}
.single-page-title .title-content {
  padding: 45px 10px 45px 20px;
}
.single-page-title .top-text {
  display: block;
  color: #4397a7;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 0;
}
/* -----------------------------------
 *  Section
 *---------------------------------- */
.section-content {
  padding: 45px 0 50px;
}
.section-title {
  margin-bottom: 35px;
}
.section-title .headline02 {
  position: relative;
  color: #111;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  padding: 0 .5em .1em;
}
.section-title .headline02:after {
  content: '';
  display: block;
  background-color: #111;
  width: 50px;
  height: 3px;
  margin: 13px auto 0;
}
.section-content .news-title {
  text-align: center;
  margin-bottom: 20px;
}
.section-content .news-title .headline02 {
  position: relative;
  display: inline-block;
  background: linear-gradient(transparent 90%, #c1f3fc 0%);
  color: #000;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.5em;
}
.section-content .news-title .headline02:before, .section-content .news-title .headline02:after {
  content: none;
}
.section-content .headline03 {
  display: block;
  clear: both;
  background-color: #4397a7;
  border-radius: .25rem;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.5em;
  width: 100%;
  margin: 20px 0 25px;
  padding: 11px 14px 8px;
}
.section-content .headline04 {
  background: url(../img/midashi_kazari.png) 0 0 no-repeat;
  color: #2552c1;
  font-size: 21px;
  font-weight: 600;
  width: 100%;
  margin-top: 10px;
  padding: 5px 0 4px 10px;
}
.section-content .column .headline04 {
  background:none;
  padding-left: 0;
}
.section-content.gray-bg .headline04 {
  background: url(../img/midashi_kazari_white.png) 0 0 no-repeat;
}

@media (max-width:767.98px) {
  .single-page-title .top-text {
	font-size: 32px;
  }  

  .section-content .headline02,
  .section-content .news-title .headline02 {
	font-size: 24px;
  }
}

/* -------------------------------------------
 *  特徴
 *------------------------------------------ */
ul.featurelist li {
  color: #1d4293;
  font-weight: 600;
  margin-bottom: 8px;
}
ul.featurelist li span {
  display: block;
  color: #111;
  font-weight: normal;
  text-indent: 0;
}

.white-box {
  position: relative;
  display: block;
  background-color: #fff;
  width: 100%;
  padding: 25px 20px;
  overflow: hidden;
}
.light-box {
  position: relative;
  display: block;
  background-color: #ecf4f6;
  width: 100%;
  padding: 25px 20px;
  overflow: hidden;
}
.white-box .headline04, .light-box .headline04 {
  border: none;
  background-image: none !important;
  color: #2552c1;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4em;
  margin-top: 0;
  padding: 0;
}
.white-box p, .light-box p {
  margin-bottom: 0;
}
/* -------------------------------------------
 *  ラインナップ
 *------------------------------------------ */
.bordernone td {
  border-bottom: none;
  background-color: #fff;
  padding: 0 5px;
}
thead.thead-dark tr th {
  background-color: #5074cd;
  color: #fff;
  text-align: center;
}

.spectable {
  width: 100%;
  border: none;
  font-size: 15px;
  line-height: 1.6;
}
.spectable th {
  border-right: 1px solid #a7b9e6;
  border-bottom: 1px solid #a7b9e6;
  background-color: #e9edf8;
  font-weight: bold;
  vertical-align: middle;
  padding: 7px 10px;
}
.spectable td {
  border-left: 1px solid #a7b9e6;
  border-bottom: 1px solid #a7b9e6;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 7px 10px;
}

.spectable .br {
  border-right: 1px solid #a7b9e6;
}
.spectable .bt {
  border-top: 1px solid #a7b9e6;
}
.spectable .bl {
  border-left: 1px solid #a7b9e6;
}
.spectable th .text-center {
  text-align: center;
}

.spectable .bbold {
  border-bottom: 2px solid #a7b9e6;
}
.spectable .tbold {
  border-top: 2px solid #a7b9e6;
}
.spectable td.tdcenter a {
  color: rgb(17, 17, 17);
}
.spectable td.tdcenter a:hover {
  color: #4760bb;
}
.spectable td.tdbottom {
  border-bottom: 2px solid #a7b9e6;
}
/* -------------------------------------------
 *  ケーススタディ
 *------------------------------------------ */
.col-md-5.casestudy {
  flex: 0 0 44%;
  max-width: 44%
}
@media (max-width:767.98px) {
  .col-md-5.casestudy {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.casestudy-box {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #4397a7; 
  background-color: #fff;
  text-align: center;
  width: 100%;
  padding: 0 0 20px;
}
.casestudy-box .title {
  border: none;
  background-image: none !important;
  color: #4397a7;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -.2px;
  margin-top: 25px;
}
.casestudy-box .btn-primary {
  font-size: 16px;
}
	a .btn-primary {
	  background-color: #4397a7;
	  border: none;
	  color: #fff;
	  width: 70%;
	}
a:hover .casestudy-box, a:focus .casestudy-box {
  border: 1px solid #1d4293;
}
a:hover .casestudy-box .title {
  color: #1d4293;
}
a:hover .casestudy-box .btn-primary, a:focus .casestudy-box .btn-primary {
  background-color: #1d4293;
}

.casestudy-box .case-detail {
  border: none;
  background-image: none !important;
  border-top-right-radius: .1rem;
  border-top-left-radius: .1rem;
  background-color: #4397a7;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: -.2px;
  margin: 0 0 18px;
  padding: 10px 0 8px;
}
.case-explain-area {
  position: relative;
  bottom: 0;
  border-top: 1px dotted #ccc;
  overflow: hidden;
  text-align: left;
  height: 100%;
  padding: 18px 20px 0;
}
.case-explain-area .explain-title {
  border-bottom: 1px solid #2552c1;
  color: #2552c1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7em;
  margin-bottom: 10px;
}
.case-explain-area .point {
  display: block;
  width: 100%;
  border-radius: 5px;
  background-color: #ecf4f6;
  font-size: 90%;  
  line-height: 1.3;
  text-indent: 0;
  padding: 10px 10px;
}
@media (min-width:576px) and (max-width:767.98px), (min-width:1200px)  {
  .case-explain-area .point {
    width: 45%;
  }
}

/* -------------------------------------------
 *  FAQ
 *------------------------------------------ */
.accordion > .card {
  border: none;
}
.accordion > .card > .card-header {
  margin-bottom: 0;
  padding: 0;
}
.accordion > .card .card-body {
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.accordion > .card .area-label { 
  flex-shrink: 0;
  margin-right: 1rem;
}
.accordion > .card .area-text {
  align-self: center;
  overflow: auto;
}

.accordion .card-header a {
  position: relative;
  display: block;
  color: #173a8d;
  font-weight: 500;
  text-align: left;
  white-space: normal;
  padding: .75rem 1.25rem;
}
.accordion .card-header a:after,
.accordion .card-header a[aria-expanded="true"]:after {
  position: absolute;
  content: "";
  right: 1.25rem;
  top: 50%;
  display: block;
  width: 16px;
  height: 7px;
}
	.accordion .card-header a:after { 
	  background: url("../img/arw_b.png") no-repeat bottom right;
	}
	.accordion .card-header a[aria-expanded="true"]:after {
	  background: url("../img/arw_t.png") no-repeat bottom right;
	}
.accordion .card-header a:hover, .accordion .card-header a:focus {
  color: #1d4293 !important;
}

.accordion .card-header .ques-wrap {
  font-size: inherit;
  font-weight: normal;
  margin: 0 1.25rem 0 0;
}
.accordion .card-body p:last-child {
  margin-bottom: 0;
}

/* label */
.accordion .card-header .question,
.accordion .card-body .answer {
  display: inline-block;
  border-radius: .2rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  padding: 6px 8px 4px;
}
	.accordion .card-header .question {
	  background-color: #1d4293;
	}
	.accordion .card-body .answer {
	  background-color: #5074cd;
	}
.accordion .model {
  display: inline-block;
  border: 1px solid #5074cd;
  color: #5074cd;
  font-size: 90%;
  line-height: 1.2;
  margin-bottom: 8px;
  padding: 3px 8px;
}

@media (max-width:991.98px) {
  .accordion > .card .area-label { 
	width: 2.2em;
  }
  .accordion .card-header .question, .accordion .card-body .answer {
	display: block;
	font-size: 90%;
	padding: 6px 2px 4px;
  }
  .accordion .card-header .question::first-letter, .accordion .card-body .answer::first-letter {
	  padding: 0 .3em;
  }
}
@media (max-width:767.98px) {
  .accordion .card-header a,
  .accordion .card-body {
	padding-left: 1rem;
	padding-right: 1rem;
  }
  .accordion .card-header a:after,
  .accordion .card-header a[aria-expanded="true"]:after {
	right: .8rem;
  }
}
@media (max-width:326px) {
  .accordion > .card .d-flex {
	flex-wrap: wrap;
  }
  .accordion > .card .area-text {
    align-self: auto;
	margin-top: 1rem;
  }
}

/* -------------------------------------------
 *  ニュース
 *------------------------------------------ */
.view_timer {
  display: none;
}

.news-list {
  border-bottom: 1px solid #ccc;
}
.news-list li {
  border-top: 1px solid #ccc;
  width: 100%;
  min-height: 4em;
}
.news-list li a {
  color: #111;
  width: 100%;
}
.news-list li a:hover, .news-list li a:focus {
  background-color: #fff;
  color: #2552c1;
}

.news-list li,
.news-list li a {
  display: flex;
  align-items: center;
}
.news-list-date {
  flex-shrink: 0;
  font-size: 15px; 
  width: 7em;
  margin-left: 20px;
}
.news-list li .icn { 
  flex-shrink: 0;
  margin-top: -.3em;
}
.news-text {
  text-align: left;
  margin: 1em 20px;
}
a:hover .news-text, a:focus .news-list {
  text-decoration: underline;
}
@media (max-width:767.98px) {
  .news-list li,
  .news-list li a {
	flex-wrap: wrap;
  }
  .news-list-date,
  .news-list li .icn {
	margin-top: 1em;
  }
  .news-text {
	flex-grow: 1;
  }
}
/* -----------------------------------
 *  アイコン
 *---------------------------------- */
.img-overlay-bottom {
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin: 0;
  z-index: 10;
}
.img-overlay-topL {
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0;
  z-index: 10;
}
.img-overlay-topR {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  z-index: 10;
}
.icn {
  display: block;
  width: 10em;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  padding: .3em;
}
.icndark {
  display: inline-block;
  width: 10em;
  background: rgba(0,0,0,.5);
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  padding: .4em .3em .2em;
}
.icnwhite {
  display: inline-block;
  background: rgba(255,255,255,.8);
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  padding: .4em .3em .2em;
}
.icn-event {
  border: 2px solid #fd6e50;
  background-color: #fd6e50;
}
.icn-case {
  border: 2px solid #5074cd;
  background-color: #5074cd;
}
.icn-catalog {
  border: 2px solid #29abe2;
  background-color: #29abe2;
}
.icn-news {
  border: 2px solid #febe33;
  background-color: #febe33;
}
.icn-support {
  border: 2px solid #88b933;
  background-color: #88b933;
}
.icn-column {
  border: 2px solid #02728c;
  background-color: #02728c;
}
.icn-news-r {
  border: 2px solid #ff5f17;
  background-color: #ff5f17;
}
.icn-press {
  border: 2px solid #9370db;
  background-color: #9370db;
}
.icn-end {
  border: 1px solid #e51400;
  background-color: #fff;
  color: #e51400 !important;
  letter-spacing: .2em;
}
.icn-new {
  display: inline-block;
  border: none;
  color: #e51400 !important;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  margin-left: .5em;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

/* -------------------------------------------
 *  特集
 *------------------------------------------ */
/* 資料ダウンロード */
.dl-box {
  position: relative;
  overflow: hidden;
  display: flex;
  border: 1px solid #ccc;
  background-color: #fff;
  width: 100%;
  padding: 0 0 20px;
}

.dl-box .dl-box-img {
  display: block;
  width: 125px;
  margin-right: 1.5rem;
}
.dl-box .dl-box-img img {
  border: 1px solid #ddd;
}
@media (max-width:575.98px) {
  .dl-box .dl-box-img {
	display: none;
  }
}

.dl-box .dl-box-text {
  display: block;
  padding-bottom: 2.8rem;
}
.dl-box-text .headline04 {
  border-bottom: none;
  background-image: none !important;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
  padding: 0;
}
.dl-box-text p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}

.dl-box .btn {
  position: absolute;
  bottom: 1.5rem;
  border: 1px solid #5074cd;
  border-radius: 3px;
  background-color: #5074cd;
  color: #fff;
  font-size: 14px;
  width: auto;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 8px 10px;
}
.dl-box a:hover.btn {
  border: 1px solid #5074cd;
  background-color: #edf1fa;
  color: #5074cd;
}

/* 資料請求 */
.dl-form-box {
  position: relative;
  overflow: hidden;
  display: block;
  border: 1px solid #ccc;
  background-color: #fff;
  width: 100%;
  padding: 0 0 20px;
}
.dl-form-box .headline04 {
  border-bottom: none;
  background-image: none;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
  padding: 0;
}
.dl-form-box p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}
.dl-form-box .btn {
  border: 1px solid #5074cd;
  border-radius: 3px;
  background-color: #5074cd;
  color: #fff;
  font-size: 14px;
  width: auto;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 8px 10px;
}
.dl-form-box a:hover.btn {
  border: 1px solid #5074cd;
  background-color: #edf1fa;
  color: #5074cd;
}

@media (min-width:768px) {
  .dl-form-box .btn {
	position: absolute;
	bottom: .25rem;
	right: 1rem;
	width: 90%;
  }
}
@media (min-width:1200px) { 
  .dl-box .btn {
	width: 60%;
  }
}

/* -------------------------------------------
 *  コラム
 *------------------------------------------ */
.toc-container {
	margin-bottom: 40px;
}
.toc-container li {
	margin-bottom: 5px;
}

.toc-container ol {
  margin-left: .2rem;
}
.toc-container ol li {
  color: #2552c1;
}

.counter-number-set {
  counter-reset: title;
}
.counter-number-set .counter-number {
  counter-increment: title;
}
.counter-number-set .counter-number:before {
  content: counter(title) ". ";
}
	.counter-number-set .headline04.counter-number {
	  padding-left: 1.3em;
	  text-indent: -1.3em;
	}

.column-list {
  border-bottom: 1px solid #ccc;
}
	.column-list:first-child {
		border-top: 1px solid #ccc;
	}
.column-list a {
  display: flex;
  color: #111;
}
.column-list a:hover {
  color: #2552c1;
}
.colum-body-left {
  flex-shrink: 0;
  text-align: center;
  padding: 1rem 3.5rem;
}
.colum-body-right {
  padding: 1rem 1rem .3rem 0;
}
@media (max-width:991.98px) {
  .colum-body-left {
	padding: 1rem;
  }
  .colum-body-right {
	padding-left: 1rem;
  }
}
@media (max-width:767.98px) {
  .column-list a {
	display: block;
  }
  .colum-body-right {
	padding-top: 15px;
  }
}

/* -------------------------------------------
 *  お問い合わせ
 *------------------------------------------ */
#contents-inquiry {
  background-image: url("../img/inquiry.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
  clear: both;
}
#contents-inquiry .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
  text-align: center;  
}
#contents-inquiry .title, #contents-inquiry p {
  color: #fff;
}
#contents-inquiry .contact-text p {
  display: block;
  float: left;
  font-size: 28px;
  margin-right: 20px;
  margin-bottom: 3px;
}
#contents-inquiry .contact-text p i {
  position: relative;
  top: 3px;
  font-size: 30px;
  margin-right: 10px;
}
#contents-inquiry .contact-text .phone .response {
  display: block;
  font-size: 13px;
  padding-left: 45px;
}
#contents-inquiry .btn-inquiry {
  position: relative;
  top: 10px;
  border: none;
  background-color: #fd6e50;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  width: 70%;
  padding-top: .5em;
}
#contents-inquiry .btn-inquiry:hover {
  border: none;
  background: #fff;
  color: #fd6e50;
}
@media (max-width:767.98px) and (min-width:1px) {
  #contents-inquiry .btn-inquiry {
    width: 80%;
  }
  #contents-inquiry .title {
    font-size: 22px;
  }
}
/* -------------------------------------------
 *  フッター
 *------------------------------------------ */
.footer {
  background: #2552c1;
}
.footer-widget-section {
  padding: 60px 0 50px;
}
.footer .footer-logo {
  margin-bottom: 30px;
}
.footer .footer-col {
  border-left: 1px solid #5074cd;
  margin-bottom: 10px;
}
.footer .footer-col ul li {
  color: #fff;
  font-size: 12px;
}
.footer .footer-col .cat-title {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
}
.footer .footer-col a {
  color: #fff;
}
.footer .footer-col a:hover {
  color: #a7b9e6;
}
.footer .footer-privacyarea {
  margin-top: 10px;
}
.footer .footer-privacyarea .nav-item {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
  margin-right: 30px;
}
	.footer .footer-privacyarea .nav-item:last-child {
	  margin-right: 0;
	}
.footer .footer-privacyarea a {
  color: #fff;
}
.footer .footer-privacyarea a:hover {
  color: #a7b9e6;
}

@media (max-width:991.98px) {
  .footer-widget-section {
	padding: 40px 0 30px;
  }
  .footer .footer-logoarea {
	border-bottom: 1px solid #a1c1e8;
	margin-bottom: 20px;
	padding-bottom: 15px;
  }
  .footer .footer-logo {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 15px;
  }
  .footer .footer-col {
	border-left: none;
	margin-bottom: 10px;
  }
  .footer .footer-privacyarea {
	border-top: 1px solid #a1c1e8;
	margin-top: 0;
	padding-top: 15px;
  }
}

/* copyright */
.copyright-section {
  display: block;
  background-color: #000;
  text-align: center;
  width: 100%;
  padding: 20px 0;
}
.copyright-section .copytext {
  color: #fff;
  font-size: 90%;
}

/* -------------------------------------------
 *  上へ戻る
 *------------------------------------------ */
#toTop {
  display: none;
  position: fixed;
  bottom: 35px;
  right: 30px;
  width: 35px;
  height: 35px;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
  border: none;
  border-radius: 3px;
  background-color: #fff;
  color: #2552c1;
  cursor: pointer;
  font-size: 22px;
  line-height: 38px;
  text-align: center;
  transition: all 0.3s ease 0s;
  z-index: 999;
}

/* hover */
#toTop:hover {
  background-color: #323232;
  color: #fff;
  opacity: .5;
}
@media (any-pointer:coarse), (hover:none) {
  #toTop:hover {
	background-color: #fff;
	color: #2552c1;
	opacity: 1;
  }
}

/* -------------------------------------------
 *  5カラム
 *------------------------------------------ */
.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width:768px) {
  .col-sm-15 {
	width: 20%;
	flex: 0 0 20%;
  }
}
@media (min-width:992px) {
  .col-md-15 {
	width: 20%;
	flex: 0 0 20%;
  }
}
@media (min-width:1200px) {
  .col-lg-15 {
	width: 20%;
	flex: 0 0 20%;
  }
}
