@charset "utf-8";

.pc { display:none;}
.smp { display:block; }
.grobalNav {display: none;}
/* header
-----------------------------------------------------------------------*/
.header {
	width: 100%;
}

.header .logo {
	margin: 12px 0;
	float: left;
	width: 200px;
}
.header .logo img {
	width: 100%;
	height: auto;
}
.header .menu {
	width: 45px;
	float: right;
	margin:15px 20px 15px 0;
	background: #910044;
	padding: 5px 10px;
}
.header .menu a {
	color: #ffffff;
}
.header .menu a:hover {
	text-decoration: none;
}


/* gnav
-----------------------------------------------------------------------*/
#spMenu {display: block;}
#spMenu ul {
	border-top:1px solid #cccccc;
}
#spMenu li , #spMenu li a {
	display: block;
}
#spMenu li  {
	background: #ffffff;
	border-bottom: 1px solid #cccccc;
	font-size: 16px;
	text-align: center;
}
#spMenu li a {
	padding: 13px 0;
}

#spMenu li > ul {
	display: none;
}
#spMenu li > ul li  {
	background: #f7f7f7;
	border-bottom: none;
	font-size: 14px;
}
#spMenu li > ul li a {
	padding: 10px 0;	
}
#spMenu .menu {
	background: url(../../images/icon_link_down.png) no-repeat 93% center;
	background-size:17px auto; 
}
#spMenu .menu.active {
	background:#ffedf5 url(../../images/icon_link_up.png) no-repeat 93% center;
	background-size:17px auto;
	color: #910044;
	text-decoration: none;
}
.homePage #spMenu li.home , .service #spMenu li.service , .company #spMenu li.company  {
	background: #ffedf5;
	color: #910044;
}
.service #spMenu li.service, .company #spMenu li.company  {
	background:#ffedf5 url(../../images/icon_link_down.png) no-repeat 93% center;
	background-size:17px auto;
	text-decoration: none;
}
/* titleArea
-----------------------------------------------------------------------*/
.titleArea {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 60px;
}
.titleArea h1 img {
	width: 88%;
	height: auto;
}
.titleArea p img {
	width: 55%;
	height: auto;
}
/* unit title
-----------------------------------------------------------------------*/
.cntsArea h1 {
	font-size: 22px;
}
/* background
-----------------------------------------------------------------------*/
.cntsBg {
	background-size:135% auto; 
}

/* cntsArea
-----------------------------------------------------------------------*/
.cntsArea {
	width: 91.5%;
	padding:20px 4%;
}
.cntsArea .innerArea {
	padding:30px 5%;
}
/* unit A
-----------------------------------------------------------------------*/
.unitA ul {
	margin-left: 1%;
	overflow: hidden;
}
.unitA ul li {
	width: 48%;
	margin-left: 1%;
	margin-bottom: 10px;
}
.unitA ul li.wide2 {
	width: 97%;
}
.unitA ul li img {
	width: 100%;
	height: auto;
}
/* unit B
-----------------------------------------------------------------------*/
.unitB {
	margin-bottom: 40px;
}
.unitB .copy {
	font-size: 20px;
	margin-top: 20px;
}
.unitB .lead {
	width: 96%;
}

/* unit C
-----------------------------------------------------------------------*/
.unitC {
	margin-bottom: 40px;
}

.unitC img {
	float: none;
	width: 100%;
	height: auto;
}
.unitC .text {
	width: 100%;
	float: none;
}
.unitC p.copy {
	font-size: 16px;
	margin-top: 20px;
}
.cntsArea > .unitC:nth-child(1) {
	padding-top: 40px;
}

/* unit D
-----------------------------------------------------------------------*/
.unitD ul {
	margin-left: -2%;
	overflow: hidden;
}
.unitD li {
	width: 48%;
	float: left;
	margin-left: 2%;
	margin-bottom: 27px;
}
.unitD li img {
	width: 100%;
	height: auto;
}

/* unit E
-----------------------------------------------------------------------*/
.unitE ul {
	margin-left: 0;
}
.unitE li {
	width: 100%;
	float: none;
	margin-left: 0;
}
.unitE li img {
	width: 100%;
	height: auto;
}

/* unit T
-----------------------------------------------------------------------*/

.unitT table th {
	padding: 20px 5%;
}
.unitT table td {
	padding: 20px 5%;
}

/* inquiry
-----------------------------------------------------------------------*/
.inquiry input, .inquiry textarea {
	width: 100%;
}
.inquiry .unitT table th {
	width: 23%;
}
.inquiry .unitT table td {
	width: 57%;
}

/* btn
-----------------------------------------------------------------------*/
.btn {
	width: 90%;
}
.btn a {
	width: 100%;
	background: url(../../images/icon_link.png) no-repeat 90% center;
}