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


h2{
	font-size: 140%;
	letter-spacing: 0.2em;
	line-height: 120%;
}
 h3{
	font-size: 90%;
	letter-spacing: 0.2em;
	color: #003c89;
}
#index-main {
	width: 100%;
	height: 426px;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2) inset;
	display:flex;
}
#title {
	width:50%;
	float: right;
	text-align: left;
	padding:130px 0 0 20px;
    color: #555;
    font-size: 2.5em;
	font-family: 游明朝;
}

#index-main p{
	width:50%;
	overflow:hidden;
	position:relative;
}
#index-main p img {
	width:100%;
	position:absolute;
	top:-20%;
}
#about-xex {
	width:100%;
	text-align: center;
	background-color: #004970;
	padding: 100px 0 100px;
}
#about-xex ul {
	max-width: 1120px;
	margin:auto;
	display:flex;
	justify-content:space-between;
}
#about-xex ul li {
	width:49%;
	position:relative;
}
#about-xex ul li a {
	display:block;
	width:100%;
	padding:10px;
	font-size: 1.5em;
	font-weight: bold;
	font-family: 游明朝;
	color: #fff;
	letter-spacing: 0.1em;
	border: 1px solid #8599b3;
	background-color: #4682b4;
	border-radius: 2px;
}
#about-xex ul li a:hover {
	color: rgba(255,255,255,0.5);
}
#about-xex ul ul {
  position: absolute;
  top: -73px;
  left: 0;
  width:100%;
}
#about-xex ul ul ul {
  position: absolute;
  top: -2px;
  left: 100%;
}
#about-xex ul ul {
  visibility: hidden;
  opacity: 0;
  transition: .2s ease-in-out;
}
#about-xex ul ul li {
	width:32%;
	background:#FFF;
	border:1px solid #FFFFFF;
	padding:15px 0;
	align-self:auto;
}
#about-xex ul ul li:nth-child(odd) {
	padding:25px 0 0;
}
#about-xex ul ul li a {
	color: #303030;
	font-size:100%;
	padding:0 3px;
	background:#FFF;
	border:none;
}
#about-xex ul ul li a:hover {
	color: #575757;
}
#about-xex ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}

.about-title {
	height: 70px;
	margin: 0 auto;
	color: #fff;
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 70px;
	font-weight: bolder;
	font-family: 游明朝;
}
#about-xex .service-cont {
	width: 1120px;
}

#about-xex .service {
	display: inline-block;
	float: left;
	width: 49%;
	height: auto;
	margin-right: 1%;
	padding:10px;
}

#about-xex .service-title {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	font-family: 游明朝;
	color: #fff;
	letter-spacing: 0.1em;
	border: 1px solid #8599b3;
	background-color: #4682b4;
	border-radius: 2px;
	padding:10px;
}
#about-xex .service-text {
	display: block;
	height: auto;
	font-size: 1.1em;
	line-height: 150%;
	text-align: left;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 0 0 10px 10px/ 0 0 10px 10px;
	padding:10px;
}

#about-xex .service-title a:link { display: block; color:#fff; text-decoration: none}
#about-xex .service-title a:visited {color:#fff; text-decoration: none}
#about-xex .service-title a:active { text-decoration: none}
#about-xex .service-title a:hover { opacity: 0.5; text-decoration:none}


#news-cont {
	text-align: left;
	padding:30px 20px;
}
#news-cont h3 {
	font-family: 游明朝;
	font-weight: bold;
	font-size: 1.2em;
	padding-left:10px;
	margin: 20px 0 10px;
	border-left: 5px solid #004970;
}

#news-cont ul {
   margin:0;
   padding:0;
}

#news-cont li {
	text-align: left;
   padding:15px 0 15px 7em;
   text-indent: -7em;
   border-bottom:1px dashed #bbccdd;
}

#news-cont .date {
   display:inline-block;
   width:7em;
   text-indent:0;
	color: #004970;
}

#news-cont li a {
   text-decoration:none;
}

#news-cont li a:hover {
   color:#5f7c9e;
}

#voice-cont {
  padding: 20px 20px 0;
  width:50%;
}
#voice-cont h3 {
	font-family: 游明朝;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	border-bottom: solid 3px #aaa;
	position: relative;
	margin-bottom: 10px;
}
#voice-cont h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #004970;
	bottom: -3px;
	width: 20%;
}
#voice-cont .iframe_box {
	height:350px;
	overflow:auto;
	width:100%;
}
#voice-cont iframe {
	border:none;
	width: 100%;
	height: 100%;
	display: block;
}
#customer_vioce dl {
	display:flex;
	justify-content:space-between;
	border-bottom:1px dotted #868686;
	padding:20px 15px 20px 0;
}
#customer_vioce dl dt {
	width:calc(100% - 250px);
	display:flex;
}
#customer_vioce dl dt span {
	padding:0 15px 0 0;
}
#customer_vioce dl dt p {
	text-decoration: underline;
	width:calc(100% - 130px);
}
#customer_vioce dl dd img {
	max-width:200px;
}

@media screen and (min-width: 0px) and (max-width: 1550px) {
#index-main p img {
	top:0;
	width:100%;
	height:426px;
	object-fit: cover;
}
}
@media screen and (min-width: 0px) and (max-width: 1120px) {
#title	{
    font-size: 2em;
	}
#about-xex {
	padding:100px 15px 100px;
}
#about-xex .service-cont {
	width: 100%;
	text-align: center;
}
.about-title {
	margin: 10px auto;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0em;
	line-height: 20px;
}
#news-cont iframe {
	width:100%;
}
}
@media screen and (min-width: 0px) and (max-width: 980px) {
#about-xex ul {
	display:block;
}
#about-xex ul li {
	width:100%;
}
#about-xex ul li:first-child {
	margin:0 0 30px;
}
#about-xex ul ul {
	display:flex;
	justify-content:space-between;
}
#about-xex ul ul li:first-child {
	margin:0;
}
#title	{
	width: 100%;
	padding: 100px 0 0 0;
    font-size: 1.5em;
	text-align: center;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff,2px 2px 1px #fff;
	}
#about-xex .service-cont {
	width: 100%;
	text-align: center;
}
.about-title {
	margin: 10px auto;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0em;
	line-height: 20px;
}
#about-xex .service {
	float: none;
	width: 96%;
	margin:10px auto;
}

#about-xex .service-title {
	width:100%;
}
#about-xex .service-text {
	width:96%;
	margin-bottom: 10px;
}
#news-cont {
	width:100%;
	height: auto;
	border: none;
	padding: 40px 20px;
	}

#news-cont li {
	text-align: left;
    padding:15px 0 15px 0;
    text-indent: none;
    border-bottom:1px dashed #bbccdd;
}

#news-cont .date {
    display:block;
    width:100%;
	margin-bottom: 8px;
}
}
@media screen and (min-width: 0px) and (max-width: 740px) {
#index-main {
	display:block;
	height:auto;
}
#index-main p {
	width:100%;
	height:300px;
}
#index-main p img {
	top:-20%;
}
#info-cont {
	width: 100%;
}
#info-cont li .date {
	width:90%;
	text-align: left;
	margin:5px auto;
}
#info-cont li .article {
	width:90%;
	margin:5px auto;
}
#voice-cont {
	width:100%;
}
}

@media screen and (min-width: 0px) and (max-width: 600px) {
#about-xex ul ul {
	display:block;
	top:-129px;
}
#about-xex ul ul li {
	width:100%;
	padding:10px 0;
}
#about-xex ul ul li:nth-child(2n+1) {
	padding:10px 0;
}
#about-xex ul ul li:nth-child(2) a br {
	display:none;
}
#about-xex ul ul li a {
	background:rgba(255,255,255,0.7);
}
}
@media screen and (min-width: 0px) and (max-width: 580px) {
#customer_vioce dl dt {
	display:block;
}
#customer_vioce dl dt span {
	width:100%;
}
#customer_vioce dl dt p {
	width:100%;
}
}
@media screen and (min-width: 0px) and (max-width: 500px) {
#customer_vioce dl {
	display:block;
	padding:20px 0;
}
#customer_vioce dl dt {
	width:100%;
}
#customer_vioce dl dd {
	text-align:center;
	margin:15px 0 0 0;
}
#customer_vioce dl dd img {
	max-width:80%;
	width:80%;
}
#customer_vioce dl dt span {
	display:block;
}
}