@charset "utf-8";
/*---------------------------------
リセットｃｓｓ
---------------------------------*/
*{
  padding: 0;
  margin: 0;
  box-sizing: border-box
}

  
.js-fadeinup-trigger,
.js-fadein-trigger {
  opacity: 0;
}	

html {
  font-size: 100%;
  overflow-x : hidden;
  -webkit-overflow-scrolling: touch;
  backface-visibility:hidden;			
  box-sizing: border-box;

}
  
body {
  color: #262626;
  font-family: Segoe UI, Segoe UI Midlevel, Segoe WP, Arial, Sans-Serif;
  background-color: #fffcfc;
  line-height: 2;
  overflow-x: hidden!important;
}
		
  
a{
  text-decoration: none;
  word-break: break-all;
  /*改行しなければテキストがコンテンツボックスからあふれる場合に、
  ブラウザーが改行を挿入するかどうかを指定します。*/

}

img{
  max-width: 100%;
  height: auto;
}

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


.button {
  position: relative;
  display: inline-block;
  padding: 1em 5em;
  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-top: 50px;
}


main .flex {
  display: flex;
  justify-content: space-around;
} 

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

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

main .flex {
  flex-direction: column;
} 
h2{
  font-size: 1.2rem;
 
}
h2 span {
  display: inline-block;
}
h3 span {
  display: inline-block;

} 
.pc {
  display: none;
}

.button {
  padding: 1em 2em;
}
}

@media screen and (max-width:376px) {
.wrapper{
  padding: 0 8px;
}


}

@media screen and (max-width:320px) {
p {
  font-size: 15px;
}

}
#top_contents .flex {
  display: flex;
  justify-content: center;
}
#top_contents .box {
  padding: 10px;
}
#top_contents .box img{
  width: 300px;
  
}
#top_contents .top_title{
  font-size: 1.5rem;
  padding-top:  0px;
  font-size: 1.5rem;
  border-left: solid 10px #F1B0B2;
  padding: 0.25em 0.5em;
}
#top_contents h3{
  font-size: 1.2rem;
  border-bottom: 1px solid #000;
  margin: 20px;
}

#top_contents h4{
  padding: 0.25em 0.5em;
  font-size: 1.2rem;
  border-left: solid 10px #c1e0ff;
  margin: 30px 0 15px 0;
}
#top_contents .box_x .photo_top{
  max-width: 400px;
  padding: 200px 10px 10px 10px;

}

#top_contents .box_x .top_conte{
  width: 300px;
  margin-top: 50px;

}
#top_contents .box_x .top_illust{
  width: 200px;
  margin-left: 30px;
  margin-top: 80px;
}
#top_contents .top_contents_p {
  font-size: 22px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 80px;

}
#top_contents .conte_p {
  margin-top: 20px;
}
#top_contents strong {
  background: linear-gradient(transparent 60%, #fff799 60%);
  font-weight: bold;
}

.box_image {
  padding: 20px;
  width: 500px;
}
.top_ex_bp {
  font-size: 0.8rem;
  text-align: center;
}
b{
  font-size: 1.2rem;
  background: linear-gradient(transparent 65%, #c1e0ff 65%);
}
.top_con_a {
  margin-top: 40px;
}
.top_con_p {
  margin-bottom: 25px;
}

.top_con_c {
  margin-bottom: 40px;
}
@media screen and (max-width:600px) {
  
#top_contents .flex {
  flex-direction: column;
  margin-bottom: 30px;
}

#top_contents .box {
  padding: 0;
  width: 100%;
}

#top_contents .box img{
  width: 100%;
  
}
#top_contents .box:nth-child(1) {
  order: 2;
}  

#top_contents .box:nth-child(2) {
  order: 1;
}

#top_contents .top_contents_p {
  font-size: 100%;
  margin-top: 40px;
}
#top_contents .top_title{
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 1.5rem;
  text-align: center;
}
#top_contents .top_title span{
  display: inline-block;
}
#top_contents h3{
  margin: 20px 0;
}
#top_contents .box .sp{
  text-align: center;
}

.top_sp {
  text-align: left;
}

}

/*---------------------------------
もくじ
---------------------------------*/
@media screen and (max-width:600px) {
.table_contents .text p{
  max-width: 100%;

}
}



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

.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;
}

@media screen and (max-width:835px) {
   
.go-top{
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  left: 10px;

}
}
@media screen and (max-width:600px) {
  
.go-top{
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  left: 10px;

}
}





