@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_title h2, .con_intro, .con_rec {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1200px) {
  .con_title h2, .con_intro, .con_rec {
    width: 95%;
  }
}
@-webkit-keyframes scale {
  50% {
    -webkit-transform: scale(0.97, 0.97);
    transform: scale(0.97, 0.97);
    opacity: 0.8;
  }
}
@keyframes scale {
  50% {
    -webkit-transform: scale(0.97, 0.97);
    transform: scale(0.97, 0.97);
    opacity: 0.8;
  }
}
@-webkit-keyframes katakata {
  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    opacity: 0.6;
  }
}
@keyframes katakata {
  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    opacity: 0.6;
  }
}
@-webkit-keyframes snow {
  30% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  60% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    top: 100%;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
@keyframes snow {
  30% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  60% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    top: 100%;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
@-webkit-keyframes leaf {
  30% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
  60% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    top: 100%;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  }
}
@keyframes leaf {
  30% {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
  }
  60% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    top: 100%;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  }
}
@-webkit-keyframes Crystal {
  50% {
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(360px);
    transform: rotate(360px);
  }
}
@keyframes Crystal {
  50% {
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(360px);
    transform: rotate(360px);
  }
}
@-webkit-keyframes Crystal2 {
  50% {
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotateY(360px);
    transform: rotateY(360px);
  }
}
@keyframes Crystal2 {
  50% {
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotateY(360px);
    transform: rotateY(360px);
  }
}
@-webkit-keyframes blur-out {
  100% {
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
}
@keyframes blur-out {
  100% {
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
}
@-webkit-keyframes bn_comment {
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bn_comment {
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    bottom: 70px;
  }
  50% {
    opacity: 1;
    bottom: 50px;
  }
  100% {
    opacity: 0;
    bottom: 30px;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
    bottom: 70px;
  }
  50% {
    opacity: 1;
    bottom: 50px;
  }
  100% {
    opacity: 0;
    bottom: 30px;
  }
}
@-webkit-keyframes scrollleft {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}
@keyframes scrollleft {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes scrollright {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}
@keyframes scrollright {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_title {
    position: relative;
    overflow: hidden;
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }
}
@media print {
  .con_title {
    position: relative;
    overflow: hidden;
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }
}
.ie8 .con_title {
  position: relative;
  overflow: hidden;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
@media only screen and (min-width: 768px) {
  .con_title h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    text-align: left;
    margin-top: -1.5em;
  }
}
@media print {
  .con_title h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    text-align: left;
    margin-top: -1.5em;
  }
}
.ie8 .con_title h2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  text-align: left;
  margin-top: -1.5em;
}
@media only screen and (min-width: 768px) {
  .con_title h2 > * {
    width: 315px;
    text-align: center;
  }
}
@media print {
  .con_title h2 > * {
    width: 315px;
    text-align: center;
  }
}
.ie8 .con_title h2 > * {
  width: 315px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_title h2 > * {
    width: 35%;
  }
}
@media only screen and (min-width: 768px) {
  .con_title .img {
    position: relative;
    left: 50%;
    margin-left: -235px;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1200px) {
  .con_title .img {
    margin-left: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_title .img {
    margin-left: 0;
  }
}

@media print {
  .con_title .img {
    position: relative;
    left: 50%;
    margin-left: -235px;
    text-align: left;
  }
}
.ie8 .con_title .img {
  position: relative;
  left: 50%;
  margin-left: -235px;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .ie8 .con_title .img {
    margin-left: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .ie8 .con_title .img {
    margin-left: 0;
  }
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  margin-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_intro {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro {
    text-align: center;
  }
}
@media print {
  .con_intro {
    text-align: center;
  }
}
.ie8 .con_intro {
  text-align: center;
}
.con_intro p {
  font-size: 93%;
}
@media only screen and (min-width: 768px) {
  .con_intro p {
    line-height: 1.91;
  }
}
@media print {
  .con_intro p {
    line-height: 1.91;
  }
}
.ie8 .con_intro p {
  line-height: 1.91;
}

/* -----------------------------------------------------------
	.pnav_basic
----------------------------------------------------------- */
.pnav_basic {
  margin-top: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .pnav_basic {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .pnav_basic {
    margin-top: 1.5em;
  }
}

/* -----------------------------------------------------------
	.con_rec
----------------------------------------------------------- */
.con_rec .box_rec {
  padding-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_rec .box_rec {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rec .box_rec {
    padding-top: 3em;
  }
}
.con_rec .box_rec:last-child {
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_rec .box_rec:last-child {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rec .box_rec:last-child {
    margin-bottom: 5em;
  }
}
.con_rec h3 {
  margin: 40px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_rec h3 {
    margin: 35px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_rec h3 {
    margin: 1.5em 0;
  }
}
.con_rec .txt_no {
  text-align: center;
}
.con_rec ul {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_rec ul {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rec ul {
    margin-top: 1em;
  }
}
.con_rec ul li .st {
  padding: 17px 60px 17px 30px;
  border: solid 1px #d3d3d3;
  background: #f9f9f9;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_rec ul li .st {
    padding: 0.8em 2.5em 0.8em 1em;
  }
}
@media only screen and (min-width: 1201px) {
  .con_rec ul li .st {
    font-size: 116%;
  }
}
@media print {
  .con_rec ul li .st {
    font-size: 116%;
  }
}
.ie8 .con_rec ul li .st {
  font-size: 116%;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_rec ul li .st {
    font-size: 108%;
  }
}
.con_rec ul li .st:before {
  content: '';
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 33px;
  background: url(../faq/images/ic_arr_clo.png);
  background-size: contain !important;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
@media only screen and (max-width: 767px) {
  .con_rec ul li .st:before {
    right: .5em;
    width: 1.6em;
    height: 1.6em;
    margin-top: -.8em;
  }
}
.con_rec ul li .st:hover {
  cursor: pointer;
}
.con_rec ul li .st.active:before {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.con_rec ul li .detail {
  display: none;
}
.con_rec ul li .detail .inner {
  padding-bottom: 40px;
  margin: 30px 40px 0 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_rec ul li .detail .inner {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rec ul li .detail .inner {
    padding-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_rec ul li .detail .inner {
    margin: 25px 35px 0 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rec ul li .detail .inner {
    margin: 1em;
  }
}
.con_rec ul li .detail .inner table {
  width: 100%;
}
.con_rec ul li .detail .inner table th, .con_rec ul li .detail .inner table td {
  padding: 1em 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_rec ul li .detail .inner table th, .con_rec ul li .detail .inner table td {
    padding: 0.8em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_rec ul li .detail .inner table th, .con_rec ul li .detail .inner table td {
    display: block;
    width: 100% !important;
  }
}
.con_rec ul li .detail .inner table th {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .con_rec ul li .detail .inner table th {
    border-bottom: 1px dotted #000000;
    text-align: center;
  }
}
.con_rec ul li .detail .inner .btn {
  margin: 30px auto 0;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .con_rec ul li .detail .inner .btn {
    margin: 25px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_rec ul li .detail .inner .btn {
    margin: 1.5em auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_rec ul li .detail .inner .btn {
    width: 265px;
  }
}
@media print {
  .con_rec ul li .detail .inner .btn {
    width: 265px;
  }
}
.ie8 .con_rec ul li .detail .inner .btn {
  width: 265px;
}
.con_rec ul li .detail .inner .btn a span:before {
  background: url(../images/common/ic_arr2.png) no-repeat left top;
}
