@charset "UTF-8";
/* ======== web fonts import ======== */
/* ======== common settings ======== */
/* ----- settings ----- */
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  width: 100%;
  background-color: #FFFFFF;
  line-height: 1.8;
  -webkit-text-size-adjust: none;
  font-family: "游ゴシック体", 'YuGothic', "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  overflow-wrap: break-word;
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  padding-bottom: 300px;
  box-sizing: border-box;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #000000;
  text-decoration: none;
}

p a {
  color: #144886;
  font-weight: bold;
  text-decoration: underline;
}

/* ======== utility style ======== */
/* ----- media display ----- */
.sp {
  display: none !important;
}

/* ----- clearfix ----- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

/* ----- width ----- */
.width80 {
  width: 80%;
}

.width45 {
  width: 45%;
}

.width20 {
  width: 20%;
}

.width15 {
  width: 15%;
}

.width10 {
  width: 10%;
}

/* ----- layout ----- */
main {
  margin-top: 135px;
}

main section .inner {
  max-width: 1024px;
  margin: 0 auto;
}

main section.bgLBL {
  padding-top: 30px;
  padding-bottom: 30px;
}

.heading01 {
  font-size: 3rem;
  font-weight: bold;
  background: #EBF7FF;
  text-align: center;
  height: 150px;
  position: relative;
  line-height: 1.5;
  margin-bottom: 40px;
}

.heading01 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.heading02 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 60px 10px 20px;
  background: #F8F8F8;
  border-left: 4px solid #144886;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}

.heading05 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 122px 10px 70px;
  background: #F8F8F8;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #144886;
}

.heading05 span {
  color: #707070;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 10px;
}

.heading05.accordion {
  position: relative;
  cursor: pointer;
}

.heading05.accordion:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/ico_heading_accordion.png) no-repeat left top/100% auto;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 10px;
}

.heading05.accordion.active:after {
  background-position: left bottom;
}

.heading05 + .accordionContent {
  display: none;
  margin: 30px 20px;
}

.heading05 + .accordionContent .btnBox {
  margin-top: 0;
}

.heading07 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 10px 10px 20px;
  background: #F8F8F8;
  border-left: 4px solid #144886;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.heading08 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 10px 10px 50px;
  background: #F8F8F8;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #144886;
}

.heading08 span {
  color: #707070;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 10px;
}

.heading08.accordion {
  position: relative;
  cursor: pointer;
}

.heading08.accordion:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/ico_heading_accordion.png) no-repeat left top/100% auto;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 10px;
}

.heading08.accordion.active:after {
  background-position: left bottom;
}

.heading08 + .accordionContent {
  display: none;
  margin: 30px 20px;
}

.heading08 + .accordionContent .btnBox {
  margin-top: 0;
}


.btnBox {
  margin-top: 30px;
  letter-spacing: -0.4em;
  position: relative;
}

.btn.type01 {
  letter-spacing: normal;
  margin-bottom: 20px;
}

/* ボタンのツールチップにリンクを実装した場合のCSS適用除外例 */
.btn.type01 a:not(.balloonLink) {
  display: block;
  margin: 0 auto;
  padding: 11px 10px;
  border: 2px solid #FFD371;
  background: #FFD371;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 3px 0 0 #E5AD30;
  transform: translateY(-3px);
  transition: 0.3s;
}

.btn.type01 a.wh {
  background: #FFFFFF;
}

.btn.type01 a.re {
  background: #B60A0A;
  border: 2px solid #B60A0A;
  color: #FFFFFF;
  box-shadow: 0 3px 0 0 #9A0000;
}

.btn.type01 a:hover {
  box-shadow: none;
  transform: translateY(0);
}

.btn.type01 a.widthFixed {
  width: 300px;
}

/* ツールチップにリンクを実装した場合のCSS例 */
.btn.type01 p a {
  color: #FFF;
  font-weight: bold;
  text-decoration: underline;
}

.btn.type03 {
  letter-spacing: normal;
  width: 427px;
  margin: 35px auto 0;
}

.btn.type03:first-child {
  margin-top: 0;
}

.btn.type03 a {
  display: table;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  background: #FFFFFF;
  border: 2px solid #FFC034;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 3px 0 0 #E5AD30;
  transform: translateY(-3px);
  transition: 0.3s;
}

.btn.type03 a:hover {
  box-shadow: none;
  transform: translateY(0);
}

.btn.type03 a span {
  display: table-cell;
}

.btn.type03 a span.ico {
  width: 80px;
  height: 100%;
}

.btn.type03 a span.ico.icoIndividual {
  background: url(../img/ico_btn_regist_individual.png) no-repeat center center/23px 30px;
  background-color: #FFC034;
}

.btn.type03 a span.ico.icoEnterprise {
  background: url(../img/ico_btn_regist_enterprise.png) no-repeat center center/23px 30px;
  background-color: #FFC034;
}

.btn.type03 a span.txt {
  padding: 15px;
}

.btn.type03 .indexTop {
  margin: 20px;
}

.btn.type03 .indexTop a span.txt  {
  padding: 2px;
}

.btn.back {
  letter-spacing: normal;
  width: 140px;
}

.btn.back a {
  display: block;
  margin: 0 auto;
  padding: 11px 10px;
  background: #FFFFFF;
  border: 2px solid #D9D9D9;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 3px 0 0 #C9C9C9;
  transform: translateY(-3px);
  transition: 0.3s;
}

.btn.back a:hover {
  box-shadow: none;
  transform: translateY(0);
}

.newsLists {
  margin-bottom: 50px;
}

.newsLists ul {
  list-style: none;
}

.newsLists ul li {
  display: table;
  table-layout: fixed;
  padding: 20px;
  width: 100%;
  border-bottom: 1px solid #C9DDEA;
}

.newsLists ul li:first-child {
  border-top: 1px solid #C9DDEA;
}

.newsLists ul li .date {
  display: table-cell;
  vertical-align: top;
  width: 120px;
  padding-right: 20px;
  padding-top: 2px;
  font-size: 1.4rem;
}

.newsLists ul li .title {
  display: table-cell;
  vertical-align: top;
}

.newsLists ul li .title a:hover {
  text-decoration: underline;
}


/* table */
.table01 {
  margin-top: 80px;
}

.table01 table {
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px solid #D9D9D9;
}

.table01 table th {
  text-align: left;
  padding: 20px;
  background: #EBF7FF;
  border-top: 1px solid #D9D9D9;
  vertical-align: top;
}

.table01 table td {
  padding: 20px;
  border-top: 1px solid #D9D9D9;
}

.table01 table td .tdHeading {
  font-size: 1.6rem;
  color: #144886;
  font-weight: bold;
}

.table01 table td p {
  margin-top: 10px;
  font-size: 1.4rem;
}

.table01 + .btnBox {
  margin-top: 80px;
}

.table10 {
  margin-top: 20px;
  margin-bottom: 50px;
}

.table10 table{
	width:100%;
	table-layout:fixed;
}

.table10 table th {
  text-align: center;
  padding: 10px 0;
  background: #EBF7FF;
  border: 1px solid #D9D9D9;
}

.table10 table td {
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #D9D9D9;

}

.table10 table td h4 {
  display: none;
}

.table10 a{
  font-size:30px;
  color:transparent;
}

.table10 a{
  background:url(../img/ico_link_h.png) center center no-repeat;
}

.table10 a[href$="pdf"],a[href$="PDF"],a[href$=xls],a[href$=XLS],a[href$=xlsx],a[href$=XLSX],a[href$="doc"],a[href$="DOC"],a[href$="docx"],a[href$="DOCX"]{
  background:url(../img/ico_download_h.png) center center no-repeat;
}

/*書類、画像選択ボタン*/
.form {
  letter-spacing: -0.4em;
  padding: 10px 0 0px;
}

.form #clear {
  display: none;
}

.completeTxt {
  display: block;
  margin-bottom: 100px;
  padding-top: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
}


.errorMsg {
  color: #B60A0A;
}

/*選択ボタン*/
.ico {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  vertical-align: top;
  margin-top: -2px;
}

.ico img {
  width: auto;
  border: none;
  vertical-align: middle;
}

/* ======== header ======== */
.spOverlay {
  display: none;
  background: rgba(0, 0, 0, 0.5);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #FFFFFF;
  border-bottom: 1px solid #DBDBDB;
}

.headerTop {
  overflow: hidden;
  transition: 0.3s;
  border-top: 4px solid #144886;
  border-bottom: 1px solid #DBDBDB;
  height: 55px;
}

.headerTop.scroll {
  height: 0;
}

.headerTop > .inner {
  width: 100%;
  padding: 10px 30px;
}

.headerTop > .inner .logo {
  width: 128px;
  float: left;
}

.headerTop > .inner .lang {
  float: right;
}

.headerTop > .inner .lang a {
  display: inline-block;
  padding-left: 15px;
  position: relative;
  font-weight: bold;
}

.headerTop > .inner .lang a:hover {
  text-decoration: underline;
}

.headerTop > .inner .lang a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 8.7px 5px;
  border-color: transparent transparent #acacac transparent;
  transform: rotate(90deg);
}

.headerBtm > .inner {
  width: 100%;
}

.headerBtm > .inner .logo {
  padding: 15px 0;
  margin-left: 30px;
  max-width: 200px;
  height: 80px;
  float: left;
}

.headerBtm > .inner .logo img {
  width: 200px;
}

.headerBtm > .inner .nav {
  float: right;
}

.headerBtm > .inner .nav ul {
  letter-spacing: -0.4em;
}

.headerBtm > .inner .nav ul > li {
  display: inline-block;
  max-width: 250px;
  letter-spacing: normal;
  vertical-align: middle;
  border-left:1px solid #DBDBDB
}

.headerBtm > .inner .nav ul > li.item {
  text-align: center;
}

.headerBtm > .inner .nav ul > li.item.right  {
  border-right: 1px solid #DBDBDB;
}

.headerBtm > .inner .nav ul > li.item a {
  display:table-cell;
  height:80px;
  width: inherit;
  vertical-align:middle;
  font-weight: bold;
  padding-right: 15px;
}

.headerBtm > .inner .nav ul > li.item img {
  width: 30px;
  margin-right: 5px;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  }

.headerBtm > .inner .nav ul > li.item span.sideTxt {
  display: inline-block;
  vertical-align: middle;
  }

.headerBtm > .inner .nav ul > li.btn {
  padding: 15px 13px;
  width: 190px;
}

.headerBtm > .inner .nav ul > li.btn a {
  display: block;
  padding: 11px 10px;
  background: #FFD371;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 3px 0 0 #E5AD30;
  transform: translateY(-3px);
  transition: 0.3s;
}

.headerBtm > .inner .nav ul > li.btn a:hover {
  box-shadow: none;
  transform: translateY(0);
}

.headerBtm > .inner .nav ul > li.btn a span {
  display: inline-block;
  padding-left: 20px;
  background: url(../img/ico_login.png) no-repeat left center/15px 16px;
}

.headerBtm > .inner .nav ul > li.usr {
  background: #144886;
  width: 194px;
  position: relative;
  font-size: 1.4rem;
}

.headerBtm > .inner .nav ul > li.usr > span {
  color: #FFFFFF;
  font-weight: bold;
  display: block;
  padding: 28px 30px 27px 20px;
  position: relative;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.headerBtm > .inner .nav ul > li.usr > span:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/ico_account_arrow.png) no-repeat left top/14px 14px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 10px;
  transition: 0.3s;
  transform: rotate(180deg);
}

.headerBtm > .inner .nav ul > li.usr > span.active:after {
  transform: rotate(0);
}

.headerBtm > .inner .nav ul > li.usr .accountMenu {
  display: none;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #DBDBDB;
  position: absolute;
  top: 60px;
  right: 5px;
  z-index: 10;
  width: 100%;
}

.headerBtm > .inner .nav ul > li.usr .accountMenu > .inner {
  position: relative;
}

.headerBtm > .inner .nav ul > li.usr .accountMenu > .inner:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border-top: 1px solid #DBDBDB;
  border-left: 1px solid #DBDBDB;
  transform: rotate(45deg);
  position: absolute;
  top: -4px;
  right: 7px;
}

.headerBtm > .inner .nav ul > li.usr .accountMenu > .inner .item {
  padding: 10px 8px;
  border-top: 1px solid #DBDBDB;
}

.headerBtm > .inner .nav ul > li.usr .accountMenu > .inner .id {
  padding: 10px 8px 10px 0px;
}

.headerBtm > .inner .nav ul > li.usr .accountMenu > .inner .item:first-child {
  border: none;
}

.headerBtm > .inner .nav ul > li.usr .accountMenu > .inner .item a {
  display: block;
  padding-left: 20px;
  font-weight: bold;
  font-size: 1.4rem;
  transition: 0.3s;
}

.headerBtm > .inner .nav ul > li.usr .accountMenu > .inner .id a {
  padding-left: 10px;
}

.headerBtm > .inner .nav ul > li.usr .accountMenu > .inner .item a:hover {
  opacity: 0.7;
}

.headerBtm > .inner .nav ul > li.usr .accountMenu > .inner .id a:hover {
  opacity: 1;
}

.headerBtm > .inner .nav ul > li.usr .accountMenu > .inner .item.edit a {
  background: url(../img/ico_account.png) no-repeat left center/15px 15px;
}

.headerBtm > .inner .nav ul > li.usr .accountMenu > .inner .item.logout a {
  background: url(../img/ico_logout.png) no-repeat left center/15px 16px;
}

.headerBtm > .inner .nav ul > li.confirm {
  background: #FFFFFF;
  max-width: 194px;
  position: relative;
  font-size: 1.4rem;
  border-left: none;
  margin-left: 10px;
  margin-right: 10px;
}

.headerBtm > .inner .nav ul > li.confirm > span {
  display: block;
  padding:11px 20px 11px 10px;
  background: #FFFFFF;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #DBDBDB;
  box-shadow: 0 3px 0 0 #DBDBDB;
  transform: translateY(-3px);
  transition: 0.3s;
}

.headerBtm > .inner .nav ul > li.confirm > span:hover {
  box-shadow: none;
  transform: translateY(0);
}

.headerBtm > .inner .nav ul > li.confirm > span:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/ico_account_arrow.png) no-repeat left top/14px 14px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 4px;
  transition: 0.3s;
  transform: rotate(180deg);
}

.headerBtm > .inner .nav ul > li.confirm > span.active:after {
  transform: rotate(0);
}

.headerBtm > .inner .nav ul > li.confirm .proceduresMenu {
  display: none;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #DBDBDB;
  position: absolute;
  top: 60px;
  right: 5px;
  z-index: 10;
  width: 130%;
}

.headerBtm > .inner .nav ul > li.confirm .proceduresMenu > .inner {
  position: relative;
}

.headerBtm > .inner .nav ul > li.confirm .proceduresMenu > .inner:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  border-top: 1px solid #DBDBDB;
  border-left: 1px solid #DBDBDB;
  transform: rotate(45deg);
  position: absolute;
  top: -4px;
  right: 7px;
}

.headerBtm > .inner .nav ul > li.confirm .proceduresMenu > .inner .item {
  padding: 10px 8px;
  text-align: left;
}

.headerBtm > .inner .nav ul > li.confirm .proceduresMenu > .inner .item:first-child {
  border: none;
}

.headerBtm > .inner .nav ul > li.confirm .proceduresMenu > .inner .item a {
  display: block;
  font-weight: bold;
  font-size: 1.4rem;
  transition: 0.3s;
}

.headerBtm > .inner .nav ul > li.confirm .proceduresMenu > .inner .item a:hover {
  opacity: 0.7;
}

.headerBtm > .inner .nav ul > li.confirm .proceduresMenu > .inner .item.edit a {
  color: #DBDBDB;
  border: none;
  pointer-events: none;
}

.headerBtm > .inner .nav ul > li.confirm .proceduresMenu > .inner .item.indent {
  padding: 5px 8px;
}

.headerBtm > .inner .nav ul > li.confirm .proceduresMenu > .inner .item.indent a {
  text-indent: 1em;
}

.headerBtm > .inner .nav ul > li.confirm .proceduresMenu > .inner .item.indent a img {
  width: 15px;
  float: right;
  margin-right: 10px;
  }

.headerBtm > .inner .nav ul > li.confirm .proceduresMenu > .inner .item.indent a:hover {
  transform: translateY(0);
}

.headerBtm > .inner .nav ul > li.confirm .proceduresMenu > .inner .item.indent.bottom {
  border-bottom: 1px solid #DBDBDB;
}

.headerBtm > .inner .nav ul > li.confirm .proceduresMenu > .inner .item.logout a {
  background: url(../img/ico_logout.png) no-repeat left center/15px 16px;
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .headerBtm > .inner .nav ul > li.item a {
    padding-right: 5px;
  }

  .headerBtm > .inner .nav ul > li.item img {
    width: 25px;
  }

  .headerBtm > .inner .nav ul > li.item span.sideTxt {
    font-size: 1.25vw;
  }

  .headerBtm > .inner .nav ul > li.confirm > span {
    font-size: 1.25vw;
  }

  .headerBtm > .inner .nav ul > li.btn {
    width: 150px;
  }

  .headerBtm > .inner .nav ul > li.usr {
    width: 155px;
  }

  .headerBtm > .inner .nav ul > li.usr > span {
    padding: 28px 25px 27px 10px;
  }

  .headerBtm > .inner .nav ul > li.usr .accountMenu > .inner .item a {
    padding-left: 30px;
  }

}

@media screen and (min-width: 1024px) {
  .headerBtm > .inner .nav {
    display: block !important;
  }
}
/* ======== /header ======== */

/* ======== footer ======== */
.footer {
  background: #144886;
  width: 100%;
  margin-top: 60px;
  position: absolute;
  bottom: 0;
}

.footer .pageTop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  width: 40px;
}

.footer .pageTop:hover {
  opacity: 0.7;
}

.footer .inner {
  text-align: center;
  padding: 50px 30px;
  color: #FFFFFF;
  margin: 0 auto;
}

.footer .inner .menu .logo {
  width: 200px;
  float: left;
}

.footer .inner .menu .nav {
  width: 1000px;
  margin: 0 auto;
}

.footer .inner .menu .nav ul {
  letter-spacing: -0.4em;
}

.footer .inner .menu .nav ul li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  border-left: 1px solid #386DAD;
  margin-top: 10px;
}

.footer .inner .menu .nav ul li a {
  display: block;
  padding: 0 30px;
  color: #FFFFFF;
  border-left: 1px solid #083162;
  text-decoration: underline;
}

.footer .inner .menu .nav ul li a:hover {
  text-decoration: none;
}

.footer .inner .copy {
  margin-top: 30px;
  font-size: 1.4rem;
}

/* ======== /footer ======== */

/* ======== ポータルAP用 ======== */
.messageTop {
  padding-bottom: 20px;
}

.messageTop p {
  max-width: 600px;
  margin-bottom: 20px;
}

.manual .title {
  margin-top: 10px;
}


.caution {
  color: red;
}

.inner .items > .heading {
  border-bottom: 1px solid #D9D9D9;
}

.inner .items > .heading > span {
  display: inline-block;
  vertical-align: middle;
}

.inner .items > .heading > span:first-child {
  font-size: 4rem;
  color: #C6C6C6;
  margin-right: 10px;
}

.inner .items > .heading > span:last-child {
  font-size: 2rem;
}

.inner .items .picture{
  padding-top:30px;
  width: 120px;
  vertical-align: Top;
}

/* ======== 改行設定 ======== */
@media screen and (min-width: 560px) {
  .br560 {
    display:none;
  }
}

@media screen and (min-width: 1200px) {
  .br1200 {
    display:none;
  }
}

.inner .items .stepLists {
  background: #FFFFFF;
  padding: 30px 30px 30px 40px;
  position: relative;
}

.inner .items .stepLists.bottomLine {
  border-bottom: 1px solid #D9D9D9;
}

.inner .items .stepLists .title > span {
  display: block;
  font-size: 2rem;
  color: #000000;
}

.inner .items .stepLists > ul {
  list-style: none;
  margin-top: 10px;
  padding-bottom: 30px;
}

.inner .items .stepLists > ul > li {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 35px;
}

.inner .items .stepLists > ul > li:first-child {
  margin-top: 0;
}

.inner .items .stepLists > ul > li > .img {
  display: table-cell;
  vertical-align: top;
  width: 120px;
}

.inner .items .stepLists > ul > li > .txt {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  padding-left: 20px;
}

.inner .items .stepLists > ul > li > .txt > .heading {
  color: #3B8FD8;
  font-weight: bold;
  margin-bottom: 10px;
}

.inner .items .stepLists > ul > li > .txt > .heading b {
  font-size: 2rem;
}

.inner .items .stepLists > ul > li > .txt > .heading span {
  display: block;
  font-size: 2rem;
  color: #000000;
}

.inner .items .stepLists .btnBox {
  margin-top: 0px;
  padding: 30px;
  letter-spacing: -0.4em;
  position: relative;
  background: #EBF7FF;
}

.inner .items .stepLists .btnBox .right {
  float: right;
}

.inner .items .stepLists .btnBox .btn {
  letter-spacing: normal;
}

.btn.typePortal {
  letter-spacing: normal;
}

.btn.typePortal a:not(.balloonLink) {
  display: block;
  margin: 0 auto;
  padding: 11px 30px;
  border: 2px solid #FFD371;
  background: #FFD371;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 3px 0 0 #E5AD30;
  transform: translateY(-3px);
  transition: 0.3s;
}

.btn.typePortal a:hover {
  box-shadow: none;
  transform: translateY(0);
}

.pcRight {
  float: right;
}

.flex > .pcRight {
  margin-right: 4px;
  margin-left: 4px;
}

.indexMain .title {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.indexMain  .inner .title + p {
    margin-bottom: 20px;
}

/* ========== Portal格子スタイル ========== */
.inner .lattice {
  border-bottom: 1px solid #D9D9D9;
}

.inner .lattice > ul{
  list-style: none;
  display:flex;
  padding:30px 0;
}

.inner .lattice > ul > li:first-child {
  border-right: 1px solid #D9D9D9;
}

.inner .itemsHarf{
  background: #FFFFFF;
  padding: 0px 10px 10px 10px;
/*   position: relative; */
}

.inner .itemsHarf > .heading{
  display:flex;
  align-items: center;
}

.inner .itemsHarf > .heading > span {
  vertical-align: middle;
}

.inner .itemsHarf > .heading > span:first-child {
  font-size: 4rem;
  color: #C6C6C6;
  margin-left:10px;
  margin-right: 10px;
}

.inner .itemsHarf > .heading > span:nth-child(2) {
  font-size: 2rem;
}

.inner .itemsHarf > .heading > span:last-child {
  margin-left:auto;
}

.inner .itemsHarf .summary {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.inner .itemsHarf .summary .img {
  display: table-cell;
  vertical-align: top;
  width: 20%;
}


.inner .itemsHarf .summary .txt {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  font-size:1.3rem;
  padding-left: 20px;
}

.inner .itemsHarf .btnBox {
  margin-top: 0px;
  letter-spacing: -0.4em;
  padding: 10px;
  position: relative;
  background: #FFFFFF;
}

.itemsHarf .heading .button1{
  margin-right:10px;
  width:140px;
  display: block;
  padding: 11px 10px;
  background: #F0F0F0;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 3px 0 0 #DBDBDB;
  transform: translateY(-3px);
  transition: 0.3s;

}

.itemsHarf .heading .button1:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../img/ico_account_arrow.png) no-repeat left top/14px 14px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 10px;
  transition: 0.3s;
  transform: rotate(180deg);
}

.itemsHarf .heading .button1:hover {
  box-shadow: none;
  transform: translateY(0);
}

.btn.type05 {
  letter-spacing: normal;
  margin: 35px auto 0;
}

.btn.type05:first-child {
  margin-top: 0;
}

.btn.type05 a {
  display: table;
  width: 80%;
  overflow: hidden;
  margin: 20px;
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 3px 0 0 #DBDBDB;
  transform: translateY(-3px);
  transition: 0.3s;
}

.btn.type05 a:hover {
  box-shadow: none;
  transform: translateY(0);
}

.btn.type05 a span {
  display: table-cell;
}

.btn.type05 a span.ico {
  width: 80px;
  height: 100%;
}

.btn.type05 a span.txt {
  padding: 15px;
}


/* ========== index.cssからの移植分 ========== */
.indexMain {
  width: 100%;
  height: 100%;
  background: url(../img/main.svg) no-repeat left bottom #a7d6ff;
}

.indexMain > .inner {
  position:relative;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 40px;
  letter-spacing: 1px;
  overflow: hidden;
  height: 100%;
}

.indexMain > .inner > .title {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.indexMain > .inner > .titile + p {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.indexMain > .inner .btnBox .btn {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  width: 300px;
}

.indexMain > .inner .btnBox .btn:first-child {
  margin-right: 20px;
}

.indexMain > .inner .btnBox .btn a {
  table-layout: fixed;
}

.indexMain > .inner .btnBox .btn a span.ico {
  width: 60px;
}

.indexMain > .inner .btnBox + p {
  font-size: 1.4rem;
  letter-spacing: normal;
  margin-top: 10px;
}

.items h3 {
  padding-top:110px;
  margin-top:-110px;
}


/* ドローンイラストの動き */
.indexMain > .inner .drones > .drone {
  position: absolute;
  width: 400px;
  right: 20px;
  transition: 0.3s;
  opacity: 0;
  transform: rotate(0.0001deg);
  overflow: hidden;
}

.indexMain > .inner .drones .drone.active#drone01 {
  animation-name: droneAnime;
  animation-duration: 6s;
}

.indexMain > .inner .drones > .drone.active#drone02 {
  animation-name: droneAnime;
  animation-duration: 6s;
}

.indexMain > .inner .drones > .drone.active#drone03 {
  animation-name: droneAnime;
  animation-duration: 6s;
}

.indexMain > .inner .drones > .drone img {
  width: 100%;
}

.accordionContent .overview{
	margin:0 0 0 20px;
}

.accordionContent .guideHeading{
  position:relative;
  padding-left:30px;
  width: 100%;
}


.accordionContent .guideHeading::before{
  content: "";
  position:absolute;
  width: 30px;
  height: 30px;
  background: url(../img/ico_arr23.png) no-repeat left top 35%/60% auto;
  left:0px;
}

@keyframes droneAnime {
  0% {
    opacity: 0;
    top: 15px;
    padding-right: 120px;
    padding-left: 120px;
  }

  50% {
    opacity: 1;
    top: 20%;
    padding-left: 0;
    padding-right: 0;
  }

  65% {
    opacity: 1;
    top: 20%;
    padding-left: 0;
    padding-right: 0;
  }

  100% {
    top: 110%;
    opacity: 1;
  }
}

.accordionContent .guideInfo .guideNo{
	width:5%;
}

.accordionContent .guideInfo .guideClassification{
	width:20%;
}

.accordionContent .guideInfo .guideTitle{
	width:50%;
}

.accordionContent .guideInfo .guideFile{
	width:10%;
}

.accordionContent .guideInfo .guideRegistrationDate{
	width:15%;
}

/* メインエリアのボタン用に追加 */
.mg5{
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}


.wdht26087{
  width: 260px;
  height: 87px
}
