@charset "UTF-8";
/*----------------------------------------------ページタイトル*/
.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;
  }
}
.pankuzu {
  width: 100%;
}
/*-----------------------------セクションベース*/
[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;
  }
}
[id^="sec_"] h4 {
  color: #0660c5;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: bold;
}
[id^="sec_"] h5 {
  color: #333;
  font-size: 22px;
  font-weight: bold;
}
[id^="sec_"] ul.row > li p {
  text-align: left;
}
[id^="sec_"] ul.row > li figure figcaption {
  text-align: left;
}
.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;
  transition: all 0.5s;
}
.link_btn_area a:hover {
  border: 2px solid #ff3366;
  background: #fff;
  color: #ff3366;
}
.link_btn_area.in_site a:hover {
  border: 2px solid #ff9900;
  color: #ff9900;
  background: #fff;
}
@media print, screen and (min-width:768px) {
  .link_btn_area a {
    width: 60%;
  }
}
strong {
  font-weight: bold;
  font-size: 1.1em;
}
/*--------------------------------------------------------#main_image*/
#bunsho-dx #main_image {
  display: flex;
  justify-content: center;
  background: url("../img/bunsho-dx_img/main_image_bg.png") no-repeat left center / cover, #eaf1ff;
  margin-top: 0;
  min-height: 300px;
}
#bunsho-dx #main_image .container-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
#bunsho-dx #main_image h2 {
  font-weight: bold;
  text-align: center;
}
#bunsho-dx #main_image h2 span {
  display: block;
  background: #003da6d9;
  color: #fff;
  font-weight: bold;
  padding: 10px 3px;
  margin: 30px auto;
}
@media print, screen and (min-width:768px) {
  #bunsho-dx #main_image {
    background: url("../img/bunsho-dx_img/main_image_bg.png") no-repeat center center / contain, #eaf1ff;
    margin-top: 70px;
    min-height: 450px;
  }
  #bunsho-dx #main_image h2 {
    font-size: 40px;
  }
  #bunsho-dx #main_image h2 span {
    display: block;
    padding: 5px 40px;
    background: #003da6;
  }
}
/*--------------------------------------------------------「インボイス資料」リンクボタン*/
#bunsho-dx .subsidy_bn {
  text-align: center !important;
  line-height: 1.2;
}
#bunsho-dx .subsidy_bn a {
  position: relative;
  display: inline-block;
  padding: 30px 36px 30px 20px;
  line-height: 1.2;
  color: #000;
  border: solid 1px rgb(245, 230, 122);
  text-decoration: none;
  background: rgb(245, 230, 122);
  background: linear-gradient(180deg, rgba(245, 230, 122, 1) 0%, rgba(246, 198, 30, 1) 53%, rgba(242, 207, 15, 1) 100%);
  font-weight: bold;
  font-size: 130%;
  margin: 0 0 20px 0;
}
#bunsho-dx .subsidy_bn a strong {
  display: inline-block;
}
#bunsho-dx .subsidy_bn a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  content: "";
  border-top: solid 2px #003da6;
  border-right: solid 2px #003da6;
  transform: rotate(45deg);
  transition: all 0.5s;
}
#bunsho-dx .subsidy_bn a:hover {
  color: #000;
  background: rgb(245, 230, 122);
  opacity: 1.0;
}
#bunsho-dx .subsidy_bn a:hover::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
@media print, screen and (min-width:576px) {
  #bunsho-dx .subsidy_bn a {
    padding: 22px 40px 22px 20px;
  }
  #bunsho-dx .subsidy_bn a::after {
    right: 20px;
  }
}
#bunsho-dx #sec_06 .tit02 {
  margin-bottom: 20px;
  padding: 10px 5px 11px;
  text-align: center;
  line-height: 1.3;
  font-size: 22px;
  font-family: "NotoSansBlack";
  color: #fff;
  background: rgb(0, 74, 178); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0, 74, 178, 1) 0%, rgba(0, 64, 152, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 74, 178, 1) 0%, rgba(0, 64, 152, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 74, 178, 1) 0%, rgba(0, 64, 152, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004ab2', endColorstr='#004098', GradientType=0); /* IE6-9 */
  font-weight: bold;
}
/*--------------------------------------------------------#sec_01*/
#sec_01 {
  background: #f6f6f6;
  padding-top: 0;
}
@media print, screen and (min-width:768px) {
  #sec_01 {
    padding-top: 50px;
  }
}
#sec_01 img {
  padding: 10px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #003da6;
}
/*--------------------------------------------------------#sec_02*/
#sec_02 ul.row {
  justify-content: center;
}
#sec_02 ul.row > li {
  margin-bottom: 20px;
  transition: all 0.3s;
}
#sec_02 ul.row > li .panel_wrap {
  box-shadow: 1px 1px 3px #ccc, -1px -1px 3px #bcbcbc;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #003da6;
  border-radius: 6px;
  padding: 15px;
  height: 100%;
  transition: all 0.3s;
}
@media print, screen and (min-width:768px) {
  #sec_02 ul.row > li .panel_wrap {
    padding: 30px;
  }
}
#sec_02 ul.row > li .panel_wrap.linked {
  border: 2px solid #003da6;
  transition: all 0.3s;
}
#sec_02 ul.row > li .panel_wrap.linked:hover {
  background: #eaf1ff;
}
#sec_02 ul.row > li .panel_wrap h5 {
  color: #003da6;
}
#sec_02 ul.row > li .panel_wrap p, #sec_02 ul.row > li .panel_wrap a:hover p {
  color: #666;
  font-size: 16px;
}
#sec_02 ul.row > li .panel_wrap a .btn {
  display: block;
  background: #003da6;
  border: 1px solid #003da6;
  border-radius: 3px;
  color: #fff;
  padding: 10px;
  width: 100%;
  transition: all 0.3s;
}
#sec_02 ul.row > li .panel_wrap a:hover .btn {
  background: #fff;
  color: #003da6;
}
#sec_02 ul.row > li .panel_wrap a img {
  transition: all 0.3s;
}
#sec_02 ul.row > li .panel_wrap a:hover img {
  opacity: 1;
  transform: perspective(100px) translateZ(15px);
}
/*--------------------------------------------------------#sec_03*/
#sec_03 {
  background: #eaf1ff;
}
#bunsho-dx #sec_03 .frame_wrap {
  max-width: 960px;
  margin: 0 auto 30px;
}
/*--------------------------------------------------------#sec_04*/
#sec_04 ul.row {
  justify-content: center;
}
#sec_04 ul.row > li {
  margin-bottom: 20px;
}
#sec_04 ul.row > li .panel_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-shadow: 1px 1px 3px #ccc, -1px -1px 3px #bcbcbc;
  border: 1px solid #003da6;
  border-radius: 6px;
  padding: 15px;
  height: 100%;
  transition: all 0.3s;
}
#sec_04 ul.row > li .panel_wrap img {
  width: 150px;
  margin: 20px auto;
}
#sec_04 ul.row > li .panel_wrap h5 span {
  display: block;
  font-size: 1.2em;
  margin-right: 0.3em;
  color: #003da6;
}
@media print, screen and (min-width:768px) {
  #sec_04 ul.row > li .panel_wrap {
    padding: 30px;
  }
  #sec_04 ul.row > li .panel_wrap img {
    width: 200px;
  }
  #sec_04 ul.row > li .panel_wrap h5 span {
    display: inline-block;
  }
}
#sec_04 ul.row > li .panel_wrap h5 strong {
  color: #3366ff;
  font-size: 1em;
}
/*--------------------------------------------------------#sec_05*/
#sec_05 {
  background: #eaf1ff;
}
#sec_05 figure {
  margin-bottom: 20px;
}
#sec_05 figure img {
  border: 1px solid #999;
  padding: 5px;
  background: #fff;
  max-width: 100%;
}
@media print, screen and (min-width:1200px) {
  #sec_05 figure img {
    max-width: 960px;
  }
}
#sec_05 ul {
  display: list-item;
  margin-left: 0;
  padding: 15px;
}
#sec_05 ul li {
  list-style: disc;
  text-align: left;
  margin-bottom: 10px;
}
#sec_05 ul li:nth-child(odd) {
  color: #333;
}
@media print, screen and (min-width:768px) {
  #sec_05 ul {
    padding-left: 10%;
  }
}
/*--------------------------------------------------------#bunsho-dx #sec_06*/
#sec_06 {}
#bunsho-dx #sec_06 .tit02 span {
  font-size: 70%;
}
@media print, screen and (min-width:768px) {
  #bunsho-dx #sec_06 .tit02 {
    margin-bottom: 40px;
    font-size: 32px;
  }
}
#bunsho-dx #sec_06 table {
  width: 100%;
  border: solid 1px rgba(0, 74, 178, 0.4);
  margin: 30px 0;
}
#bunsho-dx #sec_06 table tr th, #bunsho-dx #sec_06 table tr td {
  text-align: center;
  padding: 10px;
  border: solid 1px rgba(0, 74, 178, 0.4);
}
#bunsho-dx #sec_06 table tr th {
  background: rgba(172, 221, 248, 0.5);
  font-weight: bold;
}
#bunsho-dx #sec_06 table tr td {}
#bunsho-dx #sec_06 table tr td:first-child, #bunsho-dx #sec_06 table tr:nth-child(n+2) th {
  background: rgba(172, 221, 248, 0.15);
}
#bunsho-dx #sec_06 .sec_cld {
  padding: 40px 0;
  border-bottom: 1px solid #003da6;
}
#bunsho-dx #sec_06 p.ex_tx {
  margin-top: 30px;
}
#bunsho-dx #sec_06 h4 {
  margin-bottom: 20px;
  padding: 10px 5px 11px;
  text-align: center;
  line-height: 1.3;
  font-size: 22px;
  font-family: "NotoSansBlack";
  color: #fff;
  background: rgb(0, 74, 178); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0, 74, 178, 1) 0%, rgba(0, 64, 152, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 74, 178, 1) 0%, rgba(0, 64, 152, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 74, 178, 1) 0%, rgba(0, 64, 152, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004ab2', endColorstr='#004098', GradientType=0); /* IE6-9 */
  font-weight: bold;
}
@media print, screen and (min-width:768px) {
  #bunsho-dx #sec_06 h4 {
    margin-bottom: 40px;
    font-size: 32px;
  }
}
#bunsho-dx #sec_06 h4 span {
  font-size: 0.7em;
}