@charset "utf-8";
/* CSS Document */
#gamen dl dt h4 {
  font-weight: bold;
  width: 100%;
  border-bottom: 1px solid #000;
  color: #000;
  padding: 3px;
  margin: 0 0 10px;
}
.parent {
  width: 100%;
  margin-bottom: 30px;
}
.parent li {
  float: left;
  width: 30.333%; /*-- �{�^���̉����i�C�ӂ̒l�j --*/
  height: auto; /*-- �{�^���̏c���i�C�ӂ̒l�j --*/
  border: 1px solid #ccc;
  box-shadow: 0 4px 0 0 rgb(227 228 232 / 40%);
  border-radius: 5px; /*-- �{�^���̘g���i�C�ӂ̒l�j --*/
  text-align: center; /*-- �e�L�X�g�̒����z�u�i���񂹂ł�����j --*/
  line-height: 50px; /*-- �T�C�Y��height�ɍ��킹�� --*/
  position: relative;
  margin: 10px 1.5%;
}
@media screen and (max-width:768px) {
  .parent li {
    width: 100%;
    margin: 10px 0;
  }
}
/*-----------------------------セクションベース*/
[id^="sec_"] {
  padding: 50px 0;
  margin-top: 0;
  position: relative;
}
[id^="sec_"] .container {
  margin-top: 30px;
}
[id^="sec_"] p {
  font-size: 16px;
  margin-bottom: 30px;
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] p {
    font-size: 18px;
    line-height: 1.8em;
  }
}
[id^="sec_"] h3:not(.sub_fnctitle) {
  color: #3366ff;
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 30px;
  padding-bottom: 10px;
  /*  padding-right: 30px;
  padding-left: 30px;*/
  display: inline-block;
}
@media screen and (min-width:768px) {
  [id^="sec_"] h3:not(.sub_fnctitle) {
    font-size: 36px;
  }
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] h3 {
    font-size: 42px;
  }
}
[id^="sec_"] h4 {
  color: #0660c5;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: bold;
}
[id^="sec_"] ul li p {
  text-align: left;
  margin: 15px auto;
}
/*-----------------------------「機能」カテゴリナビ　調整用*/
#cloud_fnc_sec_6 {
  margin-bottom: -25px;
  padding-bottom: 100px;
}
#cloud_fnc_sec_6 .sub_txt a {
  border: 1px solid #003da3;
  border-radius: 6px;
  background: #003da3;
  display: block;
  color: #fff;
  font-weight: bold;
  margin: 50px auto 0;
  padding: 15px;
  width: 100%;
  transition: all 0.3s;
}
@media print, screen and (min-width:768px) {
  #cloud_fnc_sec_6 .sub_txt a {
    width: 70%;
  }
}
#cloud_fnc_sec_6 .sub_txt a:hover {
  background: #fff;
  color: #003da3;
}