@charset "utf-8";

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

h1{
	background: url(../images/common/hd_01.jpg) no-repeat top left;
	width: 717px;
	height: 30px;
	padding: 10px 0px 0px 18px;
	margin: 0 0 20px 0;
	font-size:14px;
}

h2{
	background: url(../images/common/hd_02.jpg) no-repeat top left;
	color:#67BC67;
	border-bottom:#419241 dotted 1px;
	font-size:14px;
	margin: 0 0 20px 0;
	height: 25px;
	padding: 5px 0px 0px 18px;
	font-weight:bold;
}


h3{
	color:#5C8F52;
	font-size:16px;
	margin: 0 0 15px 0;
}

/* 選ばれる理由 */
.title_type01{
	font-weight: bold!important;
	color: #000!important;
}

.title_type02{
	font-weight: bold!important;
	color: #000!important;
	font-size: 14px;
}

.title_type02::before{
	content:"\025cf";
}

/* 検具・検査治具・CF 一覧 */

.title_type03,
.title_type05{
	padding: 0;
	margin: 0;
	color: #000!important;
	border: none!important;;
	font-weight: normal!important;;
	background: none!important;;
	font-size: 12px;
}

.title_type03::before{
	content:"\03e";
}

.title_type04{
	font-weight: bold!important;
	color: #000!important;
	font-size: 14px;
}

.title_type05::before{
	content:"・ ";
}



/* --- サイトマップ --- */

.sitemap li{
	margin: 0 0 7px 0;
	list-style: none;
}

.sitemap li::before{
	content:"■"
}

.sitemap li ul{
	margin-top: 7px;
}

.sitemap li li{
	margin-left: 10px;
}

.sitemap li li:before{
	content:"□"
}

.sitemap li li li{
	margin-left: 10px;
}

.sitemap li li li:before{
	content:"・"
}

.sitemap .ul_01{
	float: left;
	margin-right: 70px;
}

.sitemap .ul_02{
	float: right;
}



/****ボックス735**************************************/




/****ボックス（内側718）**************************************/


.box_type01_in
{
	width:718px ;
	clear:both;
	overflow:hidden;
	margin:0 0 10px;
	}


.box_type01_in_l{
	width:200px ;
	float:left;}

.box_type01_in_r{
	width:500px ;
	float:right;}


table.mailform {
	width: 100%;
	padding: 10px;
	border: solid 1px #CCCCCC;
	border-collapse: collapse;
}

table.mailform tr th,
table.mailform tr td{
	border: solid 1px #CCCCCC;
	border-collapse: collapse;
}

table.mailform tr th {
	padding: 7px;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	width: 200px;
    background-color: #F6F6F6;
    color: #333333;
}

table.mailform tr td {
	padding: 7px 10px 7px 10px;
	font-size: 12px;
}
table.mailform tr td ul li,table.mailform tr td ul,table.mailform tr td ol,table.mailform tr td ol li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
table.mailform tr td ul li {
	float: left;
	padding: 0px 10px 0px 0px;
}
table.mailform tr td p,table.mailform tr td div,table.mailform tr td span {
	clear: both;
}

.submit_btn button{
    width: 40%;
    margin: 0 30%;
	padding: 10px 14px;
}


#mfp_overlay_inner h4{
	width: 100%;
	background: none;
	color: #000;
	padding: 0;
	text-align: left;
}

/* Q and A */

.question_block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    color: #000;
    margin-bottom: 10px;
    font-weight: bold;
    cursor: pointer;
}

.question_block h2{
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	color: #000;
}

.question_block h2:hover{
	text-decoration: underline;
}

.answer {
    display: none;
}

.answer_block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.icon_q,
.icon_a{
	color: #fff;
	font-size: 1.2rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
	border-radius: 50%;
	padding: 0 20px;
    box-sizing: border-box;
    flex: 0;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
	vertical-align: middle;
}

.icon_q {
    background: #3CCE3C;
	display: flex;
}

.icon_a {
    background: #3173EC;
    display: inline-block;
	font-weight: bold;
}
