@charset "UTF-8";

.pageTitle.card_cs {
  background-image: url("/assets/img/services/bg_pageTitle_cs.jpg");
}
.pageTitle {
  background-image: url("/assets/img/services/bg_pageTitle.jpg");
}

.inPageNav ul {
  width: 710px;
}
.inPageNav ul::after{
	content: "";
	display: block;
	width: 230px;
	height: 0;
}

@media screen and (max-width: 767px) {
  .inPageNav ul {
    width: 100%;
  }
}

.boxStyle {
  margin-bottom: 90px;
}
.boxStyle ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.boxStyle ul li {
  background-color: #4b4e7c;
  width: 33.333%;
}
.boxStyle ul li:nth-child(odd) {
  background-color: #0f1350;
}
.boxStyle ul li a {
  display: block;
  position: relative;
  height: 100%;
}
.boxStyle ul li a img {
  width: 100%;
  vertical-align: bottom;
}
.boxStyle ul li .text {
  padding: 15px 40px 15px 20px;
  color: #FFF;
  line-height: 1.7;
  font-feature-settings:"palt";
}
.boxStyle ul li.noImage {
  background-color: #FFF;
  padding: 2px 1px;
  box-sizing: border-box;
}
.boxStyle ul li.noImage a .text {
  padding: 28px 20px;
  color: #0f1350;
  border: 2px solid #ecf0f3;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .boxStyle ul li.noImage a:hover .text {
    background-color: #0f1350;
    color: #FFF;
    transition: .3s;
  }
}
.boxStyle ul li.noImage a .blank::after {
  content: "";
  width: 20px;
  height: 17px;
  right: 15px;
  margin-top: -8px;
  background-image: url(/assets/img/common/icon_blank.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  top: 50%;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .boxStyle ul li.noImage a:hover .blank::after {
    background: url(/assets/img/common/icon_blank_white.png) no-repeat 50% 50%;
    transition: .3s;
  }
}
.boxStyle ul li .text h3 {
  font-size: 18px;
}
.boxStyle ul li .linkIcon::after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  right: 20px;
  width: 8px;
  height: 8px;
  margin-top: -5px;
}
.boxStyle ul li.noImage .linkIcon::after {
  border-top: 2px solid #0f1350;
  border-right: 2px solid #0f1350;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .boxStyle ul li.noImage .linkIcon:hover::after {
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transition: .3s;
}
}
.boxStyle ul li .blank_white.linkIcon::after {
  border: none;
  background-size: 20px;
  width: 20px;
  height: 17px;
  right: 15px;
  margin-top: -8px;
}
.boxStyle ul li.noImage a .viewmore .linkBtn02 {
  margin-top: -25px;
}
.boxStyle ul li.noImage a:hover .viewmore .linkBtn02 {
  margin-top: -15px;
}
.boxStyle ul li .text span {
  display: none;
}
@media screen and (max-width: 767px) {
  .boxStyle {
    margin-bottom: 35px;
  }
  .boxStyle ul {
    display: block;
    width: 100%;
    background-color: #ecf0f3;
    padding: 10px 0;
  }
  .boxStyle ul li {
    width: 95%;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: #FFF;
    overflow: hidden;
  }
  .boxStyle ul li:not(:last-child) {
    margin-bottom: 1px;
  }
  .boxStyle ul li:nth-child(odd) {
    background-color: #FFF;
  }
  .boxStyle ul li .image {
    float: left;
    width: 35%;
  }
  .boxStyle ul li .text {
    float: right;
    width: 62%;
    color: #333;
    font-size: 11px;
    padding: 0;
    line-height: 1;
  }
  .boxStyle ul li .text h3 {
    color: #0f1350;
    margin-bottom:5px;
    font-size: 11px;
  }
  .boxStyle ul li .text p {
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .boxStyle ul li .text span {
    display: inline-block;
    color: #0f1350;
  }
  .boxStyle ul li .text .spIcon::after {
    right: -17px;
  }
  .boxStyle ul li div.text.linkIcon::after {
    display: none;
    border: none;
  }
  .boxStyle ul li.noImage a .text {
    width: 100%;
    padding: 15px 10px;
    border: none;
    box-sizing: border-box;
  }
  .boxStyle ul li.noImage .text h3 {
    margin-bottom: 0;
  }
  .boxStyle ul li.noImage div.text.linkIcon::after {
    display: block;
    right: 15px;
  }
  .boxStyle ul li span.linkIcon::after {
    border-top: 1px solid #0f1350;
    border-right: 1px solid #0f1350;
    right: -8px;
    width: 4px;
    height: 4px;
    margin-top: -3px;
  }
  .boxStyle ul li .linkIcon::after,.boxStyle ul li .blank.linkIcon::after {
    border-top:none;
    right: 5px;
    width: 13px;
    height: 12px;
    background-size: 13px;
    right: 0;
  }
  .boxStyle ul li .blank.linkIcon::after {
    right: 2px;
  }
  .boxStyle ul li.noImage a .blank::after {
    background-size: 13px;
    width: 13px;
    height: 11px;
  }
}






@-webkit-keyframes sheen {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
            transform: skewY(-45deg) translateX(0);
  }
  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
            transform: skewY(-45deg) translateX(12.5em);
  }
}
@keyframes sheen {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
            transform: skewY(-45deg) translateX(0);
  }
  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
            transform: skewY(-45deg) translateX(12.5em);
  }
}
.jiki_area{
text-align:center;
position: relative;
padding: 0 0 100px;
overflow:hidden;
}
.jiki_wrap {
  display: block;
position: absolute;
left: 50%;
top:50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.jiki_btn {
  padding: 0.5em 2em;
  text-align: center;
  text-decoration: none;
  color: #ff0000;
  border: 2px solid #ff0000;
  font-size: 20px;
  font-weight:bold;
  display: inline-block;
  border-radius: 0.3em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  width:885px;
}
.jiki_btn:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  -webkit-transform: skewX(-45deg) translateX(0);
          transform: skewX(-45deg) translateX(0);
  -webkit-transition: none;
  transition: none;
}
.jiki_btn:hover {
  background-color: #ff0000;
  color: #fff;
  border-bottom: 4px solid #820101;
}
.jiki_btn:hover:before {
  -webkit-transform: skewX(-45deg) translateX(48em);
          transform: skewX(-45deg) translateX(48em);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


@media screen and (max-width: 767px) {
	.jiki_area{
		padding-bottom: 100px;
	}
	.jiki_wrap {
	    width:350px;
	}
	.jiki_btn {
	    padding: 10px 20px;
	    width: auto;
	    font-size: 16px;
	}
	.jiki_btn:hover:before {
	  -webkit-transform: skewX(-45deg) translateX(24em);
	          transform: skewX(-45deg) translateX(24em);
	}
}