@charset "UTF-8";

/** ************************************* **

	TABLE CONTENTS
	---------------------------
		01. Globals
		02. table
		03. Buttons
		04. label
		05. arrow
		06. list
		07. アプリダウンロードボタン
		08. Indent
		09. 丸数字カウンターリスト
		10. 追従するボタン
		11. tab
	---------------------------

 ** ************************************* **/





/* -------------------------------------------------- *
* 01. Globals
* -------------------------------------------------- */

h3 {
	font-size: 1.5em;
	color: #005b9f;
	line-height: 1.5em;
	border-bottom: solid 3px #E1E2E1;
}

@media (max-width: 480px) {
	h3 {
		font-size: 1.3em;
	}
	#content .container-fluid h3 {
		font-size: 1.5em;
	}
}

h4.green_bk {
	font-size: 1.3em;
	margin-bottom: 20px;
	padding-bottom:0.3em;
	border-bottom: solid 2px #1A9745;
}

h4.orange_bk{
	font-size: 1.3em;
	margin-bottom: 20px;
	padding-bottom:0.3em;
	border-bottom: solid 2px #E0852C;
	padding: 5px;
}

h4.gray {
	color: #808080;
	font-size: 2.2rem;
	padding: 5px 10px;
	border-bottom: solid 2px #e1f0fa;
}

h5 {
	font-size: 1.1em;
	padding: 0.7em 0 0.7em 0.7em;
	border-left: 6px solid #217dbb;
}

h4.box1 {
	position: relative;
	font-size:1.3em;
	font-weight: 500;
	color: #fff;/*文字色*/
	padding: 0.8em 0.5em 0.8em 1.8em;/*文字周りの余白*/
	line-height: 1.3;/*行高*/
	background: #2270C0;/*背景色*/
	vertical-align: middle;/*上下中央*/
	margin:20px 0 10px;
	border-bottom: solid 1px #184766;
	border-radius: 5px;
}

h4.box1:before {
	position: absolute;
	top: 50%;
	left: 10px;
	font-size: 1.6em; 
	content: '●';
	color: white;
	margin-top: -0.7em;
	text-shadow: -1px -1px 1px #fff, -2px -2px 2px #2C2A2B;
}

h4.box2 {
	font-size:1.2em; 
	font-weight: 50;
	color: #505050;/*文字色*/
	padding: 0.5em;/*文字周りの余白*/
	line-height: 1.3;/*行高*/
	background: #F1D7AD;/*背景色*/
	vertical-align: middle;/*上下中央*/
	border-radius: 0px 0px 0px 0px;/*左側の角を丸く*/
	margin:10px 0;
	border-bottom: solid 1px #E0852C;
}

h4.box2:before {
	font-size:1.2em; 
	content: '●';
	color: white;
	margin:20px 10px;
}

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

.top_space {
	margin-top: 15px;
}

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

.content-inner{
	padding: 10px;
}

@media (max-width: 768px) {
	.content_inner {
		padding: 5px 10px;
	}
}
@media screen and (max-width: 480px){
	.content_full{
		margin: 0 -10px;
	}
}


#content a {
	overflow-wrap: break-word;
}

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

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

/*===== ローディングの非表示 =====*/
#fancybox-loading div {
	display: none;
}



/* -------------------------------------------------- *
* 02. table
* -------------------------------------------------- */

/* スマホでの表の表示切り替え */
#content table.tblFull th,
#content table.tblFull td {
	margin: 0;
	padding: 4px;
	vertical-align: middle;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	line-height: 1.4;
}
#content  .res_table table.tblFull {
	border-bottom: 1px solid #dcdcdc;
}
#content  .res_table table.tblFull th {
	padding: 8px;
	line-height: 1.5;
	vertical-align: middle;
	text-align: center;
}
#content  .res_table table.tblFull td{
	padding: 8px;
	line-height: 1.5;
	vertical-align: middle;
	text-align: left;
}
@media (max-width: 768px) {
	#content .res_table table.tblFull td,
	#content .res_table table.tblFull th {
		padding: 8px;
		line-height: 1.5;
		vertical-align: middle;
		text-align: left;
	}
	
	#content .res_table table.tblFull {
		border-bottom: 1px solid #dcdcdc;
	}
	#content .res_table table.tblFull td {
		background-color: #FFFFFF;
		padding-left: 15px;
		padding-right: 15px;
	}
	#content .res_table table.tblFull td.title {
		background-color: #f4f4f4;
		border-bottom: 1px solid #dddddd;
		text-indent: -2em;
		padding-left: 2em;
	}
	#content .res_table table.tblFull th.title {
		background-color: #f4f4f4;
		border-bottom: 1px solid #dddddd;
		text-indent: -2em;
		padding-left: 2em;
	}
	#content table.tblFull th {
		border-top: 1px solid #dcdcdc;
	}
	#content .res_table table.tblFull td {
		border-top: 0px solid #dcdcdc;
	}
	#content .res_table table.tblFull td:last-child {
		border-bottom: 1px solid #dcdcdc;
	}
	#content table.tblFull td .td_bottom{
		border-bottom: 1px solid #dcdcdc;
	}
	#content .res_table table.tblFull td .td_top {
		border-top: 1px solid #dcdcdc;
	}
	#content .res_table table.tblFull tr.tr_top {
		border-top: 1px solid #dcdcdc; 
	}
	#content .res_table table.tblFull td .td_bottom_b {
		border-bottom: 3px solid #dcdcdc; 
	}
	.res_table {
		border-collapse: separate;
		border-spacing: 0  20px;
		margin:10px 5px;
	}
	.res_table thead {
		display: none;
	}
	.res_table tr {
		background-color: #f6f6f6;
	}
	.res_table td {
		border: none;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.res_table td.col-6 {
		float: left;
		width: 50%;
	}
	.res_table td.txt-right {
		text-align: right;
	}
	.res_table td:before {
		content: attr(data-title) " ";
	}
	.res_table th {
		border: none;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.res_table th.col-6 {
		float: left;
		width: 50%;
	}
	.res_table th.txt-right {
		text-align: right;
	}
	.res_table th:before {
		content: attr(data-title) " ";
	}
	.res_table .clear {
		clear: both;
	}
}



/* -------------------------------------------------- *
* 03. Buttons
* -------------------------------------------------- */
.btn {
	white-space: normal;
}
.btn-warning {
	color: #fff;
	background-color: #e67e22;
	border-color: #e67e22;
}
.top_btnmenu .btn{
	height: 70px;
	padding: 5px;
}
.top_btnmenu{
display: table;
width: 100%;
}
.top_btnmenu .row_center{
display: table-cell;
vertical-align: middle;
}
@media (max-width: 768px) {
	.top_btnmenu .btn{
	 height: 45px;
	}
}



/* -------------------------------------------------- *
* 04. label
* -------------------------------------------------- */

/* outline label style */
.label.label-outlined {
	border-width: 1px;
	border-style: solid;
	background-color: transparent
}
.label.label-outlined.label-default {
	border-color: #B0BEC5;
	color: #B0BEC5;
}
.label.label-outlined.label-primary {
	border-color: #2196F3;
	color: #2196F3;
}
.label.label-outlined.label-secondary {
	border-color: #323a45;
	color: #323a45;
}
.label.label-outlined.label-info {
	border-color: #29B6F6;
	color: #29B6F6;
}

.label.label-outlined.label-success {
	border-color: #24a35a;
	color: #24a35a;
}
.label.label-outlined.label-warning {
	border-color: #FFD600;
	color: #FFD600;
}
.label.label-outlined.label-danger {
	border-color: #ef1c1c;
	color: #ef1c1c;
}



/* -------------------------------------------------- *
* 05. arrow
* -------------------------------------------------- */

/* 動く下矢印 */
.arrow_b {
	padding-top: 23px;
	margin-bottom: 0px;
}
@media (max-width: 768px) {
.arrow_b {
	padding: 23px 50px;
}
}
.arrow_b span {
	position: absolute;
	top: 50px;
	left: 50%;
	width: 15px;
	height: 15px;
	margin-left: -12px;
	border-left: 1px solid #f46600;
	border-bottom: 1px solid #f46600;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}
.arrow_b span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.arrow_b span:nth-of-type(2) {
	top: 58px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}
.arrow_b span:nth-of-type(3) {
	top: 66px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
@-webkit-keyframes sdb {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}



/* -------------------------------------------------- *
* 06. list
* -------------------------------------------------- */

/* 四角 */
#content ul.list_square {
	list-style: none;
	margin: 0;
	padding-left: 1em;
}
#content ul.list_square li{
	position: relative;
	padding-left: 0.4em;
	padding-bottom: 0.4em;
}
#content ul.list_square li:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f45c'; /* アイコンのunicode */
	position: absolute;
	font-size: 0.8em;
	font-weight: 600;
	left: -0.8em; /* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
	top: 0.2em; /* アイコンの場所を変えたければ適宜変更 */
}


/** 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;
	}
}


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


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


.ind_005 {
	display: block;
	padding-left: 0.5em;
	text-indent: -0.5em;
}


.ind_01 {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}


.ind_012 {
	display: block;
	padding-left: 1.2em;
	text-indent: -1.2em;
}


.ind_015 {
	display: block;
	padding-left: 1.5em;
	text-indent: -1.5em;
}


.ind_02 {
	display: block;
	padding-left: 2em;
	text-indent: -2em;
}


.ind_025 {
	display: block;
	padding-left: 2.5em;
	text-indent: -2.5em;
}


.ind_03 {
	display: block;
	padding-left: 3em;
	text-indent: -3em;
}

.ind_035 {
	display: block;
	padding-left: 3.5em;
	text-indent: -3.5em;
}


#content .md {
	font-size: 180%;
}

#content .bg {
	font-size: 350%;
}

#content .sm {
	font-size: 140%;
}

@media all and (max-width: 515px) {
#content .bg {
	font-size: 8vw;
}

#content .md {
	font-size: 6vw;
}

#content .sm {
	font-size: 1.1em;
}

#content .container-fluid .sm {
	font-size: 1.3em;
}
}

.label {
	display: inline-block;
	padding: .5em .6em;
}



/** 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;
}





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

.mt50 {
	margin-top: 5rem;
}

.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 {
	}

	.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;
}
}



