/*tokusyu Top*/

#tokusyuTop .label-default{
	background:#888;
	color:#fff;
}

#tokusyuTop h2,  #tokusyuTop h3 {
	color: #5A5A5A;
}
#tokusyuTop p,  #tokusyuTop li {
	color: #5A5A5A;
}

.well-sm p {
	font-size:20px;

	margin-bottom:0px;
	line-height:1.0em;
}

.well {
	
}




h1 small {
	font-size:14px;
}

.h2 {
	font-size: 26px;
	font-weight: bold;
	word-break: keep-all;
	padding-bottom: 5px;
}
#tokusyuTop .h2 small {
	font-size: 12px;
}
#tokusyuTop .h3 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
	word-break: keep-all;
}
#tokusyuTop .h3 small {
	font-size: 16px;
}
.icoY {
	transform: rotateY( 180deg );
}

@media screen and (max-width: 768px) {
#tokusyuTop .h2 {
	font-size: 20px;
	font-weight: bold;
}
#tokusyuTop .h2 small {
	font-size: 12px;
}
#tokusyuTop .h3 {
	font-size: 20px;
	font-weight: bold;
}
#tokusyuTop .h3 small {
	font-size: 12px;
}
}

/* tokusyu kiji */

#tokusyuKiji h2,  #tokusyuKiji h3 {
	color: #5A5A5A;
}

#tokusyuKiji p,  #tokusyuKiji li {
	color: #5A5A5A;
	font-size:16px;
	/*line-height:1.4em;*/
}

#bokujo p {
	margin-bottom: 20px;
}

#tokusyuKiji .van_h2{
	color:#fff;
}

.h2 {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 5px;
}
#tokusyuKiji .h2 small {
	font-size: 12px;
}
#tokusyuKiji .h3 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}
#tokusyuKiji .h3 small {
	font-size: 12px;
}
.icoY {
	transform: rotateY( 180deg );
}



/* 768px以上 */
@media screen and (min-width:768px) and ( max-width:1024px) {
#tokusyuKiji .h3 {
	padding-top:5px;
	font-size: 14px;
	font-weight: bold;
}
#tokusyuKiji .h3 small {
	font-size: 10px;
}
}

/* 768px以下 */
@media screen and (max-width: 768px) {
#tokusyuKiji .h2 {
	font-size: 20px;
	font-weight: bold;
}
#tokusyuKiji .h2 small {
	font-size: 12px;
}
#tokusyuKiji .h3 {
	padding-top:5px;
	font-size: 12px;
	font-weight: bold;
}
#tokusyuKiji .h3 small {
	font-size: 10px;
}

#tokusyuKiji p {
	color:#000;
}
}

/*--------------------
 吹き出しを作る
--------------------*/
.balloon {
font-size: 16px;

line-height:1.6em;
 margin: 40px 0;
 padding : 0 40px;
 position: relative;
}
.balloon:after,.balloon:before {
 clear: both;
 content: "";
 display: block;
}
.balloon-image-left {
 position: absolute;
 left: 0;
 margin: 0;
 width: 60px;
 height: 60px;
}
.balloon-image-right {
 position: absolute;
 right: 0;
 margin: 0;
 width: 60px;
 height: 60px;
}
.balloon figure img {
 width: 100%;
 height: 100%;
 border: 1px solid #aaa;
 border-radius: 50%;
 margin: 0;
}
.balloon-image-description {
 padding: 5px 0 0;
 font-size: 10px;
 text-align: center;
}
.balloon-text-right {
 position: relative;
 margin-left: 40px;
 padding: 10px;
 border: 1px solid #aaa;
 border-radius: 10px;
 float: left;
 max-width: 100%;
}
.balloon-text-left {
 position: relative;
 margin-right: 40px;
 padding: 10px;
 border: 1px solid #aaa;
 border-radius: 10px;
 float: right;
 max-width: 100%;
}
.balloon p {

 margin: 0 0 20px;
}
.balloon p:last-child {
 margin-bottom: 0;
}
/* 会話 */
.balloon-text-right:before {
 position: absolute;
 content: '';
 border: 10px solid transparent;
 border-right: 10px solid #aaa;
 top: 15px;
 left: -20px;
}
.balloon-text-right:after {
 position: absolute;
 content: '';
 border: 10px solid transparent;
 border-right: 10px solid #fff;
 top: 15px;
 left: -19px;
}
.balloon-text-left:before {
 position: absolute;
 content: '';
 border: 10px solid transparent;
 border-left: 10px solid #aaa;
 top: 15px;
 right: -20px;
}
.balloon-text-left:after {
 position: absolute;
 content: '';
 border: 10px solid transparent;
 border-left: 10px solid #fff;
 top: 15px;
 right: -19px;
}


/*目次*/

.sp_a{
  cursor:pointer;
}

.link_p{
	line-height:1.0em!important;
}

/*各ページスライダー部分 2023新井記載*/
.carousel-control.left,
.carousel-control.right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
  color: #666666;
  /*background: #ffffff no-repeat center center;
  border-radius: 50%;*/
}

.carousel-control .glyphicon-chevron-left {
  left: 15%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right {
  right: 15%;
  margin-right: -10px;
}

/*トップスライダー部分 2023新井記載*/
/*微調整2024新井記載*/
.glyphicon-chevron-down:before {
  vertical-align: middle;
  padding-right: 5px;
}

.no_mg_b {
	margin-bottom: 0;
}









