@charset "UTF-8";
/* CSS Document */


.meyasu {
	width:100%;
	overflow:hidden;
	margin-bottom:3%;
}
.meyasu ul {
	text-align: center;
}
.meyasu li {
	float: left;
	width: 49%;
	font-size: 1.3em;
	line-height: 2.3em;
	border: 3px solid #333333;
	box-sizing: border-box;
}
.meyasu li:nth-child(odd) {
	float: right;
	width: 49%;
}
.meyasu span {
	color: #ff0000;
	font-size: 1.6em;
	font-weight: bold;
}
.meyasu_ttl {
	margin: 0!important;
	padding: 2px 10px;
	border-bottom:3px solid #333333;
	background: #333333;
	color: #fff;
}
div#content .meyasu p {
	margin: 15px 0;
	line-height: normal;
	font-weight: bold;
}

tr.row1 {
	background:#f0f0f0;
}
tr.row2 {
	background:#f9f9f9;
}
.pricelist {
	width: 80%;
	margin: 0 auto;
	box-sizing: border-box;
}
/*
th {
	width:20%;
	padding: 6px 0;
	color: #333333;
	font-size: 1.4em;
	border: 1px solid #dddddd;
}
*/
th.repairtitle {
	padding: 5px 0 3px;
	background: #efffff;
	color: #333;
	border: 1px solid #dddddd;
	font-size: 1em;
	font-weight: normal
}

.pricelist table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}
.pricelist tr.row1 {
	background:#f0f0f0;
}
.pricelist tr.row2 {
	background:#f9f9f9;
}
.pricelist {
	width: 80%;
	margin: 0 auto;
	box-sizing: border-box;
	font-family:din-2014,sans-serif;
}
.pricelist thead th {
	padding: 8px;
	background: #efffff;
	color: #333333;
	border: 1px solid #dddddd;
	font-size: 1.1em;
	font-weight: normal;
}
.pricelist tbody th {
	padding: 6px 0;
	color: #333333;
	font-size: 1.3em;
	border: 1px solid #dddddd;
}
.pricelist td {
	padding: 6px 0;
	border: 1px solid #dddddd;
	color: #ff0000;
	font-weight: bold;
	font-size: 22px;
}
.pricelist td span {
	font-size: 0.6em;
	margin-left: 3px;
}
.pricelist_camera {
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
}
.pricelist_camera table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}
.pricelist_camera tr.row1 {
	background:#f0f0f0;
}
.pricelist_camera tr.row2 {
	background:#f9f9f9;
}
.pricelist_camera thead th {
	padding: 8px 0;
	background: #efffff;
	color: #333333;
	border: 1px solid #dddddd;
	font-size: 1.1em;
	font-weight: normal;
}
.pricelist_camera tbody th {
	padding: 6px 0;
	color: #333333;
	font-size: 1.3em;
	line-height: 1.4em;
	border: 1px solid #dddddd;
}
.pricelist_camera tbody th span {
	display: block;
	font-size: 0.9em;
}
.pricelist_camera td {
	padding: 6px 0;
	border: 1px solid #dddddd;
	color: #ff0000;
	font-weight: bold;
	font-size: 22px;
	font-family: 'Gidole', sans-serif;
}
.pricelist_camera tbody td span {
	font-size: 0.5em;
	color: #000000;
}
.repair {
	width: 100%;
	margin: 10px 0 0;
	padding: 3px 0 0;
	background: #ffff00;
	text-align: center;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	font-size: 1.5em;
	box-sizing: border-box;
}
.sm {
	font-size: 0.7em;
	margin: 5px 0;
}
.type_list {
    border-left: 5px solid #005eae;
    border-right: 5px solid #005eae;
    border-bottom: 4px solid #005eae;
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
}
ul#type {
    width: 100%;
    box-sizing: border-box;
}
ul#type li {
    list-style: none;
    float: left;
    width: 25%;
    line-height: 50px;
    /*text-align: center;*/
    background: #f6ffff;
    border-right: 1px solid #005eae;
    border-bottom: 1px solid #005eae;
    box-sizing: border-box;
}
ul#type li a {
    display: block;
	margin:0;
	padding: 0 20px;
    line-height: 50px;
    text-decoration: none;
    font-size: 1.6em;
    font-weight: bold;
    /*white-space: nowrap;*/
	color: #005eae;
	text-align: center;
}
ul#type li a:after {
    content: "\f105";
    font-family: FontAwesome;
	/*font-weight: normal;*/
    color: #ff9900;
	position:relative;
	left: 5px;
	float: right;
}
ul#type li a:hover {
	background: #0075d8;
	color: #fff;
}
ul#type li a:hover:after {
	color: #a0e2e2;
	text-decoration: none!important;
}
ul#type li:nth-child(4n) {
    border-right: 0;
}
.typetitle {
    background: #005eae;
	margin: 10px 0 0;
    padding: 10px 0;
	line-height: normal;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.4em;
}
div#content .typetitle h2 {
    width: 100%;
    margin: 0;
    padding: 13px 0 12px;
    line-height: 0;
    background: none;
    color: #fff;
	border: none;
}

/*メニュー一覧*/
.type_list2 {
    border-left: 5px solid #333333;
    border-right: 5px solid #333333;
    border-bottom: 4px solid #333333;
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
}
ul#type2 {
    width: 100%;
    box-sizing: border-box;
}
ul#type2 li {
    list-style: none;
    float: left;
    width: 50%;
    line-height: 50px;
    /*text-align: center;*/
    background: #fff;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    box-sizing: border-box;
}
ul#type2 li a {
    display: block;
	margin:0;
	padding: 0 20px;
    line-height: 50px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    /*white-space: nowrap;*/
	color: #333;
	text-align: center;
}
ul#type2 li a:after {
    content: "\f105";
    font-family: FontAwesome;
	/*font-weight: normal;*/
    color: #ffa500;
	position:relative;
	left: 5px;
	float: right;
}
ul#type2 li a:hover {
	background: #ffa500;
	color: #fff;
}
ul#type2 li a:hover:after {
	color: #a0e2e2;
	text-decoration: none!important;
}
ul#type2 li:nth-child(4n) {
    border-right: 0;
}
.typetitle2 {
    background: #333333;
	margin: 10px 0 0;
    padding: 10px 0;
	line-height: normal;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.4em;
}
div#content .typetitle2 h2 {
    width: 100%;
    margin: 0;
    padding: 13px 0 12px;
    line-height: 0;
    background: none;
    color: #fff;
	border: none;
}
ul.list_simple {
    list-style: square;     /* アイコンの種類指定 */
}
h4.casetitle4 {
	width:auto!important;
	height:auto!important;
	background: #eee!important;
	color: #333333!important;
	font-size: 1.2em!important;
	margin: 10px 0 10px!important;
	padding: 5px!important;
}

.case_table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:1em;
	margin: 5px 0;
}
.case_table th {
	background: #e6e6e6;
	padding: 10px 20px;
	border: 1px solid #666666;
	font-size:1em;
}
.case_table td {
	text-align: center;
	vertical-align: middle;
	padding: 10px 20px;
	border: 1px solid #666666;
}
.case_table td:first-child {
	text-align: left;
	vertical-align: middle;
}

.case-intro {
    width: 100%;
    margin: 0 auto;
	padding: 10px 0 20px 0;
    overflow: hidden;
}


.case-l200 {
    float: left;
    width: 200px;
}
.case-r470 {
    float: right;
    width: 470px;
	margin-left: 8px;
}
.backpanel_table{
	width: 100%;
	border-collapse: collapse;
}
.backpanel_table th{
	background: #e6e6e6;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #666666;
	font-size:1.2em;
}
.backpanel_table td{
	width: 12%;
	text-align: center;
	vertical-align: top;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #666666;
	font-size:0.9em;
	line-height: 1.2em;
}
.bg_gray01{
	background: #e6e6e6;
}
ul.inquiry{
	list-style: none;
}
ul.inquiry li{
	float: none;
	font-size: 13px;
	line-height: 1.4em;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 5px;
}
ul.inquiry li:last-child{
	margin-bottom: 0;
}
.flex_imgbox{
	display: flex;
	justify-content: space-around;
	margin: 10px 0;
}
.txtpad01{
	padding-left: 1em;
	text-indent: -1em;
}
