@charset "utf-8";
/* CSS Document */
/*----------------------------------------------ページタイトル*/
.cloud_fnctitle {
  width: 100%;
  background: linear-gradient(to right, #065fe3 0, #003da3 100%);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
  padding: 40px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .cloud_fnctitle {
    margin-top: 70px;
    font-size: 36px;
    height: 145px;
  }
}
/*-----------------------------ページID項目*/
#hg_func {
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media print, screen and (min-width:768px) {
  #hg_func {
    font-size: 18px;
  }
}
/*-----------------------------共通項目*/
span span.sp_none {
  display: none;
}
@media print, screen and (min-width:768px) {
  span span.sp_none {
    display: inline;
  }
}
.w_lg_none {
  display: block;
}
@media print, screen and (min-width:1200px) {
  .w_lg_none {
    display: none;
  }
}
strong {
  font-weight: bold;
}
small {
  font-size: 0.8em;
}
.pankuzu {
  width: 100%;
}
/*-----------------------------セクションベース*/
[id^="sec_"] {
  padding: 50px 0;
  margin-top: 0;
  position: relative;
}
[id^="sec_"] .container, [id^="sec_"] .container-fluid {
  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: 0;
  padding-bottom: 0;
  display: 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;
}
.link_btn_area {
  display: block;
  margin: 30px auto auto;
}
.link_btn_area a {
  border: 2px solid #fff;
  background: #ff3366;
  border-radius: 50px;
  color: #fff;
  display: block;
  padding: 15px;
  width: 100%;
  margin: 0px auto 20px;
  font-weight: bold;
}
.link_btn_area.in_site a {
  background: #ff9900;
}
.link_btn_area a:hover {
  border: 2px solid #ff3366;
  background: #fff;
  color: #ff3366;
  transition: 0.5s;
}
.link_btn_area.in_site a:hover {
  border: 2px solid #ff9900;
  color: #ff9900;
  background: #fff;
}
@media print, screen and (min-width:768px) {
  [id^="sec_"] .link_btn_area a {
    width: 60%;
  }
}
ul.row {
  justify-content: center;
}
ul.row > li {
  margin-bottom: 30px;
}
ul.row > li .panel_wrap {
  border-radius: 10px;
  padding: 15px;
  margin: 10px auto;
  background: #fff;
  box-shadow: 1px 2px 3px #99999970, -1px -1px 3px #99999950;
  height: 100%;
  width: 100%;
}
ul.row > li .panel_wrap a {
  border: 1px solid #fff;
  background: #fff;
  color: #074489;
  font-size: 18px;
  display: block;
  border-radius: 6px;
  height: 100%;
  width: 100%;
  transition: 0.5s;
}
ul.row > li .panel_wrap a:hover {
  border: 1px solid #a9beff;
  transition: 0.5s;
}
ul.row > li .panel_wrap a:hover img {
  opacity: 1;
  transform: translate(2px, 2px);
  transition: 0.5s;
}
ul.row > li .panel_wrap h5 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
ul.row > li .panel_wrap p {
  font-size: initial;
  line-height: 1.8em;
}
ul.row li .panel_wrap h5 span {
  font-size: 150%;
  font-weight: 600;
  color: #0066ff;
}
figcaption {
  margin-top: 20px;
}
figcaption span {
  display: block;
  font-size: 1.1em;
  font-weight: bold;
}
p.catch_tx {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  margin: 20px auto;
  color: #038d92;
}
p.catch_tx a {
  color: #3366ff;
  text-decoration: underline;
}
/*---------------------------------「戻る」ボタン*/
button {
  appearance: none;
  border: 1px solid #003da3;
  background: #003da3;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-size: 16px;
  margin: 50px auto 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  max-width: 400px;
  transition: all 0.5s;
}
button:hover {
  opacity: 1;
  background: #fff;
  color: #003da3;
}
button:focus {
  transform: translateY(2px);
  transition: all 0.5s;
}
/*-----------------------------------「機能」ナビ*/
#func_nav {
  padding: 15px;
}
#func_nav ul.row {
  margin-bottom: 1px;
  justify-content: space-between;
}
#func_nav ul.row li {
  display: flex;
  flex-grow: 2;
  margin-bottom: 1px;
  padding: 1px;
  width: auto;
}
#func_nav ul.row li a {
  display: block;
  background: #0660c5;
  border: 1px solid #0660c5;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  padding: 2px;
  width: 100%;
  transition: all 0.5s;
}
#func_nav ul.row li a:hover {
  background: #fff;
  color: #0660c5;
}
#func_nav ul.row li.btn_ga a {
  background: #00bfa5;
  border: 1px solid #00bfa5;
}
#func_nav ul.row li.btn_ga a:hover {
  background: #fff;
  color: #00bfa5;
}
/*--------カレントページのボタン　アクティブ設定*/
#func_nav ul.row li.active a {
  background: #eaff84;
  color: #0660c5;
  pointer-events: none;
}
#func_nav ul.row li.btn_ga.active a {
  background: #eaff84;
  color: #00bfa5;
  pointer-events: none;
}
.ph_wrap {
  overflow: hidden;
}
/*-----------------------------メインコンテンツ*/
#sec_hg_func_list {
  padding-top: 30px;
  padding-bottom: 0;
}
[id^="sec_"] ul.row > li .panel_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
[id^="cls_"] {
  /*padding-bottom: 50px;*/
}
[id^="cls_"] a {
  color: #666;
  transition: all 0.5s;
}
[id^="cls_"] a:hover {
  opacity: 1;
}
[id^="cls_"] a .btn {
  display: block;
  background: #0660c5;
  border: 1px solid #0660c5;
  color: #fff;
  padding: 10px;
  width: 100%;
  font-weight: bold;
  transition: all 0.5s;
}
[id^="cls_"] a:hover .btn {
  background: #fff;
  color: #0660c5;
}
[id^="cls_"] a img {
  transition: all 0.5s;
}
[id^="cls_"] a:hover img {
  opacity: 1;
  transform: scale(1.3, 1.3);
}
/*-----------------------------関連カテゴリタグ*/
.hr_tag .tag_point {
  display: inline-block;
  background: #0660c5;
  border: 1px solid #0660c5;
  border-radius: 50px;
  padding: 3px 40px;
  margin: 10px auto 30px;
  color: #fff;
}
.ga_tag .tag_point {
  display: inline-block;
  background: #00bfa5;
  border: 1px solid #00bfa5;
  border-radius: 50px;
  padding: 3px 40px;
  margin: 10px auto 30px;
  color: #fff;
}
/*-----------------------------メインコンテンツ*/
#sec_01 {
  padding-top: 0;
  background: url("../../../img/hg_func_img/bg_cts.png") -70% -1% no-repeat, url("../../../img/hg_func_img/bg_cts.png") 200% 103% no-repeat;
  background-size: 70%, 80%;
}
@media print, screen and (min-width:768px) {
  #sec_01 {
    background: url("../../../img/hg_func_img/bg_cts.png") -20% -19% no-repeat, url("../../../img/hg_func_img/bg_cts.png") 110% 100% no-repeat;
    background-size: 40%, 30%;
  }
}
#sec_01 .container > p {
  font-size: 16px;
}
#sec_01 .container > p a {
  text-decoration: underline;
  color: blue;
}
#sec_01 .feat_wrap {
  margin: 30px auto;
  padding: 15px;
}
@media print, screen and (min-width:768px) {
  #sec_01 .feat_wrap {
    padding: 30px;
  }
}
#sec_01 ul.row {
  border-radius: 10px;
  justify-content: center;
  background: #f0f8ff;
  padding: 0;
}
.ga_tag #sec_01 ul.row {
  background: #00cdb11c;
}
#sec_01 ul.row > li {
  display: flex;
  flex-flow: column wrap;
  /* justify-content: center;
  align-items: center;*/
}
@media print, screen and (min-width:768px) {
  #sec_01 ul.row {
    padding: 0 20px;
  }
}
#sec_01 ul.row li h5 {
  display: block;
  color: #003da6;
  font-size: 18px;
  font-weight: bold;
  margin-top: -20px;
  text-align: left;
  width: 100%;
}
#sec_01 ul.row li h5 span {
  display: block;
  font-weight: 900;
  font-size: 50px;
  text-align: left;
  margin-bottom: 20px;
}
@media print, screen and (min-width:1200px) {
  #sec_01 ul.row li h5 {
    font-size: 22px;
  }
  #sec_01 ul.row li h5 span {
    font-size: 60px;
    margin-bottom: 30px;
  }
}
#sec_01 ul.row li h5 strong.bl_ud_line {
  background: linear-gradient(transparent 60%, #b4ddff 60%);
}
#sec_01 ul.row li h5 em {
  display: block;
  width: max-content;
  border: 1px solid #3099D3;
  color: #3099D3;
  font-size: 0.8em;
  padding: 0.2em 0.5em 0;
  margin-bottom: 0.2em;
  background: #fff;
}
#sec_01 ul.row p {
  display: block;
  text-align: left;
  width: 100%;
}
#sec_01 ul.row p strong {
  color: #c2151e;
  font-weight: bold;
}
#sec_01 ul.row > li img {
  border-radius: 10px;
  box-shadow: 0px 8px 16px -2px rgb(10 10 10 / 10%), 0px 0px 0px 1px rgb(10 10 10 / 2%);
  margin-top: -30px;
}
#sec_01 ul.row > li .link_btn_area {
  margin: 10px 0 30px;
}
#sec_01 ul.row > li .link_btn_area a {
  width: 100%;
  margin: 0 auto 30px;
  padding: 8px;
  background: #3366ff;
  border: 2px solid#3366ff;
  color: #fff;
  transition: all 0.5s;
}
#sec_01 ul.row > li .link_btn_area a:hover {
  width: 100%;
  background: #fff;
  color: #3366ff;
}
@media print, screen and (min-width:768px) {
  #sec_01 ul.row > li .link_btn_area {
    margin: 30px 0 30px;
  }
}