@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

*{
	box-sizing:border-box;
    line-height:150%;
}
a{
    text-decoration: none;
	color:inherit;
}
a:hover,
button:hover{
	opacity:.7;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body{
	font-size:16px;
	background:#FFFFFF;
	font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
}

#wrapper{
	min-width:1200px;
}

img{
	vertical-align: bottom;
}

input[type=text],
input[type=submit],
input[type=button]{
	-webkit-appearance: none;
	border:1px solid #999999;
	height: 30px;
}

/* for header location fix */
.fixed {
	position: fixed;
	top: 0px;
}

.for-sp{
	display: none !important;
}

small.wage {
    display: block;
    font-size: 16px;
    margin-top: 10px;
    color: #048643;
		font-weight: bolder;
		padding-left: 16px;
}
/*共通
--------------------------------------------------------------------------------------------------------------------*/
.t-red{
	color:#FF0004 !important;
}

.t-link{
/*	text-decoration:underline; */
	text-decoration: none;
}
.t-link:hover{
	text-decoration: underline;
	opacity: 1;
}

.under-t-link{
	text-decoration:underline; 
}
.under-t-link:hover{
	text-decoration: none;
	opacity: 1;
}

.btn-box{
	margin:30px 0;
	text-align: center;
}

.bl-btn{
	display: inline-block;
	width:200px;
	border:1px solid #000000;
	font-family:'Noto sans japanese',sans-serif;
	font-size:16px;
	font-weight:600;
	padding:10px;
	padding-right:40px;
	text-align: center;
	position:relative;
}

.bl-btn:after{
	content:" ";
	position:absolute;
	right:10px;
	top:50%;
	transform: translateY(-50%);
	background:url(../img/common/btn-attow-b.png) no-repeat center;
	background-size:cover;
	width: 20px;
	height:20px;
}

.wl-btn{
	display: inline-block;
	width:200px;
	border:1px solid #FFFFFF;
	font-family:'Noto sans japanese',sans-serif;
	font-size:16px;
	font-weight:600;
	color:#FFFFFF;
	padding:10px;
	padding-right:40px;
	text-align: center;
	position:relative;
}

.wl-btn:after{
	content:" ";
	position:absolute;
	right:10px;
	top:50%;
	transform: translateY(-50%);
	background:url(../img/common/btn-attow-w.png) no-repeat center;
	background-size:cover;
	width: 20px;
	height:20px;
}



.rl-btn{
	display: inline-block;
	width:200px;
	border:1px solid #C32519;
	font-family:'Noto sans japanese',sans-serif;
	font-size:16px;
	font-weight:600;
	color:#C32519;
	padding:10px;
	padding-right:40px;
	text-align: center;
	position:relative;
}

.rl-btn:after{
	content:" ";
	position:absolute;
	right:10px;
	top:50%;
	transform: translateY(-50%);
	background:url(../img/common/btn-attow-r.png) no-repeat center;
	background-size:cover;
	width: 20px;
	height:20px;
}

.btn-red{
	background: #da291c;
}

.pagelink{
	position:absolute;
	top:0;
	
	margin-top:-70px;
}
/*header
--------------------------------------------------------------------------------------------------------------------*/
header{
	color:#FFFFFF;
}

header .head-inner{
	display: block;
	width:1200px;
	overflow: hidden;
	margin:0 auto;
	font-size: 14px;
}

header .head-top{
	background:#000000;
	height:30px;
}

header .head-top h1{
	float: left;
	line-height: 30px;
}

header .head-top ul{
	float:right;
	display: table;
}

header .head-top ul li{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding:0 5px;
}

header .head-top ul li a{
	display: block;
	height:30px;
	line-height: 30px;
}

header .head-top ul li.h-reserve-btn{
	padding-right:0;
}

header .head-top ul li.h-reserve-btn a{
	background:#c32519;
	padding:0 10px;
}

header .head-menu{
	background-color: rgba(15,15,15,.83);
	z-index: 9999;
	width: 100%;
}

header .head-menu .head-inner{
	display: table !important;
	height:70px;
	overflow: hidden;
}

header .head-menu .h-logo{
	display: table-cell;
	width:200px;
/*	background:#FFFFFF; */
	padding:5px 10px;
	vertical-align: middle;
}

header .head-menu .h-logo img{
	height:60px;
}

header .head-menu .hm-menulist{
	float: right;
	vertical-align: middle;
}

header .head-menu .hm-menulist ul{
}

header .head-menu .hm-menulist ul li{
	float: left;
}

header .head-menu .hm-menulist ul li a{
	display: block;
	height:100%;
	text-align:center;
	font-family:'Noto sans japanese',sans-serif;
	font-size:16px;
	font-weight:500;
	line-height:70px;
	padding:0 20px;
}

header .head-menu .hm-menulist ul li a:hover{
	background: #3F3F3F;
	opacity: 1;
}

/*メイン
--------------------------------------------------------------------------------------------------------------------*/
/*メイン共通
---------------------------------*/
#main{
	display: block;
	overflow: hidden;
}

.content{
	display: block;
	width:1200px;
	overflow: hidden;
	margin:0 auto;	
}

#main .content{
	margin-top: 20px;
}

.gray-box{
	background:#F1F1F1;
}

.index-desc{
	display: block;
	width: 100%;
	background-color: #357FD4;
	color: #FFFFFF;
	padding: 20px 50px 20px 50px;
	font-family:'Noto sans japanese',sans-serif;
	font-size:18px;
	font-weight: 500;
	line-height: 200%;
}
.index-desc .str-area{
	font-size: 24px;
	font-weight: 700;
}
.index-desc img{
	width: 300px;
}


.sub-st{
	text-align: center;
	font-size:18px;
}

h2{
	text-align: center;
	margin:10px 0 30px;
	font-family:'Noto sans japanese',sans-serif;
	font-size:36px;
	font-weight: 500;
	color:#C32519;
}
h2 img{
	width:35px;
	vertical-align: middle;
	margin-right: 10px;
}

h2.blue{
	color:#357FD4;
}

h2.green{
	color:#048643;
}

.twin-box{
	display: table;
	width:100%;
	overflow: hidden;
}

.twin-box li{
	display: table-cell;
	width:50%;
	vertical-align: middle;
}

.twin-box li img{
	width:100%;	
}

.logo-box{
	display: block;
	text-align: center;
	margin:60px 0;
}

.logo-box img{
	width:200px;
}

/* ページヘッダ */
.con-main-img {
    width: 100%;
    height: 150px;
    background: url(./../img/index/pc-index-header-bg.png) top center no-repeat;
    background-size: 100%;
}
.con-main-img .smi-inner{
	padding: 18px 0;
	color: #FFFFFF;
	height: 150px;
	text-align: center;
}

.con-main-img .smii-title{
	font-family:'Noto sans japanese',sans-serif;
	font-size: 36px;
	font-weight:600;
	text-shadow:1px 1px 1px #808080;
}

/* パンくずリスト */
.bc-list-box{
	width: 100%;
}

.bc-list-box .bc-list{
	font-size: 14px;
	padding: 10px;
	border: 1px solid #da291c;
	color: #da291c;
}

.bc-list-box .bc-list a{
	text-decoration: underline;
}

.bc-list-box .bc-list a:hover{
	text-decoration: none;
	opacity: 1;
}

/*左カラム*/
.con-left{
	float: left;
	width: 900px;
}

.con-left .btn-box a,
.con-left .btn-box button{
	width: 100%;
	text-align: left;
}

.cl-innerbox{
	margin-bottom: 20px;
	padding: 0 16px;
}

.cl-innerbox img{
	display: block;
	margin: 12px 0;
}

.cl-innerbox div{
	line-height: 200% !important;
	margin: 12px 0;
}
.cl-title{
	font-family:'Noto sans japanese',sans-serif;
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 20px;
}

.cl-eycatch{
	margin: 20px 0;
	display: block;
	text-align: center;
}

.cl-eycatch img{
	max-width: 100%;
}

.cl-innerbox .prev-btn a{
	text-align: left;
	display: block;
	border: 1px solid #999999;
	padding: 10px 20px;
	padding-right: 40px;
	color: #999999;
	font-size: 18px;
	position: relative;
}

.cl-innerbox .prev-btn a span{
	display: block;
	font-size: 14px;
	color: #000000;
}

.cl-innerbox .prev-btn a:after{
	content:">";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.cl-desc h1{
	font-size: 24px;
	font-weight: bold;
}

.cl-desc h2{
	width: 100%;
	font-size: 20px;
	font-weight: bolder;
	display: block;
	background-color: #A0A0A0;
	border-bottom: 2px solid #da291c;
	border-left: 2px solid #da291c;
}

.cl-desc h3{
	font-size: 18px;
	font-weight: bolder;
}

.cl-desc .blog-inner-st{
	width: 100%;
	background-color: #da291c;
	border: 2px solid #da291c;
	color: #FFFFFF;
	padding: 8px;
	font-size: 18px;
	font-weight: bolder;
}

.cl-desc #single_content{
	width: 100%;
	padding: 16px;
}
.cl-desc a{
	text-decoration: underline;
	color: #FF8080;
}


.con-left .rl-btn{
	background: #FFFFFF;
}

/* 右からむ */
.con-right{
	float: right;
	width: 290px;
}

.con-right .cr-box{
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}

.con-right .cr-box .cr-st{
	display: block;
}

.con-right .cr-box .cr-st span{
	display: inline-block;
	padding: 5px;	
	background: #da291c;
	color: #FFFFFF;
}

.con-right .cr-box .cr-desc{
	display: block;
	overflow: hidden;
	border: 1px solid #da291c;
	border-bottom: none;
}

.con-right .cr-box .cr-desc li{
	border-bottom: 1px solid #da291c;
}

.con-right .cr-box .cr-desc li a{
	display: block;
	padding: 10px;
	line-height: 150%;
}

.cl-desc{
	width: 100%;
	line-height: 150%;
}
.cl-desc img{
	width: 100%;
	max-width: 600px;
	margin: 2em auto;
}

.yellow-box {
	display: inline-block;
	background: #ffffcc;
	padding: 10px;
	border: 0px solid #99cc00;
	border-radius: 20px;
	width: 100%;
}

/*footer

/*footer
--------------------------------------------------------------------------------------------------------------------*/
footer{
	
}
footer{
	background:#000000;
	color:#FFFFFF;
	padding:30px 0;
}

footer .f-copy{
	text-align: center;
}

/*トップに戻るボタン*/
.to-top{
	position:fixed;
	bottom:30px;
	right:calc( 50% - 550px);
	
	display: inline-block;
	width:50px;
	padding:5px;
}
.to-top img{
	width:100%;
}

/*修理事例
--------------------------------------------------------------------------------------------------------------------*/
.content-shuuri{
	
}
.syuuri-3{
	display: block;
	overflow: hidden;
	
}
.syuuri-3 dl{
	float: left;
	width: 292px;
	margin-right: 12px;
	
}
.syuuri-3 dl:nth-of-type(3n){
	margin-right: 0px;
}

.syuuri-3 dl dt{
	position: relative;
	height: 219px;
	overflow: hidden;
}
.syuuri-3 dl dt img{
	width: 100%;
	
}
.syuuri-3 dl dt p{
	

	position: absolute;
	bottom:0;
	left:0;
	right: 0;
	background: rgba(0,0,0,0.5);
	color: #ffffff;
	padding: 10px;
	height: 57px;
}
.syuuri-3 dl dd{
	padding: 10px;
	height: 120px;
}
.green2{
	color: #79C257;
}
.green2 img{
	width: 35px;
	margin-right: 10px;
}

/*連絡先
--------------------------------------------------------------------------------------------------------------------*/
.red2 img{
	width: 35px;
	margin-right: 10px;
}
.about-list li span label{
	float: left;
	width:160px;
	padding:5px;
}
.hissu{
	color: #ff0000;
}
.alist-title2{
	float:left;
	width:200px;
	font-size:18px ;
	padding-right: 50px;
}
.about-list li span textarea{
	width: 100%;
	height: 180px;
	padding: 5px;
	resize: none;
}

/*repair.php
--------------------------------------------------------------------------------------------------------------------*/
.content-syuuri2{
	font-size: 14px;
}


.zirei-3{
	width: 100%;
	margin: 20px 0;
}

.zirei-3 dl{
	display: table;
	width: 90%;
	overflow: hidden;
	border: 1px solid #357FD4;
	margin: 0 auto;
	
}
.zirei-3 dt{
	display: table-cell;
	width:15%;
	vertical-align: middle;
	color:#357FD4;
	text-align: center;
	font-weight: 600;
}
.zirei-3 dd{
	padding: 5px 10px;
}
.zirei-3 dl dd ul{
	display: table;
	width: 100%;
}
.zirei-3 dl dd ul li{
	display: table-cell;
	width: 40%;
	vertical-align: middle;
}
.zirei-3 dl dd ul li select{
	width: 230px;
	height: 30px;
}
.zirei-3 dl dd ul li button{
	background: #357FD4;
	color: #ffffff;
	padding: 10px;
	width: 150px;
}

.btn-box-red{
	border: 1px solid #C32519;
	font-family: 'Noto sans japanese',sans-serif;
	font-weight: 600;
	color: #C32519;
	padding: 10px;
	text-align: center;
	width: 40%;
	margin: 10px auto;
	position: relative;	
}
.btn-box-red img{
	position: absolute;
	right:10px;
	top:50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	text-align: right;
}
