@charset "UTF-8";
/* CSS Document */

/*.txt {
    width: 90%;
    margin: 0 auto 2em;
    padding: 0;
    font-size: 93%;
    font-weight: normal;
}

.lineDotBox {
    border-top: 1px dashed #A1A1A1;
    border-bottom: 1px dashed #A1A1A1;
    padding: 1em 0 0;
    margin-bottom: 1em;
}
*/
/*--------------------------------------------------------
　吹き出し見だし
--------------------------------------------------------*/
.balloon h2{	
	font-family: "MiuraGotic Propo";
	font-size: 290%;
	line-height: 0.9;
	margin-bottom: 0 !important;	
	letter-spacing: -0.08em;
	text-align: center;
	font-weight: 900 ;
	color:#208ED0;
}
_:lang(x)::-internal-media-controls-overlay-cast-button, body .balloon h2{/*Chromeのみハック*/
  font-weight: 500 ;
}
.balloon h2 span {
    font-family: "MiuraGotic Propo";
    font-size: 80%;
	/*display: block;*/
}

.balloon h3{	
	font-family: initial;  
	font-size: 85%;
	font-weight:normal;
	line-height:1.4;
	color: #595757;
	display: block;
	margin-top: 0.5em;
	text-align: center;
}

.balloon {
  position: relative;
  display: block;
  margin: 1em 0.8em 1.2em;
  padding: 1em ;
  min-width: 320px;
  max-width: 100%;  
  background: #FFFFFF;
  border: solid 4px #208ED0;
  box-sizing: border-box;
}

.balloon:before{
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #FFFFFF;
  z-index: 2;
}

.balloon:after{
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -14px;
  border: 14px solid transparent;
  border-top: 14px solid #208ED0;
  z-index: 1;
}

.balloon img{
	margin-bottom:0.5em;
}
/*#seal h2 { color:#208ED0;}
#seal .moreBtn a { background:#208ED0;}
#seal .balloon{	border-color:#208ED0;}
#seal .balloon:after{ border-top-color:#208ED0;}*/



.moreBtn {
	text-align: center;
}
.moreBtn a{
	display: inline-block;
	margin: 0.5em auto 1em;
	padding: 0.8em 1.5em;
	color: #fff;
	background: #208ED0;
	border-radius: 10px;
	font-family: 'M PLUS 1p', sans-serif;
	/*font-family: 'M PLUS Rounded 1c', sans-serif;*/
	font-weight: bold;	
	color: #fff !important;
	text-decoration: none !important;
}
.moreBtn img{
	width: 16px;
	vertical-align: middle;
	margin-left: 0.5em;
}

.pTop a{
	display:block;
	text-align: center;
	color:#595757 !important;
	text-decoration: none !important;
	margin-top: 2em;
}

/*--------------------------------------------------------
　サムネイルBOX -お名前シールについて
--------------------------------------------------------*/
#thumBox{
	width: 100%;
    margin: 4em auto ;   	
	padding: 0 0.5em;
	color: #595757;
}
#thumBox h2{
	text-align: center;    
    font-size: 156%;
    margin-bottom: 0.3em !important;
}
#thumBox p{
	padding: 0 0.5em;
	font-size: 85%;
}

.thumTop,
.thumBtm{
	padding: 0 0.5em;
	margin-bottom: 3.5%;
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
.thumTop div{
	width: 50%;
}
.thumBtm div{
	width: 31%;
}
.thumBtm div:nth-child(1),
.thumBtm div:nth-child(2){
	margin-right: 3.5%;
}


