@charset "UTF-8";

#content .panel .panel-body {
	padding: 0.5em;
}

h3.lh_018{
 line-height: 1.8;
}

#content .panel table {
	margin: 0;
	padding: 0;
}

#content table *.vmid {
	vertical-align: middle;
}

#content table td.vmid {
	line-height: 1.3;
}

#content table.tblFull {
	margin: 0 auto;
}

hr.hr_01 {
	border-top: 0px solid #eee;
	margin: 10px 0;
	border-bottom: 1px solid #B7B7B7;
}

.contact.blue {
	border: solid #e1f0fa 2px;
	background-color: #e1f0fa;
	color: inherit;
}

.top_space30 {
	margin-top: 30px;
}

.border_bottom_dot {
	border-bottom: 3px dotted #4E8AC9;
	margin: 0;
}

a.thumbnail p.label {
	color: #fff;
}

.contact.bg-warning p {
	margin: 0;
}

.colon {
	display: -webkit-inline-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-inline-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-inline-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-inline-flex;     /* NEW - Chrome */
	display: inline-flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	justify-content: center;
	align-items: center;
}

.colon::after {
	content: "：";
}

.ind_005 {					/* spanブロック化 */
	display: block;
	padding-left: 1em;
	text-indent: -0.5em;
}


/*　border　追加
---------------------------------------------------*/
.border_box {
	display: flex;
	padding: 0px;
}

.border_left_dot {
	padding: 0px;
	border-left: 4px dotted #777777;
}

.border_right_dot {
	padding: 0px;
	border-right: 4px dotted #777777;
}

.border_not {
	padding: 0px;
	border-right: 0px dotted #777777;
}

@media (max-width: 768px) {
	.border_box {
		 display: flex;
		 padding: 0 20px;
	}

	.border_left_dot {
		padding: 0px ;
		border-left: 0px dotted #777777;
		border-bottom: 4px dotted #777777;
	}
	.border_right_dot {
		padding: 0px;
		border-right: 0px dotted #777777;
		border-bottom: 4px dotted #777777;
		margin-bottom: 10px;
	}
	.border_not {
		padding: 0px;
		border-right: 0px dotted #777777;
		margin-top: 15px;
	}
}



/*　thumbnail　追加
---------------------------------------------------*/
#panel_thum a.thumbnail:hover,
#panel_thum a.thumbnail:focus,
#panel_thum a.thumbnail.active {
	border-color: #3498db;
	background-color: #C8E3F5;
}

#panel_thum a.thumbnail[disabled] {
	cursor: not-allowed;
}

#panel_thum a.thumbnail[disabled]:hover,
#panel_thum a.thumbnail[disabled]:focus,
#panel_thum a.thumbnail[disabled].active {
	border-color: #CCCCCC
}


/* -------------------------------------------------- *
 * 追加　背景
 * -------------------------------------------------- */
.content_full {
	margin: 0 -10px;
	padding: 20px;
}


/* ----------------------------------------
 * ページ内リンク
 * --------------------------------------- */
span.link-t-a {
	position: relative;
	top: 100px;/*左の数値を変えると、上下に調整します*/
	display: block;
}


/* -------------------------------------------------- *
 * アコーディオンのデザイン
 * -------------------------------------------------- */
/* accordion menu*/
#toggle-freshman,
#toggle-event,
#toggle-exam {
	color: #fff;
	font-size: 1.3em;
}

.tiles-toggle i {
	font-size: 1.5em;
}

#toggle-exam {
	background-color: #3498db;
}

#toggle-freshman {
	background-color: #3498db;
}

#toggle-event {
	background-color: #3498db;
}

@media (max-width: 768px) {
	#toggle-freshman,
	#toggle-event,
	#toggle-exam {
		font-size: 1.1em;
	}
	.tiles-toggle i {
		padding-right: 5px;
	}
}

#content .tiles-toggle {
	position: relative;
}

#content .tiles-toggle > a {
	/*border: 1px solid #aaa;*/
	display: block;
	padding: 10px 10px;
	text-decoration: none;
	margin-top: 5px;
}

/*アコーディオンの文字[step]のレイアウト*/
#content .tiles-toggle > a .kan412 {
	color: #fff;
	font-family: kan412typos-std, sans-serif;
	font-size: 18px;
	letter-spacing: 1px;
	margin-right: 5px;
}

#content .tiles-toggle > a:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	content: "\f068";
	margin-top: 0px;
	position: absolute;
	right: 10px;
	top: 0.6em;
	width: 22px;
}

#content .tiles-toggle > a.collapsed:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	content: "\f067";
	margin-top: 0px;
	position: absolute;
	right: 10px;
	top: 0.6em;
	width: 22px;
}









/* -------------------------------------------------- *
 * タブデザイン
 * -------------------------------------------------- */
 /*タブのアクティブのデザイン変更*/
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #fff;
	cursor: default;
	background: #3498db;
	border-bottom-color: transparent;
}

.nav-tabs > li.active > a:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -9px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	/* border-style: solid; */
	/* border-color: #ffffff transparent transparent transparent; */
	/* border-width: 10px 10px 10px 10px; */
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid white;
}

/*タブの高さの変更*/
.nav > li > a {
	position: relative;
	display: block;
	padding: 25px 5px;
}

/*タブの角丸の変更*/
@media (min-width: 769px) {
	.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
		border-bottom: 0px solid #ddd;
		border-radius: 0px 0px 0 0;
	}
	
	.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs.nav-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus,
	.nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: #f9f9f9;
	}
}

/*タブの隣とのスペース*/
.nav > li > a {
	margin-left: 0px;
	margin-right: 0px;
	background-color: #EFEFEF;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

/*タブの下方向のスペース*/
#content .nav.nav-tabs {
	margin: 10px 0 0 0;
	padding-left: 0;
}

/*タブの文字レイアウト*/
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	font-size: 16.5px;
	font-weight: 600;
	color: #3498db;
	text-decoration: none;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-radius: 0px;
}

.tab-content {
	padding: 20px;
}

.nav-tabs-outer .nav-tabs a {
	color: #3498db;
	text-decoration: none;
}

.nav-tabs-outer .nav-tabs a:hover,
.nav-tabs-outer .nav-tabs a:focus {
	color: #3498db;
	text-decoration: underline;
	background-color: #DDEFFB;
}

.nav-tabs-outer .nav-tabs a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

@media (max-width: 768px) {
	.nav-tabs-outer .nav-tabs li a {
		padding: 2px;
	}

	.nav-tabs > li {
		float: left;
		margin-bottom: -1px;
		font-size: 0.7em;
	}
}

.tab-content .page-header,
.panel-collapse .page-header {
	padding-bottom: 8.5px;
	margin: 15px 0 19px;
	border-bottom: 1px solid #eee;
}

.content_inner {
	padding: 10px 20px;
}

@media (max-width: 768px) {
	.content_inner {
		padding: 10px 10px;
	}
}

.eventdate {
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin: 15px 0;
	padding-bottom: 5px;
}

@media (max-width: 768px) {
.row-center > [class*='col-']{
	display: block;
}
}

/** 07. Fukidashi
 **************************************************************** **/
.fukidashi_none {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	position: relative;
	display: inline-block;
	min-width: 120px;
	max-width: 100%;
	color: #393939;
	font-size: 14px;
	background: #fff;
	margin: 0 0 20px 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;
}


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


/** 10. 追従するボタン
 **************************************************************** **/
#Affix {
	max-width: 860px;
	z-index: 999;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-right: #fff solid 2px;
}

/*===== ページ内リンク =====*/
.container-fluid .link-t-a {
	position: relative;
	top: -50px;/*左の数値を変えると、上下に調整します*/
	display: block;
}

@media (max-width: 768px) {
	.container-fluid .link-t-a {
		position: relative;
		top: -70px;/*左の数値を変えると、上下に調整します*/
		display: block;
	}
}

.affix-top {

}

.affix {
	position: fixed;
	left: 50%;
	transform: translate(-50%, 0);
	top: 50px;
}

#Affix .btn {
		line-height: 1.3;
	}

@media (max-width: 768px) {
	.container-fluid {
		margin-right: -10px;
		margin-left: -10px;
	}

	.affix {
		padding: 0 10px;
	}
	
	#Affix .btn {
		padding: 6px;
		font-size: 14px;
		line-height: 1.5;
	}
}






/** 11. tab
 **************************************************************** **/

@media (max-width: 768px) {
.nav > li {
	display: block;
	width: 100%;
}
.nav.nav-pills > li > a {
	margin-top: 5px;
	padding: 8px;
}
.nav.nav-pills > li:first-child > a {
	margin-left: 5px;
}
.nav.nav-pills > li:last-child > a {
	margin-right: 5px;
}
}


/** 08. Indent
 **************************************************************** **/
[class*="ind"] i { /* セレクタ名の部分一致 */
	text-indent: 0;
}


/** 07. アプリダウンロードボタン
 **************************************************************** **/


.appreach_inner {
	border:3px solid #eee;/*ボーダー色*/
	display: inline-block;
	padding: 20px;
}


.appreach {
	display: block;
	text-align: center;
	border-radius: 2px;
	overflow: hidden;
}


.appreach:after {
	content: "";
	display: block;
	clear: both;
}


.appreach img,
.appreach p {
	margin: 0;
	padding:0;
}


.appreach a:after {
	display: none;
}


.appreach__icon {
	border-radius: 10%;
	overflow: hidden;
	margin: -5px 3% 0 0 !important;
	height: auto !important;
	max-width: 120px !important;
}


.appreach__detail {
	display: inline-block;
	font-size: 20px;
	line-height: 1.5;
}


.appreach__detail:after {
	content: "";
	display: block;
	clear: both;
}


p.appreach__name {
	font-size: 16px;
	color: #555;
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 1.5em !important;
	max-height: 3em;
	overflow: hidden;
}


.appreach__info {
	font-size: 12px !important;
	color: #888;
}


.appreach__info a {
	color: #aaa;
}


.appreach__developper, .appreach__price {
	margin-right: 0.5em;
}


.appreach__posted a {
	margin-left: 0.5em;
}


.appreach__links {
	height: 40px;
	margin-top: 15px;
	white-space: nowrap;
}


.appreach__aslink img {
	margin-right: 10px;
	height: 40px;
}
.appreach__gplink img {
	height: 40px;
}


@media only screen and (max-width: 768px){
	.appreach {
		margin:20px 0;
	}
	
	.appreach_inner {
		padding: 20px 10px;
	}
	
	.appreach__info {
		font-size: 11px !important;
	}
	
	
	p.appreach__name {
		font-size: 15px;
	}
	.appreach__icon {
		max-width: 100px !important;
	}
	
	.appreach__aslink img {
		margin-right: 10px;
		height: 35px;
	}
	
	.appreach__gplink img {
		height: 35px;
	}
}


/** 09. 丸数字カウンターリスト
 **************************************************************** **/
ol.calender_list {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
}
#content ol.calender_list li {
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
	line-height: 1.5;
}
ol.calender_list li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #52A7E0;
	color: #fff;
	display: block;
	float: left;
	line-height: 22px;
	margin-left: -30px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	vertical-align: middle;
}

ol.calender_list.back_orange li::before {
	background-color: #e67e22;
}



.square {
	padding-left: 1.2em;
	text-indent: -1.2em;
}

.square::before {
	font-family: 'Font Awesome 5 Free';
	font-size: 17px;
	font-weight: 600;
	content: "\f0c8\2004";
}


.module.r8 {
    border-radius: 8px;
}
.module_inner {
    padding: 20px 20px;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #c15100;
  border: solid 0px #6a2c00;
}


 .del {
   color: #f00;
   text-decoration : line-through ;
 }
 .del span {
   color: #000;
 }