@charset "utf-8";


.contents{
 font-family:'Roboto','Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro';
 letter-spacing: 0.1em;
    color:#4D4D4dD;
    font-size: 1.6rem;
    background-color:;
    width: 100%;
    margin: 0 auto;
    max-width: 600px;
}


.title{
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 8px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
  font-weight: bold;
  
}

.title2
{
 font-weight: bold;
}

.fs-c-button--primary {
    background: #787878;
    border: 1px solid #787878;
    border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.8em 1.6em 0.6em;
    box-shadow: 0 0 2px #b2b2b2;
    min-width: 240px;
    margin: auto;
}

.product1 {
    margin-top: 0;
    padding: 4px 0 4px 16px;
    padding-left: 16px;
    margin-bottom: 32px;
    border-left: 7px solid #7db4e6;
    font-weight: 500;
    font-size: 2.0rem;
    position: relative;
}

.product2 {
    margin-top: 0;
    padding: 4px 0 4px 16px;
    padding-left: 16px;
    margin-bottom: 32px;
    border-left: 7px solid #696969;
    font-weight: 500;
    font-size: 2.0rem;
    position: relative;
}

.product3 {
    margin-top: 0;
    padding: 4px 0 4px 16px;
    padding-left: 16px;
    margin-bottom: 32px;
    border-left: 7px solid #ffc0cb;
    font-weight: 500;
    font-size: 2.0rem;
    position: relative;
}

.product4 {
    margin-top: 0;
    padding: 4px 0 4px 16px;
    padding-left: 16px;
    margin-bottom: 32px;
    border-left: 7px solid #494949;
    font-weight: 500;
    font-size: 2.0rem;
    position: relative;
}

.product5 {
    margin-top: 0;
    padding: 4px 0 4px 16px;
    padding-left: 16px;
    margin-bottom: 32px;
    border-left: 7px solid #CBBEDA;
    font-weight: 500;
    font-size: 2.0rem;
    position: relative;
}

.parentproductlink{
   text-align: center;
}

.productlink{
    display:inline-block;
    font-size: 2.0rem;
    color: #6495ED;
    background: linear-gradient(transparent 70%, #DDDDDD 70%);
    
}

.productlink:hover{
  opacity: 0.7;
　color: white;
  text-decoration: none;
}

.kain:hover{
  opacity: 0.7;
　color: white;
}

a:hover{
　text-decoration: none;
}

.osusume{
    background-color: #DDDDDD;
    font-size: 1.9rem;
    padding: 10px 20px;
    margin: 80px 0 10px 0;
    display: block;
    line-height: 1.7em;
    font-weight: bold;
}

.haisou{
    color: red;
}

.menu{
    display: flex;
    padding: 0;

}

.menu>li{
    position: relative;
    width: 33%;
    padding: 1rem;
    list-style: none;
}

.menu li:hover{
   opacity: 0.7;
}

.icon1{
    display: flex;
    align-items: center;
}

.icon1 img{
   width: 100%;
   height: auto;
}

.icon1 img:hover{
   opacity: 0.7;
}

.pict{
    width: 100%;
}

.text{
    margin-left: 2rem;
    width: 100%;
}

.text h3{
    padding-bottom: 1rem;
}

.productlink2{
    display:inline-block;
    font-size: 2.0rem;
    color: #6495ED;
    background:linear-gradient(transparent 80%, #ff99ab 60%);
}

.productlink3{
    display:inline-block;
    font-size: 2.0rem;
    color: #6495ED;
    background:linear-gradient(transparent 80%, #CBBEDA 60%);
}

.productlink2:hover{
  opacity: 0.7;
　color: white;
  text-decoration: none;
}

