@charset "UTF-8";

/*---------- card ----------*/
.card {
  background-color: #FFFFFF;
  border-radius: 5px;
  color: #000000;
  position: relative;
  padding-bottom: 20px;
  z-index: 2;
  line-height: 20px;
  letter-spacing: 1px; }

.card_round {
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 3; }

.card_round .round_item {
  z-index: 3;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background-color: #6A98D8; }

.card_round .round_item p {
  font-size: 12pt;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, "Noto Sans CJK JP", sans-serif;
  line-height: 80px;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em; }

.card_round .round_item .twoLine {
  line-height: 25px;
  padding-top: 16px; }

.card_mask {
  transition: all 0.2s ease;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-left: solid 15px #222266;
  position: relative;
  overflow: hidden;
  padding: 10px 0 10px 20px;
  border-radius: 5px;
  z-index: 2; }

.card_mask .card_title {
  font-size: 22px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, "Noto Sans CJK JP", sans-serif;
  font-weight: bold;
  color: #222266;
  padding: 7px 20px 3px 0px;
  letter-spacing: -0.05rem; }

.card_mask .card_title .title_icon {
  height: 24px;
  padding: 0 15px 4px 25px;
  vertical-align: middle; }

.card_mask .card_title a {
  color: #222266;
  transition: all 0.2s ease; }

.card_mask .card_caption {
  font-size: 16px;
  padding-top: 10px ;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 25px; }

.card_mask .card_list {
  padding: 0 0 10px 50px;
  list-style: disc; }

.card_mask .card_img {
  position: absolute;
  bottom: 10%;
  right: 3%;
  z-index: 1; }

.card .card_mask:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6; }

.card .card_mask-solution {
  padding: 25px 0 25px 20px; }

.card .card_mask-solution .card_title {
  transition: all 0.3s ease;
  letter-spacing: 2px; }

.card .card_mask-solution .card_title a:hover {
  filter: opacity(0.6); }

.card .card_mask-solution .card_title-none:hover {
  filter: opacity(1); }

.card_mask-cae {
  transition: all 0.2s ease;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-left: solid 15px #222266;
  position: relative;
  overflow: hidden;
  padding: 10px 0 10px 20px;
  border-radius: 5px;
  z-index: 2; }

.card_mask-cae .card_title {
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, "Noto Sans CJK JP", sans-serif;
  font-weight: bold;
  color: #222266;
  padding-top: 5px;
  padding-bottom: 3px;
  letter-spacing: -0.05rem; }

.card_mask-cae .card_title .title_icon {
  height: 24px;
  padding: 0 15px 4px 25px;
  vertical-align: middle; }

.card_mask-cae .card_title a {
  color: #222266;
  transition: all 0.2s ease; }

.card_mask-cae .card_caption {
  font-size: 16px;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 25px; }

.card_mask-cae .card_list {
  padding: 0 0 10px 50px;
  list-style: disc; }

.card_mask-cae .card_img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1; }

/* J[h3 */
.card_3row {
  background-color: #FFFFFF;
  border-radius: 5px;
  color: #000000;
  position: relative;
  padding-bottom: 20px;
  z-index: 2;
  line-height: 20px;
  letter-spacing: 1px; }

.card_3row_mask-cae {
  transition: all 0.2s ease;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-left: solid 15px #222266;
  position: relative;
  margin-top: 5px;
  padding: 5px 0 10px 10px;
  border-radius: 5px;
  z-index: 2; }

.card_3row_mask-cae .card_title {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, "Noto Sans CJK JP", sans-serif;
  color: #000000;
  padding-top: 5px;
  padding-bottom: 3px;
  letter-spacing: -0.05rem; }

.card_3row_mask-cae .card_title .title_icon {
  height: 24px;
  padding: 0 15px 4px 25px;
  vertical-align: middle; }

.card_3row_mask-cae .card_title a {
  color: #222266;
  transition: all 0.2s ease; }

.card_3row_mask-cae .card_caption {
  font-size: 16px;
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 25px; }

.card_3row_mask-cae .card_list {
  padding: 0 0 10px 50px;
  list-style: disc; }

.card_3row_mask-cae .card_img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1; }

.card1columm {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px; }

.card1columm .card {
  padding-bottom: 0;
  margin-bottom: 70px; }

.card1columm .card .card_mask:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

.card1columm .card_half {
  width: 48%; }

.card1columm .card_half .card_mask-solution {
  height: 800px; }

.card1columm_wide {
  width: 95%;
  margin: 0 auto 20px auto;
  padding-left: 30px; }

.card1columm_wide .card {
  padding-bottom: 0;
  margin-bottom: 70px; }

.card1columm_wide .card .card_mask:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1; }

.card1_FAQ {
  margin-top: 40px; }

.list-active {
  color: #31598D;
  font-weight: bold;
  text-decoration: underline;
  transition: all ease 0.3s; }

.list-active:hover {
  filter: opacity(0.6); }

.half_arrow {
  width: 480px; }

.card2columm {
  width: 400px;
  margin: 10px; }

.card-index {
  height: 160px; }

.minicard-index {
  height: 30px; }

.card3columm {
  width: 310px;
  margin: 0px 0 15px 15px }

.card3columm_left {
  width: 310px;
  margin: 0px 0 15px 0 }

.card-index-cae {
  height: 120px; }

