
/*  デフォルト
-------------------------------------------------------------*/
	* { 
    margin: 0px; 
    padding: 0px; 	
}

img {
    width: 100%;
    height: auto;
    border: 0;
    vertical-align: bottom;
	
}


html {
    
	scroll-behavior: smooth;
	scroll-padding-top: 80px;
}

hr.example {
height: 1px;
background-color: #6c8088;
border: none;
color: #6c8088f;
}


/* header */
.bottom-fixed-button {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  padding-top: 0;
}

.bottom-fixed-button button {
  cursor: pointer;
  vertical-align: middle;
}

.bottom-fixed-button button:hover {
  opacity: 0.8;
}


.img-sp {
    display: none;
}

@media screen and (max-width:640px) {
    .img-pc {
        display: none;
    }
    .img-sp {
        display: block;
    }
}



/* anker */

a{ color: #646262; }
a:link,
a:visited,
a:hover,
a:active{ text-decoration:underline; }
a:hover,
a,
input[type="submit"],
input[type="button"]{
    -webkit-transition:0.2s ease-in-out;
    -moz-transition:0.2s ease-in-out;
    -o-transition:0.2s ease-in-out;
    transition:0.2s ease-in-out;
}
a:hover{ opacity:0.8; }


mark {
	 background: linear-gradient(transparent 0%, #FFFF9D 0%);
}

/* main */

body{
	width: 100%; 
	margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    font-size:15px;
    font-family: "游ゴシック Light", "游ゴシック", "YuGothic", sans-serif;
font-weight: 200;
	}

.product-main {
  width: 100%; 
position: static;
background-color: #cbd6db;

  /* 画像を常に天地左右の中央に配置 */
  background-position: center center ;
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
}



/* box */


.product-flame {
    width:60%; 
	padding: 0em;
    margin: 0em;
	margin-left: auto;
    margin-right: auto;
	background:#e7e8ec;
	
}

@media screen and (max-width:780px){
 
.product-flame  {
    width:100%; 
	
} } 



.product-box1 {
    width:90%; 
	padding: 2em 0em 0em 0em;
    margin: 0em ;
	margin-left: auto;
    margin-right: auto;

}


.product-box2 {
    width:80%; height:auto;
	padding:  1em;
    margin: 2em 0;
    color: #646262;
    background: #ebeef0;
    border-bottom: solid 6px #c0c3c5;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
	margin-left: auto;
    margin-right: auto;
}

.product-box2 p{
	margin: 0.5em; 
    padding: 0;
	text-align: center;
	margin-block-start: 0em;
	    margin-block-end: 0em;
}



.product-box3 {
	width:80%; 
  margin: 5em auto auto auto ;
  padding: 1em;
	color: #646262;
	margin-right: 0;
 margin-left: auto;
  background-color: #fff;
  border-left: 10px solid #e0dfe8;
}


.product-box4 {
    width:90%; 
	padding: 2em 0em 1em 0em;
    margin: 0em ;
	margin-left: auto;
    margin-right: auto;
}


.product-box5 {
	width:80%; 
  margin: 5em auto auto auto ;
  padding: 1em;
	color: #646262;
	margin-right: auto;
 margin-left: 0;
   background-color: #fff;
  border-left: 10px solid #e0dfe8;
}

.product-box6 {
    width:90%; 
	padding: 2em 0em 2em 0em;
    margin: 0em ;
	margin-left: auto;
    margin-right: auto;

}

.product-box7 {
    width:30%; 
	padding: 2em 0em 5em 0em;
    margin: 0em ;
	margin-left: auto;
    margin-right: auto;

}

.product-box8 {
    width:60%; height:auto; border:0; vertical-align:bottom;　
	padding: 2em 2em;
    margin: 1em 1em;
	margin-left: auto;
    margin-right: auto;

}

@media screen and (max-width:780px){
 .product-box8 {
    width:70%; height:auto; border:0; vertical-align:bottom;　
	padding: 2em 2em;
    margin: 1em 1em;
    font-weight: bold;
	margin-left: auto;
    margin-right: auto;

}
}




@media screen and (max-width:780px){
.product-box3 {
	width:85%;  
}
	.product-box5 {
	width:87%;  
}
.product-box7 {
    width:60%; 
}
}


/* footer */

footer {
 text-align: center;
 padding: 30px;
}
.footer a {
 text-decoration: none;
}
.footer a:hover {
opacity: 0.7;
}
.footer .menu {
 display: flex;
 flex-wrap: wrap;
 margin: 1em;
 padding: 0;
 list-style: none;
 justify-content: center;
	font-size: 14px;
}

@media screen and (max-width:780px){
.footer .menu {
	font-size: 12px;
}
}


.footer .menu li {
 margin: 0;
 padding: 0 20px;
}

.footer_copyrights {
	color: #646262;
	text-align: center;
	font-size: 14px;
	margin: 15px 15px 0px 15px;
}
