html{
overflow-x: hidden;
}
body{
     font-size: 14px!important;
}

.pc { display: block !important; }
.sp { display: none !important; }
@media only screen and (max-width: 992px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
.pc2 { display: block !important; }
.sp2 { display: none !important; }
@media only screen and (max-width: 768px) {
.pc2 { display: none !important; }
.sp2 { display: block !important; }
}

a {
    color: #333!important;
}

ul,
li {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}
div:after,
ul:after {
 content: "";
display: block;
 clear: both;
}
a img {
    transition: opacity 0.1s linear;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*.container2{
    position: relative;
    width:100%;    
}*/
.container2 {
    position: relative;
    max-width: 1200px;
    width: 100%;
    max-height: 580px;
    height: 100%;
    text-align: center;
    margin: 0 auto;
}


.container3{
    position: relative;
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
.containerS{
    position: relative;
    width:100%;
    max-width:830px;
    margin:0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
.img-responsive {
  display: inline-block;
  height: auto;
  max-width: 100%;
margin:0 auto;
}

@media only screen and (max-width: 992px) {
     margin-bottom: -10%;
.container2 {

}
}

/*OriginalStrap End*/

.bg_menu{
background-image:url(../images/bg_menu.png);
background-position:center center;
}
.bg_white{
background-color:#FFF;
}
.bg_gray{
background-color:#B3B3B3;
}
.bg_green{
background-image:url(../images/bg_green.jpg);
background-position:center center;
}

@media only screen and (max-width: 768px) {
.bg_menu{
/*padding-top: 25px;*/
     position: relative;
    /*top: -15px;*/
    z-index: 1;
}
}


/*HEADER*/
.mainlogo{}
.headerAreaL{
padding:15px 0;
}
.headerAreaR{
padding:25px 0px 5px;
text-align:right;
}
#search_box{
display:inline-block;
border: 1px solid #666;
position: relative;
padding: 0px 10px 5px;
top: 1px;
border-radius:5px;
}
#search_word input[name="q"] {
    border: 0;
    width: 200px;
}
#search_word input[type="text"]:focus {
  outline: 0;
}
#btn_search{
position:relative;
top: 5px;
}
#headLinks{
display:inline-block;
padding-bottom:7.5px;
}
#headLinks a{
color:#000;
position:relative;
padding: 0px 10px;
top:3px;
}
#headLinks a:after{
font-family: "Font Awesome 5 free";
content: "\f138";
color:#00bfb8;
font-weight : 900;
position:relative;
margin-left: 5px;
}

/*グローバルメニュー・SP*/

.menuSP label {
    color: #1f2a66;
font-size: 4em;
    display: inline-block;
    margin: 0;
position:absolute;
    top: -15px;
    right: 15px;
}

.menuSP input[type="checkbox"].on-off{
    display: none;
}

.menuSP ul {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menuSP li {
text-align:initial;
border-top: 1px solid #CCC;
}

.menuSP input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

.menuSP input[type="checkbox"].on-off:checked + ul{
    height: 660px;
}

.menuSP li a{
color:#000;
display:block;
font-size:21px;
font-weight:bold;
padding:6px 0px;
position:relative;
}
.menuSP li span{
color:#e20012;
display:block;
font-size:11px;
font-weight:normal;
}

.menuSP li a:after{
font-family: "Font Awesome 5 free";
content: "\f138";
color:#00bfb8;
font-weight : 900;
position:absolute;
top:50%;
margin-top: -15px;
right:10px;
margin-left: 5px;
}

@media only screen and (max-width: 992px) {
.mainlogo{
        display: inline-block;
        margin: 0 0 35px;
}
#search_box{
margin-top: 10px;
width: 100%;
}
#search_word input[name="q"]{
width:90%;
}
#btn_search {
    position: absolute;
    top: 3px;
    right: 10px;
}
}



/*≡*/



/*MoviE*/
#MainImageArea {
    overflow: hidden;
     position: relative;
}

#movieOuter{
/*height: 580px;*/
}

#movie {
    min-width: 100%;
    position: relative;
    z-index: -10;


    min-height: 580px;

    top: 50%;
    left: 50%;
    transform: translate(-50%,-15%);
    -webkit-transform: translate(-50%,-15%);

     text-align: center;
}
#movieY{
     text-align: center;
}
#movieY iframe {
    width: 100%;
}


.maintext {
    position: absolute;
    top: 0;
    left: 0;
    /*transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);*/
}

@media only screen and (max-width: 992px) {
#movieOuter{
height: auto;
}
#movie {
min-height: auto;
}
}
@media only screen and (max-width: 768px) {
#MainImageArea {
    z-index: 5;
}
#movieOuter{
height: auto;
}
#movie {
min-height: auto;
}
}



/*MovieEx*/

.MainImageAreaEX{
position:relative;
}

#movieEX{
position:absolute;
width: 100%;
height: 117%;
Z-INDEX: -99;
top:0px;
}

.exposOnlink{
    text-align: left;
    padding: 15px;
    margin-top: -70px;
    position: relative;
    z-index: 200;
}
.exposOnlink img{
margin-bottom:15px;
}

@media only screen and (max-width: 992px) {

.exposOnlink{
    text-align: left;
    padding: 15px;
    margin-top: -10px;
    position: relative;
    z-index: 200;
}
}

/*グローバルメニュー*/

.menu{
text-align:center;
}
.menu ul {
  display: flex;
  margin-bottom:0px;
}

.menu li {
  width: calc(100% / 6);
text-align:center;
}
@media only screen and (max-width: 992px) {
.snsIcons{
    position: absolute;
    top: 5px;
    right: 60px;
}
}
@media only screen and (max-width: 768px) {

.menu ul {
  display: inline-block;
}
.menu li {
  width: calc(100% / 3);
float:left;
text-align:center;
    margin: 7px 0 0;
}
.menu li img{
width:100%;
}

}

@media only screen and (max-width: 398px) {
.headerAreaL{
    padding-top:55px;
}
}


/*common*/

.commonLink{
      background-color: #FFF;
    color: #000;
    border: 1px solid #999;
    padding: 10px 30px 8px 30px;
    border-radius: 6px;
    transition: all 0.2s linear;
    position: relative;
    margin: 20px 0px 0px;
    display: block;
    text-align: center;
    font-size: 14px;
}
.commonLink:hover{
background-color:#CCC;
    color: #000;
text-decoration:none;

}

.commonLink:after{
font-family: "Font Awesome 5 free";
content: "\f138";
color:#00bfb8;
font-weight : 900;
position:absolute;
right:10px;
margin-left: 5px;
top:50%;
transform: translateY(-50%);
-webkit- transform: translateY(-50%);
}



/*トピックス*/

.topicsHead{
margin-top:40px;
position:relative;
}
.topicsHead img{
position:absolute;
top: -40px;
left:0px;
}
.topicsHead h3{
text-align: right;
    position: relative;
    font-size: 1.25em;
    top: -30px;
}

.topicsHead span{
border-bottom:6px solid #ff4f50;
display:block;
margin-left:25px;
}

.topicsInner ul {
  display: flex;
}

.topicsInner li {
  width: calc(100% / 3);
}


.topicsInner li:nth-child(1){
background-color:red;
margin:30px 10px 40px 0px;
}
.topicsInner li:nth-child(2){
background-color:yellow;
margin:30px 5px 40px 5px;
}
.topicsInner li:nth-child(3){
background-color:blue;
margin:30px 0px 40px 10px;
}
.topicsFoot{
position:relative;
}
.topicsFoot span{
border-bottom:6px solid #ff4f50;
display:block;
margin-right:93px;
}
.topicsFoot img{
position:absolute;
top: -12px;
right:0px;
}

@media only screen and (max-width: 768px) {
.topicsHead{
margin-top:20px;
}
.topicsHead img{
left:-15px;
Z-INDEX: 50;
}
.topicsHead span{
}
.topicsHead h3{
    text-align: center;
    position:static;
    font-size: 0.85em;
    margin-top:40px;
    /*margin-top: 40px;*/
}
}



/*topicsinner*/



.trim {
    display: inline-block;
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
     background-size: cover;
    max-width: 370px;
    max-height: 250px;
  border: 5px solid #BBB;
position:relative;
}
.trimR {
    display: inline-block;
    background-color: #ccc;
    background-position: center center;
    background-repeat: no-repeat;
     background-size: cover;
    max-width: 370px;
    max-height: 250px;
position:relative;
}

#area_topics{
margin-top:15px;

     text-align: center;
}
/*.trim {
}
.trim img {
  width: 100%;
  height: auto;
  border: 5px solid #BBB;
}*/
.topics_date{
text-align:center;
     margin-bottom: 20px;
}
.topicsNew{
position:absolute;
top:5px;
left:5px;
width:74px !important;
height:26px !important;
border:none !important;
z-index:99;
}
.caps h4,
.caps2 h4{
font-size:1.0em;
text-align: center;
     display: block;
    padding: 15px 0px 5px;
    border-bottom: 2px solid #CCC;
     margin-bottom: 0;
}
.caps2{
     margin-bottom: 30px;
}
.caps2 a,
.caps2 a:hover{
color:#000;
     height: 60px;
    display: flex;
    align-items: center;
justify-content: center;
}

/*mid*/

.midMenuArea {
margin-top: 25px;
}
.midMenuArea ul{
display:flex;
width:100%;
}
.midMenuArea li{
width:auto;
}
.midMenuArea li:nth-child(1){text-align:left;}
.midMenuArea li:nth-child(2){text-align:center;}
.midMenuArea li:nth-child(3){text-align:right;}

.midMenuArea img{
max-width:100%;
}




.midMenuArea2 {
margin-top: 25px;
}
.midMenuArea2 ul{
display:table;
table-layout: fixed;
width:100%;
}
.midMenuArea2 li{
display:table-cell;
}
.midMenuArea2 li:nth-child(1){
width:37%;
}
.midMenuArea2 li:nth-child(2){
width:40%;
}
.midMenuArea2 li:nth-child(3){
width:23%;
}

.midMenuArea2 img{
max-width:100%;
}


.MidMenuArea3 img{
width:100%;
margin-bottom:15px;
}


.MidMenuArea4{
margin-bottom:30px;
text-align:center;
}

@media only screen and (max-width: 768px) {
.midMenuArea2 ul{
display:initial;
table-layout: initial;
width:100%;
}
.midMenuArea2 li{
display:initial;

     float: left;
}
.midMenuArea2 li:nth-child(1){
width:100%;
}
.midMenuArea2 li:nth-child(2){
width:100%;
}
.midMenuArea2 li:nth-child(3){
width:100%;
}
.midMenuArea2 img{
width:100%;
margin-bottom: 15px;
}
.MidMenuArea4{
margin-bottom:10px;
}

}









/**/

 /* ▼タブ機能の掲載領域の装飾(※必須ではありません) */
   .tabbox { margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

   /* ▼タブ機能を制御するラジオボタン(非表示にする) */
   .tabbox input { display: none; }

   /* ▼タブ(共通装飾＋非選択状態の装飾) */
   .tab {

    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 45px;
    line-height: 1em;
      border-width: 2px 2px 0px 2px;
      border-style: solid;
      border-radius: 0.75em 0.75em 0px 0px;
      color: black;
      background-color: #FFF;
      font-weight: bold;
    margin-bottom: 0;
    transition: all 0.2s linear;
    width: calc(100% / 3);
    text-align: center;
   }
   .tab#news1 {border-color: #009245;}
   .tab#news2 {border-color: #f7931e;}
   .tab#news3 {border-color: #8cc63f;}
   .tab#news4 {border-color: #55c2f1;}
   .tab#news5 {border-color: #ff6699;}
   .tab#news6 {border-color: #ff0000;}

   /* ▼タブにマウスポインタが載った際の装飾 */
   .tab#news1:hover {background-color: #fff; color: #009245; cursor: pointer; }
   .tab#news2:hover {background-color: #fff; color: #f7931e; cursor: pointer; }
   .tab#news3:hover {background-color: #fff; color: #8cc63f; cursor: pointer; }
   .tab#news4:hover {background-color: #fff; color: #55c2f1; cursor: pointer; }
   .tab#news5:hover {background-color: #fff; color: #ff6699; cursor: pointer; }
   .tab#news6:hover {background-color: #fff; color: #ff0000!important; cursor: pointer; text-decoration:none;}

   /* ▼チェックが入っているラジオボタンの隣にあるタブの装飾(＝選択状態のタブ) */
   input:checked + .tab#news1 { color: #fff; background-color: #009245; position: relative; z-index: 10; }
   input:checked + .tab#news2 { color: #fff; background-color: #f7931e; position: relative; z-index: 10; }
   input:checked + .tab#news3 { color: #fff; background-color: #8cc63f; position: relative; z-index: 10; }
   input:checked + .tab#news4 { color: #fff; background-color: #55c2f1; position: relative; z-index: 10; }
   input:checked + .tab#news5 { color: #fff; background-color: #ff6699; position: relative; z-index: 10; }

   /* ▼タブの中身(共通装飾＋非選択状態の装飾) */
   #tabcontent1 { display: none; border: 2px solid #009245; margin-top: -1px; margin-bottom:30px; position: relative; z-index: 0; background-color: #fff; transition: all 0.2s linear;}
   #tabcontent2 { display: none; border: 2px solid #f7931e; margin-top: -1px; margin-bottom:30px; position: relative; z-index: 0; background-color: #fff; transition: all 0.2s linear;}
   #tabcontent3 { display: none; border: 2px solid #8cc63f; margin-top: -1px; margin-bottom:30px; position: relative; z-index: 0; background-color: #fff; transition: all 0.2s linear;}
   #tabcontent4 { display: none; border: 2px solid #55c2f1; margin-top: -1px; margin-bottom:30px; position: relative; z-index: 0; background-color: #fff; transition: all 0.2s linear;}
   #tabcontent5 { display: none; border: 2px solid #ff6699; margin-top: -1px; margin-bottom:30px; position: relative; z-index: 0; background-color: #fff; transition: all 0.2s linear;}

   /* ▼チェックが入っているラジオボタンに対応するタブの中身を表示する */
   #tabcheck1:checked ~ #tabcontent1 { display: block; transition: all 0.2s linear;}
   #tabcheck2:checked ~ #tabcontent2 { display: block; transition: all 0.2s linear;}
   #tabcheck3:checked ~ #tabcontent3 { display: block; transition: all 0.2s linear;}
   #tabcheck4:checked ~ #tabcontent4 { display: block; transition: all 0.2s linear;}
   #tabcheck5:checked ~ #tabcontent5 { display: block; transition: all 0.2s linear;}

@media only screen and (max-width: 768px) {
   .tab {
    width: calc(100% / 1);
   }
} 

/*新着タブ*/

.tabcontent{    width:calc(100%);}
.tabcontent h3{
background-color:#999;
color:#FFF;
font-size:1.2em;
font-weight:bold;
text-align:center;
padding:10px;
margin:10px 0px 0px;
}
.tabcontent ul{
margin:0;
padding:0;
}
.tabcontent li{
padding:10px;
}
.tabcontent li:last-child{
text-align:right;
}
.tabcontent li a{
color:#000;
}
.tabcontent li div:first-child{
color:#7f3700;
font-weight:bold;
float:left;
padding-right:1em;
}
.tabcontent li:nth-child(even){
background-color:#eefeff;
}

.news_title span{
background-color:#eb3b81;
border:1px solid #ad2059;
border-radius:3px;
color:#FFF;
text-decoration:none;
padding:0px 3px;
}

@media only screen and (max-width: 768px) {
   /*.tab#news2 {display: none;}
   .tab#news3 {display: none;}
   .tab#news4 {display: none;}*/
.tab:nth-child(4),
.tab:nth-child(5),
.tab:nth-child(6),
.tab:nth-child(7),
.tab:nth-child(8) {
      border-radius:0px;
}

.tabcontent h3{display: none;}
.tabcontent li div:first-child{
float:none;
}
}

.tabcontent3Inner{
padding:15px;
}

/*bottomArea*/

.bg_bottom{
background-image:url(../images/bg_bottom.png);
padding:30px 15px;
}
.magazine_title{
text-align:center;
position:relative;
}
.fbArea{
text-align:center;
margin:0 auto;
    max-width: 320px;
}
.fbArea iframe{
width:100%;
display:block;
}



.exposFace{
position:absolute;
}
@media only screen and (max-width: 768px) {
.exposFace{
width:20%;
}
}


.pickup_magazine{
text-align:center;
}
.maga_thumb img{
      height: 350px;
    max-height: 100%;
    width: auto;
transform: rotate(-2deg);
padding-top:15px;
}

.magazineBtn01,
.magazineBtn02,
.magazineBtn03{
color:#FFF;
display:block;
font-weight:bold;
padding:10px;
margin:10px 15px 20px;
position:relative;
transition: all 0.2s linear;
}
.magazineBtn01{background-color:#8cc63f;border:1px solid #8cc63f;}
.magazineBtn02{background-color:#29abe2;border:1px solid #29abe2;}
.magazineBtn03{background-color:#ff62ca;border:1px solid #ff62ca;}
.magazineBtn01:hover{background-color:#aed778;color:#FFF;}
.magazineBtn02:hover{background-color:#69c4eb;color:#FFF;}
.magazineBtn03:hover{background-color:#ff91da;color:#FFF;}


.magazineBtn01:after,
.magazineBtn02:after,
.magazineBtn03:after{
font-family: "Font Awesome 5 free";
content: "\f138";
font-weight : 900;
position: absolute;
     right: 15px;
}


.bnrbtmOuter{
padding-top:20px;
}

.bnr_btm{
text-align:center;
margin-bottom:20px;
}

.bnr_btm img {
/*    width: 100%;*/
}


/*footer*/

/*.bg_footer{
background-image:url(../images/bg_footer.png);
background-repeat: repeat-x;
background-position-x: center;
padding-top:115px;
}*/



.bg_ftunder{
background-image:url(../images/bg_ftunder.jpg);
}

.bg_footer {
  background: url(../images/bg_footer2.png);
  background-position:top;
  background-repeat:repeat-x;
  width: 100%;
  overflow: hidden;
padding-top:115px;

/*  -moz-animation: loop 26s linear infinite;
  animation: loop 26s linear infinite;*/
}

/*アニメーション*/
@keyframes loop {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -1700px 0;
  }
}


.footerAreaL{
padding: 15px;
}
.footerAreaR{
padding: 15px;
text-align:right;
}

.copyright{
text-align:center;
}

#footLinks{
display:inline-block;
}
#footLinks a{
color:#000;
position:relative;
padding: 0px 10px;
top:3px;
}
#footLinks a:after{
font-family: "Font Awesome 5 free";
content: "\f138";
color:#666;
font-weight : 900;
position:relative;
margin-left: 5px;
}

.ftMenu{
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}
.ftMenu a,
.ftMenu a:hover{
color:#666;
font-size:1em;
font-weight:bold;
position:relative;
     padding: 10px 0px;
    display: block;
    width:calc(100%/5);
}
.ftMenu a:before{
font-family: "Font Awesome 5 free";
content: "\f0da";
color:#666;
font-weight : 900;
position:relative;
margin-right: 5px;
}


@media only screen and (max-width: 768px) {

.spWhite{
background-color:#FFF;
border-top:1px solid #666;
border-bottom:1px solid #666;
}

.footerAreaR{
padding: 0px 15px 15px;
text-align:left;
}
.footerAreaR a{
display:block;
     padding: 10px 0px 10px;
}
.ftMenu{
text-align:left;
display;block;
}
#footLinks a{
    color: #666;
    font-size: 1.2em;
    font-weight: bold;
    position: relative;
    padding: 0px; 
    top:initial;
     padding: 10px 0px 10px;
}
#footLinks a:last-child{
     padding: 10px 0px 10px;
}
#footLinks a:after{
content: "";
}
#footLinks a:before{
font-family: "Font Awesome 5 free";
content: "\f0da";
color:#666;
font-weight : 900;
position:relative;
margin-right: 5px;
}
.ftMenu a,
.ftMenu a:hover{
    width:100%;
}

}

@media only screen and (max-width: 998px) {

.bg_footer {
  background: url(/images/bg_footer3.png);
  background-position:top;
  background-repeat:no-repeat;
}
}

/*内部ページ・汎用*/

.main_title{
position:relative;
}

.chara01:before{
content:url(/images/icon_chara01.png);
position:absolute;
left: 8px;
bottom: 0px;
}
.chara02:before{
content:url(/images/icon_chara02.png);
position:absolute;
left: 8px;
bottom: 0px;
}
.chara03:before{
content:url(/images/icon_chara03.png);
position:absolute;
left: 8px;
bottom: 0px;
}
.chara04:before{
content:url(/images/icon_chara04.png);
position:absolute;
left: 8px;
bottom: 0px;
}

.iconSR{
position:relative;
padding: 25px 5px 25px 65px!important;

}
.iconSR:before{
content:url(/images/icon_selfreform.png);
position:absolute;
left: 8px;
top: 50%;
margin-top: -29px;
}

.sideSR{
position:relative;
padding: 25px 5px 25px 65px!important;
}
.sideSR:before{
content:url(/images/icon_selfreform.png);
position:absolute;
left: 8px;
top: 50%;
margin-top: -29px;
}

.side_navi span{
background-color: #eb3b3b;
    border: 1px solid #ad2020;
border-radius:3px;
color:#FFF;
text-decoration:none;
padding:3px 3px 0px;
margin-bottom: 3px;
display: inline-block;
}
.SR{
background-color: #eb3b3b;
    border: 1px solid #ad2020;
border-radius:3px;
color:#FFF;
text-decoration:none;
padding:3px 3px 0px;
margin-right: 10px;
margin-bottom: 3px;
display: inline-block;
}

.submenu{
padding:20px 10px
}

.submenu li{
padding:0px 3px;
}

.sidehead1{
background-color:#15afe5;
text-align: center;
padding: 15px 0;
}
.sidehead2{
background-color:#00924c;
text-align: center;
padding: 15px 0;
}
.sidehead3{
background-color:#e0068b;
text-align: center;
padding: 15px 0;
}
.sidehead4{
background-color:#fbb03b;
text-align: center;
padding: 15px 0;
}
.sidehead5{
background-color:#ed1c24;
text-align: center;
padding: 15px 0;
}

.sideOuter{
border: 10px solid rgba(250,245,230,0.9);
     position: relative;
    top: -10px;
}


/*About*/

.greeting_image {
	float: right;
	width: 240px;
	margin: 0 0 1em 2em;
}

.greeting_image img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 768px) {
.greeting_image {
      float: none;
    width: 80%;
    margin: 20px auto;
}
}


.aboutMapsAll{
position:relative;
text-align:center;
}

.aboutMapsAll a{
background-color:#FFF;
    color: #000;
     border: 1px solid #999;
    padding: 10px 30px 8px;
    border-radius: 6px;
transition: all 0.2s linear;
position:relative;
     margin: 20px 0px 30px;
    display: inline-block;
}
.aboutMapsAll a:hover{
background-color:#CCC;
    color: #000;
text-decoration:none;

}

.aboutMapsAll a:after{
font-family: "Font Awesome 5 free";
content: "\f138";
color:#00bfb8;
font-weight : 900;
position:absolute;
right:10px;
margin-left: 5px;
}

.aboutMaps h4{
    margin:30px 0px;
    border-top: 1px solid;
    border-left: 11px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 10px;
    font-size: 16px;
text-align:left;
}
.aboutMaps{
text-align:center;
}
.aboutMaps p{
text-align:left;
}
.aboutMaps img{
padding-bottom:20px;
}


.h4f h4{
border-color:#69b1ff;
}
.h4s h4{
border-color:#ffa200;
}
.h4d h4{
border-color:#ff6d6d;
}
.h4a h4{
border-color:#00ce68;
}

@media only screen and (max-width: 992px) {

.aboutMapsAll a{
position:relative;
width:100%;
    margin-top: 30px;
    display: inline-block;
     top: auto;
    left: auto;
}
}



#principle{
background-size:contain;
}

.policyOuter{
border:2px solid #a2c334;
padding:4px;
border-radius:10px;
background-color:#fffde5;
max-width: 550px;
width: 100%;
margin: 0 auto;
}
.policyInner{
border:1px solid #a2c334;
border-radius:10px;
padding:15px;
}
.policyInner ul{
margin-bottom:0;
}
.policyInner li{
padding:15px;
font-weight:bold;
text-indent: -2em;
margin-left: 2em;
}

.principle_images{
text-align:center;
}
.principle_images img{
    width: 220px;
    /* float: left; */
    /* margin-right: 30px; */
    margin: 0 auto;
}


@media only screen and (max-width: 992px) {
#concept{
     padding: 40px 0px 300px;
}
#concept p {
     margin-right: 0px;
}
}

.selfreform{
text-align:center;
padding:0 0 30px;
}
.selfreform img{
max-width:300px;
width:100%;
}

.cautionSR{
    border: 2px solid #a2c334;
    padding: 4px;
    border-radius: 10px;
    background-color: #fffde5;
    /* max-width: 245px; */
    margin-left: 70%;
    width: 25%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    right: 0;
}
.cautionSRinner{
border: 1px solid #a2c334;
    border-radius: 10px;
    padding: 15px;
}

@media only screen and (max-width: 992px) {
.cautionSR{
    border: 2px solid #a2c334;
    padding: 4px;
    border-radius: 10px;
    background-color: #fffde5;
    /* max-width: 245px; */
    margin-left: 70%;
    width: 100%;
    margin: 0 auto 20px;
    position:relative;
    
}
}


.sidebnrs a{
    border: 1px solid #009245;
    display: block;
    text-align: center;
    padding: 15px;
    margin: 0 10px;
    position:relative;
}
.sidebnrs img{
    padding: 5px 0 0;
}

/*AboutEX*/


.btn4Map{
background-color:#FFF;
    color: #000;
     border: 1px solid #999;
    padding: 10px 30px 8px;
    border-radius: 6px;
transition: all 0.2s linear;
position:relative;
     margin: 20px 0px 30px;
    display: inline-block;
}
.btn4Map:hover{
background-color:#CCC;
    color: #000;
text-decoration:none;

}

.btn4Map:after{
font-family: "Font Awesome 5 free";
content: "\f138";
color:#00bfb8;
font-weight : 900;
position:absolute;
right:10px;
margin-left: 5px;
}

.popupModal1{
text-align:center;
}


.popupModal1 > input { /* ラジオボックス非表示 */
    display: none;
}
.popupModal1 > input:nth-child(1) + label { 
    cursor: pointer;
}
.modalPopup2 { /* 初期設定 ポップアップ非表示 */
    display: none;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {/* ラジオ１ チェックでポップアップ表示 */
    display: block;
    z-index: 998;
    position: fixed;
    width: 90%;
    height: auto;
    border-radius: 20px;
    left: 50%;
    top: 50%;
    margin-top: 30px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    padding: 10px 20px;
    overflow: hidden;
}
@media (min-width: 768px) {/* PCのときはページの真ん中の600x600領域 */
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2{
         width: 880px;
         height: 750px;
         padding: 30px;

    }
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
     left: 50% !important;
     top: 50% !important;
     margin-left: 310px !important;
     margin-top: -340px !important;
}
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div {/* */
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe {
    width: 100%;
      height:100%;
      border:none;
      display:block;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img {/* ポップアップの中の要素 */
max-width: 100%;
}
.popupModal1 > input:nth-child(1) + label ~ label {
    display: none;/* ラジオ１ 以外のラベルを初期は非表示 */

}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 997;
    text-indent: -999999px;
    overflow: hidden;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 999;
    width: 44pt;
    height: 44pt;
    font-size: 40px;
    border-radius: 50%;
    line-height: 44pt;
    text-align: center;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2,
.popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 { /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
    display: none;
}


.modalPopup2 {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.popupModal1 .modalTitle {
     padding-bottom: .5em;
     margin: .5em 0;
     border-bottom:
     1px solid #ccc;
     font-weight: bold;
     font-size:1.2em;
}
.popupModal1 .modalMain {
     color:#222;
     text-align: left;
     font-size: 14px;
     line-height: 1.8em;
}


/*shop*/

.shop_link{
text-align:center;
}
.shop_link img{
max-width: 300px;
    width: 100%;
}
.shopBuyBox{
text-align:center;
}


/*sitemap,link*/

.link_list a{
color:#000;
}

/*product*/
.productMainImg{
text-align:center;
}

.productMainImg img{
      border-radius: 20px;
}


.productMainTitle{
      margin: 10px 0px;
    border: 1px solid;
}
.productMainTitle h3{
      display: inline-block;
    font-size: 28px;
    padding: 10px;
    margin: 0px;
}
.productMainTitle span{
      display: inline-block;
    font-size: 28px;
    padding: 5px;
    margin: 0px;
}

.ringo h3{
background-color:#c1272d;
color:#FFF;
font-weight:bold;
}
.productInner{
margin-bottom:30px;
}
.productInner p{
display:inline;
border-bottom: dashed 1px #CCC;
line-height: 2.5em !important;
}

.productPrev{
text-align:left;
}
.productNext{
text-align:right;
}

.productPrev p,
.productNext p{
      display: inline-block;
    text-align: center;
     color: #c1272d;
    padding: 30px 15px 15px;
}
.productPrev span,
.productNext span{
font-size:18px;
}
.productPrev img,
.productNext img{
width:50%;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.productPrev img{
float:left;
}
.productNext img{
float:right;
}

.productTips{
    border: 3px solid #006837;
    padding: 30px 15px 15px;
    margin: 15px 15px 25px;
    position:relative;
}
.productTips h4{
    background-color: #006837;
    color: #FFF;
    position: absolute;
    top: -25px;
    padding: 8px 20px;
    border-radius: 25px;
    
}
.productTips p{
text-indent:-1em;
margin-left:1em;
margin-bottom:0.75em;
}
.productTips p:last-child{
margin-bottom:0;
}



.baseBtn a,
.productBtn a{
background-color:#FFF;
    color: #000;
     border: 1px solid #999;
    padding: 15px 30px 13px;
    border-radius: 6px;
     display: block;
    text-align: center;
position:relative;
transition: all 0.2s linear;
margin-bottom:20px;
}

.baseBtn a:hover,
.productBtn a:hover{
background-color:#CCC;
    color: #000;
text-decoration:none;
}
.baseBtn a:after,
.productBtn  a:after{
font-family: "Font Awesome 5 free";
content: "\f138";
color:#00bfb8;
font-weight : 900;
position:absolute;
top:50%;
margin-top: -10px;
right:10px;
margin-left: 5px;
}
@media only screen and (max-width: 768px) {
.productPrev img,
.productNext img{
width:80%;
}
.productPrev p,
.productNext p{
padding:0;
}
.productPrev span,
.productNext span{
font-size:12px;
}
}


/*recipe*/

.sub_mid{
      text-align: center;
    font-size: 20px;
    color: #006837;
}
.recipeOuter{
text-align:center;
}
.recipeOuter p{
padding-bottom:30px;
}
.recipeOuter span{
display:block;
}

.recipeOuter a,
.recipeOuter a:hover{
color:#000;
}

.recipeTitle{
      font-size: 20px !important;
    font-weight: bold;
    text-align: center;
}

/*farm*/

.info_title a{
color:#000;
}

.planList a,
.planList p{
background-color: #FFF;
    border: 1px solid #999;
    padding: 10px 10px 10px;
    border-radius: 6px;
    transition: all 0.2s linear;
    position: relative;
    margin: 5px -10px;
    display: block;
    line-height: 1.5em!important;
}
.planList a:hover {
    background-color: #CCC;
    color: #000;
    text-decoration: none;
}
.planList a:after {
    font-family: "Font Awesome 5 free";
    content: "\f138";
    color: #00bfb8;
    font-weight: 900;
    position: absolute;
    right: 10px;
    margin-left: 5px;
}

.planList span{
font-size:10px;
}

@media only screen and (max-width: 360px) {
.planList a:after {
    right: 4px;
}
}

.fPlanImg{
text-align:center;
}
.fPlanImg p{
font-size:0.8em;
}

.sub_title4{
      margin-top: 40px;
    color: #006633;
    font-size: 16px;
     border-bottom: 1px solid #006633;
    padding: 10px;
}


/*bank*/

.campaign_thumb img{
float:left;
     padding-right: 15px;
}
.campaignBox{
      display: inline-block;
    vertical-align: top;
    margin: 15px 0px;
    padding: 15px;
    width:100%;
    min-height: 260px;
    border: solid 2px #A2C334;
    border-radius: 10px;
    background: #FFFDF2;
    position: relative;
}

#bank_navi,
a#navi_interest{
text-align:center;
}



.campaignBox dt {
    color: #3C9100;
    font-size: 18px;
    font-weight: bold;
}
.campaignBox dd {
    margin-top: 5px;
    font-size: 14px;
}

/*
.tbCtrl,
.tbCtrl2{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
*/

.tbCtrl th,
.tbCtrl2 th {
    background: #E0EFF6;
    text-align: right;
    font-weight: normal;
}
.tbCtrl td,
.tbCtrl2 td {
    background: #FFF;
    text-align: center;
    font-weight: normal;
}
.tbCtrl th, .tbCtrl2 th,
.tbCtrl td, .tbCtrl2 td {
    padding: 5px 10px;
    vertical-align: middle;
    border: solid 1px #4D4D4D;
}

.tbCtrl tbody tr:first-of-type th {
    background: #FFF;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 2px #4D4D4D;
}
.tbCtrl tbody tr:first-of-type th:last-child {
    background: #E0EFF6;
    border-top: solid 2px #4D4D4D;
    border-left: solid 2px #4D4D4D;
    border-right: solid 2px #4D4D4D;
    border-bottom: solid 1px #4D4D4D;
    text-align: center;
}

.tbCtrl tbody tr {
    border-left: solid 2px #4D4D4D;
    border-right: solid 2px #4D4D4D;
}
.tbCtrl tbody tr:first-of-type {
    border-left: none;
    border-right: solid 2px #4D4D4D;
}
.tbCtrl tbody {
    border-bottom: solid 2px #4D4D4D;
}
.bankTax{
max-width:600px;
margin:0 auto;
padding:10px;
}
.bankLink{
width:100%;
max-width:450px;
margin:15px auto 30px;
}
.bankTableOuter{
text-align:center;
}


@media only screen and (max-width: 450px) {
.campaign_thumb img{
width:50%;
}
}


/*pager*/
.pager{
text-align:center;
}
.pager a, .pager span {
    padding: 8px;
    border: 1px solid;
    width: 42px;
    display: inline-block;
    margin: 5px;
    color:#000;
    background-color:#FFF;
    transition: all 0.2s linear;
    
}
.pager > .current{
    color:#FFF;
    background-color:#006837;
    text-decoration:none;
}
.pager a:hover{
    color:#000;
    background-color:#CCC;
    text-decoration:none;
}

/*trouble*/

.troubleLinks a{
      background-color: #FFF;
    color: #000;
    position: relative;
    border: 1px solid #999;
    padding: 10px 45px 8px 15px;
    border-radius: 6px;
    transition: all 0.2s linear;
    display: inline-block;
    margin: 10px 0px 30px;
}
.troubleLinks a:hover{
background-color:#CCC;
    color: #000;
text-decoration:none;

}

.troubleLinks a:after{
font-family: "Font Awesome 5 free";
content: "\f138";
color:#00bfb8;
font-weight : 900;
position:absolute;
right:10px;
margin-left: 5px;
}

/*guide*/

.guideItemBox{
    position: relative;
    padding: 15px;
    border: 2px solid #669900;
     margin: 25px 0px 20px;
}
.guideItemBox h5{
      margin: 0;
    position: absolute;
    top: -15px;
    background-color: #FFF;
    padding: 0px 5px;
}

.cautionItemBox{
    position: relative;
    padding: 15px;
    border: 2px solid #CC0000;
     margin: 25px 0px 20px;
}
.cautionItemBox h5{
      margin: 0;
    position: absolute;
    top: -15px;
    background-color: #FFF;
    padding: 0px 5px;
}
.caution{
	border: 3px red solid;
	border-radius: 50px;
	padding:25px
}

.caution_text{
	font-size:1.3em;
	color:red;
	text-align:center;
}

.caution_text_l{
	font-size:1.8em;
	color:red;
	font-weight:bold;
}

.caution_under {
	border-bottom: solid 2px #FF0000;
}

/*compliance*/

.linkbot {
    display: block;
    color: #333;
    text-decoration: none;
    font-weight: 700;
    padding: 8px 8px 8px 24px;
    width: 500px;
    margin: 0px auto;
    border-top: dashed 1px #9acd32;
}
li.linkbot:last-child {
    border-bottom: dashed 1px #9acd32;
}
.linkbot a{
color:#000;
}

.complianceOuter{
border: 1px solid #CCC;
margin: 0 30px;
}

.complianceOuter li:last-child {
    text-align: left!important;
}

/*agriculture*/

.farmerGuide {
text-align:center;
}
.farmerGuide img{
      max-height: 300px;
    display: block;
}

.agriTable table{
border-top:1px solid #999;
border-left:1px solid #999;
}
.agriTable td{
border-right:1px solid #999;
border-bottom:1px solid #999;
padding:5px;
}
.agriTable td:first-child{
text-align:left;
}
.agriTable td:last-child{
text-align:left!important;
}

.agriTable::-webkit-scrollbar{
 height: 5px;
}
.agriTable::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.agriTable::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
.agriTable{
overflow: auto;
white-space: nowrap;
}


.baseTable table{
border-top:1px solid #999;
border-left:1px solid #999;
width:100%;
}
.baseTable th,
.baseTable td{
border-right:1px solid #999;
border-bottom:1px solid #999;
padding:5px;
text-align:center;
}
.baseTable::-webkit-scrollbar{
 height: 5px;
}
.baseTable::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.baseTable::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
.baseTable{
overflow: auto;
white-space: nowrap;
}

.imgOuter{
text-align:center;
padding:30px 0;
}
.imgOuter img{
max-width:80%;
}
.b15m{
margin-bottom:15px;
text-align:center;
}

.imgOuter span,
.b15m span {
font-size: 0.9em;
}

.fertilizerImg{
text-align:center;
padding:20px 0;
     border-top: 1px solid #999;
}

.fertilizerText{
line-height:1.8em;
padding:20px 0;
}

@media only screen and (max-width: 768px) {
.fertilizerImg{
padding:20px 0 10px;
}
}

/*life*/

.loan_ex {
    border: 1px solid #000;
    display: inline-block;
    padding: 15px 15px 0;
}
.loan_ex dl{
    margin-bottom:0px;
}
.loan_ex dd{
    margin-bottom:15px;
}
.loan_ex span{
    color: #D00;
    display: block;
}

/*contribution*/

.assistTable h5{
text-align:center;
}

.assistTable table{
    border-top:1px solid #999;
    border-left:1px solid #999;
    width:100%;
    margin-bottom:30px;
}
.assistTable2 table{
    border-top:1px solid #999;
    border-left:1px solid #999;
    margin-bottom:30px;
    text-align:center;
}
.assistTable td,
.assistTable2 td{
    border-right:1px solid #999;
    border-bottom:1px solid #999;
    padding:15px;
    line-height:2em;
}
.assistTable td:first-child{
    background-color:#E6E6E6;
}
.assistTable2 td:nth-child(1){background-color:#CCC;}
.assistTable2 td:nth-child(2){background-color:#E6E6E6;}


.assistTable2{
overflow: auto;
white-space: nowrap;
}
.assistTable2::-webkit-scrollbar{height: 5px;}
.assistTable2::-webkit-scrollbar-track{background: #F1F1F1;}
.assistTable2::-webkit-scrollbar-thumb {background: #BCBCBC;}


@media only screen and (max-width: 768px) {
.assistTable td{
    float:left;
    width:100%;
}
}

.assistLink a {
    background-color:#FFF;
    border: 1px solid #CCC;
    border-radius: 3px;
    color:#333;
    padding: 0 10px;
    width: 100px;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
    transition: all 0.2s linear;
}

.sideBnr{
border:1px solid #0c7f6a;
text-align:center;
border-radius:2px;
}
.sideBnr a{
font-size:0.9em;
display:block;
padding:5px;
background-color:#FFF;
transition: all 0.2s linear;
}
.sideBnr a:hover{
text-decoration:none;
background-color:#E6E6E6
}

/*notice*/

.noticeTable1{
}
.noticeTable1 table{
border-top:1px solid #999;
border-left:1px solid #999;
margin: 0 auto;
}
.noticeTable1 th{
border-right:1px solid #999;
border-bottom:1px solid #999;
text-align:center;
padding:10px;
white-space: nowrap;
}
.noticeTable1 td{
border-right:1px solid #999;
border-bottom:1px solid #999;
padding:10px;
}
.noticeTable1 td:nth-child(2),
.noticeTable1 td:nth-child(3){
text-align:center;
}

.noticeList1 ul{
margin:10px;
}
.noticeList1 li{
padding:10px;
text-indent: -1em;
}
.noticeList1 li:before{
content:"・";
}


/*event*/

.eventOuter{
margin:30px auto 60px;
}


.eventHead{
    position: relative;
    height: 100%;
    text-align:center;
    border: 1px solid #00a63c;
    margin-right: -22px;
    /*border-radius: 15px 0px 0px 15px;*/
    background-color: #00a63c;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.eventHead h3{
    position: relative;/*
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);*/
    margin:0;
    font-size:21px;
    font-weight:bold;
}


.eventList{
}
.eventList ul{
    margin-bottom: 0px;
}
.eventList li{
    margin-bottom: 8px;
    border: 1px solid #00a63c;
}
.eventList li:first-child{
    /*border-radius: 0px 15px 0px 0px;*/
}
.eventList li:last-child{
    margin-bottom: 0px;
    /*border-radius: 0px 0px 15px 0px;*/
}
.eventList li > span{
    display: inline-block;
    width: 150px;
    background-color: #00a63c;
    color: #FFF;
    text-align: center;
    padding: 10px 0px;
    margin-right:10px;
}

.eventMore {
    margin-top: 8px;
    text-align: right;
}
.eventMore a{
    display: inline-block;
    background-color: #00a63c;
    border: 1px solid #00a63c;
    color: #fff!important;
    max-width: 200px;
    text-align: center;
    width: 100%;
    padding: 10px;
}

@media only screen and (max-width: 992px) {

.eventHead{
    margin-right: 0px;
    margin-bottom:8px;
}
.eventList ul{
    padding-top: 8px;
}

}

@media only screen and (max-width: 768px) {

.eventList li{
    padding: 10px;
}
.eventList li > span{
    width: 100%;
    padding: 5px 0px;
    margin-bottom:5px;
}

}


.yellForm{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
}

/*sobakura*/

.menu_outer{}
.menu_box_outer{}

.youtubeOuter {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
    margin-top: 30px;
}
 
.youtubeOuter iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.movList{
    max-width: 700px;
    margin: 0 auto;
}

.netshopLink{

}
.netshopLink a{
    display: block;
    text-align: center;
    border: 1px solid #333;
    border-radius: 5px;
    max-width: 380px;
    margin: 15px auto;
    position:relative;
    padding-right:20px;
}
.netshopLink a:after{
    font-family: "Font Awesome 5 free";
    content: "\f138";
    color:#333;
    font-weight : 900;
    position: absolute;
    top:50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}
/*台風バナー*/
.containerbanner{
    margin:0 auto;
    width: 100%;
    text-align: center;
	padding-top:20px;
    max-width: 1000px;
}
@media only screen and (max-width: 992px) {
    .containerbanner{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width:calc(100% - 24px);
        max-width:530px;
        gap: 0px 10px;
    }
}

.shopExtraCaution {
    display: none;
}
.shopExtraCaution span{
    background-color: #de2126;
    color: #fff;
    padding: 10px;
    max-width: 240px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
}
.shopExtraCaution p{}


.youtubeInner{
    max-width:1200px;
    margin:0 auto;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.shopOuterImage img{
    width:100%;
}

/*10th*/
.tagayasou{
  width:390px;
  height:90px;
  margin:10px 0 0;
}
.image-container {
  position: relative;
  display: inline-block;
}

.clickable-image {
  cursor: pointer;
  width:100px;
  transition: all 0.2s linear;
}
.clickable-image:hover {
  background-color: #ddd;
}

.tooltip {
  position: absolute;
  bottom: -160px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 3px solid #00a63c;
  color: #333;
  padding: 15px;
  border-radius: 5px;
  white-space: nowrap;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.tooltip::after {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #00a63c;
}
.tooltip.show {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 992px) {
	.tagayasou{
	  width:260px;
	  height:60px;
	  margin:5px 0;
	}

	.clickable-image {
	  cursor: pointer;
	  width:60px;
	  transition: all 0.2s linear;
	}
	.tooltip {
          top: 70px;
          bottom: auto;
          left: 10px;
          transform: translateX(0%);
          width: calc(100vw - 20px);
          white-space: normal;
          font-size: 12px;
	}
	.tooltip::after {
	  left: 10px;
	  transform: translateX(0%);
	}
}