@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;
} 
.main_contents {
    width: 900px;
}
.side {
    width: 280px;
}
.sp {
  display: none;
} 
header {
  margin-left: 120px;
  margin-bottom: 30px;
}
@media screen and (max-width:840px) {

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

main .flex {
  flex-direction: column;
}
.breadcrumbs {
  margin-top: 70px;
}

h2{
  font-size: 1.2rem;
 
}
h2 span {
  display: inline-block;
}
h3 {
  text-align: center;
}
h3 span {
  display: inline-block;

} 
.pc {
  display: none;
}

.button {
  padding: 1em 2em;
}
header .sp img {
  width: 100px;
  height: auto;
}
 
header {
  margin-left: 0px;
  margin-bottom: 0px;
  display: none;
}
}

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


}

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

}

#contents {
  max-width: 90%;
 margin: 0 auto 130px auto;
 font-size: 0.9rem;
}

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

#contents h3{
  font-size: 1.3rem;
}
#contents h3 span {
  display: inline-block;
}
#contents h4{
  padding-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
#contents h5{
  padding: 10px;
}

#contents .flex{
  display: flex;
  margin: 40px 0;
}

#contents .photo_01 {
  width: 330px;
  height: auto;
  border-radius: 10px;
  margin-top: 20px;
}
#contents .top_illust {
    width: 200px;
    height: auto;
} 
#contents .flex-basis-1 {
	flex-basis: 33%;
  border: 1px solid #aaa;
  padding: 1rem 1rem;
  margin: 4px; 
  text-align: center;
}


#contents .flex a{
  display: inline-block;
  padding: 5px 20px;
  background: white;
  border: 5px solid  #E30021;
  color:  #E30021;
  font-weight: bold;
  margin: 20px;
  border-radius: 30px;

}
#contents .flex a:hover{
  opacity: 0.8;
}


#contents .box p{
  text-align: left;
  font-size: 0.9rem;
}
#contents .note {
  float: right;
}
  
.more{
    margin-top: 80px;
    margin-bottom: 80px;
    text-align:center;
   }
#contents .sentence {
  columns: 2 15em;
  column-gap: 2em;
  column-rule: 2px dotted #24292e;
} 
#contents .contents_two {
margin-top: 80px;
}
#contents .flex_2 {
  display: flex;
  margin-top: 80px;
}
#contents .box_2 {
  padding-left: 30px;
  width: 70%;
}

.content-button {
  text-align: right;
}
.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 {
  padding: 0;
}
#contents p{
  padding-top: 15px;
  font-size: 1rem;
}
#contents h2{
  font-size: 1.4rem;
  padding-top: 80px;
  padding-bottom: 30px;
}
#contents h3{
  font-size: 1.2rem;
  border-top: solid 1px #0c0c0c;/*線色*/
}
#contents h4{
  font-size: 1rem;
}
#contents .flex{
  flex-direction: column;
  padding-left: 1px;
  padding-right: 1px;
  margin: 0;
} 
#contents h5{
  font-size: 18px;
}
#contents .photo img{
  width: 100%;
  box-shadow: none;
  margin-top: 30px;
}
#contents .box {
  width: 100%;
  padding: 0px;
  margin: 0;
}
#contents .flex_a .box.box:nth-child(1) {
  order: 2;
}

#contents .flex_a .box.box:nth-child(2) {
  order: 1;
}
#contents .photo_01 img{
  box-shadow: none;
}

#contents .photo_04 img{
  box-shadow: none;
  width: 100%;
}
 

.more{
  text-align: center;
}
#contents .sentence {
  margin: 0;  
}   

#contents .flex_2 {
  flex-direction: column;
}

#contents .box_2 {
  padding-left: 0px;
  width: 100%;
}

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

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

}
}



.secondary {
  margin-top: 80px;

}
.secondary h2 {
  font-size: 1.5rem;
  border-left: solid 10px #F1B0B2;
  padding: 0.25em 0.5em;

}
.secondary .flex {
  display: flex; 
}
.secondary .box {
  width: 50%;
  height: auto;
  margin: 0 30px 80px 30px;
}
.secondary img {
  border-radius: 50%;

}
.secondary strong{
  font-size: 17px;
  color: #E30021;
}
.secondary .box p{
  font-size: 0.9rem;
}
.note {
  font-size: 0.7rem;
  margin-top: 30px;
}
.title_3 {
  text-align: center;
}

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

.secondary {
  margin-bottom: 50px;
  padding: 0;
  margin: 0;
}
.secondary .flex {
  flex-direction: column;
  margin-bottom: 60px;
}
.secondary .number {
  margin-top: 40px;
}
.secondary .box {
  padding: 0;
  width: 100%;
  height: auto;
  margin: 0;
}

.secondary .box p {
  padding-top: 8px;
}
.secondary .balloon1-left p{
  font-size: 14px;
}
.secondary img {
  width: 100%;
  height: auto;
}

.secondary h3 span{
  display: inline-block;
}
.secondary h4 span{
  display: inline-block;
}
.pc { 
  display: none !important; 
}
.sp { display: block !important; }  
  
}
@media screen and (max-width:320px) { 
.secondary h4{
  font-size: 16px;
}
.secondary strong{
  font-size: 16px;
}
}

.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;
}
}
/*---------------------------------
トップへもどるボタン
---------------------------------*/

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

}
footer {
  text-align: center;
  margin-bottom: 20px;
}
}





