@charset "UTF-8";

/*--------------------------------------------------------------------
=== [レスポンシブ] ====================================
 -------------------------------------------------------------------*/


.pcHide {
display: none;
}

.spHide {
display: block;
}

@media (max-width: 750px){
	
.pcHide {
display: block;
}

.spHide {
display: none;
}
	
	
header h1 {
   width: 180px;
	margin: 0 auto;
	}
	
header {
    margin: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 20px;
	display: block;
}	


	
header #gNav{
	transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
	height: 0;
	}
	
.open header #gNav	{
		opacity: 1;
	visibility: inherit;
	height: auto;
	margin-top: 20px;
	border-top: 1px solid #eee;
	padding-top: 20px;
	}
	
header #gNav ul {
    display: block;
    font-size: 14px;
	}
	
header #gNav ul li {
    margin-left: 0;
	margin-bottom: 20px;
	}	
	
	header #gNav ul li:last-child {
		margin-bottom: 0;
	}
	
header #gNav ul li:nth-child(2) a:before {
	margin-left: 3px;
	}
	
.menu-btn {
  display: block;
  position: absolute;
  top: 25px;
  right: 20px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.menu-btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fe83a2;
  border-radius: 4px;
  transition: all .5s;
}
.menu-btn span:nth-child(1) {
  top: 4px;
}
.menu-btn span:nth-child(2) {
  top: 14px;
}
.menu-btn span:nth-child(3) {
  bottom: 4px;
}
.open .menu-btn span {
  background-color: #fe83a2;
}
.open .menu-btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .menu-btn span:nth-child(2) {
  opacity: 0;
}
.open .menu-btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}	
	
	
#mvArea {
    background-image: url(../img/mv_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 100px 0 30px;
}	
	
#mvArea .inner {
    display: block;	
	}
	
#mvArea .inner .img {
    width: 90%;
    margin: 0 auto;
}	
	
#mvArea .inner .catch .txt {
	margin: 0 20px;
	font-size: 14px;
	}
	
#mvArea .inner .btn a {
    margin: 20px auto;
}
	
	
	
#sec01a,#sec01,#sec02,#sec05{
    padding: 70px 0 40px;
}
	
#sec01a h2,#sec01 h2,#sec02 h2,#sec03 h2,#sec04 h2,#sec05 h2 ,#news h2{
    font-size: 30px;
    margin-bottom: 30px;
}
	
#sec01a h2:before,#news h2:before {
    width: 30px;
    height: 27.5px;
    margin: -30px auto 0;
}	
	
#sec01a ul,#news ul {
    font-size: 14px;
	text-align: left;
}	
	
#sec01a ul li,#news ul li {
    display: block;
    padding: 15px;
	}
#sec01a ul li a,#news ul li a {
    width: 95%;
	}
#sec01a ul li a::after,#news ul li a::after {
    right: -5%;
	}
	
#news {
    padding: 150px 0 40px;
}	
	
#news .content {
    width: 100%;
    padding: 0 20px;
	font-size: 14px;
	}
	
#news h3 {
    font-size: 16px;
	margin-bottom: 20px;
	}
	
#sec01 h2:before {
    width: 22px;
    height: 30px;
    margin: -30px auto 0;
}	
	
#sec01 .txtArea {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    font-size: 14px;
    line-height: 2;
    text-align: left;
}

	
#sec02 h2:before,#sec03 h2:before ,#sec04 h2:before,#sec05 h2:before {
    width: 30px;
    height: 30px;
    margin: -30px auto 0;
}	
	
#sec02 .troubleList {
    display: block;
	}
	
#sec02 .troubleList li {
    max-width: 350px;
    margin: 0 auto 20px auto;
}
	
sec02 .troubleList li {
    max-width: 300px;
    margin: 0 auto 20px auto;
}	
	
#sec02 .troubleList li p {
	font-size: 14px;
	}

#sec03 .catch {
    padding: 30px 0;
    font-size: 18px;
    margin-bottom: 80px;
}	
	
#sec03 .catch:after {
    margin: 0 0 0 -25px;
    border: 25px solid transparent;
	border-top-color: #e5fafe;
}
	
#sec03 {
    padding: 0 0 40px;
}	
	
#sec03 .leadTxt {
    line-height: 2;
    margin-bottom: 30px;
    font-size: 14px;
    margin: 15px;
}	
	
#sec03 .serviceList > li {
    max-width: 350px;
    border: 2px solid #dbdbdb;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto 20px auto;
}
	
#sec03 .serviceList {
    display: block;
	}
	
#sec03 .serviceList .contentList {
    min-height: auto;
}	
	
#sec04 {
    padding: 40px 0;
    background-size: 100px;
}	
	
#sec04 .inner {
    padding: 70px 20px 40px;
}
	
#sec04 .inner table th,#sec05 .inner table th {
   width: 100%;
    padding: 10px;
    display: block;
	text-align: left;
	        background-color: #f9f9f9;

}	
	
#sec04 .inner table td,#sec05 .inner table td {
    width: 100%;
    padding: 10px;
    display: block;
}
	
#sec04 .inner table tr:nth-child(odd){
    background-color: #fff;
}	
	
#sec05 .inner {
    padding: 0 20px;
}
	
#sec05 .txt {
    margin-bottom: 30px;
    font-size: 14px;
}	
	
#sec05 .inner table,#sec05 .inner table tr {
    border:none;
}	
	
#sec05 .inner table select, #sec05 .inner table input, #sec05 .inner table textarea {
    background-color: #fff;
    border: 1px solid #eee;
}	
 #sec05 {
    padding-bottom:0;
}	
    
}