.space-C{
margin:1em 0 1em;
}

.movie {
     position: relative;
     padding-bottom: calc(315 / 560 * 100%);
     // padding-topでも可
}
.movie__iframe {
     position: absolute;
     top: 0;
     right: 0;
     width: 100%;
     height: 100%;
}

* {
	float: none;
	position: static;
}
 
img {
	max-width: 100%;
	height: auto;
}

@media screen and (min-width:1000px) {
  /*　画面サイズ 1000px以上から適用　*/
}
@media screen and (min-width: 500px) and (max-width: 999px) {
  /*　画面サイズ 500pxから999pxまで適用　*/
}
@media screen and (max-width: 499px) {
  /*　画面サイズ 499pxまで適用　*/
}


.stitle{
border-left:3px #4b4239 solid;
margin:0px;
padding:3px 0px 3px 6px;
font-size:19px;
color:#4b4239;
font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', Geneva, Arial, sans-serif;
}

table,th,td{
padding:5px 15px 5px 5px;
border:1px solid #4b4239;
border-collapse:collapse;
}

table{
margin:5px 0px;
}

th{
background-color:#f0eee6;
}

.large1{
margin-right:70px;
margin-left:40px;
}

.read{
display:block;
margin:20px 0px 10px 50px;
}

.tora{
border:1px #4b4239 solid;
margin:0px;
padding:3px 5px;
font-size:12px;
}

.together_list{
display:block;
width:170px;
height:190px;
padding:5px;
margin-right:5px;
border: dotted 1px #ccc;
text-align:center;
float:left;
}

.decorated-btn {
  background-color: #0066FF;
  font-size: 15px;
  border-radius: 5px;
  border-bottom: solid 3px #003366;
  box-shadow: 3px 3px 3px gray;
  transition: 0.3s;
  color: white;
  width: 200px;
}

.click-down:active {
  transform: translateY(2px);
  border-bottom: none;
}

.decorated-btn:hover {
  background-color:  #003399;
}

body {
  line-height: 1.7;
}


.box {
  background-color: #CCFFCC;
  display: flex;
  flex-wrap: nowrap;
  margin: 10px auto;
}

.box > div{
  padding:10px;
}

.box-img {
  width: 200px;
}

.box-img img {
  max-width: 100%;
}

.box-text {
  flex:1;
  /* 以下は説明文を縦位置中央にするため */
  display: flex;
  align-items: center;
　line-height: 1.5;
}

p {
  line-height: 1.7;
  font-size: 14px;
  margin: 15px 0;
}
}
span {
font-weight:bold;/*太字*/
font-size:120%;/*ベースから200％大きくするフォントサイズ指定*/
}

.video {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 130px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}


.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #FFCFC1;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #FFCFC1;
}

.says p {
  margin: 0;
  padding: 0;
}



.balloon6 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon6 .faceicon {
  float: left;
  margin-right: -90px;
  width: 130px;
}

.balloon6 .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}


.balloon6 .chatting {
  width: 100%;
}
.says1 {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #D3E8EA;
}

.says1:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #D3E8EA;
}

video {
  width: 100%; /* 動画をレスポンシブ化 */
  max-width: 400px; /* 動画の最大幅 */
}


.box1 {
  background-color: #f0e68c;
  display: flex;
  flex-wrap: nowrap;
  margin: 10px auto;
}


.box1 > div{
  padding:10px;
}

.box-img1 {
  width: 200px;
}

.box-img img {
  max-width: 100%;
}

.box-text1 {
  flex:1;
  /* 以下は説明文を縦位置中央にするため */
  display: flex;
  align-items: center;
　line-height: 1.5;
}

#pagetitle {
    text-align: left;
    font-size: 20px;
    font-weight: bolder;
    margin: 10px 0 10px 0;
    padding: 0;
    position: relative;
    border: solid 1px #e8e8e8;
    height: 30px;
}

#pagetitle div {
    position: absolute;
    top: 6px;
    left: 10px;
}


.kaiwa-img-left {width: 14%;display: inline-block;vertical-align: top;margin-bottom: 10px;box-sizing: border-box;text-align: right;padding-top: 14px;}
.kaiwa-img-left img{width: 100%;max-width: 75px!important;border-radius: 50%;}
.kaiwa-name-left{font-size: small;position: relative;width: 64%;display:inline-block;vertical-align:  top;margin-left: 4%;margin-right: 18%;margin-bottom: 10px;box-sizing: border-box;}
.kaiwa-text-left{display:inline-block; background-color: #FFFDA5;padding: 10px;border-radius: 10px;font-size: medium;}
.kaiwa-text-left:after {content: '';position: absolute;width: 0;height: 0;border-style: solid;border-width: 7px 15px 7px 0;border-color: transparent #FFFDA5 transparent transparent;top:
 30px;left: -15px;}

.kaiwa-name-right {font-size: small;position: relative;width: 62%;display: inline-block;vertical-align: top;margin-right: 4%;margin-left: 18%;margin-bottom: 10px;box-sizing: border-box;text-align: right;}
.kaiwa-img-right {width: 14%;display: inline-block;vertical-align: top;margin-bottom: 10px;box-sizing: border-box;padding-top: 14px;text-align: left;}
.kaiwa-img-right img{width: 100%;max-width: 75px!important;border-radius: 50%;} .kaiwa-img-right p{text-align: left;padding:0px;margin:0px;}
.kaiwa-text-right{display: inline-block;text-align:left;background-color: #ffeda5;padding: 10px;border-radius: 10px;font-size: medium;}
.kaiwa-text-right:after {content: '';position: absolute;width: 0;height: 0;border-style: solid;border-width: 7px 0 7px 15px;border-color: transparent transparent transparent #ffeda5;top: 30px;right: -15px;}