@charset 'UTF-8';
/* =========================================================
   アクティビティSP 共通スタイル
========================================================= */

/* メンテナンス告知
--------------------------------------------------------- */
.ac-maintenance {
    border: 5px solid #E1EBF4; 
	padding: 5px; 
	text-align: left; 
	margin: .5em 0;
}

.ac-maintenance__text {
    margin:0;
	padding:0;
    line-height:1.3em;
}

.ac-maintenance__text.\--isBold {
    font-weight: 800;
    color: #ff0000;
}


/* アクティビティカテゴリ一覧 アコーディオン
--------------------------- */
.more_box {
	display: none;
}

.more_btn {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	margin: 0 auto;
	border: solid 1px #b6b5b3;
	border-radius: 5px;
	background: #0072c9;
	background: -webkit-linear-gradient(top, #fff, #cdcdcd);
	background:         linear-gradient(to bottom, #fff, #cdcdcd);
	box-sizing: border-box;
	line-height: 1.5em;
	padding: .4em 0;
	text-decoration: none;
	color: #5c5c5c;
	text-align: center;
}

.more_btn p::after {
	display: inline-block;
	position: relative;
	content: '';
	background: url(../img/common/more_btn.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	left: .5em;
}

.more_btn.active p::after {
	display: inline-block;
	position: relative;
	content: '';
	background: url(../img/common/more_btn_active.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	left: .5em;
}

/* 検索ボタン
--------------------------- */
.ac-btn.\--isBlue {
	margin: 1em auto 0;
}

.about_btn {
	margin: 0 0 10px -5px;
	width: 102%;
}

.about_box {
	background: #f2f2f2;
	padding: 5px;
	margin: 1em 0;
	border: 1px solid #707070;
	border-radius: 3px;
}

.about_box> ul {
	overflow: hidden;
	margin: 1em auto;
}

.about_box> ul> li {
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	float: left;
	width: 47%;
	height: 25px;
	line-height: 1.2;
	padding: .5em .1em;
	margin-bottom: 5px;
	background: -webkit-linear-gradient(top, #fff, #cdcdcd);
	background:         linear-gradient(to bottom, #fff, #cdcdcd);
	border: 1px solid #b6b5b3;
	border-radius: 3px;
}

.about_box> ul> li> label {
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	position: relative;
	width: 100%;
}

.about_box> ul> li> label >label {
	width: 83%;
	padding: 0 3%;
}

.about_box> ul> li:nth-child(2n) {
	float: right;
}

.about_box> ul> li> p {
	display: table-cell;
}

.about_box> ul> li> p> label {
	font-size: 14px;
}

.about_box> ul> li> p:nth-child(1) {
	vertical-align: top;
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
}

.about_box> ul> li> p:nth-child(2) {
	vertical-align: middle;
	line-height: 120%;
}

.about_box> ul> li> input[type=checkbox] {
	margin: .2em 5px 0 0;
	width: 17%;
	height: 23px;
}

.about_box__check__name {
	width: 78%;
	margin-left: .5em;
}

@media screen and (min-width: 375px) {
	.about_box__check__name {
		width: 82%;
		margin-left: .5em;
	}
}

/* フッター
--------------------------- */
.link_txt_02 {
	text-align: right;
	margin: 0px 10px 0px 0px;
}

.link_txt_02 > a > img {
	width : 40%;
}

.btn_style_01　{
	text-align : center;
}

.btn_style_01 img {
	width: 90%;
}

.footer_gaiyou {
	padding:0 0 5px 0;
	font-size:12px;
	text-align:center;
	margin:auto;
}