@charset "utf-8";
main {
	margin-top: 20px;
}
main .flow{
	margin-bottom: 20px;
}
strong.tel{
    color: #D40D12;
    font-size: 20px;
}
#document li {
	width: 50%;
	padding: 0 30px;
	margin: 20px 0 0;
	float: left;
	text-align: center;
	box-sizing: border-box;
}
#document li img {
	width: auto;
	height: 80px;
}
#document li h3 {
	font-size: 14px;
	margin: 20px 0 0;
	color: #d40d12;
}
#document li p {
	opacity: .78;
}
.help {
	position: relative;
}
.help i {
	color: #d40d12;
	font-size: 20px;
	cursor: pointer;
}
.guide {
	width: 48%;
	float: left;
	margin: 20px 1%;
	background: whitesmoke;
	padding: 10px;
	box-sizing: border-box;
}
.guide h3 {
	text-align: center;
	color: #d40d12;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
}
.guide li {
	margin: 5px 0 0;
	background: #FFF;
}
.guide a {
	display: block;
	padding: 10px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.guide a:hover {
	background: #d40d12;
	color: #FFF;
	opacity: 1;
}
.guide a i {
	float: right;
	font-size: 16px;
}
#complete .right li{
	line-height: 1;
	margin: 10px 0;
}
#complete .right li span{
    display: inline-block;
    width: 30px;
    height: 14px;
    vertical-align: middle;
    margin-right: 10px;
}

/******************
 * 地域・都道府県
 ******************/
 .area_item {
    display: inline-block;
    padding: 3px;
    cursor: pointer;
}
.is-hide {
    display: none;
}

/******************
 * 申込完了画面
 ******************/
main .wrapper {
	margin: 0 auto;
	text-align: center;
}
.txt {
	display: inline-block;
	text-align: left;
}

@media (max-width: 768px) {
	#document li{
		width: 100%;
		float: none;
	}
	.guide{
		width: 96%;
		float: none;
	}
	.guide li{

	}
	#complete ul.right{
		float: none;
	}

}

.warning {
	color: #ff0000;
	font-weight: bold;
	font-size: 1.3em;
}

.toggle-rotate {
	display: inline-block;
	padding-top: .25em;
}
.toggle-down {
	transform: rotate(180deg);
}

.policy{
	overflow-y: scroll;
	overflow-x: hidden;
	height: 200px;
	margin: 10px;
	padding: 5px;
  }

  .btn-square-soft {
	display: inline-block;
	position: relative;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
  }

  .btn-square-soft:active {
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
	background-image: linear-gradient(#fed6e3 0%, #ffbcbc 100%);
  }

/******************
 * 申込画面
 ******************/
.box-wrapper{
	display: table;
}

.box-area{
	width: 150px;
	display: table-cell;
	border: 1px #fff solid;
}

.box-pref{
	min-width: 85px;
	display: table-cell;
	border: 1px #fff solid;
}

.box.middle{
	vertical-align: middle;
}

.box.top{
	vertical-align: top;
}

.box.bottom{
	vertical-align: bottom;
}

.tooltip { /* 補足説明するテキストのスタイル */
	position: relative;
	cursor: pointer;
}

.description_top { /* ツールチップのスタイル */
	width: 45vw; /* 横幅 */
	position: absolute;
	left: 50%;
	bottom: 80%; /* Y軸の位置 */
	transform: translateX(-25%);
	margin-bottom: 8px; /* テキストとの距離 */
	padding: 8px;
	border-radius: 10px; /* 角の丸み */
	background-color: #666;
	font-size: 12px;
	color: #fff;
	text-align: center;
	visibility: hidden; /* ツールチップを非表示に */
	opacity: 0; /* 不透明度を0％に */
	z-index: 1;
	transition: 0.5s all; /* マウスオーバー時のアニメーション速度 */
}

.tooltip:hover .description_top { /* マウスオーバー時のスタイル */
	bottom: 100%; /* Y軸の位置 */
	visibility: visible; /* ツールチップを表示 */
	opacity: 1; /* 不透明度を100％に */
}

.question_mark::before{
	content: "?";
	font-size: 80%;
	margin-right: 5px;
	margin-left: 2px;
	display: inline-block;
	vertical-align: 2px;
	width: 1.5em;
	height: 1.5em;
	text-align: center;
	line-height: 1.7;
	border-radius: 50%;
	background: #4287f5;
	color: #FFF;
	font-weight: bold;
}
