@charset "UTF-8";


.content_full {
	margin: 20px -10px;
	padding: 20px;
}

.module-green {
	background-color: #ebffea;
}

/* bootstrap 機能拡張 */
.row-center {
	text-align:center;
	letter-spacing:-0.4em;
}

.row-center > [class*='col-'] {
	display:inline-block;
	letter-spacing:0;
	vertical-align:top;
	float:none !important;
}

.row-center.va-middle > [class*='col-'] {
	vertical-align:middle;
}

.row-center.va-bottom > [class*='col-'] {
	vertical-align:bottom;
}

.top_space {
	margin-top: 30px;
}

.comment_photo {
	border-radius: 50%;
}

.photo_up {
	position: relative;
	top:-30px;
	margin: 0 0 -50px;
}

@media (max-width: 768px) {
.photo_up {
	position: relative;
	top:-30px;
	margin: 0 0 -50px;
}
}

@media (max-width: 768px) {
.content_full h3{
font-size: 15px;
}
}



/* ----------------------------------------
 * リボン付きのbox
 * ---------------------------------------- */
.ribbon_box {
	display: block;
	position: relative;
	margin: 13px auto;
	padding: 10px 0;
	width: 90%;
	background: #fff;
	border: solid 2px #ea0d4b;
}

.ribbon_box p{
	padding: 10px;
	word-break: break-all;
}

.ribbon_box .red {
	color: #ea0d4b;
}

.ribbon1 {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 0 0 -20px;
	width: calc(100% + 20px);
	font-size: 16px;
	color: white;
	background: #ea0d4b;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.ribbon1:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px #ca033f;
}

.box01{
	margin: 1em 1em;
	position: relative;
	padding: 0.5em 1.5em;
	border-top: solid 2px #91b720;
	border-bottom: solid 2px #91b720;
}

.box01 .inner{
	margin: -0.5em -0.8em;
	/* position: relative; */
	padding: 1em 1em;
	/* border-top: solid 2px #ea0d4b; */
	/* border-bottom: solid 2px #ea0d4b; */
	background: #fff;
}

.box01:before, .box01:after{
	content: '';
	position: absolute;
	top: -10px;
	width: 2px;
	height: -webkit-calc(100% + 20px);
	height: calc(100% + 20px);
	background-color: #91b720;
}

.box01:before {left: 10px;}
.box01:after {right: 10px;}
.box01 p {
	margin: 0; 
	padding: 0;
	word-break: break-all;
}

@media (max-width: 768px) {
	.ribbon1 {
		display: inline-block;
		position: relative;
		box-sizing: border-box;
		padding: 10px;
		margin: 0 0 0 -20px;
		width: calc(100% + 20px);
		font-size: 15px;
		color: white;
		background: #ea0d4b;
		box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	}
	.box01{
		margin: 1em 0.5em;
	}
}





/* ----------------------------------------
 * 括弧
 * ---------------------------------------- */
.parenthesis {
	position: relative;
	padding: 0px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.parenthesis::after {
	position: absolute;
	top: 0;
	content: '';
	width: 20px;
	height: 100%;
	border-top: 2px solid #ea0d4b;
	border-bottom: 2px solid #ea0d4b;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.parenthesis::after {
	right: 0;
	border-right: 2px solid #ea0d4b;
}

@media (max-width: 768px) {

	.parenthesis::after {
		display: none !important;
	}
	.parenthesis::after {
		display: none !important;
	}
}




/* ----------------------------------------
 * 画像の上のボタン
 * ---------------------------------------- */

.example {/*親div*/
	position: relative;/*相対配置*/
	padding: 5px 0;
}

.example p {
	position: absolute;/*絶対配置*/
	color: white;/*文字は白に*/
	bottom: -2px;
	right: 95px;
}

.example img {
	width: 100%;
}

@media (max-width: 768px) {
	.example {/*親div*/
		position: relative;/*相対配置*/
		padding: 5px 0;
	}
	.example p {
		position: absolute;/*絶対配置*/
		color: white;/*文字は白に*/
		bottom: -10px;
		right: 3px;
	}
	.example img {
		width: 100%;
	}
}




/* ----------------------------------------
 * Fukidashi
 * ---------------------------------------- */
.fukidashi_bottom {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	position: relative;
	z-index: 3;
	display: inline-block;
	margin: 1em 0 0.5em;
	padding: 15px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #fff;
	border: solid 2px #3498db;
	border-radius: 15px;
}

.fukidashi_bottom:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -12px;
	border: 12px solid transparent;
	border-top: 12px solid #fff;
	z-index: 2;
}

.fukidashi_bottom:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #3498db;
	z-index: 1;
}

.fukidashi_bottom.blue_outline {
	position: relative;
	display: inline-block;
	margin: 1em 0 0.5em;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #FFF;
	border: solid 2px #3498db;
	box-sizing: border-box;
}

.fukidashi_bottom.blue_outline:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -12px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}

.fukidashi_bottom.blue_outline:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #3498db;
	z-index: 1;
}

.fukidashi_top {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	position: relative;
	display: inline-block;
	margin: 12px 0 1em;
	padding: 15px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #ffdbc1;
	box-sizing: border-box;
	border-radius: 15px;
}

.fukidashi_top:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #fff;
}

.fukidashi_right {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 15px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #fff;
	border-radius: 15px;
	border: solid 2px #3498db;
}

.fukidashi_right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #fff;
	z-index: 2;
}

.fukidashi_right:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #3498db;
	z-index: 1;
}

.fukidashi_right.blue_outline {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	position: relative;
	display: inline-block;
	margin: 0.5em 15px 0.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #FFF;
	border: solid 2px #3498db;
	box-sizing: border-box;
}

.fukidashi_right.blue_outline:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #FFF;
	z-index: 2;
}

.fukidashi_right.blue_outline:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #3498db;
	z-index: 1;
}

.fukidashi_left {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 15px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #fff;
	border: solid 2px #3498db;
	border-radius: 15px;
}

.fukidashi_left:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #fff;
	z-index: 2;
}

.fukidashi_left:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #3498db;
	z-index: 1;
}

.fukidashi_none {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 15px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #fff;
	border: solid 2px #3498db;
	border-radius: 15px;
}

.fukidashi_none{
	position: relative;
	margin: 0em 0;
	padding: 2em 2em;/*文字まわりの余白*/
	border: solid 2px #fc825d;/*線の種類、太さ、色*/
	border-radius: 50px;/*ボックスの角のまるみ*/
}

.fukidashi_none:before, .fukidashi_none:after{ 
	position: absolute;
	top: 0;
	content:'';
	width: 100%;
	height: 100%;
	border-radius: 50px;/*ボックスの角のまるみ*/
}

.fukidashi_none:before{
	left:0;
	border: solid 2px #fc825d;/*線の種類、太さ、色*/
	transform: rotate(-1.5deg);/*ボックスの角度*/
}

.fukidashi_none:after{
	left:0;
	border: solid 2px #fc825d;/*線の種類、太さ、色*/
	transform: rotate(1.5deg);/*ボックスの角度*/
}

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






/* ----------------------------------------
 * panel
 * ---------------------------------------- */
.panel {
	border-width: 5px;
}
.panel-heading {
	border-width: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.panel-warning {
	border-color: #fc825d;
}
.panel-warning .panel-heading {
	font-family: 'YakuHanJP' ,'M PLUS Rounded 1c', "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background-color: #fc825d;
	border-color: inherit;
	color: #FFFFFF;
}
.panel-warning .panel-innertitle {
	font-family: 'YakuHanJP' ,'M PLUS Rounded 1c', "Open Sans", "Helvetica Neue", Helvetica, "Arial", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background-color: #fc825d;
	border-color: inherit;
	color: #FFFFFF;
	margin: 0 -15px 15px;
	padding: 10px 8px;
}
.panel-warning .panel-innerline {
	background-color: #fc825d;
	border-color: inherit;
	color: #FFFFFF;
	margin: 10px -15px 15px;
	padding: 3px;
}




/* -------------------------------------------------- *
 * スマホでの表の表示切り替え3
 * -------------------------------------------------- */

#content table.table01 {
	width:100%;
	border-top:#217dbb solid 1px;
	border-right:#217dbb solid 1px;
	border-collapse: collapse;
}
#content table.table01 thead th {
	background:#217dbb;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
#content table.table01 thead th:last-child {
	border-right:#217dbb solid 0px;
}
#content table.table01 tbody th {
	background:#217dbb;
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
}
#content table.table01 tbody tr:last-child th {
	border-bottom:#217dbb solid 0px;
}
#content table.table01 tbody td {
	background:#EFF7FC;
	padding:10px 15px;
	border-left:#217dbb solid 1px;
	border-bottom:#217dbb solid 1px;
	display: table-cell;
	vertical-align: middle;
}
#content table.table01 tbody td.bottom_b {
	border-bottom:#217dbb solid 2px;
}
@media (max-width: 768px) {
	#content table.table01 {
		width:100%;
		border-top:#217dbb solid 1px;
		border-right:#217dbb solid 1px;
		border-collapse: collapse;
	}
	#content table.table01 thead th {
		font-size:0.8em;
		background:#217dbb;
		color:#FFF;
		padding:5px 5px;
		border-right:#FFF solid 1px;
		border-bottom:#FFF solid 1px;
	}
	#content table.table01 thead th:last-child {
		border-right:#217dbb solid 0px;
	}
	#content table.table01 tbody th {
		background:#217dbb;
		color:#FFF;
		padding:5px 5px;
		border-bottom:#FFF solid 1px;
		vertical-align:top;
	}
	#content table.table01 tbody tr:last-child th {
		border-bottom:#217dbb solid 0px;
	}
	#content table.table01 tbody td {
		font-size:0.8em;
		background:#EFF7FC;
		padding:5px 5px;
		border-left:#217dbb solid 1px;
		border-bottom:#217dbb solid 1px;
		display: table-cell;
		vertical-align: middle;
	}
}

/* ----------------------------------------
 * シンプル 枠（影）
 * ---------------------------------------- */
.kakomi-box {
	margin: 1em 0;
	padding: 1em;
	width: 100%;
	background-color: #FFF5EE; /* 背景色 */
	box-shadow: 0 0 5px 1px #ccc; /* 影 */
}







/* ----------------------------------------
 * 吹き出しデザイン2
 * ---------------------------------------- */
/*以下、背景色など*/
.line-bc {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	padding: 20px 20px;
	margin: 0px auto 15px;
	text-align: right;
	font-size: 1.2em;
	background: #7da4cd;
}

/*以下、左側のコメント*/
.comment {
	width: 100%;
	margin: 10px 0;
	overflow: hidden;
}
.comment .faceicon {
	float: left;
	margin-right: -50px;
	width: 150px;
}
.comment .faceicon img{
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.comment .chatting {
	width: 100%;
	text-align: left;
}
.says {
	display: inline-block;
	position: relative; 
	margin: 30px 0 0 70px;
	padding: 10px;
	max-width: 400px;
	border-radius: 12px;
	background: #edf1ee;
}

.says:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 3px; 
	left: -19px;
	border: 8px solid transparent;
	border-right: 18px solid #edf1ee;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}
#content .says p {
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

/*以下、右側の緑コメント*/
.mycomment {
	margin: 10px 0;
	overflow: hidden;
}

.mycomment .faceicon {
	float: right;
	margin-left: -50px;
	width: 150px;
}

.mycomment .faceicon img{
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.mycomment p {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	display: inline-block;
	position: relative; 
	margin: 30px 70px 0 0;
	padding: 8px;
	max-width: 400px;
	border-radius: 12px;
	background: #30e852;
}

.mycomment p:after {
	content: "";
	position: absolute;
	top: 3px; 
	right: -19px;
	border: 8px solid transparent;
	border-left: 18px solid #30e852;
	-webkit-transform: rotate(-35deg);
	transform: rotate(-35deg);
}

@media (max-width: 768px) {
.line-bc {
	font-size: 1.1em;
}
	.comment .faceicon {
		float: left;
		margin-right: -50px;
		width: 100px;
	}
	.says {
		display: block;
		margin: 20px 0 0 110px;
	}
	.mycomment .faceicon {
		float: right;
		margin-left: -50px;
		width: 100px;
	}
	.mycomment p{
		display: block;
		margin: 20px 110px 0 0;
	}
}



/* -------------------------------------------------- *
 * border　追加
 * -------------------------------------------------- */

.border_bottom_dot {
	border-bottom: 2px dotted #fff;
	margin: 0 0px 10px 0px;
}


.box.freshmen {
	background-color:#FFFBC1;
	border: 2px solid #2C75BD;
}

.box.pink {
	border:none;
	background-color: #F16D84;
}

.box.white {
	border:none;
	background-color: #FFFFFF;
	color: #333;
}

.box.spring {
	border:none;
	background-color: #FDE1E1;
}

.box.fall {
	border:none;
	background-color: #FDDFC1;
}

.brown {
	color: #B9652F;
}

.box.brown {
	border:none;
	background-color: #B9652F;
}
/** 08. 囲み文字
 **************************************************************** **/
.maru {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	flex-flow: column; 
	vertical-align: top;
}
/* 円の大きさ */
.size_normal{
	width: 120px;
	height: 120px;
}
/* 四角の大きさ */
.content_inner .square {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  flex-flow: column; 
  margin-right: 0.1em;
  border-radius: 5px;
}
/* 文字の大きさ */
.letter3 {
	font-size: 1.3em;
	line-height: 1.3em;
	text-indent: 0.05em;
}
/* 囲みと文字の色 */
.gray1 {
	color: #5F5F5F;
	border: 1px solid #5F5F5F;
	background: #fff;
}
.yellow1 {
	color: #C7B500;
	border: 1px solid #C7B500;
	background: #fff;
}
.purple1 {
	color: #8a2be2;
	border: 1px solid #8a2be2;
	background: #fff;
}
.blue1 {
	color: #fff;
	border: 1px solid #217dbb;
	background: #217dbb;
}
.pink1 {
	color: #E500B3;
	border: 1px solid #E500B3;
	background: #fff;
}
.green1 {
	color: #fff;
	border: 1px solid #76b23d;
	background: #76b23d;
}

.content_inner {
    padding: 15px;
}

.content_inner p.number_ind{
  padding-left: 1.8em;
  text-indent: -2.2em;
 }

.number_inner {
    padding-left: 2.2em;
}



div.iframeWrapper {
    position: relative;
    width: 100%;
    padding-top: 75%;
    }
 
div.iframeWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }


