@charset "utf-8";
/*---------------------------------
リセットｃｓｓ
---------------------------------*/

*{
    padding: 0;
    margin: 0;
  }
html{
    font-size: 100%;
  }
body{
  color: #262626;
  font-family: Segoe UI, Segoe UI Midlevel, Segoe WP, Arial, Sans-Serif;
  overflow-x : hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff

}
 
a{
  text-decoration: none;
}
   
img{
  max-width: 100%;
}

p {
  font-size: 16px;
  text-align: justify;
}
    
li{
  list-style: none;
  font-size: 1.2rem;
}
  
.wrapper{
   max-width: 1200px;
   margin: 0 auto 130px auto;
   font-size: 0.9rem;
   padding: 0 4%;
}  

.button {
    position: relative;
    display: inline-block;
    padding: 0.8em 2em;
    text-decoration: none;
    color: white;
    background: #CB5266;/*色*/
    border: solid 1px #CB5266;/*線色*/
      border-radius: 25px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    margin: 5px;
    font-size: 16px;
  }
  
  .button:active {
    /*押したとき*/
    border: solid 1px #ef6475;
    box-shadow: none;
    text-shadow: none;
    
  }
  .button:hover{
    opacity: 0.8;
  }


@media screen and (max-width:600px) {
 
.marquee {
 display: none;
}

.button {
  width: 300px;
  margin: 5px;
  font-size: 16px;
  text-align: center;
}
}

    
@media screen and (max-width:600px) {

body{
 font-weight: 400;
 
}

}

.marquee{
  width: auto;
  font-size:10px;
  padding:1px 0px 1px 0px;
 color:#ffffff;
 background-color:#efd8e2;
 background: rgb(161,6,2); 
 text-align: center;
}

.marquee p{
  font-size: 10px;
  text-align: center;

}
            
h1 {
  color:#E30021;
  padding-left: 145px;
  font-size: 25px;
  margin-top: 50px;
  padding-left: 100px;

}


h1 span {
  display: inline-block;
}

  
h2{
  font-size: 1.5rem;
  text-align: center;
  border-bottom: solid 10px #F1B0B2;
  padding-top:  100px;

  
}
strong {
  color:#E30021;

}
@media screen and (max-width:600px) {

  h1 {
    padding: 4px;
    font-size: 22px;
    text-align: center;
  }


main .top {
    margin-top: 80px;
  }
}


/* 羽広さん体験談トップ */
#contents {
  margin-bottom: 200px;
}
#contents h2{
  font-size: 20PX;
  padding: 0; 
  text-align: left;       
  margin-bottom: 20px;    
           
}
#contents h3{
padding: 20px;
}

              
#contents .flex{
display: flex;
justify-content:space-around;
background: white;
}

#contents .box img{
width: 800px;
box-shadow: 10px 10px 10px 5px rgba(0, 0, 0, 0.2);
border-radius: 10px;
}
#contents .box {
  padding: 20px
  
}
.title_2 {
  margin-top: 50px;
}
.note {
  text-align: right;
  margin: 30px;
}

@media screen and (max-width:600px) {
#contents .flex{
  padding: 4px;
  flex-direction: column;
}
#contents table tr td {
  font-weight: bold;
}

#contents h2{
  font-size: 18PX;
  padding: 0; 
  text-align:center;      
  margin-bottom: 20px;    
          
}
   
#contents .box img{
  width: 530px;
  box-shadow: none;
  border-radius: 10px;
  }
.breadcrumbs {
  margin-top: 70px;
}    

#contents .box {
  padding: 0px
  
}
#contents {
  margin-bottom: 0px;
}

.note {
  text-align: right;
  margin: 20px 0 0 0;
}
}





/*---------------------------------
トップへもどるボタン
---------------------------------*/

.go-top{
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 9999;
  }
.go-top a{
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #E94E66;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: black;
    text-decoration: none;
  }

 .go-top a:hover{
      opacity: 0.8;
    }
