@charset "UTF-8";
/*
Theme Name: Egao Farm
Theme URI: http://
Description: 社団法人えがおファームオリジナルテーマ
Author: 
Author URI:
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* Variables */
/* Typegraphy */
/* Details */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* Reset */

h1,h2{
	margin: 0;
}

/* general */
body {
  margin: 0;
  font-family: "Rounded Mplus 1c", '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

li {
  list-style-type: none; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle; }

.container-fluid {
  padding-top: 60px; }

.clearfix {
  display: block; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0; }

.common-bar-inner {
  margin: 10px;
  padding: 0px; }

.title-logo {
  display: block;
  width: 220px;
  height: auto; }

#header-fixed {
  top: 0px;
  left: 10px;
  width: 100%;
  position: fixed;
  z-index: 999;
  margin: 0 auto;
  background: #fff;
  height: 60px; }

#header-fixed-taiken-back {
  height: 70px; }

#global-nav {
  position: absolute;
  /* 開いてないときは画面外に配置 */
  top: 0px;
  right: 35px;
  width: 1008px;
  /*width: 760px;*/
  padding: 0;
}
#global-nav ul {
  list-style: none;
  width: 100%;
  position: static;
  right: 0px;
  top: 0;
  padding: 0;
  font-size: 18px;
}
#global-nav ul li {
  float: left;
  text-align: center;
  width: 126px;
  /*height: 60px;*/
}

#global-nav ul li a {
  display: block;
  padding: 12px 0px 12px 0px;
  color: #ffffff;
}

#global-nav ul li a:hover{
	color: #009844;
	background-color: #ffffff;
	text-decoration: none;
}

#global-nav ul li.soon {
  display: block;
  padding: 5px 22px 5px; }

#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
  width: 30%;
  display: block;
  color: #fff;
  padding: 10px 0;
  text-align: left; }

#nav-toggle {
  display: none;
}

.header {
  padding: 10px 0;
  background-color: #009844;
  color: #fff; }

.top-title {
    position: relative;
    padding: 20px 0;
    background-image: url("./img/top/bg1.png");
    height: 462px;
}

.top-banner-wrap{
	position: absolute;
	bottom: 0px;
	right: 0px;
}


.top-banner1 {
  /*position: absolute;
  bottom: 300px;
  right: 0px;*/
  box-sizing: border-box;
  background: #ffffff;
  color: #ffffff;
  width: 280px;
  height: 150px;
  z-index: 888 !important; }

.top-banner1 a,.top-banner2 a{
	color: #ffffff;
	background-color:#009844;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	padding-top: 39px;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 600;
    text-decoration: none;
}
.top-banner1 a:hover,.top-banner2 a:hover{
	text-decoration: none;
	background-color: #009844;
	opacity: 0.65;
}

.top-banner2 {
  /*position: absolute;
  bottom: 150px;
  right: 0px;*/
  box-sizing: border-box;
  background: #ffffff;
  width: 280px;
  height: 150px;
  z-index: 888 !important; }

.top-banner3 {
  /*position: absolute;
  bottom: 0px;
  right: 0px;*/
  box-sizing: border-box;
  background: #ffffff;
  width: 280px;
  height: 150px;
  z-index: 888 !important; }

.top-midashi {
  padding: 20px 0;
  background-color: #ffffcc; }

a:hover img.overwhite{
  cursor: pointer;
  filter: alpha(opacity=60);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=60)";
  /* ie 8 */
  -moz-opacity: 0.6;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6;
  /* Safari 1.x */
  opacity: 0.6;
  zoom: 1;
}


.row a:hover img {
  cursor: pointer;
  filter: alpha(opacity=70);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
  -moz-opacity: 0.7;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;
  /* Safari 1.x */
  opacity: 0.7;
  zoom: 1;
}


/* 20180831 tuiki  */
.top-midashi h2{
	margin-bottom: 40px;
}

.top-midashi p{
	margin-top: 25px;
	margin-bottom: 25px;
	line-height: 1.65em;
}
.top-midashi p:first-child{
	margin-top: 40px;
}
.top-midashi p:last-child{
	margin-bottom: 40px;
}


/* 20180718 tuiki  */

div.row.top-taiken div.col-lg-12.text-center h2 {
  font-weight: bolder;
  font-size: 30px;
	color: #009844;/*文字色*/
	padding: 0.5em 0;/*上下の余白*/
	border-top: solid 3px #009844;/*上線*/
	border-bottom: solid 3px #009844;/*下線*/
	margin: 0.5em 0;

}
div.row.top-taiken div.col-lg-12.text-center h2 strong{
  font-size: 34px;
}

div.row.top-taiken div.col-lg-12.text-center h3 {
  font-weight: bolder;
  font-size: 24px;
	color: #000000;/*文字色*/
	padding: 0.5em 0;/*上下の余白*/
	border-bottom: double 5px #000000;
	margin: 0.5em 0;
}

.top-button {
  padding: 0px 0 40px 0;
  background-color: #ffffcc; }




.top-taiken {
  padding: 40px 0;
  background-color: #ffffcc; }

.top-takuhai {
  padding: 40px 0;
  background-color: #ffffcc; }

.top-inquiry {
  padding: 40px 0;
  background-color: #ffffcc; }

.top-slide {
  height: 215px;
  background-color: #ffffcc; }

.egao-slide-img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%; }

.top-img-yaji {
  width: auto;
  height: auto;
  max-width: 55px;
  max-height: 45px;
  cursor: pointer; }

.top-img-yasai {
  width: auto;
  height: auto; }

.top-snsmenu {
  padding-top: 20px; }

.taiken-title {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  margin: 0px; }

.taiken-content {
  height: auto;
  padding: 10px;
  background-color: #ccffcc; }

.taiken-inner {
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 5px;
  background-color: #ffffff; }

.taiken-wrapper {
  margin-top: -5px; }

.taiken-nav {
  height: auto;
  max-height: 500%;
  background-color: #ffffff; }

.taiken-nav > ul {
  list-style: none;
  padding: 10px;
  font-size: 14px; }

.taiken-sidebar > ul {
  padding-left: 5px; }

.taiken-side-fb {
  margin-bottom: 10px; }

.post {
  background-color: #ccffcc; }

.widgettitle {
  background-color: #ccffcc; }

.takuhai-title {
  padding: 20px 0;
  background-image: url("./img/takuhai/bg3.jpg"); }

.takuhai-midashi {
  padding: 20px 0;
  background-color: #ffcccc; }

.takuhai-bar {
  color: #fff;
  background-color: #ff0000; }

.takuhai-info1 {
  padding: 20px 0;
  background-color: #ffcccc; }

.takuhai-info2 {
  padding: 20px 0;
  background-color: #ffffcc; }

.takuhai-yasai img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%; }

.takuhai-deliver {
  margin: 10px 0;
  background-color: #ffffcc; }

.takuhai-inquiry-back {
  background-color: #ffffcc; }

.takuhai-netshop img {
  width: auto;
  height: auto;
  max-width: 400px;
  max-height: 400px; }

.takuhai-space {
  height: 20px; }

.shochu-title {
  padding: 20px 0;
  background-image: url("./img/shochu/bg4.jpg"); }

.shochu-midashi {
  padding: 20px 0;
  background-color: #ffffcc; }

.shochu-info1 {
  padding: 20px 0;
  background-color: #ffffcc; }

.shochu-info2 {
  padding: 20px 0;
  background-color: #ffffff; }

.shochu-apply {
  padding-top: 15px;
  padding-bottom: 40px;
  background-color: #ffffcc; }

.shochu img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%; }

.shochu-bar {
  color: #fff;
  background-color: #009844; }

.footer {
  padding: 20px 0;
  width: 100%;
  margin: 0 auto;
  /*background-color: #ff0000;
  color: #ffffff;*/
  z-index: 999; }

.footer-inner {
  margin: 0px;
  padding: 0px; }

.well {
  margin: 2% 10%;
  background-color: #ffffff;
  border: 0px solid #ffffff; }

/* Map contact Settings Start */
.map {
  position: relative;
  width: 1000px;
  height: 610px;
  margin: 0 auto 15px; }

#map-egao {
  width: 1000px;
  height: 610px; }

#map-egao2 {
  width: 1000px;
  height: 610px; }

#map-text {
  font-size: 16px; }

#map-text-mini {
  font-size: 14px; }

.map .map-contact:before {
  display: block;
  content: '';
  position: absolute;
  top: -15px;
  right: -20px;
  /*background: url(./img/top/toshinkara.png) no-repeat;*/
  width: 87px;
  height: 87px; }

.map .map-contact {
  position: absolute;
  top: 20px;
  right: 50px;
  box-sizing: border-box;
  background: #ffffff;
  width: 270px;
  height: 570px;
  padding: 22px 0 0;
  z-index: 100 !important; }

.map .map-contact:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 6px;
  left: 6px;
  background: #ff0000;
  width: 258px;
  height: 4px; }

.map .map-contact figure {
  width: 210px;
  margin: 0 auto 25px; }

.map-red-circle {
  color: #ff0000; }

/* Map contact Settings End */
/**
 * 8.0 - Alignments
 */
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0; }

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0; }

blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em; }

blockquote.aligncenter {
  margin-bottom: 1.473684211em; }

.map-contact-mini {
  display: none; }

/**
 * 12.1 - Captions
 */
.wp-caption {
  margin-bottom: 1.75em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0; }

.wp-caption .wp-caption-text {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em; }

/* Small devices */
@media (max-width: 425px) {
  body {
    font-size: 14px; }
  #global-nav {
    width: 70%; }
  .top-logo {
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80%; }
  .top-welcome {
    /* banner1-3 220px*/
    /* banner2-3 140px*/
    /* banner3   70px*/
    padding-bottom: 140px; }
  .top-title{
		height: 880px;
	}
  .top-banner1 {
    /*position: absolute;
    bottom: 300px;
    right: 0px;*/
    box-sizing: border-box;
    background: #ffffff;
    /* width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;*/
    z-index: 888 !important; }
  .top-banner2 {
    /*position: absolute;
    bottom: 150px;
    right: 0px;*/
    box-sizing: border-box;
    background: #ffffff;
    /* width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;*/
    z-index: 888 !important; }
  .top-banner3 {
    /*position: absolute;
    bottom: 0px;
    right: 0px;*/
    box-sizing: border-box;
    background: #ffffff;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    z-index: 888 !important; }
  .well {
    margin: 2% 3%;
    padding: 24px 5px; }
  .map {
    width: 300px;
    height: 400px;
    margin-bottom: 45px; }
  .map-contact {
    display: none; }
  .map-contact-mini:before {
    display: block;
    content: '';
    position: absolute;
    top: 470px;
    right: 10px;
    /*background: url(./img/top/toshinkara.png) no-repeat;*/
    width: 87px;
    height: 87px; }
  .map-contact-mini {
    display: block;
    margin: 0 10px;
    padding: 15px 15px;
    background-color: #ffffff; }
  .map-contact-mini:after {
    display: block;
    content: '';
    background: #ff0000;
    height: 4px; }
  #map-egao {
    width: 300px;
    height: 400px; }
  #map-egao2 {
    width: 300px;
    height: 400px; }

  .takuhai-info2 div:nth-child(3) {
    margin-top: 50px; } }

/* Medium devices */
@media (min-width: 426px) and (max-width: 767px) {
  body {
    font-size: 14px; }
  #global-nav {
    width: 50%; }
  .top-logo {
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80%; }

  .top-welcome {
    /* banner1-3 220px*/
    /* banner2-3 140px*/
    /* banner3   70px*/
    padding-bottom: 70px; }
  .top-banner1 {
    /*position: absolute;
    bottom: 300px;
    right: 0px;*/
    box-sizing: border-box;
    background: #ffffff;
    /* width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%; */
    z-index: 888 !important; }
  .top-banner2 {
    /*position: absolute;
    bottom: 150px;
    right: 0px;*/
    box-sizing: border-box;
    background: #ffffff;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    z-index: 888 !important; }
  .top-banner3 {
    /*position: absolute;
    bottom: 0px;
    right: 0px;*/
    box-sizing: border-box;
    background: #ffffff;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    z-index: 888 !important; }
  .top-img-yasai {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%; }
  /* Map contact Settings Start */
  .map {
    width: 500px;
    height: 400px;
    margin-bottom: 45px; }
  .map-contact {
    display: none; }
  .map-contact-mini:before {
    display: block;
    content: '';
    position: absolute;
    top: 470px;
    right: 20px;
    /*background: url(./img/top/toshinkara.png) no-repeat;*/
    width: 87px;
    height: 87px; }
  .map-contact-mini {
    display: block;
    margin: 0 10px;
    padding: 15px 15px;
    background-color: #ffffff; }
  .map-contact-mini:after {
    display: block;
    content: '';
    background: #ff0000;
    height: 4px; }
  #map-egao {
    width: 500px;
    height: 400px; }
  #map-egao2 {
    width: 500px;
    height: 400px; }
  /* Map contact Settings End */
  .takuhai-info2 div:nth-child(3) {
    margin-top: 50px; }
  .takuhai-netshop {
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%; }
}



/* smart devices */
@media (min-width: 0px) and (max-width: 1199px) {
	#global-nav ul {
	  list-style: none;
	  width: 100%;
	  position: static;
	  right: 0;
	  bottom: 0;
	  padding: 0;
	  font-size: 18px;
	  background: #d3d3d3 url(none); }
	
	#global-nav ul li {
	  float: none;
	  position: static;
	  text-align: left;
	  width: 100%;
	}
	
	#global-nav ul li a {
	  display: block;
	  padding: 12px 22px 12px 22px;
	  color: #337ab7;
	}
	
	#global-nav ul li.soon {
	  display: block;
	  padding: 15px 22px 15px; }
	#global-nav ul li:nth-child(1) a{
	  padding: 20px 22px 12px 22px; }
	#global-nav ul li:nth-child(5) a{
	  padding: 12px 22px 20px 22px; }

	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
	  width: 30%;
	  display: block;
	  color: #fff;
	  padding: 10px 0;
	  text-align: left; }
	
	#global-nav {
	  position: absolute;
	  /* 開いてないときは画面外に配置 */
	  top: -500px;
	  right: 10px;
	  width: 63%;
	  padding: 14px 0;
	  -webkit-transition: .5s ease-in-out;
	  -moz-transition: .5s ease-in-out;
	  transition: .5s ease-in-out; }
	
	#nav-toggle {
	  position: absolute;
	  right: 36px;
	  top: 14px;
	  width: 34px;
	  height: 36px;
	  cursor: pointer;
	  z-index: 101;
	  display: block; }
	
	#nav-toggle div {
	  position: relative; }
	
	#nav-toggle span {
	  display: block;
	  position: absolute;
	  height: 4px;
	  width: 100%;
	  background: #fff;
	  left: 0;
	  -webkit-transition: .35s ease-in-out;
	  -moz-transition: .35s ease-in-out;
	  transition: .35s ease-in-out; }
	
	#nav-toggle span:nth-child(1) {
	  top: 0; }
	
	#nav-toggle span:nth-child(2) {
	  top: 11px; }
	
	#nav-toggle span:nth-child(3) {
	  top: 22px; }
	
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
	  top: 11px;
	  -webkit-transform: rotate(315deg);
	  -moz-transform: rotate(315deg);
	  transform: rotate(315deg); }
	
	.open #nav-toggle span:nth-child(2) {
	  width: 0;
	  left: 50%; }
	
	.open #nav-toggle span:nth-child(3) {
	  top: 11px;
	  -webkit-transform: rotate(-315deg);
	  -moz-transform: rotate(-315deg);
	  transform: rotate(-315deg); }
	
	/* #global-nav スライドアニメーション */
	.open #global-nav {
	  /* #global-nav top + #mobile-head height */
	  -moz-transform: translateY(546px);
	  -webkit-transform: translateY(546px);
	  transform: translateY(546px); }
}

/* Large devices */
@media (min-width: 768px) and (max-width: 1199px) {
  body {
    font-size: 18px; }
  #global-nav {
    width: 35%; }
  .top-banner1 {
    position: absolute;
    bottom: 230px;
    right: 0px;
    box-sizing: border-box;
    background: #ffffff;
    z-index: 888 !important;
    width: 215px;
    height: 115px; }
  .top-banner1 a,.top-banner2 a{
	padding-top: 32px;
    font-size: 25px;
  }
  .top-banner2 {
    position: absolute;
    bottom: 115px;
    right: 0px;
    box-sizing: border-box;
    background: #ffffff;
    z-index: 888 !important;
    width: 215px;
    height: 115px; }
  .top-banner3 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    box-sizing: border-box;
    background: #ffffff;
    z-index: 888 !important;
    width: 215px;
    height: 115px; }
  /* Map contact Settings Start */
  .map {
    width: 500px;
    height: 400px;
    margin-bottom: 25px; }
  .map-contact {
    display: none; }
  .map-contact-mini:before {
    display: block;
    content: '';
    position: absolute;
    top: 470px;
    right: 90px;
    /*background: url(./img/top/toshinkara.png) no-repeat;*/
    width: 87px;
    height: 87px; }
  .map-contact-mini {
    display: block;
    margin: 0 100px;
    padding: 15px 15px;
    background-color: #ffffff; }
  .map-contact-mini:after {
    display: block;
    content: '';
    background: #ff0000;
    height: 4px; }
  #map-egao {
    width: 500px;
    height: 400px; }
  #map-egao2 {
    width: 500px;
    height: 400px; }

  /* Map contact Settings End */ }

/* Extra large devices */
@media (min-width: 1200px) {
  body {
    font-size: 18px; }

}


/* contactform7 textbox */
.form-width { max-width: 100%;}


div article p a img:hover{
	opacity: 0.65 ;
}

.goannai{
	width: 340px;
	/*height: 74px;*/
	margin: 0 auto 50px auto;
}

.goannai a{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin-top: 10px;
	width: 100%;
	height: 68px;
	color: #009844;
	/*font-size: 24px;*/
	font-size: 40px;
	display: inline-block;
	padding: 4px 0 3px 0;
	text-decoration: none;
	border-radius: 19px;
	background-color: #ffffff;
	border: #009844 solid 6px;
	line-height: 1.2em;
	font-weight: 700;

}

.goannai a:hover{
	background-color: rgba(0, 153, 70, 0.64);
	color: #ffffff
}


/* blog banner */
.footerbanner{
	width: 810px;
	/*height: 74px;*/
	margin: 0 auto 50px auto;
}

.footerbanner ul {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
.footerbanner li{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: 10px;
	/*width: 251px;
	height: 74px;*/
	width: 185px;
	height: 63px;
	float: left;
}



.footerbanner li:first-child/*,.footerbanner li:nth-child(4)*/{
	margin-left: 0;
}

.footerbanner li a{
	color: #009844;
	/*font-size: 24px;*/
	font-size: 19px;
	display: inline-block;
	padding: 6px 0 3px 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	border-radius: 16px;
	background-color: #ffffff;
	border: #009844 solid 4px;
	line-height: 1.2em;
	font-weight: 700;
}

.footerbanner li a:hover{
	background-color: rgba(0, 153, 70, 0.64);
	color: #ffffff
}

.clear {
    clear:both;
}

span#more-11{
	display: block;
	background: url(./img/top/yaji.jpg) no-repeat;
	width: 62px;
	height: 50px;
	margin: auto;
	cursor: pointer;
}

/* ブログ下バナー */
@media (min-width: 0px) and (max-width: 767px) {
	.footerbanner {
	    width: 100%;
	    height: auto
	}
	.footerbanner ul{
		width: 251px;
		margin: 0 auto;
	}
	.footerbanner ul li{
		float: none;
		margin: 5px auto;
		width: 251px;
	}
	.top-title{
		height: 930px;
	}

	.top-banner-wrap{
		width: 100%;
	}
	.top-banner-wrap div{
		margin: 0 auto 10px auto;
		
	}
	/*.top-banner1 a{
		padding-top: 18px;
	}*/
	
}
@media (min-width: 0px) and (max-width: 321px) {
  .top-title{
		height: 830px;
	}
}
@media (min-width: 322px) and (max-width: 376px) {
  .top-title{
		height: 880px;
	}
}
@media (min-width: 377px) and (max-width: 415px) {
  .top-title{
		height: 920px;
	}
}


.top-banner1 a,.top-banner2 a,.top-banner3 img{
	border-radius: 3px;
}


div.col-lg-8.col-md8.text-left.page p{
	margin: 10px 0 20px;
}
div.col-lg-8.col-md8.text-left.page h2{
	margin: 10px 0 30px;
}
div.col-lg-8.col-md8.text-left.page h3{
	margin: 10px 0 20px;
}


.taiken-wrapper div article ul li{
	list-style-type: disc;
}

.row td{
	border: #000000 solid 1px;
}

div.taiken-wrapper div article.taiken-inner h1{
	font-size: 24px;
	margin: 0.5em 0;
}

div.taiken-wrapper div article.taiken-inner h2{
	color: #009844;/*文字色*/
	padding: 0.5em 0;/*上下の余白*/
	border-top: solid 3px #009844;/*上線*/
	border-bottom: solid 3px #009844;/*下線*/
	margin: 0.5em 0;
}


div.taiken-wrapper div article.taiken-inner h3{
	color: #000000;/*文字色*/
	padding: 0.5em 0;/*上下の余白*/
	border-bottom: double 5px #000000;
	margin: 0.5em 0;
}


div.row.shochu-info1 div.text-left.page h2{
	color: #009844;/*文字色*/
	padding: 0.5em 0;/*上下の余白*/
	border-top: solid 3px #009844;/*上線*/
	border-bottom: solid 3px #009844;/*下線*/
	margin: 0.5em 0;
}


div.row.shochu-info1 div.text-left.page h3{
	color: #000000;/*文字色*/
	padding: 0.5em 0;/*上下の余白*/
	border-bottom: double 5px #000000;
	margin: 0.5em 0;
}

#sec-menu ul,#sec-profile ul{
	padding-inline-start: 0px;
}

iframe {
  width: 80vw;
  min-width: 300px;
}
@media screen and (min-width: 500px) {
  iframe {
    max-width: 600px;
  }
}
