@charset "utf-8";
/* CSS Document */
body {
  font-family: "Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.h1, .h2, .h3, .h4, .h5, .h6, .navbar-brand,h1, h2, h3, h4, h5, h6, nav {
  font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*header nav*/
header {
  background-color: #f8f9fa !important;
  border-top: #2CAC99 4px solid;
}
header nav {
  max-width: 1280px;
  margin: 0 auto;
	font-weight: bold;
}
.dropdown-item{
	font-weight: 600;
}
.navbar-brand{
	letter-spacing: 1.5px;
}
.dropdown-item {
  white-space: normal;
  border-bottom: 1px solid #DDDDDD;
  padding: .45rem 1.5rem;
}
.dropdown-item:last-child {
  border-bottom: none;
}
.navbar-nav .dropdown-menu {
  max-width: 100%;
}
header .header-tel {
  font-size: 1.3em;
  margin-top: 15px;
}
@media screen and (min-width:480px) {
  .dropdown-item {
    white-space: nowrap;
  }
  .navbar-nav .dropdown-menu {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    margin-left: 30px;
  }
}
/*見出し・リストなど*/
.page-h1{
	background: #69BFB7;
	color: #FFF;
}
.page-h1 h1{
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1110px;
}
h1 {
  padding: 30px 15px;
  font-size: 1.27em;
	line-height: 1.3em;
}
.page-slider{
	max-width: 1200px;
	margin: 0 auto 30px;
}

.main h2 {
  font-size: 1.15em;
  position: relative;
  color: white;
  padding: 0.6em 0.5em 0.6em 1.8em;
  background-color: #2CAC99;
  border-radius: 2px;
  margin-top: 45px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-top: 2px solid #dcdde1;
}
.main h2::after {
  position: absolute;
  top: 50%;
  left: 0.7em;
  transform: translateY(-50%);
  content: '';
  width: 12px;
  height: 12px;
  border: solid 3px white;
  border-radius: 100%;
}
.main h3 {
  font-size: 1.1em;
  position: relative;
  padding: 0.55em 0.5em 0.55em 1.4em;
  border: 1px solid #999;
  border-radius: 5px;
  color: #333333;
  font-weight: bold;
  margin: 35px 0 20px 0px;
}
.main h3:after {
  position: absolute;
  top: 50%;
  left: 0.7em;
  transform: translateY(-50%);
  content: '';
  width: 5px;
  height: 25px;
  background-color: #2CAC99;
}
.entry-content p {
  line-height: 1.7;
}
.entry-content ul {
  list-style: none;
  padding: 0;
}
.entry-content ul li {
  position: relative;
  padding: 0.8em 1em 0.8em 2.3em;
  margin-bottom: 8px;
  color: #333;
  font-size: 16px;
  background: #ecf7f6;
}
.entry-content ul.inline-list li {
  font-size: 15px;
  padding-right: 1em;
  margin-right: 1em;
  display: inline-block;
}
.entry-content ul li:after, .entry-content ul li:before {
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.entry-content ul li:before {
  top: 0.8em;
  left: 0.2em;
  width: 12px;
  height: 12px;
  border: 2px solid #7AA093;
}
.entry-content ul li:after {
  top: 1.1em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: #69BFB7;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.main table.redtable td {
  font-weight: bold;
  color: red;
}
.main strong {
  color: orangered;
}
/*トップ画像メニュー*/
.menu-img {
  background: #ecf7f6;
  padding: 30px 15px;
  margin: -15px;
}
.menu-img:after {
  content: "";
  display: block;
  clear: both;
}
.menu-img .box {
  float: left;
  width: 47%;
  margin-right: 6%;
  position: relative;
}
.menu-img .box:nth-child(2n) {
  margin-right: 0;
}
.menu-img .box img {
  width: 100%;
  height: auto;
  vertical-align: top;
  object-fit: cover;
}
.menu-img .box img:hover{
	opacity: 0.6;
}
.menu-img .box h3.name {
  position: absolute;
  bottom: -5px;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  font-weight: bold;
  padding: 5px;
  font-size: 1em;
  border: none;
}
.menu-img .box h3.name:after {
  content: none;
}
.menu-img .box h3.name a {
  color: #FFF;
}
@media (min-width: 577px) {
  .menu-img {
    padding: 45px;
    margin: -45px;
  }
}
@media (min-width: 992px) {
  .menu-img .box {
    width: 22%;
    margin-right: 4%;
  }
  .menu-img .box:nth-child(2n) {
    margin-right: 4%;
  }
  .menu-img .box:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .menu-img .box h3.name {
    display: table-cell;
    position: static;
    vertical-align: middle;
    font-size: 1em;
    padding: 0 0 20px;
    ;
    margin-top: 10px;
    background: none;
    color: #000;
  }
  .menu-img .box h3.name a {
    color: #000;
  }
  .menu-img .box p, .menu-img .box h3 {
    margin-bottom: 0;
  }
}
/*pc用　見出しフォントサイズ調整*/
@media (min-width: 768px) {
  .main h1 {
    font-size: 1.6em;
  }
  .main h2 {
    font-size: 1.3em;
  }
  .main h3 {
    font-size: 1.2em;
  }
}
/*tips*/
.lead {
  font-size: 1.15rem
}
.main .red {
  color: red;
}
.main .prbox {
  background-color: #cce5ff;
  padding: 1.75rem 1.25rem;
}
/*QandA*/
.qanda .question p {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 0.9em;
  font-weight: bold;
  padding: 15px;
}
.main .qanda .question h3 {
  border: #e5f3f5 solid 1px;
  margin-bottom: 0;
  background: #e5f3f5;
  border-radius: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 0.9em;
  background: #0097e6;
}
/*flow-list ○○の流れ*/
div.flow_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
div.flow_list div {
  border: 4px solid #ccc;
  margin-bottom: 35px;
  padding: 10px 15px;
  position: relative;
}
div.flow_list div::after {
  bottom: -34px;
  color: #EE5A24;
  content: "▼";
  font-size: 24px !important;
  left: 48%;
  position: absolute;
}
div.flow_list div.last::after { /*最後の▼を外す*/
  content: "";
}
.main div.flow_list h3 {
  font-size: 0.9em;
  color: #FFFFFF;
  padding-left: 15px;
  margin-top: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: #40739e;
  border: none;
}
.main div.flow_list h3:after {
  position: absolute;
  top: 50%;
  left: 0.7em;
  transform: translateY(-50%);
  content: '';
  width: 0;
  height: 0;
  background-color: #FFF;
}
/*サイドバー*/
.sidebar h3 {
  background: #eef3f8;
  border-bottom: 1px solid #999;
  border-top: 3px solid #40739e;
  font-size: 18px;
  padding: 10px 12px;
  border-radius: 0;
  margin-bottom: 8px;
  font-weight: bold;
}
.sidebar h4 {
  border-left: 3px solid #34495e;
  padding-left: 10px;
  margin-top: 35px;
  font-size: 16px;
  font-weight: bold;
}
.sidebar h4:first-child {
  margin-top: 0px;
}
.sidebar h5 {
  background: #e5f3f5;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 15px;
  margin-top: 20px;
}
.sidebar .widget-inner ul li {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.5em;
}
.sidebar .widget-inner ul li a {
  color: #2d5c88;
}
.sidebar .widget-inner ul li a:hover {
  color: #428bca;
}
.sidebar .widget-inner ul.menu li {
  line-height: 1.5em;
  border-bottom: solid 1px #A3918F;
  padding-top: 8px;
  padding-bottom: 8px;
}
.sidebar .widget-inner ul.menu {
  margin-left: 0;
}
.sidebar .widget-inner ul.menu li {
  line-height: 1.5em;
  border-bottom: solid 1px #D1C8C7;
  padding: 8px 5px;
}
.home-iconmenu a {
  background: #8F8F8F;
}
.sidebar .tagcloud a {
  display: inline-block;
  margin: 0 3px 3px 0;
  color: #2d5c88;
}
.sidebar .tagcloud a:hover {
  color: #428bca;
}
/*問い合わせ（abobe footer）*/
.above-footer-widget {
  border: 8px solid #eff6fd;
  margin-bottom: 45px;
  padding: 5px;
}
.above-footer-widget h4 {
  color: #1e73be;
}
.above-footer-widget h5 {
  color: #333333;
  margin-bottom: 15px;
}
/*GoogleMap*/
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/*footer*/
footer {
  background: #f5f5f5;
	padding-top: 35px;
	padding-bottom: 35px;
}
.eigyosho{
	background: #FFFFFF;
	padding-bottom: 5px;
	margin-bottom: 25px;
}
footer .eigyosho h3{
	font-size: 1.1em;
	background-color: #7AA093;
	padding: 6px 10px;
	color: #FFF;
}
footer .eigyosho .tel{
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 10px;
}
footer .eigyosho p{
	padding: 0 10px;
}
aside{
	background: #2CAC99;
	padding: 5px;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFF;
}
@media screen and (min-width:480px) {
  .above-footer-widget {
    padding: 25px;
  }
}
/*スライドボタン*/
.mobile-fotter {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
.mobile-fotter ul {
  padding: 0;
  margin: 0;
  width: 100%;
  background: #2CAC99;
  border-top: 3px solid #e8e8e8;
}
.mobile-fotter ul li {
  list-style: none;
  width: 48%;
  display: inline-block;
  text-align: center;
  margin: 0;
}
.mobile-fotter ul li:first-child {
  border-right: 3px solid #e8e8e8;
}
.mobile-fotter ul li a {
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
	font-size: 0.9em;
}
.section-inverse {
  background: #74b9ff;
}
#formWrap h4{
	font-size: 1.2rem;
	color: red;
	margin-bottom: 35px;
}
@media (min-width: 768px) {
  .mobile-fotter {
    display: none;
  }
}