
/* 特設フリーページ用CSS */



/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pcimg { display: block !important; 
width: 100%;}
.spimg { display: none !important;
width: 100%;}
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pcimg { display: none !important;
	width: 100%;}
    .spimg { display: block !important;
	width: 100%;}
}

.fut-gridcontainer4 {
    display: grid;
    max-width: 800px;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: auto;
    gap: 0.5rem;
}
.fut-gridcontainer3 {
    display: grid;
    max-width: 800px;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    margin: auto;
    gap: 0.5rem;
    align-items: start;
}
.fut-gridcontainer4_2 {
    display: grid;
    max-width: 800px;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: auto;
    gap: 0.5rem;
}
.fut-gridcontainer2_1 {
    display: grid;
    max-width: 800px;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    margin: auto;
    gap: 0.5rem;
}
.fut-gridcontainer2 {
    display: grid;
    max-width: 800px;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    margin: auto;
    gap: 0.5rem;
}
.fut-griditem {
    display: grid;
    margin: auto;
    align-self: start;
}





.fut-gridproduct1 {
    display: grid;
    max-width: 900px;
    width: 100%;
    grid-template-columns: 1fr 2fr;
    margin: auto;

}

.fut-gridproduct2 {
    display: grid;
    max-width: 700px;
    width: 100%;
    grid-template-columns: 2fr 1fr;
    margin: auto;
}

.fut-gridpimg {
    text-align: center;
    margin: auto;
    padding:0px;
}

.fut-gridptext {
    margin: auto 30px;
    text-align: left;
    vertical-align: middle;
}







p.fut_textdigest {
    font-size: 1rem;
    line-height: 2;
    font-weight: bold;
}

p.fut_text00 {
    font-size: 0.8rem;
    line-height: 1.4;
}
p.fut_text01 {
    font-size: 0.8rem;
    line-height: 2;
}

p.fut_text02 {
    font-size: 0.8rem;
    line-height: 2;
    text-align: left;
}
p.fut_tc53b {
    font-color: #5d653b;
}
p.fut_tc966 {
    font-color: #81a966;
}

p.fut_title01 {
    font-size: 1.5rem;
    line-height: 2;
    margin:10px 0 10px;/*上 左右 下*/
}
p.fut_title02 {
    font-size: 1.5rem;
    line-height: 2;
    font-weight: bold;
    margin:10px 0 10px;/*上 左右 下*/
}
p.fut_title03 {
    font-size: 1.5rem;
    line-height: 2;
    font-weight: bold;
    margin:10px 0 10px;/*上 左右 下*/
    text-decoration:underline ;
}


.fut_tdbb{
  border-bottom: solid 2px black;
}
.fut_tdb {
  border-top: solid 2px #000000;/*上線*/
  padding: 0.3em 0;/*上下の余白*/
  border-bottom: solid 2px #000000;/*下線*/
}
.fut_tdbgcolor {
  background: #c0c0c0;/*背景色*/
  padding: 0.5em;/*文字まわり（上下左右）の余白*/
}

.fut_h1 {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 0.5em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 10px #494949;/*左線*/
  text-align: left;
}
.fut-card01 {
    width: 100%;
    background: rgba(126, 126, 126, 0.08);
    margin: 10px 0;
    padding: 50px;
    position: relative;
}
.fut-card02 {
    display: block;
    background: #ffffff;
    margin: auto;
    padding: auto;
    width: 50%;
}
.fut-card03 {
    width: 100%;
    background: rgba(126, 126, 126, 0.08);
    margin: 10px 0;
    padding: 50px 0;
    position: relative;
}
.fut_read_more_i a {
    font-size: 16px;
    display: block;
    border: 0px solid #666666;
    color: #fff;
    background: #666666;
    max-width: 250px;
    width: 100%;
    padding: 11px 0;
    margin: 20px auto;
    text-align: center;
    border-radius: 5px;
}

.fut_read_more_cy a {
    font-size: 10px;
    display: block;
    border: 0px solid #;
    color: #000;
    background: #cdb881;
    max-width: 200px;
    width: 100%;
    padding: 11px 0;
    margin: 5px auto 30px;
    text-align: center;
    border-radius: 5px;
}

.fut_line_fix {
  width: 1px;
  height: 150px;
  background-color: #999999;
}
.fut_pngb {
    position: absolute;
    bottom: -10%;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1;
}
.fut_pngt {
    position: absolute;
    bottom: 90%;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1;
}
.fut-img01 {
    max-width: 100%;
}
.fut-img02 {
    max-width: 100%;
}
.fut-img03 {
    width: 100%;
    height: 400px;
    object-fit: cover;

}

.product2_1 {
  display: flex;
  flex-direction: row;
  background-color: #efefef;
  margin:50px 0 50px 0;
  width: 90%;
}

.pimg {
  flex-basis: 50%;
  align-self: auto;
}
.ptext {
    flex-basis: 50%;
    align-self: auto;
    text-align: left;
    padding: 0 20px 20px 20px;
}


.futdt {
	    float: left ;
	    margin-right: 0.5em ;
	    width: 120px ;
}
.futdd {
	    float: left ;
	    margin-left: 1em ;
}


/* コヨーテ・ヘッダー画像文字乗せ */
.relative_cy {
    position: relative;
    width: 100%;
}

.relative_cyimg {
  position: absolute;/*絶対配置*/
  top: 50%;
  left: 50%;
    transform: translate(-50%, -50%);
  }




@media screen and (max-width: 680px){
.fut-img01 {max-width: 70%; }
p.fut_text01 {text-align: left; }
.fut-card02 {width: 100%; }
.futpc {display: none; }
.futsp {display: inline; }
.fut-gridcontainer4_2 {grid-template-columns: 1fr 1fr;}
.fut-gridcontainer2_1 {grid-template-columns: 1fr;}
.fut-gridproduct1 {grid-template-columns: 1fr;}
.fut-gridproduct2 {grid-template-columns: 1fr;}
.fut-gridptext {order: 1}
.fut-gridpimg {order: 2;}
.product2_1 {flex-direction: column;}
.fut-gridpimg {margin: 20px;}
.absolute_cy {top: 20px;}
.absolute_cy {left: 20px;}	
.absolute_cy p {font-size: 5rem;}
    .relative_cyimg {width: 80%;}

}
@media screen and (min-width: 680px){
.futpc {display: inline; }
.futsp {display: none; }
}

