@charset "utf-8";
/* CSS Document */


h2 {
  font-weight: 700;
  font-style: normal;
}



h2.article--header {
    font-size: 2em;
    font-weight: 600;
    text-align: left;
    margin: 0.5em 0;
}


h2.model--name {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
    line-height: 1.8;
    /* border-bottom: 2px solid; */
    margin-bottom: 1em;
}



p{
  font-weight: 500;
  font-style: normal;
}


p {
    font-size: 1rem;
    line-height: 1.95;
    margin: 1em 0;
}


.fs_exlarge {
font-size: 1.4rem;
}

.fs_large {
font-size: 1.1rem;
}

.fs_small {
font-size: 0.9rem;
}

.fs_xsmall {
font-size: 0.8rem;
}


.fw_600 {
font-weight: 600;
}




.intro--inner {
    width: 80%;
    margin: 40px auto;
    text-align: left;
}

.section--inner {
    padding: 50px 0;
    max-width: 640px;
    margin: auto;
}

h3 {
    border-bottom: 2px solid;
}


.tag-wrapper {
    display: flex;
    margin: 1em 0;
}


.tag {
    display: inline-block;
    padding: 0 0.5em;
    border: solid 2px;
    margin-right: 10px;
    font-weight: 600;
    background-color: #fffaf2;
}
p.model--styling--caption {
    font-size: 0.9rem;
}


li.material--card {
    margin-bottom: 2em;
}


.introduction {
    margin: auto;
    max-width: 1000px;
}

#material {
    background-color: antiquewhite;
}


.index {
    margin: 150px auto;
}




ul.index--list {
   width: 90%;
    max-width: 600px;
    margin: auto;
}

ul.index--list {
    border: 5px solid #f7c0a9;
    position: relative;
    box-sizing: border-box;
    padding: 24px 24px 46px 24px;
}

ul.index--list li a {
    display: inline-block;
    color: #3A3A3A;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.68px;
    text-decoration: underline;
    cursor: pointer;
    position: relative;
    padding-left: 22px;
}


ul.index--list li:nth-child(n+2) {
    margin-top: 24px;
}


ul.index--list li a::before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: url("img/arrow-right.png") no-repeat center center / contain;
    width: 14px;
    height: 17px;
    vertical-align: text-bottom;
}

li.index--list--header {
    font-size: 1.4rem;
    font-weight: 600;
}

  /* 各アイテムへのリンク */   
  .productList {
    border-top: solid 1px;
    padding: 0px;
    margin: 5rem 0;
}

    
 .productList ul {
    display: flex;
    margin-bottom: 4em;
    border-bottom: solid 1px;
    padding: 20px 0;
}   
    
.productList ul li {
    width: 40%;
    margin: 0 10% 0 0;
    float: left;
}


.productList ul li img {
    width: 100%;
    float: left;
}


.productList h3 {
    font-size: 0.8rem;
    font-weight: 600;
    border: none;
    padding: 0;
}


.productList h4 {
    font-size: 1.1rem;
    font-weight: 600;
}   
  .shopping_link a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0.5em 1em;
    width: 100%;
    color: #333;
    font-size: 13px;
    font-weight: 700;
    background-color: #cccccc;
    transition: 0.3s;
}  
    
    
    
    
    

 /* リンクボタン */

.border_btn01 {
  display: inline-block;
  width: 100%;
  color: #4D9BC1; /* 文字色 */
  border: 2px solid #4D9BC1; /* 線幅・種類・色 */
  background: #fff; /* 背景色 */
  padding: 1em 2em;
  font-weight: bold; /* 文字の太さ */
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}

/* マウスオーバーした際のデザイン */
.border_btn01:hover {
  color: #fff; /* 文字色 */
  background: #4D9BC1; /* 背景色 */
}
     




@media (max-width:700px) {

.section--inner {
    width: 90%;
}

}

@media (max-width:540px) {


.fs_large {
    font-size: 1rem;
}



li.material--card p {
    font-size: 0.8rem;
}


h2.article--header {
    font-size: 1.5em;
    font-weight: 600;
    text-align: left;
    margin: 0.5em 0;
}


p {
    font-size: 0.9rem;
    line-height: 1.75;
    margin: 1em 0;
}


.tag {
    font-size: 0.7rem;
}
}
