:root {
	--main-color: 123, 195, 239; /* #7BC3EF */
	--sub-color: 104, 166, 204; /* #68a6cc */
	--accent-color: 84, 114, 210; /* #5472d2 */
	--font-color:78, 77, 80; /* #4E4D50 */
	--header-font-color: 255, 255, 255; /* #ffffff */
	--footer-font-color: 112, 112, 112; /* #707070 */
	--fa-logo-color: 255, 255, 255; /* #ffffff */
}

/********************************
hタグ
*********************************/
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

#content h1 {
	font-size: 30px;
	padding: 0.4rem;
	background-image: linear-gradient(to right, rgba(var(--main-color)), #ffffff);
	color: rgba(var(--header-font-color));
}

h2 {
  position: relative;
  padding: 0.3em 0 0.1em 0.5em;
  border-left: 10px solid rgba(var(--main-color));
}

h2::before {
  position: absolute;
  left: -10px;
  bottom: 0;
  content: "";
  width: 10px;
  height: 70%;
  background-color: rgba(var(--accent-color));
}
h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 2px solid rgba(var(--accent-color));
}

h3 {
  position: relative;
  padding: 0.3em 0 0.1em 0.5em;
  border-left: 6px solid rgba(var(--main-color));
}

h3::before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: "";
  width: 6px;
  height: 70%;
  background-color: rgba(var(--accent-color), 0.8);
}
h3::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 1px solid rgba(var(--accent-color), 0.8);
}

h4 {
  position: relative;
  padding: 0.25em 0;
}
h4:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgba(var(--main-color)), transparent);
  background: linear-gradient(to right, rgba(var(--main-color)), transparent);
}

h5 {
  position: relative;
  padding: 0.25em 0;
}
h5:after {
  content: "";
  display: block;
  height: 3px;
  background: -webkit-linear-gradient(to right, rgba(var(--main-color)), transparent);
  background: linear-gradient(to right, rgba(var(--main-color)), transparent);
}

h6 {
  position: relative;
  padding: 0.25em 0;
}
h6:after {
  content: "";
  display: block;
  height: 2px;
  background: -webkit-linear-gradient(to right, rgba(var(--main-color)), transparent);
  background: linear-gradient(to right, rgba(var(--main-color)), transparent);
}

.button {
  display: inline-block;
  padding: 2em;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: rgba(var(--accent-color));
  border: 2px solid rgba(var(--accent-color));
  color: #fff;
  line-height: 40px;
  overflow: hidden;
  transition: 0.5s;
  font-size: 1em;
  border-radius: 50px;
}

.button:hover {
  color: rgba(var(--accent-color));
  background-color: #fff;
}

/* header */
.header-nav li {
	font-size: 12px;
	color: rgba(var(--header-font-color));
}

@media screen and (max-width: 1099px) {
	.header-logo {
		width:160px;
	}
	
	.vc_row {
		margin-right: 0 !important;
		padding: 0 20px;
	}
}

/* 引き継ぎ */

/* 固定ページ */
.main-heading {
  font-size: 29px;
  line-height: 36px;
}

.liner {
  text-align: center;
  margin-bottom: 15px;
}

.liner > span {
  display: inline-block;
  width: 80px;
  height: 12px;
  background: #ffe6ea;
}
.container img {
  max-width: 100%;
}
.voice_img {
  /* padding-top: 1.5em; */
  padding-left: 5px;
  position: relative;
  z-index: 2;
}
.align-center {
  text-align: center;
}
.alignright {
  text-align: right;
  float: right;
}
.container,
.service-details {
  max-width: 990px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.s_voice_item ul {
    list-style-position: inside;
    padding-left: 4px;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
	background-color: rgba(var(--accent-color)) !important;
	color: rgba(var(--header-font-color)) !important;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
	background-color: rgba(var(--accent-color), 0.7) !important;
}

.vc_custom_heading {
	font-family: 'BIZ UDPMincho', serif !important;
}


