.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:0 auto;
}

.slider img {
	
    width:45vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
}

.slider .slick-slide {

	transform: scale(0.8);/*左右の画像のサイズを80%に*/
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
	opacity: 0.5;/*透過50%*/
}

.slider .slick-slide.slick-center{
	
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	opacity: 1;/*透過なし*/
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 3px solid #CFCFCF;/*矢印の色*/
    border-right: 3px solid #CFCFCF;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:15px;/*ドットボタンのサイズ*/
    height:10px;/*ドットボタンのサイズ*/
    display:block;
    background:#555555;/*ドットボタンの色*/
	border-radius: 50%;
}

.slick-dots .slick-active button{
    background:#ff0303;/*ドットボタンの現在地表示の色*/
}


/*ベア子部屋*/

#page-top a{
	
	height: 100px;
	margin: auto;
}
#page-top img{
	width:100% ;
}

#page-top {
	position: fixed;
	left: -5px;
	bottom:5px;
	z-index: 2;
    
}
aside{
	width: 200px;
}

/*見解ページ*/

summary{
	font-size: 20px;
	cursor: pointer; 
	margin-bottom: 15px;
}
details[open] {
    padding: 0.5em;
	border-bottom: 2px dashed  #909090;
}

details[open] summary {
    border-bottom: 2px solid #aaa;
    margin-bottom: 0.5em;
}

/*見解ページ*/

.slider3 {
  width: 100%;
  height: auto;
  display: flex;
  overflow-x: auto;
  margin-bottom: 50px;
}
.slide {
  width: 100%;
  flex-shrink: 0;
  height: 100%;
}


.iframe-wrapper {
position:relative;
width:100%;
height:50px;
padding-top:55%;
}
 
.iframe-wrapper iframe {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.tabcontent{
	height: 530px;
	
}

.tabcontent2 {
      display: none;
	  height: auto;
      margin-top: 10px;
      padding-bottom: 10px;
      position: relative;
      z-index: 0;
      background-color:rgb(255,255,255);
	  border-radius: 1em ;
	  text-align: center; 
   }
.tabcontent .character {
	display: flex;
	justify-content: center;

}

.tabcontent .character .box-chara {
	margin-top: 3%;
	width: 50%;
	padding: 30px;
	
}
.tabcontent2 .character2{
	padding: 0 25px;
}
.tabcontent2 .character2 .box-chara2 {
	margin: 10px 0;
	width: 100%;
	padding: 15px;
	text-align: center;
	display: flex;
	
}
.tabcontent2 .character2 .box-chara3 {
	margin: 10px 0;
	width: 100%;
	padding: 15px;
	text-align: center;
	display: flex;
	
}
.tabcontent2 .character2 .box-chara2 img{
	width: 80%;
	margin: auto;
}
.tabcontent2 .character2 .box-chara3 img{
	width: 50%;
	margin: auto;
}
.box-charatext2{
    width: 100%;
	background-color: #FFFFFF;
	opacity: 0.8;
	border-radius: 1em ;
	padding: 10px;
	text-align: left;
}


.strong{
	font-size: 40px;
	font-weight:900;
	color: #FFFFFF;
	-webkit-text-stroke: 1px #000;
  text-stroke: 2px #000;

}
.tabcontent .character .box-chara h5{
	font-size: 15px;
	  text-shadow:#000 1px 0 4px;
	margin: 0;
}

.box-charatext{
    width: 110%;
	background-color: #FFFFFF;
	opacity: 0.8;
	border-radius: 1em ;
	padding: 10px;
	text-align: left;
}


.tabcontent .character .box-img2{
  display: block;
  vertical-align: middle;
  padding:10px 0 0 10px;
  line-height:2;
  width: 70%;
}

.rgd{
	display: flex;
	justify-content: center;
	width: 30%;
	padding-top: 15px;
	 flex-direction: column;
	margin: auto;
}
.tabcontent2 .character2 .box-chara2 .rgd h5{
	font-size: 15px;
	text-shadow:#000 1px 0 4px;
	
}

.tabcontent2 .character2 .box-chara2 .rgd p{
	font-size: 12px;
	text-shadow:#000 1px 0 4px;
	
}
.rgd .strong{
	font-size: 28px;
	font-weight:900;
	color: #FFFFFF;
	-webkit-text-stroke: 1px #000;
  text-stroke: 2px #000;

}
.box-chara2 .rgd .strong2{
	font-size: 40px;
	font-weight:900;
	color: #FFFFFF;
	-webkit-text-stroke: 1px #000;
  	text-stroke: 2px #000;

}

@media screen and (max-width:1500px){
	#page-top img{
	width:80% ;
}
}
@media screen and (min-width:1024px) and ( max-width:1500px){
	.tabbox .tabcontent{
	height: auto;
}
.tabbox .box-charatext{
    width: 100%;
	font-size: 80%;
	background-color: #FFFFFF;
	opacity: 0.8;
	border-radius: 1em ;
	padding: 10px;
	text-align: left;
}
.tabbox .tabcontent .character .box-chara h5{
	font-size: 15px;
	  text-shadow:#000 1px 0 4px;
	margin: 0;
    width: 110%;
}
	#mypic{
		margin-top: 10%;
		width: 100%;
	}
	.slider3 img{
		width: 100%;
	}
	#formWrap .iframe-wrapper {
position:relative;
width:100%;
height:100px;
padding-top:55%;
}
}
	
@media screen and (min-width:768px) and ( max-width:1024px) {
	#page-top img{
	width:70% ;
}
	.tabbox .tabcontent{
	height: auto;
}
.tabbox .box-charatext{
    width: 100%;
	font-size: 50%;
	background-color: #FFFFFF;
	opacity: 0.8;
	border-radius: 1em ;
	padding: 10px;
	text-align: left;
}
	.tabbox .tabcontent .character .box-chara {
	width: 100%;
	padding: 0px;
	margin: 0;
	
}
.tabbox .tabcontent .character .box-chara h5{
	font-size: 15px;
	  text-shadow:#000 1px 0 4px;
	margin: 0;
    width: 110%;
}
	#mypic,#mypic2,#mypic3,#mypic4,#mypic5,#mypic6,#mypic7,#mypic8,#mypic9,#mypic10,#mypic11,#mypic12,#mypic13,#mypic14,#mypic15,#mypic16,#mypic17,#mypic18,#mypic19,#mypic20{
		margin-top: 5%;
		width: 100%;
	}
	.slider3 img{
		width: 100%;
	}
	.rgd{
	
	width: 40%;
	padding-top: 10px;
	margin: auto;
}
#formWrap .iframe-wrapper {
position:relative;
width:100%;
height:300px;
padding-top:55%;
}	
}
	
	@media screen and (max-width: 768px){
		#page-top{
			display: none;
		}
		
	.slick-dots {
    text-align:center;
	margin:10px 80px 0 0;
}

.tabbox .tabcontent{
	height: auto;
	margin: 0;
}
.tabbox .box-charatext{
    width: 160%;
	font-size: 50%;
	background-color: #FFFFFF;
	opacity: 0.8;
	border-radius: 1em ;
	padding: 10px;
	margin-top: 25%;
	text-align: left;
}
.tabbox .tabcontent .character .box-chara {
	width: 100%;
	padding: 0px;
	margin: 0;
	
}
.tabbox .tabcontent .character .box-chara h5{
	font-size: 12px;
	  text-shadow:#000 1px 0 4px;
	margin: 0;
    width: 110%;
}
.character .box-chara .strong{
	font-size: 25px;

}
		#mypic8,#mypic9,#mypic10,#mypic13,#mypic14,#mypic15,#mypic16,#mypic19,#mypic20{
		margin-bottom: 5%;
		width: 100%;
	}
		.mypic{
			margin: 0;
           
		}
		.mypic img{
			width: 100%;
		}
		.slider3 img{
		width: 100%;
	}
		summary{
	font-size:15px;
	
}
.tabcontent .character .box-img2{
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  padding:10px 0 0 10px;
  line-height:2;
  width: 70%;
}
	.tabcontent2 .character2 .box-chara2 .rgd h5{
	font-size: 15px;
	text-shadow:#000 1px 0 4px;
	margin: 0;
	
}
.rgd{
	width: 40%;
	padding-top: 10px;
	margin: auto;
}
	#formWrap .iframe-wrapper {
position:relative;
width:100%;
height:400px;
padding-top:55%;
}
}
@media screen and (max-width:480px) {
	#page-top img{
	display: none;
	}
	.slick-dots {
    text-align:center;
	margin:10px 80px 0 0;
}
	.slick-dots button {
    color: transparent;
    outline: none;
    width:10px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    background:#555555;/*ドットボタンの色*/
	border-radius: 50%;
}
.tabbox .tabcontent{
	height: auto;
}
.tabbox .box-charatext{
    width: 200%;
	background-color: #FFFFFF;
	opacity: 0.8;
	border-radius: 1em ;
	padding: 10px;
	text-align: left;
}

.tabbox .tabcontent .character .box-chara h5{
	font-size: 10px;
	  text-shadow:#000 1px 0 4px;
	margin: 0;
    width: 110%;
}
	.tabbox .tabcontent .character .box-chara {
	width: 100%;
	padding: 0px;
	margin: 0;
	
}
	.rgd .strong2{
	font-size: 30px;
	font-weight:900;
	color: #FFFFFF;
	-webkit-text-stroke: 1px #000;
  	text-stroke: 2px #000;

}
	.mypic{
			margin: 10% 0;
           
		}
		.mypic img{
			width: 100%;
		}
		.slider3 img{
		width: 100%;
	}
	summary{
	font-size:10px;
}
	details p{
	font-size:10px;
	}
	.tabcontent .character .box-img2{
  padding:10px 0 0 10px;
  line-height:2;
  width: 80%;
}
	.tabcontent2 .character2 .box-chara3 img{
	width: 80%;
	margin: auto;
}
	.tabcontent2 {
      margin-top: 5px;
      padding-bottom: 5px;
      position: relative;
    
   }
	.tabcontent2 .character2{
	padding: 0 0px;
}
	.box-charatext2{
    width: 95%;
	background-color: #FFFFFF;
	opacity: 0.8;
	border-radius: 1em ;
	padding: 5;
	margin: 0;
}
	.rgd .strong{
	font-size: 20px;
	font-weight:900;
	color: #FFFFFF;
	-webkit-text-stroke: 1px #000;
  	text-stroke: 2px #000;

}
	
	.tabcontent2 .character2 .box-chara2 .rgd h5{
	font-size: 15px;
	text-shadow:#000 1px 0 4px;
	margin: 0;
	
}
	.tabcontent2 .character2 .box-chara2 .rgd p{
	font-size: 12px;
	text-shadow:#000 1px 0 4px;
	margin: 0;
}
	.rgd{
	width: 40%;
	padding-top: 10px;
	margin: auto;
}
#formWrap .iframe-wrapper {
position:relative;
width:100%;
height:600px;
padding-top:55%;
}
	.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:100%;
   
}
	.slider img {
    width:60vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
   
}
	.slider .slick-slide {
	transform: scale(0.7);/*左右の画像のサイズを80%に*/
	transition: all .9s;/*拡大や透過のアニメーションを0.5秒で行う*/
	opacity: 0.5;/*透過50%*/
}
}

