@charset "utf-8";

/* 申請書ダウンロード（SP）：style_written_application_sp.css
 * **************************************************
 * Space
 * Elements (Table)
 * **************************************************
 */

/* Space
------------------------------------------------------------------ */
#subPage .main table {
	margin-bottom: 20px;
}

/* Elements
------------------------------------------------------------------ */
/* Table */
/* 列：タイトル（左） */
#subPage .main table th:first-child {
	min-width: 1em;
}
#subPage .main table td:first-child  {
	text-align: center;
	background-color: #f5f5f5;
}
#subPage .main table td:first-child + * {
	width: 25%;
	text-align: left;
	background-color: #f5f5f5;
    object-fit: 6px;
}
#subPage .main table td:first-child + * + *,
#subPage .main table td:first-child + * + * + * {
	padding: 4px 2px;
	width: 10%;
}
#subPage .main table td:first-child + * + * img,
#subPage .main table td:first-child + * + * + * img {
	vertical-align: middle;
}
#subPage .main table td:first-child + * + * + * + * {
	text-align: left;
    max-width: 19em;
}
#subPage .main table th,
#subPage .main table td {
	word-break: break-all;
}

#subPage .convenience{
	padding:1em 0;
}

#subPage .convenience li{
	font-size: 13px; /* =14px */
	line-height: 1.3;
}

#subPage .convenience li a{
	padding-left:0.5em;
}

#subPage .convenience li:before{
	content:"";	display:inline-block;
	width:13px;
	height:13px;
	background:url(../../images/category/index_arrow2.png) no-repeat;
	background-size:contain;

}


#subPage .under_link{
    text-decoration: underline!important;
}

#subPage .under_link:hover{
    text-decoration: none!important;
}

#subPage .blue_box{
	font-size:1.3em;
	padding:1em 1.5em;
	margin-bottom:1.5em;
	background:#e2f5fe;
	border-radius:15px;
	font-weight:bold;
}

#subPage .blue_box a.link_blue{
	text-decoration:underline!important;
	color:#0078d9!important;
}

#subPage .blue_box a:hover{
	text-decoration:none!important;
}