@charset "UTF-8";





/*共通部分 
---------------------------- */


html{
     font-size: 100%;
}
body{
      line-height: 0.2;
      font-size: 1.9rem;
      color: #ffffff;


/*横幅ぴったりということ
---------------------------- */
	margin: 0;
}

a {
   text-decoration: none;
}












/*　画像の固定指示
----------------------------- */
body {
  background-image: url(0023.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
}












/* ヘッダ header
----------------------------- */


img{
    max-width: 100%;
}

.logo{
    width: 160px;
    margin-top: -5px;
    margin-left: 40px;
}




.main-nav{
      font-family:'Cabin Sketch','Sawarabi+Mincho',  serif;
     
     display: flex;
     font-size: 15.5px;
     
     margin-top: 95px;
     list-style: none;
     margin-left: 60px;
}




.page-header　wrapper{
     display: flex;
     


/*ヘッダ上部に固定指示*/
　　position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    height: 130px;

        
}





/*ヘッダ透明の指示*/
.page-header　wrapper{
	background-color : #082b4f; /* ヘッダの背景色 黒を指定*/
/* 半透明にする*/
filter:alpha(opacity=10);
opacity: 0.8;
}



/*電話番号と住所*/
.tel{
      font-size: 19px;
      font-family: 'Sawarabi+Mincho',  serif;
      margin-top: 90px;
      font-weight:bold;
      margin-left: 30px;
    }



.tel p{
      font-size: 11px;
      font-family: 'Sawarabi+Mincho',  serif;
      margin-top: 16px;
      color: #ffffff;
      
}


.icon{
      display: flex;
      margin-top: 80px;
　　　margin-left: -30px;
}

.f_icon{
      margin-left: 65px;
}

.i_icon{
      margin-left: 15px;
}









/*  リンク色
----------------------------- */
a {
 
color: #fffaf0;
 
}

/*　リンクのその他
----------------------------- */
.main-nav li {
     margin-right: 35px;
}


.main-nav {
     color: #432;
}




/* 　リンクカーソル乗せた時の色
----------------------------- */
.main-nav a:hover {
     color: #ffd700;
}


.wrapper {
    max-width: 100%;
    margin: 0 auto;
}



.main-nav a{
  position: relative;
  display: inline-block;
  transition: .3s;
  line-height: 1;
}

.main-nav a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: .3s;
  transform: translateX(-50%);
}

.main-nav a:hover::after{
  width: 100%;
}





/* 製品情報
----------------------------- */
.new-wrap :first-letter {
  font-size: 1.5em;
  color: #35619D;
        
}

.new-wrap  {
       margin: 80px auto;
	text-align: center;
}


.new_test {
    margin:  0;             /* デフォルトCSS打ち消し */
    position:  relative;    /* 位置調整 */
    margin-bottom: 35px;    /* 周りの余白指定 */
    font-size: 40px;        /* 文字サイズ指定 */
    padding-top: 30px;      /* ○の余白指定 */
    color: #1f3134;
    font-family: 'Noto Serif JP',  serif;
    text-align:  center;    /* 文字位置指定 */
}


.new_test:before {
    content:  '';                   /* 空白の要素を作る */
    width: 0;                       /* 幅指定 */
    height: 0;                      /* 高さ指定 */
    border-style: solid;            /* 三角を作る */
    border-width: 0px 0 110px 80px; /* 三角を作る */
    border-color: transparent transparent #eaedf7 transparent;  /* 三角を作る */
    position:  absolute;            /* 位置調整 */
    z-index:  -1;                   /* 重なり調整 */
    transform: rotate(30deg);       /* 回転 */
    top: -20px;                     /* 位置調整 */

}













/* 横並び指示
----------------------------- */
.ultg ul {
     overflow: hidden;
     letter-spacing: -.5em;
     text-align: center;
     margin: 0 130px 0 130px;
     margin-top: 150px;
}
.ultg li {
     display: inline-block;
     width: 20%;
     vertical-align: middle;
     letter-spacing: 0;
}



/* カードその１
----------------------------- */

.card{
  width: 288px;
  height: auto;
}

.card__imgframe{
  width: 100%;
  height: auto;
  background-size: cover;
  box-sizing: border-box;
}

.card__textbox{
  width: 100%;
  height: auto;
  padding: 20px 18px;
  background: #d3d3d3;
  box-sizing: border-box;
}

.card__textbox > * + *{
  margin-top: 10px;
}

.card__titletext{
  font-family: 'Sawarabi+Mincho',  serif;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
}

.card__overviewtext{
  font-size: 12px;
  line-height: 100px;
   color: #000000;
}

.card-skin{
  box-shadow: 2px 2px 6px rgba(0,0,0,.4);
}





/* 2段目
----------------------------- */

/* 横並び指示
----------------------------- */
.ultg2 ul {
     overflow: hidden;
     letter-spacing: -.5em;
     text-align: center;
     margin: 0 130px 0 130px;
     margin-top: 80px;
}
.ultg2 li {
     display: inline-block;
     width: 20%;
     vertical-align: middle;
     letter-spacing: 0;
}
















/*　フッタ
----------------------------- */
.page-footer {
   width: 100%;
   height: 190px; 
   text-align: center;
   margin-top: 200px;
   　}



.footer-nav {
       font-family: 'Sawarabi Mincho',  serif;
     display: flex;
     justify-content: center;
     font-size: 16px;
     text-transform: uppercase;  
     margin-top: 100px;
     list-style: none;

  margin-top: 25px; 
  margin-bottom: 110px;

}



.footer-nav li {
      margin-left : 8px;
}




/* フッタリンク色
----------------------------- */
.footer-nav a {
     color: #ffffff;
}


/* フッタリンクカーソル乗せた時の色
----------------------------- */
.footer-nav a:hover {
     text-decoration:underline;
}





.footer-nav li {
     margin-right: 5px;
}



.torihiki {
  color: #ffffff;
　　　line-height: 0.5;
      font-size: 15px;
      font-family: 'Sawarabi+Mincho',  serif;
      font-weight: normal;
 
  
}

.cop {
  color: #ffffff;
      font-size: 10px;
      font-family: 'Sawarabi+Mincho',  serif;
      font-weight: normal;
      text-align: center;
      
}



.page-footer {
background-color : #082b4f; /* ヘッダの背景色 黒を指定*/
/* 半透明にする*/
filter:alpha(opacity=10);
opacity: 0.8;



}





