@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 2px;
	padding: 10px 5px 14px;
	position: relative;
	background: #666;
}

.pageTitle .back {
	margin-top: -10px;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 16px;
	top: 50%;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.43;
	text-align: center;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin: 0 -24px 31px;
	padding: 20px 5px;
	color: #333;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	background: #DBEFFF;
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 10px;
	padding-bottom: 14px;
	font-weight: bold;
	border-bottom: 1px solid #2699FB;
}

/*------------------------------------------------------------
	container
------------------------------------------------------------*/
.container {
	padding: 0 24px;
	max-width: inherit !important;
	margin:20px auto 40px;
}
@media (min-width: 768px){
	.container {
		padding: 0 24px;
		max-width: 700px!important;
		margin:35px auto 60px;
	}
}
/*------------------------------------------------------------
	comTitle
------------------------------------------------------------*/
.comTitle {
	font-size:1.8rem;
	font-weight:bold;
	margin: 0 -24px 23px;
	padding: 8px 18px;
	min-height: 67px;
	-webkit-display: flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	background: #DBEFFF;
	box-sizing: border-box;
}

.comTitle p {
	color: #333;
	vertical-align: middle;
}
.comTitle p i{
	color:#0074a0;
	font-size:3rem;
	vertical-align: middle;
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn .d-block {
	border: none;
	width: 100%;
	padding: 0 40px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 48px;
	border-radius: 3px;
	background: #2699FB url(../../img/common/icon02.png) no-repeat right 25px center;
	background-size: 16px 16px;
}
.comBtn.back .d-block{
	background: #2699FB url(../../img/common/icon03.png) no-repeat left 25px center;
	background-size: 16px 16px;
}

/*------------------------------------------------------------
	submit
------------------------------------------------------------*/
.submit li {
	margin-bottom: 10px;
}

.submit li:last-child {
	margin-bottom: 0;
}

.submit li input {
	padding: 0 40px;
	width: 100%;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 48px;
	border-radius: 3px;
	border: none;
	background: #475561 url(../../img/common/icon02.png) no-repeat right 25px center;
	background-size: 16px 16px;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.submit li .btn-back {
	background: #999 url(../../img/common/icon03.png) no-repeat left 25px center;
	background-size: 16px 16px;
}

.submit li input.btn-attention{
	background-color: #e43a5e;
}

#main .error {
    padding: 10px;
    background: #ffcccc;
    display: block;
    margin:15px 0;
    color: #f00;
    border-radius: 5px;
}

.alert-warning i {
    font-size: 2rem;
}
