@charset "UTF-8";
/* CSS Document */
body {
	background-color: #fff;
}
p, li, h1, h2, h3, h4, h5, h6 {
  font-family: "Zen Kaku Gothic New", sans-serif;	
  color:#222222;
}

p, li {
font-weight: 400;
font-size: 14px;
line-height: 2;
}

ul li {
margin: 0 0 2px;
}

h1, h2, h3, h4, h5, h6 {
font-weight: 500;
line-height: 1.4;
}

.txt-r {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.txt-m {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.txt-b {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.txt_green {
	color: #009084;
}

.txt_blue {
	color: #005AB1;
}

.header .header-logo img {
height: 40px;
max-height: 40px;
}

.gradient-7 {
	background-image: linear-gradient(90deg, #007990 0%, #6CE5C0 100%);
	color: #fff;
}
.border-radius-2 {
border-radius: 0.3em;
overflow: hidden;
}

.bg_green {
background-color: #009084;
color: #fff;
}

.bg_blue {
background-color: #005AB1;
color: #fff;
}

.bg_w {
	background-image: url("../images/white_2.png");
	background-repeat: repeat-x;
	background-color: #00C6B5;
}
.heading-09 {
  position: relative;
  padding: 10px;
  border-bottom: 3px solid #009084;
  color: #333333;
}

.heading-09::after {
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 12px;
  height: 12px;
  content: '';
  border-right: 3px solid #009084;
  border-bottom: 3px solid #009084;
  background: #fff;
  transform: rotate(45deg);
}
.gd_midashi {
	background-color: #fff;
	padding: 1px 15px;
	display: inline-block;
	border-radius: 25px;
}

footer img {
	width:280px !important;
}

footer img .email {
	width: 200px !important;
}
.phone_only {
	display: none;
}
@media (max-width: 991.98px) {
.header .header-logo img {
height: 30px;
max-height: 30px;
}
footer img {
	width:200px !important;
}
.muryo {
    width: 180px!important;
}
.bg_w {
	background-image:url("../images/white_2.png") !important;
	background-repeat: repeat-x;
	background-color: #00C6B5;
}
.phone_only {
	display: none;
}
}

@media (max-width: 500px) {
.display-5 {
	font-size: calc(1.2rem + 1.1vw)!important;
	}
.bg_w {
	background-image:url("../images/white_3.png") !important;
	background-repeat: repeat-x;
	background-color: #00C6B5;
}
.phone_only {
	display: block;
}
.pc_only {
	display: none;
}
}