@charset "utf-8";
header {
	width: 100%;
	border-top: 7px solid #009245;
	background-color: white;
	position: fixed;
	z-index: 999;
	border-bottom: 1px solid #CBD0CD;
	padding-bottom: 0px;
}
.header-t {
  display: none;
}
.header-inner {
  width: 100%;
  max-width: 1020px;
  max-height: 100%;
  padding-right: 3px;
  padding-left: 3px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
	margin-bottom: 0px;
}
.header-inner a {
  text-decoration: none;
  color: black;
}
.header-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-logo span {
  margin-right: 5px;
}
.header-company {
  font-size: 1.8em;
  font-weight: bold;
}
.header-company span {
  font-size: 0.35em;
  margin-bottom: 3px;
  display: block;
  letter-spacing: 0;
}
.header-logo img {
	width: 35px;
	height: auto;
}
.header-right {
  display: none;
}
.menu-bg {
  display: none;
}
.hamburgerMenu {
	position: fixed;
	top: 12px;
	right: 14px;
	z-index: 9999;
}
.hamburgerMenu .menu{
	width: 98%;
	margin: 0 5px 2px 10px;
	font-size: 13px;
	font-weight: bold;
	color: green;
	text-align: center;
/*	margin: 0 auto 1px;
	padding: 0 5px;*/
}
.wrapper {
	width: 100%;
	max-width: 1000px;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #A2A2A2;
	border-right: 1px solid #A2A2A2;
	padding-top: 75px;
	background-color: white;
}
footer {
  width: 100%;
  background-color: #cde18f;
}
.footer_inner {
  width: 100%;
  max-width: 1020px;
  max-height: 100%;
  padding-top: 10px;
  padding-bottom: 3px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-logo {
  display: flex;
  align-items: center;
  font-size: 1.3em;
  font-weight: bold;
}
.footer-logo span {
  margin-right: 8px;
}
.footer-right {
  display: none;
}
.tel-s {
  border: 2px solid #009245;
  background-color: #fffeee;
  text-align: center;
  padding-top: 8px;
  margin-top: 3px;
  padding-bottom: 3px;
  font-weight: bold;
  font-size: 0.9em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
}
.tel-s a {
  text-decoration: none;
}
.tel-s-items {
	display: flex;
	justify-content: center;
	color: #009245;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	width: 48%;
}
.tel-s-items span {
  margin-right: 3px;
}
.container {
  padding-top: 0.7em;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.menu-bg2 {
  background-color: #60AD6F;
  height: 100%;
  display: flex;
  align-items: center;
}
.contactbox {
  text-align: center;
  margin-top: 1em;
  display: none;
}
.contactbox img {
  width: 100%;
  height: auto;
}
.contactbox2 {
  text-align: center;
  margin-top: 1em;
  display: block;
}
.contactbox2 img {
  width: 100%;
  height: auto;
}
.page-title {
  width: 100%;
  height: 60px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../img/page_title_bg.png);
  background-size: 100% auto;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.page-title h1 {
  color: #4D2205;
  border-left: 5px solid #8C6239;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  margin-left: 10px;
  padding-left: 10px;
  font-weight: bold;
  height: 100%;
  display: flex;
  align-items: center;
}
.container-com {
  margin-top: 1em;
  padding-bottom: 1.5em;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 9999;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  transition: .8s;
}
#myBtn:hover {}
#topbt {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 9999;
  cursor: pointer;
}
#myBtn img {
  height: auto;
}
.cm{
	display: block;
	font-weight: bold;
	font-size: 0.35em;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: 0.1em;
}
.color{
	width: 100%;
	margin: 0 auto;
}
.color iframe{
	width: 100%;
	height: 1500px;
}
.hoken-container {
	width: 96%;
	margin: 0 auto;
	padding:0.7em 0 0 0;
}
.hoken-container h1{
	font-size: 2em;
	text-align: center;
	font-weight: bold;
	margin: 1.5em auto;
}
.hoken-container .hokenIcon{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.hoken-container .hokenIcon li{
	width: 42%;
	height: auto;
	margin-bottom: 10px;
}
.hoken-container .hokenIcon img{
	width: 100%;
	height: auto;
}
.hokenTxt1{
	font-size: 1.4em;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin: 1.5em auto;
}
.hokenTxt1 .txt1{
	color:#39b54a;
	font-weight: bold;
	font-size: 1.1em;
}
.hokenTxt1 .txt2{
	color:#30a6ef;
	font-weight: bold;
	font-size: 1.1em;
}
.hokenTxt1 .txt3{
	color:#f15a24;
	font-weight: bold;
	font-size: 1.1em;
	margin-right: 0.2em;
}
.hokenTxt1 .txt4{
	color:red;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 0.2em;
}
.hokenTxt2{
	padding-bottom: 30px;
}
.hokenTxt2 p{
	font-size: 1.1em;
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin: 1.5em 0 1em 35px;
}
.hokenTxt2 p span{
	color:red;
	font-size: 1.5em;
	font-weight: bold;
	margin-left: -35px;
}
.br-sp {
		display: none;
	}
.hoken-container .hokenImg{
	width: 98%;
	margin: 0 auto ;
	padding-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hoken-container .hokenImg li{
	width: 49.5%;
	height: auto;
}
.hoken-container .hokenImg img{
	width: 100%;
	height: auto;
}

.mitsumori{
	width: 90%;
	margin: 0 auto;
}
.mitsumoriTxt{
	display: table;
	margin: 0 auto;
	padding: 50px 0 0;
	font-size: 1em;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.mitsumori iframe{
	width: 100%;
	height: 440px;
	margin: 30px auto 0;
	overflow-y: hidden;
}
.banner {
  display: none;
}
.banner img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.tosoGrade-coment{
	font-size: .8em;
	line-height: 1.3;
	margin: -20px .5em .25em;
	padding:0 .25em 0 1em;
	text-indent: -1em;
	display: block;
}
.toso-coment{
	font-size: .8em;
	line-height: 1.3;
	font-weight: bold;
	margin: -20px .5em .25em;
	padding:0 .25em 0 1em;
	text-indent: -1em;
	display: block;
}
.banner-s {
  display: block;
}
.banner-s img {
  width: 100%;
  height: auto;
  margin-bottom: .5em;
}
.tosoGrade-coment-s{
	font-size: .7em;
	line-height: 1.3;
	margin: -7px .5em .25em;
	padding:0 .25em 0 1em;
	text-indent: -1em;
	display: block;
}
.toso-coment-s{
	font-size: .7em;
	line-height: 1.3;
	font-weight: bold;
	margin: -7px .5em .25em;
	padding:0 .25em 0 1em;
	text-indent: -1em;
	display: block;
}
@media screen and (min-width:768px) {
  .wrapper {
	padding-top: 80px;
  }
  .header-logo span {
    margin-right: 10px;
  }
  .header-company {
    font-size: 1.8em;
    letter-spacing: 0.1em;
  }
  .header-company span {
    font-size: 0.5em;
    margin-bottom: 8px;
  }
  .header-logo img {
	width: 60px;
	height: auto;
  }
.hamburgerMenu {
	position: fixed;
	top: 12px;
	right: 16px;
	z-index: 9999;
}
.hamburgerMenu .menu{
	width: 98%;
	margin: 0 auto 1px;
	padding: 0 5px;
	font-size: 14px;
	font-weight: bold;
	color: green;
	text-align: center;
}
  .footer_inner {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 1em;
    padding-bottom: 1em;
    justify-content: flex-start;
  }
  .footer-logo {
    font-size: 1.4em;
  }
  .footer-right {
    display: flex;
    margin-left: 20px;
  }
  .footer-right li {
    display: flex;
    align-items: center;
    color: #009245;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20pt;
    margin-left: 10px;
  }
  .footer-right li span {
    margin-right: 5px;
  }
  .tel-s {
    margin-top: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 1.1em;
  }
  .tel-s-items {
    font-size: 1.6em;
    font-weight: bold;
    text-align: left;
    margin-top: 0px;
    width: auto;
    align-items: center;
    margin-left: 10px;
    margin-right: 5px;
  }
  .contactbox {
    text-align: center;
    margin-top: 1em;
    display: block;
  }
  .contactbox img {
    width: 100%;
    height: auto;
  }
  .contactbox2 {
    display: none;
  }
  .page-title h1 {
    font-size: 1.5em;
  }
  .container-com {
    margin-top: 1.5em;
    padding-bottom: 2em;
	 
  }

.color iframe{
	width: 100%;
	height: 1700px;
}
.hoken-container .hokenIcon{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.hoken-container .hokenIcon li{
	width: 24%;
	height: auto;
	margin-bottom: 10px;
}	
.hokenTxt1{
	font-size: 1.4em;
	text-align: center;
	line-height: 2;
	letter-spacing: 0.05em;
	margin: 1.5em 2em;
}
.br-sp {
	display: inline;
}
.hokenTxt2{
	width: 80%;
	padding-bottom: 30px;
	margin: 0 auto;
}
.hokenTxt2 p{
	font-size: 1.1em;
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin: 1.5em 0 1em 35px;
}
.hoken-container .hokenImg li{
	width: 25%;
	height: auto;
}
  .banner {
    display: block;
  }
  .banner-s {
    display: none;
  }
}
@media screen and (min-width:1000px) {
  header {
    position: static;
  }
  .header-inner {
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
  }
  .header-t {
    width: 100%;
    color: #666666;
    font-size: 0.8em;
    line-height: 1.2em;
    text-align: left;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    display: block;
  }
  .header-company {
    font-size: 2.7em;
  }
  .header-company span {
    font-size: 0.4em;
  }
  .header-right {
    display: block;
  }
  .header-right-tel {
    display: flex;
    margin-bottom: 0.5em;
  }
  .header-right-tel li {
    display: flex;
    align-items: center;
    color: #009245;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20pt;
    margin-left: 15px;
  }
  .header-right-tel li span {
    margin-right: 5px;
  }
  .header-right-company2 {
    font-weight: bold;
    font-size: 1.4em;
    text-align: right;
    margin-bottom: 0.5em;
  }
  .header-right-ad {
    text-align: right;
    text-decoration: none;
  }
.hamburgerMenu {
	display: none;
	}
  .wrapper {
    padding-top: 0px;
  }
  .container {
    padding-top: 1.5em;
  }
  .tel-s {
    display: none;
  }
  .menu-bg {
    width: 100%;
    background-color: #006837;
    border-bottom: 7px solid #014c26;
    border-top: 7px solid #006837;
    display: flex;
    justify-content: center;
  }
  nav {
    width: 100%;
    max-width: 1050px;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  nav li {
    color: white;
    font-weight: bold;
	  font-size: 0.9em;
	  line-height: 1.2;
	  text-align: center;
  }
  nav a {
    text-decoration: none;
  }

  .footer-logo {
    font-size: 1.6em;
  }
  .footer-right li {
    font-size: 22pt;
    margin-left: 15px;
  }
  .page-title {
    height: 80px;
    padding: 15px 0;
  }
  .page-title h1 {
    font-size: 1.4em;
    margin-left: 10px;
    padding-left: 10px;
  }
  .menu_now {
    border-bottom: 2px solid white;
    padding-bottom: 5px;
    padding-top: 7px;
  }
	.cm{
	display:none;
}
.color iframe{
	width: 100%;
	height: 900px;
}
.hoken-container .hokenIcon{
	width: 85%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hokenTxt1{
	font-size: 1.6em;
	text-align: center;
	line-height: 2;
	letter-spacing: 0.1em;
	margin: 1.5em auto;
}
.hokenTxt2{
	width: 77%;
	padding-bottom: 30px;
	margin: 0 auto;
}
.hokenTxt2 p{
	font-size: 1.2em;
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin: 1.5em 0 1em 35px;
}
.mitsumori{
	width: 80%;
	margin: 0 auto;
}
.mitsumoriTxt{
	display: table;
	margin: 0 auto;
	padding: 50px 0 0;
	font-size: 1.1em;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.mitsumori iframe{
	width: 100%;
	height: 400px;
	margin: 30px auto 0;
	overflow-y: hidden;
}
}
