@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: 0.4em 1.8em;
  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;
}

main .flex {
  display: flex;
  justify-content: space-around;
} 
 
.main_contents {
    width: 900px;
}
.side {
    width: 280px;
}
.sp {
  display: none;
} 
@media screen and (max-width:840px) {

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

main .flex {
  flex-direction: column;
}
.breadcrumbs {
  margin-top: 70px;
}
h1 {
  text-align: center;
  font-size: 24px;
}
h1 span  {
  display: inline-block;
}
h2 span {
  display: inline-block;
}
h3 {
  font-size: 1rem;
  text-align: center;
}
h3 span {
  display: inline-block;

} 
.pc {
  display: none;
}

.button {
  padding: 1em 2em;
}

.button {
  position: relative;
  display: inline-block;
  padding: 0.3em 0.5em;
  text-decoration: none;
  background: #f88c9e;/*色*/
  border: solid 1px #efa6b3;/*線色*/
  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;
  color: #0c0c0c;
}
 
.main_contents {
    width: 100%;
}
.side {
    width: 100%;
}
}

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


}

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

}


#contents h2 span {
  display: inline-block;
}

#contents h3{
  font-size: 1.2rem;
}
#contents h3 span {
  display: inline-block;
}
#contents h4{
  padding-top: 20px;
}
#contents h5{
  padding: 10px;
}

#contents .sentence {
  columns: 2 15em;
  column-gap: 2em;
  column-rule: 2px dotted #24292e;
} 
#contents .contents_p {
margin-top: 20px;
}

.content-button {
  text-align: right;
}

#contents strong {
  color: #CB5266;
}
.category_button {
  position: relative;
  display: inline-block;
  padding: 0 4px;
  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);
  font-size: 0.7rem;
}

.category_btn {
  position: relative;
  display: inline-block;
  padding: 0 4px;
  text-decoration: none;
  color: white;
  background: #52adcb;/*色*/
  border: solid 1px #52adcb;/*線色*/
  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);
  font-size: 0.7rem;
  margin-bottom: 10px;
}
@media screen and (max-width:600px) {
    
#contents {
  width: 100%;
}
#contents p{
  padding-top: 15px;
  font-size: 1rem;
}
#contents h2{
  font-size: 1.2rem;
  padding-top: 0px;
  padding-bottom: 10px;
  border-bottom: solid 1px #0c0c0c;/*線色*/

}
#contents h3{
  font-size: 1.2rem;
  border-bottom: solid 1px #0c0c0c;/*線色*/
}
#contents h4{
  font-size: 1rem;
}
#contents .photo_01 img{
  box-shadow: none;
}
 

#contents .sentence {
  margin: 0;  
}   

.contents_button {
  text-align: center;
  margin-top: 50px;
}

#contents .content-button {
  margin-bottom: 80px;
}
}
 

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

}
}


.important_button {
  margin-top: 80px;
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  border: solid 3px #000000;
  display: inline-block;
}
@media screen and (max-width:600px) {
  
.important_button a {
  width: 100%;
  margin-top: 80px;
}
.important_button a span{
  display: inline-block;
}
}

#question {
  padding-top: 100px;
}
#question dt {
  font-size: 18px;
  color: #E94E66;
  margin-top: 20px;
}
#question li {
  text-align: right;
}
/*---------------------------------
トップへもどるボタン
---------------------------------*/

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

}
}





