@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* Completion Reset
------------------------------------------------*/
html {
  font-size: 10px;
}

body {
  margin: 0;
  padding: 0;
  background: #e7f7ea;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  color: #184f2d;
  text-decoration: none;
}

a:hover {
  color: #539f1b;
  text-decoration: underline;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

h1, h2 {
  letter-spacing: 1px;
}

ul {
  list-style: none;
}
li {
font-size: 13px;
font-size: 1.3rem;
}
address {
  font-style: normal;
}
area{
  border:none;
  outline:none;
}
span.yellow_mark {
color: #ffb947;
}
mfp_err｛
color: #color: #F80206;
}
/*table*/
table,
table th,
table td {
  width: 100%;
  border: medium none;
  border-collapse: collapse;
}

@media only screen and (max-width: 480px) {
  table {
    border: none;
  }
}

table th {
  width: 30%;
  padding: 9px 10px;
  border: 1px solid #b5dcbd;
  background: #f4fdf6 repeat 0 0;
  color: #555;
  font-weight: normal;
  text-align: left;
}

@media only screen and (max-width: 480px) {
  table th {
    display: block;
    width: auto;
    padding: 10px 0 10px 10px;
    border-top: none;
  }
}

table th p {
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7em;
}

table td {
  width: 70%;
  padding: 9px 10px;
  border: 1px solid #b5dcbd;
}
table th.class-area,td.td-class-area {
width: 30%;
}
table th.class-name,td.td-class-name {
width: 25%;
}
table th.class-phone,table td.td-class-phone {
width: 40%;
}
table.classroom th p,table.classroom td p {
font-size: 15px;
font-size: 1.5rem;
letter-spacing: 0.08rem;
letter-spacing: 0.08px;
}
table.classroom th{
text-align: center;
}
@media only screen and (max-width: 480px) {
  table td {
    display: block;
    width: auto;
    padding: 10px 0 10px 10px;
    border-top: none;
  }
}

table td p {
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7em;
}

@media only screen and (max-width: 480px) {
  table tr:first-child th {
    border-top: 1px solid #b5dcbd;
  }
}
table.join th,table.join td{
	width: auto;
	font-size: 13px;
  	font-size: 1.3rem;
}
table.classroom {
	border-collapse: collapse;
}
@media screen and (max-width: 640px) {
table.classroom thead {
	display:none;
}
table.classroom tbody th {
	display:none;
}
table.classroom tbody td {
	display:block;
	width: 100%;}
	table.classroom tr {
	border-top: 1px solid #b5dcbd;
	
}
table.classroom tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
	font-size: 12px;
	
}

table.classroom tbody td p {
	padding-left:6em;
}
}
a[href^="tel:"] {
    pointer-events: none;
}
.content .title_style_shibu {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3em;
    font-weight: 500;
}
video{
width: 100%;
}
/* Layout, Outline
------------------------------------------------*/
.wrapper {
  width: 100%;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 1000px) {
.wrapper {
max-width: 740px;
}}
@media only screen and (max-width: 480px) {
  .wrapper {
    border-left: none;
	border-right: none;
  }
}

.container {
  border-top: 3px solid #b5dcbd;
  overflow: hidden;
  background: #eee;
}

.side {
  background: #eee;
  width: 21%;
  float: left;
}
@media only screen and (max-width: 1000px) {
.side {
width: 27.17949%;
}}
@media only screen and (max-width: 780px) {
  .side {
    float: none;
    width: auto;
  }
}

/* #header
------------------------------------------------*/
#header {
  border-top: 5px solid #14912d;
  border-bottom: 5px solid #14912d;
  background: url("../images/main/header_bg.gif") no-repeat left -5px;
  overflow: hidden;
  position: relative;
}

.header_left {
  padding: 15px 0 0 20px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  width: 486px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1000px) {
.header_left {
width: 292px;;
}}

@media only screen and (max-width: 780px) {
  .header_left {
    height: auto;
    padding-bottom: 10px;
    width: 100%;
  }
}

.header_left .logo {
  width: 208px;
  float: left;
  margin: 0;
}

@media only screen and (max-width: 780px) {
  .header_left .logo {
    float: none;
    margin: 0 auto;
    width: 208px;
  }
}

@media only screen and (max-width: 480px) {
  .header_left .logo a img {
    max-width: 140px;
  }
}

.header_left .site_info {
  width: 208px;
  float: left;
  font-size: 13.6px;
  font-size: 1.36rem;
  margin: 0 0 0 20px;
  padding: 20px 0 0;
}

@media only screen and (max-width: 1000px) {
  .header_left .site_info {
    display: none;
  }
}

.header_right {
  width: 292px;
  height: 82px;
  padding-right: 20px;
  float: right;
}

@media only screen and (max-width: 780px) {
  .header_right {
    display: none;
  }
}

.header_right .header_sitemap {
  height: 42px;
  margin: 0;
  padding-top: 10px;
  padding-left: 0;
  color: #184f2d;
  font-size: 13.6px;
  font-size: 1.36rem;
  text-align: right;
}

.header_right .header_button {
  margin: 0;
  padding-left: 0;
  overflow: hidden;
}

.header_right .header_button li {
  float: left;
}

.header_right .header_button li:first-child {
  margin-right: 8px;
}

#toggle {
  display: none;
}

@media only screen and (max-width: 480px) {
  #toggle {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 10px;
    top: 10px;
  }
}

#toggle a {
  display: block;
}

@media only screen and (max-width: 480px) {
  #toggle a img {
    display: block;
    width: 35px;
    height: 35px;
    background: #fff;
  }
}

/* Navigation
------------------------------------------------*/
#menu-box {
  margin-bottom: 15px;
  border-bottom: 3px solid #b5dcbd;
}

@media only screen and (max-width: 780px) {
  #menu-box {
    border-bottom: 3px solid #b5dcbd;
    margin-bottom: 0;
  }
}

#menu {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  width: 211px;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}

@media only screen and (max-width: 780px) {
  #menu {
    width: 100%;
    height: 100%;
	border-left: none;
	border-right: none;
  }
}

@media only screen and (max-width: 480px) {
  #menu {
    display: none;
  }
}

#menu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 780px) {
  #menu li {
    float: left;
    width: 25%;
    border-bottom: 1px solid #b5dcbd;
    font-size: 12.8px;
    font-size: 1.28rem;
  }
}

@media only screen and (max-width: 480px) {
  #menu li {
    width: 100%;
  }
}

#menu li a {
  display: block;
  height: 39px;
  padding: 0;
  border-right: 1px solid #b5dcbd;
  background-color: #1FA238;
  color: #FFF;
  text-decoration: none;
  text-align: center;
}

@media only screen and (max-width: 780px) {
  #menu li a {
    padding: 10px 0;
    height: auto;
  }
}

@media only screen and (max-width: 480px) {
  #menu li a {
	border-right-style: none;
    background: #e7f7ea;
    color: #184f2d;
  }
}

@media only screen and (max-width: 780px) {
  #menu li a:hover,#menu li ul.sub_menu li a:hover {
    background-color: #2EB748;
  }
}

@media only screen and (max-width: 780px) {
  #menu li a img {
    display: none;
  }
}

@media only screen and (max-width: 780px) {
  #menu li a:before {
    content: attr(data-label);
  }
}
@media only screen and (max-width: 780px) {
  #menu li.noBoderRight a {
    border-right: none;
  }
}


#menu li.contact {
  border: none;
  display: none;
}

@media only screen and (max-width: 780px) {
  #menu li.contact {
    display: inherit;
  }
}

.menu-contact {
  width: 202px;
  margin: 0 auto 10px;
  padding-bottom: 10px;
  border: 1px solid #ccc;
  background: #fff;
}

@media only screen and (max-width: 780px) {
  .menu-contact {
    display: none;
  }
}

.menu-contact dl dt,
.menu-contact dl dd {
  text-align: center;
  line-height: 1.2em;
}

.menu-contact dl dt {
  font-size: 13.5px;
  font-size: 1.35rem;
  color: #666;
}

.menu-contact dl dd.tel {
  width: 178px;
  margin: 5px 10px;
  padding: 10px 0;
  border: 1px solid #b5dcbd;
  background: #f4fdf6;
  color: #666;
  font-size: 13.5px;
  font-size: 1.35rem;
  text-align: center;
}

.menu-contact dl dd.tel a {
  color: #333;
  font-size: 160%;
  font-weight: bold;
}

.menu-contact dl dd.mail {
  margin: 5px auto;
	padding-left: 0px;
}

.child1{margin: 20px;}
.child1 dd a img{width: 50%;}

@media only screen and (max-width: 480px) {
#menu li.menu_active a{
	color: #fff;
	background: #1FA238;
}
}
@media only screen and (max-width: 780px) {
  .menu-memorial {
    display: none;
  }
}
#menu li ul.sub_menu li:last-child {
	border-bottom: none;
}

@media only screen and (max-width: 780px) {
	ul.sub_menu{
		display: none;
	}
}
@media only screen and (max-width: 480px) {
  ul.sub_menu{
	display: block;
	height: auto;
  }
  #menu li ul.sub_menu li a{
	background-color: #d8f9de;
	  color: #184f2d;
	  height: 100%;
	}
#menu li ul.sub_menu li:first-child{
	border-top: 1px solid rgb(181, 220, 189);
	}
}
/* main.content
------------------------------------------------*/
.content {
  border-left: 1px solid #eaeaea;
  background-color: #fff;
  width: 79%;
  float: right;
min-height: 1000px;
}
@media only screen and (max-width: 1000px) {
.content {
 width: 72.82051%;
}}
@media only screen and (max-width: 780px) {
  .content {
    float: none;
    width: auto;
	min-height: auto;
  }
}

.content .section {
  padding: 15px 31px 0 30px;
}
@media only screen and (max-width: 480px) {
.content .section {
  padding: 15px 21px 0 20px;
}
}
ul.bread_navi {
    margin-bottom: 15px;
	clear: both;
}
ul.bread_navi li {
font-size: 10px;
font-size: 1.0rem;
}
@media only screen and (max-width: 780px) {
	ul.bread_navi {
    padding-top: 15px;
	clear: both;
}
}
@media only screen and (max-width: 480px) {
	ul.bread_navi {
    padding-top: 0px;
}
}
.bread_navi li {
    display: inline;
}
.content .title_style01 {
  height: 38px;
  padding-left: 30px;
  background: url("../images/main/h2-banner.jpg") no-repeat left top;
  font-size: 19.2px;
  font-size: 1.92rem;
  font-weight: normal;
  line-height: 38px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 480px) {
  .content .title_style01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.content .title_style02 {
  height: 28px;
  margin-bottom: 10px;
  padding-left: 20px;
  background: url("../images/main/h2-banner-middle.jpg") no-repeat left top;
  font-size: 12.8px;
  font-size: 1.28rem;
  line-height: 28px;
  font-weight: normal;
}

.content .title_style02_long {
 height: 28px;
  margin-bottom: 10px;
  padding-left: 20px;
  background: url("../images/main/h2-banner-middle.jpg") no-repeat left top;
  font-size: 12.8px;
  font-size: 1.28rem;
  line-height: 28px;
  font-weight: normal;
}
@media only screen and (max-width: 480px) {
 .content .title_style02_long {
  height: 56px;
  background: url("../images/main/h2-banner-middle-long.jpg") no-repeat left top;
	 line-height: 20px;
	vertical-align: middle;
	padding-top:5px;
}
}

.content .title_style03 {
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #ccc;
  font-size: 14.4px;
  font-size: 1.44rem;
  line-height: 1.388;
}

.content .title_style03:before {
  height: 20px;
  padding-right: 5px;
  content: url("../images/main/circle_green.gif");
}

.content .title_style04 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #b5cdbd;
  font-size: 16.32px;
  font-size: 1.632rem;
  line-height: 1.2em;
}
.content .title_style06 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2em;
	font-weight: 500;
}

.content .title_style04:before,.content .title_style06:before, .title_style_shibu:before {
  height: 20px;
  padding-right: 5px;
  content: url("../images/main/circle_green.gif");
}

.content .title_style04 .small {
  font-size: 13.5px;
  font-size: 1.35rem;
}
.content .title_style05 img{
	margin: 0px 0px 15px;
	width: 100%;
}
.content .txt_style01 {
  color: #111;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.content .txt_style01green {
  color: #14912d;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}

.content .txt_style02 {
  margin-left: 0;
  color: #333;
  font-size: 13.5px;
  font-size: 1.35rem;
  text-align: justify;
  line-height: 1.5em;
}
.content .txt_style07{
      font-size: 17px;
  font-size: 1.7rem;
    border-top: 3px solid #14912d;
    border-bottom: 1px solid #14912d;
    padding: 15px 10px 15px 15px;
    margin-bottom: 10px;
	font-weight: 500;
}
.content p {
  /*color: #111;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;*/
}

.content .link_style01 {
  display: inline-block;
  font-size: 13.6px;
  font-size: 1.36rem;
  line-height: 1.5em;
}

.content .link_style01:before,.arrow_org:before {
  margin-right: 5px;
  content: url("../images/main/arrow_link_org.gif");
}
.content .link_style02 {
  display:block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5em;
text-align: right;
}
.content .link_style02:before{
  margin-right: 5px;
  content: url("../images/main/arrow_link_org2.gif");
}

.content .img_border01 {
  border: 1px solid #ccc;
}
.bg_palegr {
    background: #f4fdf6;
    padding: 10px;
}
.bg_white {
    background: #fff;
    padding: 10px;
}

.member_qualification_detail {
  padding-top: 5px;
}
.member_qualification_detail li{
  display: none;
}
.minheight {
min-height: 930px;
}
@media only screen and (max-width: 780px) {
  .minheight {
    min-height: 0;
  }
}

/* .columns
------------------------------------------------*/
.columns {
  overflow: hidden;
}
.columns img{
  width: 100%;
}

.columns.column2a .column_child1 {
  width: 67.68061%;
  float: left;
}

@media only screen and (max-width: 480px) {
  .columns.column2a .column_child1 {
    width: 100%;
    float: none;
  }
}

.columns.column2a .column_child2 {
  width: 30.41825%;
  float: right;
}

@media only screen and (max-width: 480px) {
  .columns.column2a .column_child2 {
    width: 100%;
    float: none;
  }
}

.columns.column2a .column_child2 img {
  width: 100%;
  height: auto;
}

.columns.column2a .column_child3 {
  clear: both;
  width: 100%;
}

.columns.column2b .column_child1 {
  width: 48%;
  float: left;
  clear: left;
}

@media only screen and (max-width: 480px) {
  .columns.column2b .column_child1 {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

.columns.column2b .column_child2 {
  width: 48%;
  float: right;
  clear: right;
}

@media only screen and (max-width: 480px) {
  .columns.column2b .column_child2 {
    width: 100%;
    float: none;
  }
}

.columns.column2c {
  overflow: hidden;
}

.columns.column2c .column_child1 {
  float: left;
  width: 35.71429%;
}

.columns.column2c .column_child1 img {
  width: 100%;
  height: auto;
}

.columns.column2c .column_child2 {
  margin-left: 3.96825%;
  float: left;
  width: 56.74603%;
}

.columns.column2d {
  margin-bottom: 25px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

.columns.column2d .column_child1,
.columns.column2d .column_child2 {
  padding: 15px;
  float: left;
}

.columns.column2d .column_child1 {
  width: 54.47619%;
}

@media only screen and (max-width: 480px) {
  .columns.column2d .column_child1 {
    float: left;
    width: 100%;
  }
  .columns.column2d .column_child1 dd {
    text-align: center;
  }
}

.columns.column2d .column_child2 {
  width: 45.52381%;
}

@media only screen and (max-width: 480px) {
  .columns.column2d .column_child2 {
    float: left;
    width: 100%;
  }
  .columns.column2d .column_child2 dd {
    text-align: center;
  }
}

.columns.column2e {
  padding: 15px;
  border: 2px solid #b5dcbd;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: #f4fdf6;
  overflow: hidden;
}
.columns.column2e:not(:first-child){
margin-top:15px;
}

@media only screen and (max-width: 480px) {
  .columns.column2e {
    padding: 10px;
  }
}

.columns.column2e .column_child1 {
  float: left;
  width: 20.20408%;
}

@media only screen and (max-width: 480px) {
  .columns.column2e .column_child1 {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}

.columns.column2e .column_child1 img {
  max-width: 99px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 780px) {
  .columns.column2e .column_child1 img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .columns.column2e .column_child1 img {
    width: auto;
  }
}

.columns.column2e .column_child2 {
  margin: 0 0 0 3.06122%;
  width: 74.08163%;
  float: left;
}

@media only screen and (max-width: 480px) {
  .columns.column2e .column_child2 {
    float: left;
    width: auto;
    margin: 0 5px;
  }
}
.columns.column2f .column_child1 {
  width: 30.41825%;
  float: left;
}

@media only screen and (max-width: 480px) {
  .columns.column2f .column_child1 {
    width: 100%;
    float: none;
  }
}

.columns.column2f .column_child2 {
  width: 95%;
  float: right;
}
.columns.column2f .column_child1 img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 480px) {
  .columns.column2f .column_child2 {
    width: 100%;
    float: none;
  }
}

.columns.column2f .column_child2 img {
  width: 100%;
  height: auto;
}

.columns.column2f .column_child3 {
  clear: both;
  width: 100%;
}
.columns.column2g .column_child1 {
  width: 70%;
  float: left;
}
.columns.column2g .column_child2 {
max-width: 142px;
float: right;
}
@media only screen and (max-width: 780px) {
	.columns.column2g .column_child1{
		float: none;
	}
	.columns.column2g .column_child1{
		width: auto;
	}
}
/* .slideshow
------------------------------------------------*/
.slideshow img {
  width: 100%;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-pagination {
  background: #14912d url(../images/slider/footer.png) no-repeat 0 50%;
  height: 41px;
  width: 100%;
  position: relative;
  text-align: right;
  padding: 12px 12px 0 0;
}

@media only screen and (max-width: 480px) {
  .swiper-pagination {
    background-size: auto 30px;
  }
}

.swiper-pagination-bullet {
  border-radius: 0;
  width: 24px;
  height: 16px;
  background-color: #6d6d6d;
  opacity: 1;
}

@media only screen and (max-width: 480px) {
  .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0 0 8px;
}

/* .more_link_text
------------------------------------------------*/
.more_link_text {
  padding-left: 0;
  overflow: hidden;
}

.more_link_text li {
  font-size: 13.6px;
  font-size: 1.36rem;
  line-height: 1.5em;
  float: left;
  margin-right: 25px;
}

@media only screen and (max-width: 480px) {
  .more_link_text li {
    float: none;
    display: block;
  }
}

/* .news-list
------------------------------------------------*/
.news-list,#top_news_list dl {
  overflow: hidden;
}

.news-list dt,#top_news_list dt{
  width: 100px;
  float: left;
  clear: left;
  font-size: 13.6px;
  font-size: 1.36rem;
  padding: 0 0 0 1em;
  margin: 0;
  line-height: 2.35294;
}

@media only screen and (max-width: 480px) {
  .news-list dt,#top_news_list dt{
    float: none;
    line-height: 1.5;
  }
}

.news-list dd,#top_news_list dd {
  border-bottom: 1px solid #eee;
  width: 100%;
  font-size: 13.6px;
  font-size: 1.36rem;
  margin: 0 0 1em 0;
  padding: 0 1em 1em 124px;
  position: relative;
  line-height: 2.35294;
}

@media only screen and (max-width: 480px) {
  .news-list dd,#top_news_list dd{
    padding: 5px 1em 5px 24px;
    line-height: 1.5;
  }
}

.news-list dd:before,#top_news_list dd:before {
  content: "";
  display: inline-block;
  background: url("../images/main/arrow_link_org.gif") no-repeat 0 50%;
  width: 8px;
  height: 32px;
  position: absolute;
  left: 112px;
}

@media only screen and (max-width: 480px) {
  .news-list dd:before,#top_news_list dd:before  {
    left: 1em;
    height: 20px;
  }
}

/* .page_link-list
------------------------------------------------*/
.page_link,.page_link_paper {
  padding: 9px 9px 9px 4px;
  border: 1px solid #b5dcbd;
  background: #f4fdf6;
  font-size: 0;
}

@media only screen and (max-width: 480px) {
  .page_link,.page_link_paper {
    padding: 10px 6px;
  }
}

.page_link li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 1em;
  font-size: 12.5px;
  font-size: 1.25rem;
  line-height: 2em;
}

@media only screen and (max-width: 480px) {
  .page_link li {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  .page_link li a {
    display: block;
  }
}

.page_link li a:before,.page_link_paper li a:before {
  margin-right: 5px;
  content: url("../images/main/arrow_pagelink.gif");
}

.page_link li:not(:last-child) {
  border-right: 1px solid #999;
}

@media only screen and (max-width: 480px) {
  .page_link li:not(:last-child) {
    border: none;
  }
}
.page_link_paper li {
  display: block;
  padding-left: 10px;
  padding-right: 1em;
  font-size: 12.5px;
  font-size: 1.25rem;
  line-height: 2em;
}

/* .related_link
------------------------------------------------*/
.related_link {
  border: 1px solid #ccc;
  background: url("../images/main/dot_white.gif") #eee;
}

.related_link dt {
  border-bottom: 1px solid #ccc;
  padding: 10px 15px 9px;
  font-size: 13.6px;
  font-size: 1.36rem;
}

.related_link dd {
  margin: 0;
  padding: 10px 15px;
  font-size: 13.6px;
  font-size: 1.36rem;
}

@media only screen and (max-width: 480px) {
  .related_link dd {
    padding: 10px 15px;
  }
}

.related_link dd ul {
  padding: 10px 0;
}

@media only screen and (max-width: 480px) {
  .related_link dd ul {
    padding: 0;
  }
}

.related_link dd ul li {
  display: inline;
  margin-right: 1em;
}

@media only screen and (max-width: 480px) {
  .related_link dd ul li {
    display: block;
    line-height: 2em;
  }
}

@media only screen and (max-width: 480px) {
  .related_link dd ul li a {
    display: block;
  }
}
.circle_palegr,.basic_text,.circle_blue,.circle_red{
	font-size: 13px;
	font-size: 1.3rem;
	padding-left:1em;
text-indent:-1em;
}
.circle_palegr::before{
height: 20px;
padding-right: 5px;
content: url("../images/main/note_list_green.gif");
}
.circle_blue::before{
height: 20px;
padding-right: 5px;
content: url("../images/main/circle_blue.gif");
}
.circle_red::before{
height: 20px;
padding-right: 5px;
content: url("../images/main/circle_red.gif");
}

/* .tab_contact
------------------------------------------------*/
.tab_contact {
  margin-bottom: 0;
  height: 35px;
  border-bottom: 1px solid #ccc;
}

/*.tab_memo {
  margin-top: 10px;
  font-size: 13.5px;
  font-size: 1.35rem;
}*/
/* .gmap
------------------------------------------------*/
.gmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.gmap iframe,
.gmap object,
.gmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* #footer
------------------------------------------------*/
.pagetop {
 padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}

.pagetop a:before {
  content: url("../images/main/arrow_pagetop.gif");
  margin-right: 5px;
}

#footer {
  background: #e7f7ea;
  color: #666;
  font-size: 13.5px;
  font-size: 1.35rem;
}

#footer p {
  margin: 30px 0 5px;
  line-height: 1.2em;
  font-size: 14.85px;
  font-size: 1.485rem;
}

#footer p.copy {
  font-size: 12.8px;
  font-size: 1.28rem;
}

#footer_navi {
  margin: 0 0 15px;
  padding: 11px 0 9px 20px;
  background: #14912d;
  font-size: 0;
}

@media only screen and (max-width: 780px) {
  #footer_navi {
    margin: 0;
    padding: 0;
  }
}

#footer_navi li {
  display: inline-block;
  margin-right: 1.5rem;
}

@media only screen and (max-width: 780px) {
  #footer_navi li {
    margin: 0;
    padding: 0;
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  #footer_navi li {
    display: block;
  }
}

#footer_navi li a {
  font-size: 12.8px;
  font-size: 1.28rem;
  color: #fff;
}

@media only screen and (max-width: 780px) {
  #footer_navi li a {
    display: block;
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 780px) {
  #footer_navi li a:hover {
    background-color: #2EB748;
  }
}

@media only screen and (max-width: 780px) {
  #footer_navi li:not(:last-child) {
    border-bottom: 1px solid #e7f7ea;
  }
}

#footer_navi li.footer-memorial {
  display: none;
}

@media only screen and (max-width: 780px) {
  #footer_navi li.footer-memorial {
    display: inherit;
  }
}

#footer_subnavi {
  padding-left: 20px;
  font-size: 0;
}

@media only screen and (max-width: 780px) {
  #footer_subnavi {
    margin: 0;
    padding: 0;
  }
}

#footer_subnavi li {
  display: inline-block;
  padding-right: 1rem;
}

@media only screen and (max-width: 780px) {
  #footer_subnavi li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #999;
    display: block;
  }
}

#footer_subnavi li:not(:first-child) {
  margin-left: 1rem;
}

@media only screen and (max-width: 780px) {
  #footer_subnavi li:not(:first-child) {
    margin-left: 0;
  }
}

#footer_subnavi li:not(:last-child) {
  border-right: 1px solid #999;
}

@media only screen and (max-width: 780px) {
  #footer_subnavi li:not(:last-child) {
    border-right: none;
  }
}

#footer_subnavi li a {
  font-size: 12.8px;
  font-size: 1.28rem;
  color: #184f2d;
}
#footer_subnavi li.subnaviactive a{
text-decoration: underline;
}

@media only screen and (max-width: 780px) {
  #footer_subnavi li a {
    display: block;
    padding: 10px 20px;
  }
}

#footer_outline {
  padding-left: 20px;
}