@charset "utf-8";

/*------------------------------------------------------------
    デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    line-height: 0
}
.clearfix {
    display: inline-block
}
* html .clearfix {
    height: 1%
}
.clearfix {
    display: block
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
 
ol, ul { list-style: none;}

blockquote, q { quotes: none;}
 
:focus { outline: 0;}
 
ins { text-decoration: none;}
 
del { text-decoration: line-through;}

a{
	outline: none;
	transition: 0.3s
}

a:link,
a:visited,
a:active {
	color: #1a1a1a;
	text-decoration: none;
}

a:hover{
	color:#c23e34;
	text-decoration:none;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

figure {
	margin: 0;
	padding: 0;
}

.txt-bl {
	color: #006837;
}


*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a.btn-normal {
  height: 58px;
  line-height: 58px;
  max-width: 324px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: 0.01em;
  background-color: #000;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 0 10px;
  font-weight: 500;
}

a.btn-normal:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 18px;
  top: calc(50% - 3px);
}

a.btn-normal--head {
  max-width: 210px;
  height: 50px;
  line-height: 50px;
}

a.btn-normal--green {
  background-color: #005d31;
}

a.btn-normal--green.gr02 {
  background-color: #008245;
}

a.btn-normal + a.btn-normal {
	margin-top: 10px;
}

a.btn-normal--white {
  background-color: #fff;
  color: #000;
}

@media (min-width: 897px) and (orientation: landscape),
 (min-width: 768px) and (orientation: portrait){
	 a:hover{text-decoration:none;color:#aaa;opacity:0.5}
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    a:hover {
        opacity: 1;
        color: inherit
    }
}
@media all and(device-width: 1024px) and(device-height: 768px) and(orientation: landscape) {
    a:hover {
        opacity: 1;
        color: inherit
    }
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

/*------------------------------------------------------------
    汎用スタイル
------------------------------------------------------------*/

.clear { clear: both;}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.fl { float: left;}
.fr { float: right;}
.txt-c { text-align: center;}
.txt-l { text-align: left;}
.txt-r { text-align: right;}
.red { color: #F00;}
.bl { color: #00F;}
.mk-ye { background: linear-gradient(transparent 60%, #ffff66 60%);}
.fs11 {	font-size: 1.1rem;}
.mb20 { margin-bottom: 20px;}
.mb40 { margin-bottom: 40px;}
.cl .fl img { margin-right: 20px;}
.cl .fr img { margin-left: 20px;}
/*------------------------------------------------------------
    レイアウト
------------------------------------------------------------*/

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	-ms-font-feature-settings: "palt";
	-o-font-feature-settings: "palt";
	font-feature-settings: "palt";
	scroll-behavior: smooth;
}

body {
	width: 100%;
	color: #1A1A1A;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: 0;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	height: 100%;
}

.container {
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 15px
}


/*------------------------------------------------------------
    ヘッダー
------------------------------------------------------------*/
body#top .header {
  padding: 20px 80px;
}

.header {
  padding: 20px 80px 0px;
  max-width: 100%;
  font-size: 0;
  background-color: #fff;
  transition: opacity 0.5s;
}

.header .logo {
  display: inline-block;
  width: 314px;
  vertical-align: middle;
}

.header .logo__txt {
  font-size: 12px;
  color: #9F9F9F;
  margin-bottom: 3px;
} 

body#top .header .logo__txt {
  margin-bottom: 11px;
}

.header .logo__img a {
  display: block;
}

.header .logo__img img {
  max-width: 228px;
}

.header .info {
  width: calc(100% - 314px);
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

body#top .header .info {
  vertical-align: top;
}

.header .info .phone {
  width: 233px;
  display: inline-block;
  vertical-align: middle;
}

.header .info a.btn-normal--head1 {
  margin-left: 20px;
}

.header .info a.btn-normal--green {
  margin-left: 20px;
}

.info a:hover { opacity: 0.5;}


/*------------------------------------------------------------
    nav
------------------------------------------------------------*/

.nav {
  font-size: 0;
  text-align: center;
  padding: 36px 15px 18px;
  width: 100%;
  background: #fff;
  z-index: 99;
  transition: transform .5s;
  box-shadow: 0 6px 6px -3px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 6px 6px -3px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 6px 6px -3px rgba(0,0,0,0.15);
}

#top .nav {
  background-color: #006837;
}

body#top .nav {
  padding: 30px 15px 11px;
}



.list-nav {
  max-width: 1100px;
  margin: 0 auto;
}

.nav .item {
  display: inline-block;
  margin-bottom: 15px;
}

.nav .item:first-child {
  padding-right: 36px;
}

.nav .item:nth-last-child(2) {
  padding-left: 36px;
}

.nav .item a {
  font-size: 17px;
  letter-spacing: 0.01em;
  display: block;
  position: relative;
  font-weight: 700;
}

.nav .item a::after {
  background-color: #006837;
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  left: 0;
  width: 0%;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

#top .nav .item a {
  color: #fff;
}

#top .nav .item a:after {
  background-color: #fff;
}

.nav .item:not(:first-child):not(:nth-last-child(2)) {
  padding: 0 46px;
}

@media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
	.nav .item a:hover {
		color: #006837;
		opacity: 1;
	}
	.nav .item a:hover::after {
		width: 100%;
	}
	
}

/*------------------------------------------------------------
    トップイメージ
------------------------------------------------------------*/

.mainVisual {
	height: 685px;
	overflow: hidden;
	background: url(../img/mainimg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.mainVisual h2 {
	width: auto;
	position: absolute;
	top: 430px;
	left: 100px;
	margin: auto;
	z-index: 3;
	padding: 0;
	font-size: 52px;
	font-weight: bold;
	letter-spacing: 0.18em;
	color: #fff;
	line-height: 1.4;
	text-shadow: 0px 0 10px #91807b;	
}

/*------------------------------------------------------------
    IFRAME
------------------------------------------------------------*/

.iframe-wrapper {
	position: relative;
	width: 100%;
	padding: calc(600 / 670 * 100%) 0 0;
}

.iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/*------------------------------------------------------------
    フッター
------------------------------------------------------------*/

.footer {
	position: relative;
}

.p-contact {
	background-image: url(../img/contact-bg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	min-height: 60vh;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	color: #fff;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
}

.p-contact::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.6);
	z-index: 0;
}

.p-contact .h3ttl {
	color: #FFF;
}


.p-contact>* {
  position: relative;
  z-index: 1;
}

.c-container {
  padding-right: 12px;
  padding-right: 1.2rem;
  padding-left: 12px;
  padding-left: 1.2rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
  max-width: 110rem;
  text-align: center;
}

.p-contact .c-leadtxt {
  letter-spacing: 5px;
  letter-spacing: .5rem;
}

.c-row {
  margin-top: 36px;
  margin-top: 3.6rem;
  margin-bottom: 36px;
  margin-bottom: 3.6rem;
}

.c-leadtxt {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin: 48px 0;
  margin: 4.8rem 0;
}

@media print, only screen and (min-width: 980px) {
	.c-row {
		margin-top: 7.2rem;
		margin-bottom: 7.2rem;
	}
	.c-leadtxt {
		font-size: 2.6rem;
	}

}

.footer--bg {
  overflow: hidden;
}

.footer-in {
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
	color: #fff;
	font-size: 0;
}

.foot-l,
.foot-r {
	padding: 61px 0 38px;
	vertical-align: top;
}

.foot-l {
	width: 40%;
	background-color: #005d31;
	position: relative;
}
.foot-l::before {
	position: absolute;
	content: '';
	background-color: #005d31;
	width: 100vw;
	height: 100%;
	right: 0;
	top: 0;
}
.foot-l .inside {
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.foot-l .inside .deep-inside {
	max-width: 407px;
	padding-right: 15px;
}
.foot-l .inside .footer__ttl {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
}

.foot-l .inside .footer__tbl tr th,
.foot-l .inside .footer__tbl tr td {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.01em;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  padding-bottom: 20px;
}

.foot-l .inside .footer__tbl tr th {
  width: 100px;
  font-weight: 500;
}

.foot-l .inside .footer__tbl tr td {
  width: calc(100% - 100px);
}

.foot-l a {
  color: #fff;
}

.foot-l a:hover {
	text-decoration: none;
	color: #aaa;
	opacity: 0.5;
}


.foot-r {
	width: 60%;
	background-color: #006837;
	position: relative;
}

.foot-r::before {
	position: absolute;
	content: '';
	background-color: #006837;
	width: 100vw;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}

.foot-r .inside {
	margin-bottom: 33px;
	position: relative;
	z-index: 1;
}

.foot-r .inside .deep-inside {
	max-width: 630px;
	padding-left: 15px;
	margin: 0 0 0 auto;
}

.foot-r .links {
	font-size: 0;
	margin-bottom: 26px;
}

.foot-r .links .item {
	display: inline-block;
	vertical-align: top;
}

.foot-r .links .item:nth-child(3n+1) {
  width: 30%;
  padding-right: 5px;
}

.foot-r .links .item:nth-child(3n+2) {
  width: 40%;
  padding-right: 5px;
}

.foot-r .links .item:nth-child(3n+3) {
  width: 30%;
}

.foot-r .links a {
  color: #fff;
}

.foot-r .links .item a {
  display: block;
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 32px;
  position: relative;
  padding-left: 19px;
  font-weight: 500;
}

.foot-r .links .item a:before {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
  top: 12px;
}

.foot-r .btns .item {
  display: inline-block;
  width: calc(50% - 17px);
}

.foot-r .btns .item .btn-normal {
  max-width: 100%;
}

.copyright {
  font-size: 11px;
  letter-spacing: 0.01em;
  color: #9F9F9F;
  text-align: right;
  font-weight: 500;
}

.copyright--abs {
  position: absolute;
  right: 92px;
  bottom: 21px;
}

small {
	display: block;
	font-weight: normal;
    font-size: 1.0rem;
    padding: 5px 0 0;
	color: #666;
	text-align: center;
}

.totop,
.fix-totop {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #1A1A1A;
  font-family: "Fjalla One",sans-serif;
  width: 73px;
  height: 73px;
  background-color: #F5F5F5;
  text-align: center;
  padding-top: 35px;
  font-size: 13px;
  cursor: pointer;
}

.totop:before,
.fix-totop:before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: calc(50% - 6px);
}

/*------------------------------------------------------------
    コンテンツ
------------------------------------------------------------*/

.h2ttl {
	text-align: center;
	font-size: 8rem;
	letter-spacing: 2px;
	font-family: "Fjalla One",sans-serif;
	line-height: 1.3;
	color:  #FFFFFF;
}

.h2ttl span {
	font-size: 1.8rem;
	display: block;
	font-weight: normal;
	letter-spacing: 0;
	padding-top: 5px;
}


.h3ttl {
	margin-bottom: 60px;
	text-align: center;
	font-size: 6rem;
	letter-spacing: 2px;
	font-family: "Fjalla One",sans-serif;
	line-height: 1.3;
}

.h3ttl span {
	font-size: 1.8rem;
	display: block;
	font-weight: normal;
	letter-spacing: 0;
	padding-top: 5px;
}

.h4ttl {
	background: #eaf5f9;
	padding: 1rem 1rem 1rem 2.5rem;
	position: relative;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
}

.h4ttl:before {
    position: absolute;
    top: 20%;
    left: 12px;
    width: 6px;
    height: 60%;
    content: '';
    border-radius: 3px;
    background: #27acd9;
}

.h5ttl {
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

.under {
	border-bottom: solid 3px #7db4e6;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}

.text p + p {
	margin-top: 1em;
}

.block {
	margin-bottom: 40px;
}

.block2 {
	display: flex;
}

.block2 .text {
	margin-right: 40px;
	flex: 1;
}

.block2 .img {
	width: 300px;
	flex-shrink: 0;
}

.postsubnav {
	padding: 40px 0;
}

.postsubnav ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
 
.postsubnav ul li {
  width: 250px;
  text-align: center;
  background-color: #333;
  height: 50px;
  line-height: 50px;
  margin-right: 2px;
}
 
.postsubnav ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 20px;
}

.dl01 dt {
	border-bottom: 1px solid #000;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.dl01 dd {
	margin-bottom: 20px;
}

.productsList {
	text-align: left;
	font-size: 0;
	margin-bottom: 36px;
}

.cont {
	margin-bottom:40px;
}


.productsList .item {
	display: inline-block;
	vertical-align: top;
	width: calc(33.28% - 20px);
	margin-right: 30px;
	margin-bottom: 27px;
	position: relative;
	background: #FFF;
	border: 2px solid #006837;
}

.productsList .item:nth-child(3n) {
	margin-right: 0;
}

.productsList .item a {
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.3;
}

.productsList .item a .battery_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	height: 135px;
	padding: 5px 10px 5px;
}

.productsList .item a .battery_box .battery_img {
	display: block;
}

.productsList .item a .battery_box .battery_img img {
	width: 65px;
	margin-right: 15px;
}

.productsList .item a .battery_box .battery_title {
	font-size: 17px;
	font-size: 1.7rem;
	flex: 1;
}

.productsList .item a .battery_box .battery_title .ulti-display__pc {
	font-size: 14px;
	font-size: 1.4rem;
}

.productsList .item a .battery_box .battery_title .ulti-batteryHead__menu_fs {
	font-size: 24px;
	font-size: 2.4rem;
	display: block;
	border-bottom: 1px solid #006837;
	padding-bottom: 3px;
	margin-bottom: 5px;
	color: #006837;
}

.productsList .item a .battery_box .battery_title .ulti-batteryHead__menu_fs span {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0 2px;
}


.top-about .h3ttl,
.top-company .h3ttl {
	margin-bottom: 40px;
}


.background {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}

.visual {
  background: #006837;
  text-align: center;
  padding: 25px 0;
  position: relative;
}

.wrap {
	max-width: 1130px;
	padding: 0 15px;
	width: 100%;
	margin: 0 auto;
}

.about .section01 {
	padding-top: 51px;
	padding-bottom: 95px;
	text-align: center;
}

.ttl01 {
  font-size: 35px;
  line-height: 115px;
  letter-spacing: .02em;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  position: relative;
  margin-left: 5px;
  color: #1A1A1A;
}

.ttl01:before {
  content: "";
  width: 100%;
  height: 6px;
  background: #1A1A1A;
  left: 0;
  bottom: 12px;
  position: absolute;
}

.main {
  padding: 18px 15px 62px;
}

.wcm {
  width: 1130px;
  margin: auto;
}

.main__txt .txt {
  font-size: 28px;
  line-height: 1.7;
  letter-spacing: .04em;
  color: #1A1A1A;
  color: #006837;
  font-weight: 700;
  text-align: center;
}

.main__txt .des {
  font-size: 15px;
  line-height: 27px;
  letter-spacing: .01em;
  color: #505050;
  padding-top: 29px;
}

.txt01 {
  font-size: 20px;
  line-height: 36px;
  letter-spacing: .04em;
  font-weight: 500;
  padding-top: 34px;
}

.container-1200 {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

.ttl02 {
  font-size: 38px;
  line-height: 57px;
  letter-spacing: .04em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 63px;
}

.company_table {
	margin-top: 40px;
}

.ResTableA{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #d8d8d8;
}

.ResTableA th{
	-moz-box-sizing: border-box;     /* box-size[border・padding 込み] */
	box-sizing: border-box;     /* box-size[border・padding 込み] */
	border: 1px solid #d8d8d8;
	padding: 15px 10px 12px;
	width: 30%;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	vertical-align:middle;
	background-color: #f0f0ef;
}

.ResTableA td{
	padding: 15px 10px 12px;
	text-align: left;
	vertical-align: top;
	border-top: dotted 1px #d8d8d8;
}

@media (max-width: 479px){
.ResTableA{
	border-bottom:none;
}
.ResTableA th{
	padding: 5px 10px;
	width:100%;
	display:block;
	margin: 0 auto;
	border:none;
	text-align: left;
}
.ResTableA td{
	padding: 5px 10px;
	width:100%;
	display: list-item;     /* リストに変換 */
	list-style:none;     /* リストに変換によるドットを非表示 */
	border-top: none !important;
	border-bottom:1px solid #d8d8d8;
}
}

.subnav {
	margin-top: 40px;
}
.subnav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.subnav ul li {
	width: 48%;
	margin-bottom: 10px;
	position: relative;
}

.live .subnav ul li {
	width: 33%;
}


.subnav ul li::after {
	content: "\f054";
	font-family: fontawesome;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #FFF;
	transition: all 0.3s ease;
	
}

.subnav ul li:hover::after {
	right: 10px;
}

.subnav ul li a {
	display: block;
	padding: 10px 20px;
	background: #006837;
	color: #FFFFFF;
	border-radius: 10px;
	font-size: 110%;
	font-weight: bold;
}

.LifeContWrap {
	margin-top: 60px;
}

.LifeContBox {
	display: flex;
	text-align: left;
	background: #FFF;
	padding: 40px 40px 60px;
	border-radius: 5px;
	margin-top: 40px;
	background: url(../img/bg_lifebox.png) repeat-x center bottom #fff;
	background-size: 41%;
}

.LifeContTxt {
	flex: 1;
	margin-right: 40px;
}

.LifeContTxt p + p{
	margin-top: 15px;
}

.LifeContImg {
	width: 400px;
	max-width: 100%;
}

.LifeContImg img {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	border-radius:5px;
}

.irai {
  margin-top: 20px;
  /* background: #f1ebcf; */
  padding: 10px;
  /* border-radius: 5px; */
  text-align: center;
  border-top: 2px solid #F00;
  background: rgb(255 255 255 / 80%);
  border-bottom: 2px solid #F00;
}

.iraittl {
	font-size:18px;
	color: #F00;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	text-align: center;
	display: flex;
}
.iraittl::before,
.iraittl::after {
	content: '';
	width: 3px;
	height: 30px;
	background-color: #F00;
}

.iraittl::before {
	margin-right: 20px;
	transform: rotate(-35deg)
}
.iraittl::after {
	margin-left: 20px;
	transform: rotate(35deg)
}

.LifeContTxt .telbox p + p{
	margin-top: 0px;
}

.Lifekomidashi {
	text-indent: 1em;
	font-size: 18px;
	font-weight: bold;
	color: #5daf31;
}


.telbox {
	margin-top: 5px;
}

.telboxtel {
	letter-spacing: 0.05em;
	line-height: 1.2;
}

.telboxtel a {
	color: #5daf31;
	font-size:32px;
	font-weight: bold;
}
.telboxtel span {
	color: #5daf31;
	font-size:18px;
}
.telboxtel02 {
	font-size: 14px;
	color: #5daf31;
}

.life-btn .btn-normal {
	max-width: 250px;
	margin: 15px 0 10px;
}

.button12 {
	margin-top: 15px;
}
.button12 a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 250px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  background-color: #9ecf80;
  transition: 0.3s;
}

.button12 a::before {
  content: '';
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 100%;
  height: 2px;
  background-color: #bbbbbb;
  transition: 0.2s ease 0s;
}

.button12 a::after {
  content: '';
  position: absolute;
  top: 7px;
  right: -7px;
  width: 2px;
  height: 100%;
  background-color: #bbbbbb;
  transition: 0.2s ease 0.2s;
}

.button12 a:hover::before {
  width: 0%;
}

.button12 a:hover::after {
  height: 0%;
}

.button12 a:hover {
  text-decoration: none;
  background-color: #a0c4d3;
}

.bn2 {
	display: flex;
	justify-content: center;
}

.bn2 a {
	margin: 0 15px;
}

.tokushu {
	width: 100%;
	padding: 40px 20px;
	background:#FFF;
	border-radius:10px;text-align: center;
}

.ullink {
	margin-top: 40px;
}

.top-bn {
	padding: 40px 20px;
	text-align: center;
}

.itsuki-top {
	display: flex;
}

.itsuki-top .itsuki-cont {
	flex:1;
	flex;shrink: 0;
	margin-right: 40px;
}

.itsuki-top .img {
	width: 300px;
	max-width: 100%;
	align-self: center;
}

.tag01 {
	display: inline-block;
	padding:3px 5px;
	background: #7db4e6;
	color: #fff;
	text-align: center;
	margin-right:10px;
}

/* buttonタグのリセットCSS（不要な場合、セレクタごと削除してください） */
button {
  padding: 0;
  font-family: inherit;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

/* ボタンのスタイル */
.buttonIconText02 {
  display: flex;
  gap: 8px;
  margin-top: 30px;
  align-items: center;
  width: 100%;
  max-width: 250px;
  height: 50px;
  padding: 8px 64px 8px 8px;
  font-family: sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #6fa24a;
  border-radius: 32px; /* (buttonの高さ / 2) の値 */
}

.buttonIconText02__reverse {
  flex-direction: row-reverse;
  padding: 8px 8px 8px 64px;
}

.buttonIconText02_icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 48px;
  aspect-ratio: 1;
  overflow: hidden;
}

.buttonIconText02_text {
  flex-shrink: 1;
  width: 100%;
  color: #FFF;
}

@media (any-hover: hover) {
  .buttonIconText02 {
    transition: background-color 0.2s;
  }

  .buttonIconText02_icon {
    transition: transform 0.2s;
  }

  .buttonIconText02:hover {
    background-color: #54802f;
  }

  .buttonIconText02:hover .buttonIconText02_icon {
    transform: translateX(4px);
  }

  .buttonIconText02:hover .buttonIconText02_icon__left {
    transform: translateX(-4px);
  }
}

/* 左矢印アイコンのスタイル */
.iconArrowLeft {
  rotate: 180deg;
}

.colum2 {
	display: flex;
	justify-content: space-between;
}

.colum2 img{
	margin-left: 40px;
	align-self: flex-start;
}

.yoteibox {
	width: 750px;
	max-width: 100%;
	margin: 20px auto 0;
	text-align: left;
}

.list-010 {
    list-style-type: '👉';
    padding: 1em 1em 1em 2.5em;
    border: 2px solid #006837;
	background: #ffffe8;
}

.list-010 li {
    padding: .3em;
	border-bottom: 1px dashed #ccc;
}



@media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
	.sp,
	.SP {
		display: none !important;
	}
}

/*------------------------------------------------------------
    コンテンツ
------------------------------------------------------------*/

@media (max-width: 1020px) and (min-width: 768px) {
	#css {狭いブラウザとタブレット向け}
}

@media (max-width: 767px) {
	.pc,
    .PC {
        display: none !important
    }
	body#top,
	body#top02 {
		padding-top: 64px;
	}
	.header {
		padding: 0;
		width: 100%;
		box-shadow: 0 6px 6px -3px rgba(0,0,0,0.15);
		-webkit-box-shadow: 0 6px 6px -3px rgba(0,0,0,0.15);
		-moz-box-shadow: 0 6px 6px -3px rgba(0,0,0,0.15);
		position: fixed;
		z-index: 99;
		top: 0;
	}
	body#top .header {
		padding: 0;
	}
	.header .headin {
		max-width: 1270px;
		margin: 0 auto;
		padding: 0;
		width: 100%;
	}
	.header .logo {
		width: 175px;
		padding-left: 15px;
		vertical-align: middle;
	}
	body#top .header .logo {
		vertical-align: middle;
	}
	.header .logo__img {
		max-width: 180px;
	}
	.header .logo__img img {
		max-width: 158px;
	}
	.header .nav-btns {
		width: calc(100% - 175px);
		display: inline-block;
		vertical-align: middle;
		text-align: right;
	}
	.header .nav-btns .contact-btn {
		width: 64px;
		height: 64px;
		background: #059025 url(../img/icon-tel.png) top 10px center/26px 26px no-repeat;
		padding-top: 38px;
		text-align: center;
		color: #fff;
		display: inline-block !important;
		vertical-align: top;
		/*margin-right: 2px;*/
	}
	.header .nav-btns .contact-btn span {
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 0.01em;
	}
	.header .nav-btns .menu {
		width: 64px;
		height: 64px;
		background-color: #000;
		display: inline-block;
		vertical-align: top;
		position: relative;
		transition: right 0.3s;
		right: 0;
	}
	.header .nav-btns .menu span {
		display: block;
		width: 30px;
		height: 3px;
		background-color: #fff;
		margin: 0 auto;
		position: absolute;
		left: calc(50% - 15px);
		transition: 0.3s ease-in-out;
	}
	.header .nav-btns .menu span:nth-child(1) {
		top: 20px;
	}
	.header .nav-btns .menu span:nth-child(2) {
		top: 31px;
	}
	.header .nav-btns .menu span:nth-child(3) {
		top: 42px;
	}
	body.open-menu .header:after {
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
		z-index: 11;
	}
	body.open-menu .header .nav-btns .menu {
		right: 270px;
		background-color: #059025;
		z-index: 12;
	}
	body.open-menu .header .nav-btns .menu span {
		background-color: #fff;
	}
	body.open-menu .header .nav-btns .menu span:nth-child(1) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 30px;
	}
	body.open-menu .header .nav-btns .menu span:nth-child(2) {
		width: 0%;
		opacity: 0;
	}
	body.open-menu .header .nav-btns .menu span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 30px;
	}
	body.open-menu .menu-background {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
		z-index: 11;
	}
	.footer .container {
		padding: 0;
	}
	.footer-in {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-webkit-flex-direction:column;
		-ms-flex-direction:column;
		flex-direction:column;
	}
	.foot-l,
	.foot-r {
		display: block;
		padding: 37px 15px 28px;
	}
	.foot-l {
		width: 100%;
		text-align: center;
	}
	.foot-l .inside {
		max-width: 100%;
	}
	.foot-l .inside .deep-inside {
		max-width: 100%;
		padding: 0;
	}
	.foot-l .inside .footer__ttl {
		margin-bottom: 16px;
	}
	.foot-l .inside .footer__tbl tr th,
	.foot-l .inside .footer__tbl tr td {
		text-align: center;
	}
	.foot-l .inside .footer__tbl tr th {
		width: 100%;
		display: block;
		padding-bottom: 6px;
	}
	.foot-l .inside .footer__tbl tr td {
		width: 100%;
		display: block;
	}
	.foot-r {
		width: 100%;
		padding: 32px 15px 38px;
		display: none;
	}
	.foot-r .inside {
		max-width: 100%;
		margin-bottom: 27px;
	}
	.foot-r .inside .deep-inside {
		max-width: 100%;
		padding: 0;
	}
	.foot-r .links {
		display: none;
	}
	.foot-r .btns {
		padding: 0 10px;
		text-align: center;
	}
	.foot-r .btns .item {
		width: 100%;
		max-width: 450px;
	}
	.copyright {
		text-align: center;
		padding-right: 0;
		margin-top: 27px;
	}
	.copyright--abs {
		width: 100%;
		right: 0;
		text-align: center;
	}
	.totop,
	.fix-totop {
		width: 50px;
		height: 50px;
		font-size: 11px;
		padding-top: 25px;
	}
	.totop:before,
	.fix-totop:before {
		width: 10px;
		height: 10px;
		top: 14px;
		left: calc(50% - 5px);
	}
	.nav {
		position: fixed;
		top: 0px;
		right: 0;
		width: 270px;
		background-color: #393939;
		text-align: left;
		padding: 0;
		transition: transform 0.3s;
		-webkit-transform: translate(100%, 0);
		-moz-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		-o-transform: translate(100%, 0);
		transform: translate(100%, 0);
	}
	body#top .nav {
		padding: 0;
	}
	#top .nav {
		background-color: #393939;
	}
	.list-nav {
		min-height: 100vh;
	}
	.nav .item {
		display: block;
		margin-bottom: 0;
		border-bottom: 1px solid #6A6A6A;
	}
	.nav .item:first-child {
		padding: 0 15px;
	}
	.nav .item a {
		color: #fff;
		padding: 17px 10px;
		font-size: 15px;
	}
	.nav .item a:after {
		position: absolute;
		content: '';
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		right: 15px;
		top: calc(50% - 5px);
		left: inherit;
		display: inherit;
	}
	#top .nav .item a:after {
		background-color: inherit;
	}
	.nav .item:not(:first-child):not(:nth-last-child(2)) {
		padding: 0 15px;
	}
	body.open-menu .nav {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.nav .item:nth-last-child(2) {
		padding: 0 15px;
	}
	.nav .btns {
		padding: 18px 25px 50px;
	}
	.nav .btns .btn-normal {
		max-width: 100%;
	}
	.nav .btns .btn-normal:not(:last-child) {
		margin-bottom: 10px;
	}
	.h3ttl {
		margin-bottom: 33px;
		font-size: 4.6rem;
	}
	.productsList {
		margin-bottom: 17px;
	}
	.productsList .item {
		width: calc(50% - 7px);
		margin-right: 14px;
		width: 100%;
		margin-right: auto;
	}
	.productsList .item:nth-child(3n) {
		margin-right: 14px;
	}
	.productsList .item:nth-child(2n) {
		margin-right: 0;
	}
	.mainVisual {
		height: 350px;
	}
	.mainVisual h2 {
		top: auto;
		left: 20px;
		font-size: 30px;
		letter-spacing: 0.1em;
		line-height: 1.2;
		bottom: 40px;
	}
	.visual {
		padding: 14px 0;
	}
	.h2ttl {
		font-size: 50px;
		font-size: 5rem;
	}
	.h2ttl span {
		font-size: 1.6rem;
	}
	.main {
		padding: 0 0 12px 0;
	}
	.ttl01:before {
		height: 4px;
		bottom: 0px;
	}
	.ttl02 {
		font-size: 26px;
		line-height: 39px;
		letter-spacing: .04em;
	}
	.spbutton {
		margin-top: -70px;
	}
	.subnav ul {
		flex-direction: column;
	}
	.subnav ul li {
		width: 100%;
	}
	.live .subnav ul li {
		width: 100%;
	}
	.LifeContBox {
		display: flex;
		padding: 20px 20px 60px;
		flex-direction: column;
		background-size: 100%;
	}
	.LifeContTxt {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.block2 {
		flex-direction: column;
	}
	.block2 .text {
		margin-right: 0px;
	}
	.block2 .img {
		width: auto;
		margin: 20px auto 0;
	}
	.postsubnav ul {
		flex-direction: column;
	}
	.postsubnav ul li {
		width: 100%;
		margin: 0 auto 5px;
	}
	.bn2 {
		flex-direction: column;
		align-items: center;
	}
	.bn2 a + a {
		margin-top: 20px; 
	}
	.itsuki-top {
		flex-direction: column;
		margin: 40px 0;
	}
	.itsuki-top .itsuki-cont {
		margin-right: 0px;
	}
	.colum2 {
		flex-direction: column;
	}
	.colum2 img{
		margin-left: 0px;
		margin-top: 20px;
	}
	.cl .fl img { margin-right: 0px;}
	.cl .fr img { margin-left: 0px;}




	
	
	
	
	
	
	
	
	
	
}


	