@charset "UTF-8";
body {
  font-size: 14px;
  font-size: 1.4rem;
  padding-bottom: 430px;
}

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

.pc {
  display: none !important;
}

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

main section .inner {
  padding: 20px 20px;
}

.heading01 {
  font-size: 2rem;
  height: 100px;
  margin-bottom: 15px;
}

.heading02 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 6px 45px 6px 20px;
  font-size: 2rem;
}

.heading05 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px 30px 40px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.heading05 + .accordionContent.question{
  margin: 0px 10px;
  font-size: 1rem;
}

.heading05.accordion:after {
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.heading05 span {
  top: 90%;
}

.heading05 + .accordionContent {
  display: none;
  margin: 30px 20px;
  font-size: 1.4rem;
}


.btnBox {
  margin-top: 20px;
}

.btn.type01 a {
  padding: 11px 10px;
  font-size: 1.6rem;
}

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

.btn.type03 {
  width: 90%;
  margin: 20px auto 0;
}

.btn.type03 a {
  font-size: 1.6rem;
}

.btn.type03 a span.ico {
  width: 60px;
}

.btn.type03 a span.ico.icoIndividual {
  background-size: 23px 30px;
  margin-left: 0;
}

.btn.type03 a span.ico.icoEnterprise {
  background-size: 23px 30px;
  margin-left: 0;
}

.btn.back {
  width: 100px;
}

.btn.back a {
  padding: 11px 5px;
  font-size: 1.6rem;
}

.newsLists {
  margin-bottom: 30px;
}

.newsLists ul li {
  display: block;
  padding: 10px 0;
  width: 100%;
}

.newsLists ul li .date {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-top: 0;
  font-size: 1.2rem;
}

.newsLists ul li .title {
  display: block;
  line-height: 1.5;
}

.newsLists + .btnBox .btn a {
  width: 80%;
  max-width: 300px;
}

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

.table01 table colgroup {
  display: none;
}

.table01 table th {
  display: block;
  width: 100% !important;
  text-align: center;
  padding: 10px;
}

.table01 table td {
  display: block;
  width: 100% !important;
  padding: 10px 0;
  border-top: 1px solid #D9D9D9;
}

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

.table01 table td .radioBox {
  margin-top: 10px;
}

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

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

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

.completeTxt {
  margin-bottom: 70px;
  padding-top: 20px;
  font-size: 2rem;
}

/*選択ボタン*/
/* ======== header ======== */
.spOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #FFFFFF;
}

.headerTop {
  overflow: hidden;
  transition: 0.3s;
  height: 53px;
}

.headerTop.scroll {
  height: 0;
}

.headerTop > .inner {
  padding: 10px 20px;
}

.headerTop > .inner .logo {
  width: 100px;
}

.headerTop > .inner .logo img {
  vertical-align: middle;
}

.headerTop > .inner .lang a {
  font-size: 14px;
}

.headerBtm > .inner {
  position: relative;
}

.headerBtm > .inner .logo {
  margin-left: 20px;
}

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

.headerBtm > .inner .spMenu {
  float: right;
  margin-right: 10px;
  margin-top: 15px;
  width: 50px;
  text-align: center;
  background: #FFD371;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 3px 0 0 #E5AD30;
  position: relative;
  cursor: pointer;
}

.headerBtm > .inner .spMenu > span {
  display: block;
  width: 25px;
  height: 2px;
  background: #000000;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  margin-left: -12.5px;
  transition: 0.3s;
}

.headerBtm > .inner .spMenu > span:nth-child(1) {
  top: 9px;
}

.headerBtm > .inner .spMenu > span:nth-child(2) {
  top: 18px;
}

.headerBtm > .inner .spMenu > span:nth-child(3) {
  top: 27px;
}

.headerBtm > .inner .spMenu.active > span:nth-child(1) {
  top: 18px;
  transform: rotate(45deg);
}

.headerBtm > .inner .spMenu.active > span:nth-child(2) {
  opacity: 0;
}

.headerBtm > .inner .spMenu.active > span:nth-child(3) {
  top: 18px;
  transform: rotate(-45deg);
}

.headerBtm > .inner .spMenu.active p.open {
  display: none;
}

.headerBtm > .inner .spMenu.active p.close {
  display: block;
}

.headerBtm > .inner .spMenu > p {
  font-size: 0.9rem;
  padding: 30px 0 1px;
  letter-spacing: -1px;
}

.headerBtm > .inner .spMenu > p.close {
  display: none;
}

.headerBtm > .inner .nav {
  display: none;
  float: none;
  position: absolute;
  top: 81px;
  left: 0;
  background: #EBF7FF;
  width: 100%;
  padding: 20px;
}

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

.headerBtm > .inner .nav ul > li {
  display: block;
  max-width: 100%;
  border-left: none;
}

.headerBtm > .inner .nav ul > li.item {
  margin-top: 15px;
}

.headerBtm > .inner .nav ul > li.item:first-of-type {
  margin-top: 0;
}

.headerBtm > .inner .nav ul > li.item a {
  text-align: center;
  display: block;
  padding: 10px 0;
  height: auto;
  font-weight: bold;
  font-size: 1.4rem;
  background: #FFFFFF;
  box-shadow: 0 3px 0 0 #A4B1BA;
  border-radius: 10px;
}

.headerBtm > .inner .nav ul > li.btn {
  padding: 0;
  width: 100%;
  margin-top: 15px;
}

.headerBtm > .inner .nav ul > li.btn a {
  padding: 10px 0;
  background: #FFD371;
  transform: translateY(0);
  transition: 0;
  font-size: 1.4rem;
}

.headerBtm > .inner .nav ul > li.btn a:hover {
  box-shadow: 0 3px 0 0 #E5AD30;
  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 {
  width: 100%;
  margin-top: 15px;
  width: 100%;
}

.headerBtm > .inner .nav ul > li.usr > span {
  color: #FFFFFF;
  font-weight: bold;
  display: block;
  padding: 15px 30px 14px 20px;
  position: relative;
  cursor: pointer;
}

.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: 45px;
  right: 5px;
  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 .item a:hover {
  opacity: 0.7;
}

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

.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 .btnBox {
  letter-spacing: -0.4em;
}

.headerBtm .btnBox .btn.type03 {
  display: inline;
  letter-spacing: normal;
  vertical-align: top;
  width: 48%;
  margin-left: 4%;
  margin-top: 0;
}

.headerBtm .btnBox .btn.type03:first-child {
  margin-left: 0;
}

.headerBtm .btnBox .btn.type03 a {
  display: block;
}

.headerBtm .btnBox .btn.type03 a span {
  display: block;
}

.headerBtm .btnBox .btn.type03 a span.ico {
  width: 100%;
  height: 40px;
}

.headerBtm .btnBox .btn.type03 a span.txt {
  font-size: 1.4rem;
  padding: 10px 3px;
}

/* ======== footer ======== */
.footer {
  margin-top: 30px;
}

.footer .inner {
  padding: 30px;
}

.footer .inner .menu .logo {
  margin-bottom: 30px;
}

.footer .inner .menu .nav ul li {
  width: 100%;
  border-left: none;
  border-top: 1px solid #386DAD;
  margin-top: 0;
}

.footer .inner .menu .nav ul li:last-child {
  border-bottom: 1px solid #083162;
}

.footer .inner .menu .nav ul li:last-child a {
  border-bottom: 1px solid #386DAD;
}

.footer .inner .menu .nav ul li a {
  border-left: none;
  border-top: 1px solid #083162;
  padding: 5px;
}


/* ========== ポータル追加 ========== */
.pcRight {
  float: none;
}

.indexMain .title {
  text-align: initial;
}

.indexMain > .inner > .title {
  font-size: 2.2rem;
}

.messageTop p {
  width: auto;
}

.messageTop {
  padding-bottom: 0;
}

.bgLBL {
  padding-top: unset!important;
  padding-bottom: unset!important;
}

.bgLGY {
  padding-top:unset!important;
  padding-bottom: unset!important;
  margin-top: 30px!important;
}

.indexMain {
  width: 100%;
  background: url(../img/main_sp.svg) no-repeat center 15%/cover;
}

.indexMain > .inner {
  padding: 5% 20px 0;
}
.indexMain > .inner > h1 {
  font-size: 3rem;
  line-height: 1.5;
}
.indexMain > .inner > h1 + p {
  margin-top: 10px;
  font-size: 1.2rem;
}
.indexMain > .inner .btnBox {
  letter-spacing: -0.4em;
  max-width: 300px;
  margin: auto;
}
.indexMain > .inner .btnBox .btn.type03 {
  display: inline;
  letter-spacing: normal;
  vertical-align: top;
  margin-left: 4%;
  margin-top: 0;
  margin-right: 0;
}
.indexMain > .inner .btnBox .btn.type03:first-child {
  margin-left: 0;
}
.indexMain > .inner .btnBox .btn.type03 a {
  display: block;
}
.indexMain > .inner .btnBox .btn.type03 a span {
  display: block;
}
.indexMain > .inner .btnBox .btn.type03 a span.ico {
  width: 100%;
  height: 40px;
}
.indexMain > .inner .btnBox .btn.type03 a span.txt {
  font-size: 1.4rem;
  padding: 10px 3px;
}
.indexMain > .inner .btnBox + p {
  font-size: 1.2rem;
}
.messageTop {
  width: 95%;
}
.inner .items .stepLists .btnBox .btn {
  margin: auto;
  max-width: 300px;
}

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

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

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

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

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

.footer .inner .menu .logo {
  margin: 0 auto 10px;
  float: none;
}

.footer .inner .menu .nav {
  float: none;
  width: auto;
}

.inner .items .picture {
  display:none;
}

.pcview {
  display:none;
}

.sp {
  display:none;
}

.headerBtm > .inner .spNav {
  float: right;
  margin-right: 10px;
  margin-top: 15px;
  width: 50px;
  text-align: center;
  background: #FFD371;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 3px 0 0 #E5AD30;
  position: relative;
  cursor: pointer;
}

.headerBtm > .inner .spNav > span {
  display: block;
  width: 25px;
  height: 2px;
  background: #000000;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  margin-left: -12.5px;
  transition: 0.3s;
}

.headerBtm > .inner .spNav > span:nth-child(1) {
  top: 9px;
}

.headerBtm > .inner .spNav > span:nth-child(2) {
  top: 18px;
}

.headerBtm > .inner .spNav > span:nth-child(3) {
  top: 27px;
}

.headerBtm > .inner .spNav.active > span:nth-child(1) {
  top: 18px;
  transform: rotate(45deg);
}

.headerBtm > .inner .spNav.active > span:nth-child(2) {
  opacity: 0;
}

.headerBtm > .inner .spNav.active > span:nth-child(3) {
  top: 18px;
  transform: rotate(-45deg);
}

.headerBtm > .inner .spNav.active p.open {
  display: none;
}

.headerBtm > .inner .spNav.active p.close {
  display: block;
}

.headerBtm > .inner .spNav > p {
  font-size: 0.9rem;
  padding: 30px 0 1px;
  letter-spacing: -1px;
}

.headerBtm > .inner .spNav > p.close {
  display: none;
}

.headerBtm > .inner .navsp {
  display: none;
  float: none;
  position: absolute;
  top: 81px;
  left: 0;
  background: #EBF7FF;
  width: 100%;
  padding: 20px;
}

.headerBtm > .inner .navsp ul {
  letter-spacing: normal;
}

.headerBtm > .inner .navsp ul > li {
  display: block;
  width: 100%;
  border-left: none;
}

.headerBtm > .inner .navsp ul > li.item {
  margin-bottom: 10px;
}

.headerBtm > .inner .navsp ul > li.item:first-of-type {
  margin-top: 0;
}

.headerBtm > .inner .navsp ul > li.item a {
  text-align: center;
  display: block;
  padding: 5px 0;
  height: auto;
  font-weight: bold;
  font-size: 1.4rem;
  background: #FFFFFF;
  box-shadow: 0 3px 0 0 #A4B1BA;
  border-radius: 10px;
}

.headerBtm > .inner .navsp ul li.edit {
  font-weight: bold;
  color:#c6c6c6;
}

#logindButton .type05 {
  width: 100%;
  margin: 20px auto 0;
}

.indexMain .inner .btnBox .clearfix .btn .type05 a {
  font-size: 1.6rem;
}

