@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */





/*----------index.html-----------------*/
.topvision {
	background: url(../img/top/bg_top01.jpg) center center no-repeat;
	background-size: cover;
	padding: 80px 0 115px;
}
.topvisionbox {
	width: 760px;
	margin: 0 auto;
	font-size: 17px;
	color: #fff;
	line-height: 2.3;
}
.topvisionbox p {
	margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
.topvision {
	background: url(../img/top/bg_top01_sp.jpg) center center no-repeat;
	background-size: cover;
	padding: 25px 0 70px;
}
.topvisionbox {
	width: 100%;
	font-size: 14px;
	line-height: 1.7;
}
.topvisionbox p {
	margin: 25px 0 0;
}
}
.topabout {
	padding: 60px 0 90px;
}
.topaboutlist {
	margin: 60px 0 0;
}
.topaboutlist li {
	float: left;
	width: 33.33%;
}
.topaboutbox {
	display: table;
	border: 2px solid #0089a2;
	width: 290px;
	height: 290px;
	margin: 0 auto;
	-webkit-border-radius: 145px;
	-moz-border-radius: 145px;
	-ms-border-radius: 145px;
	-o-border-radius: 145px;
	border-radius: 145px;
}
.topaboutin {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.topaboutin .txt {
	font-size: 28px;
	font-weight: bold;
	color: #0089a2;
}
.topaboutin .txt span {
	display: block;
	font-size: 17px;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
.topabout {
	padding: 40px 0 50px;
}
.topaboutlist {
	margin: 0;
}
.topaboutlist li {
	float: none;
	width: 100%;
	margin: 30px 0 0;
}
.topaboutbox {
	width: 240px;
	height: 240px;
	margin: 0 auto;
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	-ms-border-radius: 120px;
	-o-border-radius: 120px;
	border-radius: 120px;
}
.topaboutin .txt {
	font-size: 25px;
}
.topaboutin .txt span {
	font-size: 16px;
}
}
.topworks {
	background: url(../img/top/bg_top02.jpg) center center no-repeat;
	background-size: cover;
	padding: 60px 0 150px;
}
.topworkspanel {
	margin: 75px 0 0;
}
.topworkslist {
	margin: -50px 0 0 -80px;
}
.topworkslist li {
	float: left;
	width: 50%;
	padding: 0 0 0 80px;
	margin: 50px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.topworktit {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 23px;
	background: #0089a2;
	padding: 20px 0;
}
.topworktit span {
	margin-right: 10px;
}
.topworktit span img {
	vertical-align: middle;
	margin-top: -3px;
}
.topworksbox {
	background: #fff;
	padding: 30px 40px;
	font-size: 15px;
	line-height: 2;
}
.topworksbox .txt {
	text-indent: -1em;
	padding-left: 1em;
}
.topworkin {
	width: 510px;
	margin: 50px auto 0;
}
.topworkin .tit01 {
	background: #db9704 !important;
}
.topworkinfo {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.mal30{
	margin-left:30px;
}

@media screen and (max-width: 767px) {
.topworks {
	background: url(../img/top/bg_top02.jpg) center center no-repeat;
	background-size: cover;
	padding: 35px 0 50px;
}
.topworkspanel {
	margin: 25px 0 0;
}
.topworkslist {
	margin: -25px 0 0;
}
.topworkslist li {
	float: none;
	width: 100%;
	padding: 0;
	margin: 25px 0 0;
}
.topworktit {
	font-size: 23px;
	font-size: 20px;
	padding: 25px 5px 20px;
}
.topworktit span {
	margin-right: 0;
	margin-bottom: 5px;
	display: block;
}
.topworktit span img {
	margin-top: 0;
}
.topworksbox {
	background: #fff;
	padding: 20px 10px;
	font-size: 15px;
	line-height: 2;
}
.topworkin {
	width: 100%;
	margin: 25px auto 0;
}
}
.topcompany {
	background: url(../img/top/bg_top03.jpg) center center no-repeat;
	background-size: cover;
	padding: 70px 0 165px;
}
.topcompanytable {
	width: 640px;
	margin: 50px auto 0;
	font-size: 15px;
	color: #fff;
	line-height: 2;
}
.topcompanytable th {
	width: 135px;
	vertical-align: top;
	padding: 20px 0 20px 15px;
	border-bottom: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.topcompanytable td {
	padding: 20px 0;
	border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
.topcompany {
	padding: 40px 0 150px;
}
.topcompanytable {
	width: 100%;
	margin: 25px auto 0;
	font-size: 14px;
	display: block;
	line-height: 1.7;
}
.topcompanytable th {
	display: block;
	width: 100%;
	padding: 10px 0 0 8px;
	border-bottom: none;
}
.topcompanytable td {
	padding: 5px 8px 10px;
	border-bottom: 1px solid #fff;
	display: block;
}
}
.topaccess {
	padding: 50px 0 80px;
}
.googlemap {
	height: 400px;
	margin: 40px 0 0;
}
.googlemap iframe {
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 767px) {
.topaccess {
	padding: 40px 0 60px;
}
.googlemap {
	margin: 30px 0 0;
}
.topmapbtn {
	width: 290px;
	margin: 25px auto 0;
}
.topmapbtn a {
	display: block;
	border: 2px solid #0089a2;
	font-size: 20px;
	text-align: center;
	padding: 14px 0;
	color: #0089a2;
	font-weight: bold;
	position: relative;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	border-radius: 35px;
}
.topmapbtn a:before {
	background: url(../common/img/ico_arrow02.png) 0 0 no-repeat;
	background-size: 100%;
	width: 8px;
	height: 15px;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	content: "";
	z-index: 2;
	position: absolute;
}
}
/*----------privacypolicy.html-----------------*/
.policyteaser {
	background: url(../img/privacypolicy/teaser_policy.png) center center no-repeat;
	background-size: cover;
}
@media screen and (max-width: 767px) {
.policyteaser {
	background: url(../img/privacypolicy/teaser_policy_sp.png) center center no-repeat;
	background-size: cover;
}
}
.policysection + .policysection {
	margin: 60px 0 0;
}
.policysection {
	font-size: 15px;
	line-height: 1.8;
}
.policysection .txt01 {
	font-weight: bold;
}
.policysection .txt02 {
	color: #ba0000;
}
@media screen and (max-width: 767px) {
.policysection + .policysection {
	margin: 30px 0 0;
}
.policysection {
	font-size: 16px;
}
}
.policybox {
	/*width: 800px;*/
	margin: 40px auto 30px;
}
.policytable {
	width: 100%;
	border-top: 1px solid #cdcdcd;
	border-left: 1px solid #cdcdcd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.policytable th {
	background: #f2f5f6;
	width: 270px;
	vertical-align: top;
	font-size: 17px;
	font-weight: bold;
	padding: 20px;
	border-bottom: 1px solid #cdcdcd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.policytable td {
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	padding: 20px;
	font-size: 15px;
}
@media screen and (max-width: 767px) {
.policybox {
	width: 100%;
	margin: 20px auto 0;
}
.policytable {
	display: block;
}
.policytable th {
	display: block;
	width: 100%;
	font-size: 16px;
	padding: 10px;
	border-right: 1px solid #cdcdcd;
}
.policytable td {
	display: block;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	padding: 10px;
	font-size: 16px;
}
}
@media screen and (max-width: 767px) {
.topcontactbox  dl {
    width: auto;
}
.topcontactbox dt {
  padding: 10px 10px 0px 10px;
}
.topcontactbox dt.top {
  border-top: 1px solid #ccc;
}

.topcontactbox  dt {
    width  : 100%;
}
.topcontactbox  dl dd {
    padding: 0px;
    margin: 0px;
    width: auto;
    float: none;
    min-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 10px;
    border-left: initial;
}

.topcontactbox  dt dd {
   text-indent : 5px;
    width: 80%;
    display: block;
}
.topcontactbox dl dd#tarea{
    min-height: 120px;
    font-size: 12px;

}
input[type="radio"] {
    width: auto;
    margin-right: 4px;
    margin-left: 4px;
    -webkit-border-radius: 3px;
    -webkit-appearance: radio;
    box-sizing: border-box;
   box-shadow: none;
   background-color: initial;
    cursor: default;
    padding: initial;
    border: initial;
    -webkit-rtl-ordering: logical;
}

}
