@charset "utf-8";

/*==========================================
File name: category.css
Editors: IT-Probe
Last Editor: IT-Probe
Date: 2014
========================================== */

h1{
	margin: 0;
	padding: 0;
}


h2{
	font-size:20px;
	border-bottom:#00A0E9 1px solid;
	margin-bottom:13px;
	padding-bottom:5px;
}

h3{
	margin-bottom:13px;
	color:#00A0E9;
	font-size:18px;
}


/*WP用*/

#news h1{
	font-size:20px;
	border-bottom:#00A0E9 1px solid;
	margin-bottom:13px;
	padding-bottom:5px;
}
#news h1 a{
	color:#00A0E9;
}
#news h1 a:hover{
	color:#06F;
	text-decoration:none;
}


#news h2{
	margin-bottom:13px;
	color:#00A0E9;
	font-size:18px;
	border:none;
}
#news h2 a{
	color:#00A0E9;
}
#news h2 a:hover{
	color:#06F;
	text-decoration:none;
}




/**Hタグに装飾が必要な場合
.title_type01{
	padding:5px 5px 5px 15px;
	border:#CCC solid 1px;
	font-size:14px;
}***/
	

/* テーブル */

.red {
    color:red;
}
.table_type01{
	margin: 0px;
	}

.table_type01 th,
.table_type01 td{
	border: solid 1px #CCC;
	text-decoration:none;
	border-collapse: collapse;
}

.table_type01 th{
	background-color: #F6F6F6;
	color:#333333;
	text-align:left;
    width:30%;
}

.table_type01 th,
.table_type01 td{
	padding: 5px;
    text-align:left;
    
}

.table_type01 td select,
.table_type01 td input {
	padding: 8px;
    box-sizing: border-box;
    
}

.table_type01 td select {
	width:67%;
    
}
.table_type01 td textarea {
	width:100%;
    padding: 8px;
    box-sizing: border-box;
}

#mfp_buttons {
    margin-top: 40px;
}

#mfp_buttons input {
    padding:10px;
    box-sizing: border-box;
    width:180px;
    height:50px;
    background: red;
    color:#fff;
    font-size: 14px;
    border-radius: 4px;
    border:none!important;
}

.wpcf7-checkbox .wpcf7-list-item {
    display: block;
}

/* リスト */

.list_type01 ul li{
	background:url(../images/common/li03.png) no-repeat 2px 4px;
	padding-left: 18px;
    margin-bottom: 20px;
}

.list_type01 ul ul,
.list_type01 ul ol{
    margin-top: 10px;
    margin-left: 20px;
}

.list_type01 li{
    margin-bottom: 10px;
}

.list_type01 ul li li{
    margin-bottom: 10px;
}

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


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

注意書き（共通）

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

.memo_box{
	border:#84C794 1px dotted;
	padding:9px;
	width:800px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	background:#EFF8F1;}


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

リスクソリューション

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

.risk_step p{
	font-size:18px;
	width:550px;
	border:5px solid #99CC66;
	background:#14AE67;
	margin:0 auto;
	padding:5px;
	color:#FFF;}



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

サイトマップ

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

.sitemap li{
	border-bottom:#999 dotted 1px;
	background:url(../images/common/li01.jpg) no-repeat 0 3px;
	padding-left:13px;
	}

.sitemap li + li{
	margin-top:20px;}

.sitemap a{
	color:#333;
	}


/* reCAPCHA バッジの非表示 */
.grecaptcha-badge {
    visibility: hidden;
}
