@charset "UTF-8";
/*CSS INFOMATION=======================

SP CSS

File name : sp.css
   
====================================*/
@media all and (min-width: 0px) and (max-width: 768px) {
  .skipLink {
    opacity: 0;
    position: absolute;
    top: -30px;
  }
  a:hover {
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
  }
  body {
    overflow-x: hidden;
    font-size: 1.3rem;
    line-height: 1.8 !important;
  }
  .pcBox {
    display: none;
  }
 header {
    width: 100%;
	padding: 15px 15px;
	background: #fff;  
    z-index: 9999;
	position: relative;
	box-sizing: border-box;
  }
	
  nav {
    background: #006401;
    padding: 12px 0;
	margin: 0;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 999;  
  }		
	
  nav .nav {
    padding: 0;
    margin: 0;
    display: flex;
	justify-content: center;
  }
  nav .nav li {
    padding:0 16px;
    text-align: center;
    border-left: 1px dotted #fff;
  }
  nav .nav li:first-child {
    text-align: center;
    border-left: none;
  }
  nav .nav li:last-child {
    border-right: none;
    border-left: 1px dotted #fff;
  }
  nav .nav li a {
    display: block;
    width: 100%;
    padding: 2px 0;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    font-size: 1.1rem;
  }
  	.logo{
		width: 180px;
		margin: 0 auto;
	}	
.logo img {
    width:100%;
    height: auto;
  }
	.btn__revmo a{
		display: block;
		background: url("../images/icon_arrow_blue.svg") center right 10px no-repeat;
		background-size:3.5px auto;
		width: 180px;
		padding:2px 5px;
		margin: 0 auto;
		box-sizing: border-box;
		border: 1px solid #006401;
		color: #006401;
		text-align: center;
		border-radius: 30px;
		font-size: 1.1rem;
		text-decoration: none;
		font-weight: bold;
		position: absolute;
		top: 20px;
		right: 10px;
	}
	
	.sub__nav{
		margin: 5px 0 -5px;
		text-align: center;
	}
	
	.sub__nav a{
		text-decoration: none;
		color: #000;
		font-weight: bold;
		font-size: 1.1rem;
		margin: 0 10px 0;
		background: url("../images/icon_arrow_circle.svg") center left no-repeat;
		background-size:12px auto; 
		padding: 0 0 0 20px;
	}
	
	
.btn__kinri a{
		position: fixed;
		bottom: 160px;
		right: 0;
		display: block;
		background:#DAEC1D;
		border-radius: 10px 0 0 10px;
		width: 70px;
		padding: 5px;
		box-sizing: border-box;
		text-decoration: none;
		color: #006401;
		box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
		z-index: 999;
	}
	
	.btn__simu a{
		position: fixed;
		bottom: 80px;
		right: 0;
		display: block;
		background:#DAEC1D;
		border-radius: 10px 0 0 10px;
		width: 70px;
		padding: 5px;
		box-sizing: border-box;
		text-decoration: none;
		color: #006401;
		box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
		z-index: 999;
	}
	
	.btn__kinri a .img,
	.btn__simu a .img{
		width: 40px;
		height: 40px;
		margin: 0 auto;
	}
	
	.btn__kinri a .img img,
	.btn__simu a .img img{
		width: 100%;
		height: auto;
	}
	
	.btn__kinri a .txt{
		text-align: center;
		font-weight: bold;
		font-size: 0.9rem;
	}
	
	.btn__simu a .txt{
		text-align: center;
		font-weight: bold;
		font-size: 0.7rem;
		line-height: 1.2;
	}		
	
.kaishi__txt{
		color: #fff;
		padding: 4px;
		width: 110px;
		background: #006401;
		border-radius: 6px;
		position: absolute;
		top:15px;
		left: 180px;
		z-index: 990;
		text-align:center;
		font-weight: bold;
		line-height: 1.5;
		font-size: 12px;
	}  	
		
	
	
  /*

footer
-----------------------------------*/
  .footNav {
    text-align: center;
    font-size: 1.2rem;
    padding: 15px 0 20px;
  }
  .footNav ul {}
  .footNav ul li {
    font-size: 1.3rem;
    padding: 0 0 15px;
  }
  .footNav a {
    color: #006401 !important;
    font-size: 1.3rem;
    color: #fff;
    padding: 0 9px;
    text-decoration: none;
  }
  footer {
    border-top: 2px solid #006401;
    padding: 20px 0 20px;
    margin: 0;
    overflow: hidden;
    clear: both;
    text-align: center;
    background: #fff;
  }
  footer p {
    font-size: 1.4rem;
  }
  footer a {
    text-decoration: none;
  }
  .copy {
    clear: both;
    font-size: 1.0rem;
    padding: 0px 0 0;
    color: #006401;
  }
  /*

maintxt
-----------------------------------*/
  .txtBox {
    padding: 20px 10px 0;
  }
  .inner {
    max-width: 100%;
    padding: 0;
    margin: 0 20px;
  }
  .main__img {
    text-align: center;
  }
  .sub__txt {
    margin: 0 20px 15px;
  }
  .sub__txt h2 {
    color: #006401;
    font-weight: bold;
    text-align: center;
    font-size: 2.0rem;
    line-height: 1.6;
    margin: 0 0 15px;
  }
	
  .sub__txt p{
		font-size: 1.3rem;
	  }	
	
  .attention__txt {
    font-size: 1.4rem !important;
    color: #666;
    padding-left: 1.0em;
    text-indent: -1.0em;
  }
  .attention__list {
    color: #666;
    margin: 20px 0 0;
  }
  .attention__list li {
    font-size: 1.3rem !important;
    padding-left: 1.0em;
    text-indent: -1.0em;
    margin: 0 0 5px;
  }
  .attention__list li a {
    color: #666;
  }
  .box__attention {
    border: 2px solid #e32a2a;
    background: #fff;
    padding: 20px 20px;
    border-radius: 15px;
    margin: 15px 0;
    display: flex;
  }
  .box__attention--icon {
    padding: 0 15px 0 0;
  }
  .box__attention--txt {
    font-size: 1.3rem;
  }
  .dan__txt {
    font-size: 1.3rem !important;
    padding-left: 2.3em;
    text-indent: -2.3em;
  }
  span.marker {
    background: linear-gradient(transparent 70%, #fffc00 70%);
    font-size: 1.8rem;
    font-weight: bold;
  }
	
	
  .nolink{
		pointer-events:none;
		opacity: 0.5;
	}	

  /*

KV
-----------------------------------*/
	.kv__area{
		padding: 30px 0 10px;
	}	
	.kv__area--inner{
		max-width: 1100px;
		margin: 0 auto;
		padding: 0 50px;
		display:block;
	}
	
	.kv__area--inner .logo{
		width:100%;
		margin: 0 0 20px;
	}
	
	.kv__area--inner .img{
		width:100%;
	}
	
	.kv__area--inner .logo img,
	.kv__area--inner .img img{
		width: 100%;
		height: auto;
	}	
	
  /*

ABOUT
-----------------------------------*/
  .grl__about {
    padding: 30px 0 30px;
  }
  .grl__about--flex {
    display: block;
    flex-wrap: wrap;
  }
  .grl__about--img img{
		width: 100%;
		height: auto;
	}	
	
  .grl__about--item {
    width: 100%;
    margin: 0 0 15px;
    border: 2px solid #006401;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-sizing: border-box;
    position: relative;
  }
  .grl__about--item:nth-of-type(5) {
    width: 100%;
    margin: 0 0 30px;
    border: 2px solid #006401;
    background: #fff;
    padding: 20px 20px 30px;
    border-radius: 15px;
    box-sizing: border-box;
    position: relative;
  }
  .grl__about--item:nth-of-type(6) {
    width: 100%;
    margin: 0 0 25px;
    border: 2px solid #006401;
    background: #fff;
    padding: 20px 20px 30px;
    border-radius: 15px;
    box-sizing: border-box;
    position: relative;
  }
  .grl__about--ttl {
    color: #006401;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    margin: 0 0 15px;
    line-height: 1.4;
  }
  .grl__about--ttl .fsS {
    font-size: 1.3rem !important;
  }
  .grl__about--item p {
    font-size: 1.4rem;
  }
  .grl__about--nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0 0;
  }
  .grl__about--nav-item {
    width: 48.5%;
    margin: 0 0 3%;
  }
  .grl__about--nav-item {
    display: block;
    background: #006401 url("../images/icon_arrow_white.svg") center right 13px no-repeat;
    background-size: 6px auto;
    color: #fff !important;
    text-align: center;
    line-height: 1.2;
    text-decoration: none;
    font-weight: bold;
    border-radius: 10px;
    padding: 20px 0;
  }
  .grl__about--nav-item span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    font-weight: bold;
    font-size: 1.3rem;
  	flex-wrap: wrap;
  }
	
	.grl__about--nav-item div{
		font-size: 1.1rem;
		width: 100%;
		font-weight: bold;
		padding: 4px 0 0;
	}
	
  .font__orenge {
    color: #F87C00;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .grl__about--btn a {
    width: 200px;
    padding: 8px 0;
    margin: 0 0 0 -100px;
    background: #006401 url("../images/icon_arrow_white.svg") center right 20px no-repeat;
    background-size: 6px auto;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.3rem;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-align: center;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -20px;
  }
  .grl__about--btn a:hover {
    opacity: 1;
    transition: .3s;
    background: #006401 url("../images/icon_arrow_white.svg") center right 20px no-repeat;
    background-size: 6px auto;
  }
  /*

IROIRO
-----------------------------------*/
  .grl__iroiro {
    padding: 30px 0 30px;
  }
  .grl__iroiro--flex {
    display: block;
  }
  .grl__iroiro--item {
    width: 80%;
    margin: 0 auto 20px;
  }
  .grl__iroiro--item img {
    width: 100%;
    height: auto;
  }
  /*

OYAKUDACHI
-----------------------------------*/
  .grl__oyakudachi {
    padding: 0 0 30px;
  }
  .grl__oyakudachi--flex {
    display: block;
  }
  .grl__oyakudachi--item {
    width: 100%;
    margin: 0 0 15px;
    border: 2px solid #006401;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    box-sizing: border-box;
    position: relative;
  }
  .grl__oyakudachi--item h3 {
    color: #006401;
    font-weight: bold;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0 0 15px;
  }
  .grl__oyakudachi--item p {
    text-align: center;
    line-height: 1.6;
    font-size: 1.3rem;
    margin: 0 0 20px;
  }
  .grl__oyakudachi--btn a {
    display: block;
    background: #006401 url("../images/icon_arrow_white.svg") center right 13px no-repeat;
    background-size: 6px auto;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    text-decoration: none;
    border-radius: 10px;
    line-height: 1.4;
    padding: 20px 10px;
    margin: 0 0 15px;
  }
  .grl__oyakudachi--btn1 {
    font-weight: bold;
    font-size: 1.3rem;
  }
  .grl__oyakudachi--btn a span {
    font-size: 1.0rem;
  }
  .grl__oyakudachi--btn-smile a {
    text-align: center;
    display: block;
    border: 2px solid #006401;
    border-radius: 10px;
    padding: 20px 40px;
    margin: 20px 0 0;
  }
  .grl__oyakudachi--btn-smile a img {
    width: 100%;
    height: auto;
  }
	
.btn__grl a {
    width: 300px;
    padding: 15px 0;
    margin: 30px auto 10px;
    background: #006401 url("../images/icon_arrow_white.svg") center right 10px no-repeat;
    background-size: 6px auto;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.4rem;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    text-align: center;
    display: block;
  }	
	
	
	
  /*

SHIZAN
-----------------------------------*/
  .grl__shizan {
    padding: 30px 0 0px;
	margin: 0 0 -20px;
  }
  .grl__shizan--box h2{
   border-bottom: 3px solid #006401;
	  padding: 0 0 15px;
	  margin: 0 0 5px; 
  }
  .grl__shizan--ttl {
    font-size: 1.8rem !important;
    color: #006401 !important;
    font-weight: bold;
    text-align: center;
	line-height: 1.4;
  }
  .grl__shizan--txt {
    text-align: center;
    margin: 10px 0 30px;
    line-height: 1.4;
    font-size: 1.3rem;
  }
  .grl__shizan--innerbox {
    border: 2px solid #006401;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 15px;
  }
  .grl__shizan--innerbox h3 {
    text-align: left;
    color: #fff;
    background: #006401;
    padding: 10px 15px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .grl__shizan--innerbox .inner__box {
    padding: 10px 10px;
    font-size: 1.3rem;
  }
	
.grl__download--btn a {
    max-width: 500px;
    padding: 10px 0;
    margin: 15px auto 50px;
    background: #006401 url("../images/icon_arrow_white.svg") center right 15px no-repeat;
    background-size: 6px auto;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.4rem;
    border-radius: 50px;
    text-align: center;
    display: block;

  }
  .grl__download--btn a:hover {
    opacity: 1;
    transition: .3s;
    background: #008401 url("../images/icon_arrow_white.svg") center right 15px no-repeat;
    background-size: 6px auto;
  }		
	
	
 /*

CONTACT
-----------------------------------*/
  .contact__inner {
    padding: 10px 20px 30px;
  }
  .contact__box {
    border: 2px solid #006401;
    background: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    margin: 20px 0 0;
    overflow: hidden;
  }
  .contact__box h3 {
    color: #fff;
    background: #006401;
    text-align: center !important;
    padding: 10px 0;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .contact__txt01 {
    font-weight: 700;
    color: #006401;
    text-align: center;
    margin: 0 0 20px;
    font-size: 1.4rem;
  }
  .contact__callbox {
    display: block;
  }
  .contact__callbox--tell {
    text-align: center;
  }
  .contact__callbox--tell span.phone {
    font-size: 3.3rem;
    font-weight: 700;
    font-family: Arial, Helvetica, "sans-serif";
    color: #006401;
    line-height: 1;
    background: url("../images/icon__contact.svg") center right no-repeat;
    background-size: 30px auto;
    padding: 0 35px 0 0;
  }
  .contact__callbox--txt {
    width: 100%;
    font-size: 1.3rem;
    color: #006401;
    font-weight: 700;
    margin: 10px 0 0;
    text-align: center;
  }
  .contact__callbox--bottom {
    border-top: 1px solid #006401;
    margin: 20px 0 0;
    padding: 15px 0 0;
    text-align: center;
    color: #006401;
    font-weight: 700;
    font-size: 1.2rem;
  }
  .contact__callbox--bottom span {
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
  }	
	
	
	
/*

MOVIE
-----------------------------------*/
.green__movie{
		margin: 20px 0 0;
		padding: 20px 0 0;
	    border-top:2px dashed #ddd;
	}
	
	.green__movie h2{
		font-size: 1.6rem;
		color: #006401;
		font-weight: bold;
		margin:0 0 20px;
	}
	
	.green__movie h2 br{
		display: none;
	}
	
	
	.green__movie--flex{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.green__movie--box{
		width: 100%;
	}
	
	.green__movie--area{
		width: 100%;
		border: 2px solid #006401;
	}
	
	.green__movie--area img{
		width: 100%;
		height: auto;
	}
	
	.green__movie--box p{
		text-align:left;
		font-size: 1.3rem;
		margin: 6px 0 15px;
	}	
	
	.green__movie--box .icon__movie{
		background:#006401;
		color: #fff;
		font-size: 1.4rem;
		width: 60px;
		padding:1px 5px;
		box-sizing: border-box;
		text-align: center;
		margin: 15px 0 5px;
	}	
	
	
	
/*

MODAL
-----------------------------------*/	
/* モーダルウィンドウのスタイル */
.modal {
  position:fixed;
  width:100%;
  height:100vh;
	
  top:0;
  left:0;
  display:none;
	z-index:9999;
}
 
/* オーバーレイのスタイル */
.overLay {
  position:absolute;
  top:0;
  left:0;
  background: rgba(0,0,0,0.8);
  width:100%;
  height:103vh;
  z-index:99999;
}
 
/* モーダルウィンドウの中身のスタイル */
.modal .inner {
  position:absolute;
  z-index:11;
	width:90%;
	display: block;
	padding: 5px;
	background: #fff;
	margin: 20px 0;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
	z-index: 999999;
	border-radius:6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}
	
	.modal .inner .youtube{
		margin: 0;
	}	
	.modal .inner .inner-scroll {
		overflow:scroll;
		-webkit-overflow-scrolling: touch;
		height: 100%;
		padding:0 10px;
		margin: 15px 0;
	}

	
	.modal .inner h2{
		margin: 0 0 10px;
		line-height: 1 !important;
		background: none;
	}
	
	.modal .inner h2 img{
		width: 100%;
		height: auto;
	}
	
	
	
	.modal .inner h3{
		font-size: 1.6rem;
		margin: 15px 0 ;
		color: #000;
	}
	

	
	
	a.modalClose{
		position: absolute;
		top:-15px;
		right:-10px;
		z-index: 999999;
	}	
	
	a.modalClose img{
		width: 30px;
		height: auto;
	}
	
	
  /*

TOP
-----------------------------------*/
  #mainArea {
    margin: 0;
    position: relative;
  }
  /*フェードイン表示の指定*/
  .fadein {
    opacity: 0;
    animation: fadein 2s ease forwards;
  }
  @keyframes fadein {
    100% {
      opacity: 1;
    }
  }
	
  .fadein02 {
    opacity: 0;
    animation: fadein2 0.8s ease forwards;
	-webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);  
  }
  @keyframes fadein2 {
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);		
    }
  }	
	
  .fadein03 {
    opacity: 0;
    animation: fadein2 0.8s ease forwards;
	-webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);  
  }
  @keyframes fadein2 {
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);		
    }
  }			
	
	
  /*以下遅延の指定*/
  .anime__01 {
    animation-delay: 0.1s;
  }
  .anime__01--logo {
    animation-delay: 0.1s;
  }
  .anime__02 {
    animation-delay: 0.1s;
  }
  .top__logo {
    animation-delay: 0.1s;
  }
  .top__kv {
    animation-delay: 0.6s;
  }
  
 #mainArea .anime__02 {
    background: #fff;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  #mainArea .anime__02 .innerBox {
    margin: 0 auto;
    position: relative;
    padding: 80px 0 30px;
  }
  #mainArea .anime__02 .innerBox .top__logo {
    width: 70%;
	margin: 0 auto 30px;
  }
  #mainArea .anime__02 .innerBox .top__logo img {
    width: 100%;
    height: auto;
  }
  #mainArea .anime__02 .innerBox .top__kv {
	width: 95%;
	margin: 0 auto;
  }
  #mainArea .anime__02 .innerBox .top__kv img {
    width: 100%;
	  height: auto;
  }
  .topBtn {
    position: fixed;
    bottom: 30px;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    z-index: 9999;
	background:#006401; 
	border-radius:6px 0 0 6px;
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);   
  }
  .topBtn img {
    width: 100%;
    height: auto;
  }
  .topBtn:hover {
    opacity: 0.7;
  }

	
	
	
  @media all and (min-width: 680px) and (max-width: 768px) {
	 header {
		width: 100%;
		padding: 20px;
		background: #fff;  
		z-index: 9999;
		position: relative;
		box-sizing: border-box;
	  }  
	  
	.logo{
		width: 180px;
		margin: 0 0;
	}	  
	  
	.kv__area--inner .logo{
		width:75%;
		margin: 10px auto 20px;
	}  
	  
	.kv__area--inner{
		max-width: 1100px;
		padding: 0 50px;
		display:block;
	}
	  
	.sub__nav{
		position: absolute;
		top: 30px;
		right:10px;
	}  
	  
	nav {
		background: #006401;
		padding: 12px 0;
		margin: 0;
		position: -webkit-sticky;
		position: sticky;
		top:0px;
		z-index: 999;  
	  } 
	  
	nav .nav li {
		width: 25%;
		padding:0;
		text-align: center;
		border-left: 1px dotted #fff;
	  }      
	  
    .inner {
      max-width: 100%;
      padding: 0;
      margin: 0 50px;
    }
    .main__txt {
      margin: 30px 0 30px;
      padding: 0 100px;
      max-width: 100%;
    }
    .main__txt h2 {
      text-align: center;
      font-size: 2.2rem;
      line-height: 1.6;
      margin: 20px 0 20px;
      color: #006401;
      font-weight: 700;
    }
    .main__txt br {
      display: none;
    }
	  .sub__txt{
		  margin: 0 100px 30px;
	  }  
	  
    .sub__txt h2 {
      color: #006401;
      font-weight: bold;
      text-align: center;
      font-size: 2.0rem;
      line-height: 1.6;
      margin: 0 0 10px;
    }
    .sub__txt h2 br {
      display: none;
    }
	  
	  .grl__shizan--ttl br{
		  display: none;
	  }  
	
	.sub__txt p{
		font-size: 1.3rem;
	  }
	  
    .grl__about--item {
      width: 100%;
      margin: 0 0 15px;
      border: 2px solid #006401;
      background: #fff;
      padding: 50px;
      border-radius: 15px;
      box-sizing: border-box;
      position: relative;
    }
    .grl__about--item:nth-of-type(5) {
      width: 100%;
      margin: 0 0 30px;
      border: 2px solid #006401;
      background: #fff;
      padding: 50px 50px 60px;
      border-radius: 15px;
      box-sizing: border-box;
      position: relative;
    }
    .grl__about--item:nth-of-type(6) {
      width: 100%;
      margin: 0 0 25px;
      border: 2px solid #006401;
      background: #fff;
      padding: 50px 50px 60px;
      border-radius: 15px;
      box-sizing: border-box;
      position: relative;
    }
    .grl__iroiro--item {
      width: 60%;
      margin: 0 auto 20px;
    }
    .grl__oyakudachi--item {
      width: 100%;
      margin: 0 0 15px;
      border: 2px solid #006401;
      background: #fff;
      padding: 50px;
      border-radius: 15px;
      box-sizing: border-box;
      position: relative;
    }
    .grl__oyakudachi--btn1 {
      font-weight: bold;
      font-size: 1.6rem;
    }
    .grl__oyakudachi--btn a {
      display: block;
      background: #006401 url("../images/icon_arrow_white.svg") center right 13px no-repeat;
      background-size: 6px auto;
      color: #fff;
      text-align: center;
      font-weight: bold;
      font-size: 1.6rem;
      text-decoration: none;
      border-radius: 10px;
      line-height: 1.4;
      padding: 20px 10px;
      margin: 0 0 15px;
    }
    .grl__oyakudachi--btn-smile a {
      text-align: center;
      display: block;
      border: 2px solid #006401;
      border-radius: 10px;
      padding: 20px 80px;
      margin: 20px 0 0;
    }
	.btn__kinri a{
		position: fixed;
		top: 280px;
		right: 0;
		display: block;
		background:#DAEC1D;
		border-radius: 10px 0 0 10px;
		width: 100px;
		height: 100px;
		padding: 10px;
		box-sizing: border-box;
		text-decoration: none;
		color: #006401;
		box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
	}
	
	.btn__simu a{
		position: fixed;
		top: 400px;
		right: 0;
		display: block;
		background:#DAEC1D;
		border-radius: 10px 0 0 10px;
		width: 100px;
		height: 100px;
		padding:10px 10px 15px;
		box-sizing: border-box;
		text-decoration: none;
		color: #006401;
		box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);
	}
	
	.btn__kinri a .img,
	.btn__simu a .img{
		width: 60px;
		height: 60px;
		margin: 0 auto;
	}
	
	.btn__kinri a .txt{
		text-align: center;
		font-weight: bold;
		font-size: 1.2rem;
	}
	
	.btn__simu a .txt{
		text-align: center;
		font-weight: bold;
		font-size: 1.0rem;
		line-height: 1.2;
	}	  
	 
	.topBtn {
    position: fixed;
    top: 520px;
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    z-index: 9999;
	background:#006401; 
	border-radius:6px 0 0 6px;
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.1);   
  }    
	  
	  
	  
  } /*768*/
  @media all and (min-width: 0px) and (max-width: 320px) {
    body {
      overflow-x: hidden;
      font-size: 1.2rem !important;
      line-height: 1.8 !important;
    }
  } /*320*/
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}