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

img.screenshot{
  max-width: 100%;
  max-height: 400px;
;
}
/* ======== utility style ======== */
/* ----- media display ----- */
.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

/* ----- width ----- */
.spWidth100 {
  width: 100%;
}

.spWidth95 {
  width: 95%;
}

.spWidth90 {
  width: 90%;
}

.spWidth85 {
  width: 85%;
}

.spWidth80 {
  width: 80%;
}

.spWidth75 {
  width: 75%;
}

.spWidth70 {
  width: 70%;
}

.spWidth65 {
  width: 65%;
}

.spWidth60 {
  width: 60%;
}

.spWidth55 {
  width: 55%;
}

.spWidth50 {
  width: 50%;
}

.spWidth45 {
  width: 45%;
}

.spWidth40 {
  width: 40%;
}

.spWidth35 {
  width: 35%;
}

.spWidth30 {
  width: 30%;
}

.spWidth25 {
  width: 25%;
}

.spWidth20 {
  width: 20%;
}

.spWidth15 {
  width: 15%;
}

.spWidth10 {
  width: 10%;
}

.spWidth5 {
  width: 5%;
}

/* ----- margin ----- */
/* margin-top */
.mgTLL {
  margin-top: 50px !important;
}

.mgTL {
  margin-top: 25px !important;
}

.mgTM {
  margin-top: 20px !important;
}

.mgTS {
  margin-top: 15px !important;
}

.mgTSS {
  margin-top: 10px !important;
}

.mgT0 {
  margin-top: 0 !important;
}

/* margin-bottom */
.mgBLL {
  margin-bottom: 50px !important;
}

.mgBL {
  margin-bottom: 25px !important;
}

.mgBM {
  margin-bottom: 20px !important;
}

.mgBS {
  margin-bottom: 15px !important;
}

.mgBSS {
  margin-bottom: 10px !important;
}

.mgB0 {
  margin-bottom: 0 !important;
}

/* ----- padding ----- */
/* padding-top */
.pdTLL {
  padding-top: 50px !important;
}

.pdTL {
  padding-top: 25px !important;
}

.pdTM {
  padding-top: 20px !important;
}

.pdTS {
  padding-top: 15px !important;
}

.pdTSS {
  padding-top: 10px !important;
}

/* padding-bottom */
.pdBLL {
  padding-bottom: 50px !important;
}

.pdBL {
  padding-bottom: 25px !important;
}

.pdBM {
  padding-bottom: 20px !important;
}

.pdBS {
  padding-bottom: 15px !important;
}

.pdBSS {
  padding-bottom: 10px !important;
}

.Box_mb01 {
  margin-bottom: 30px;
}

.Box_mb02 {
  margin-bottom: 50px;
}

.Box_mb03 {
  margin-bottom: 30px;
}

.Box_mb04 {
  margin-bottom: 20px;
}

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

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

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

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

.heading02.accordion:after {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

.heading02 + .accordionContent {
  display: none;
}

.topHeading02 {
  margin-bottom: 15px;
  font-size: 2rem;
}

.heading03 {
  margin-bottom: 15px;
  font-size: 1.6rem;
  /*text-align: center;*/
}

.heading03.bullet span:after {
  width: 8px;
  height: 8px;
  top: 8px;
}

.heading04 {
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.heading05 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px 10px 40px;
  font-size: 1.6rem;
  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 {
  margin: 30px 20px;
  font-size: 1.6rem;
}

.heading06 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 30px 5px 5px;
  font-size: 1.4rem;
}

.heading06 + .accordionContent {
  margin: 10px 5px;
  font-size: 1.4rem;
}

.questionIcon::after{
  width: 15px;
  height: 15px;
  left: 5px;
  margin-right: 3px;
  margin-top: 3px;
}

.questionAccordion:after {
  width: 15px;
  height: 15px;
  margin-top: -10px;
  right: 8px;
}

.questionAccordion::before {
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.btnBox {
  margin-top: 20px;
}

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

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

.btn.type01 a.widthFixed.width210 {
  width: 210px;
}

.btn.type02 {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  padding: 20px 0;
  border-top: 1px solid #D9D9D9;
}


.btn.type02:first-of-type {
  padding-top: 0;
  border-top: none;
}

.btn.type02:last-of-type {
  padding-bottom: 0;
}

.btn.type02 a {
  height: auto;
  padding: 10px;
  font-size: 1.6rem;
  text-align: center;
}

.btn.type02.fat a {
  padding: 24px 0;
}

.btn.type02 a span {
  position: static;
  transform: none;
}

.btn.type02 a + p {
  font-size: 12px;
}

.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.type04 p {
  width: 100%;
}

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

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

.btn.back {
  width: 100px;
}

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

.btn.cancel {
  width: 100px;
}

.btn.cancel a {
  padding: 11px 5px;
  font-size: 1.6rem;
  letter-spacing: -1px;
}

.btn.pager {
  position: static;
  margin-bottom: 30px;
}

.btn.pager .prev,
.btn.pager .next {
  width: 48%;
  padding: 11px 10px;
  font-size: 1.4rem;
}

.btn.pager .next {
  margin-left: 4%;
}

.btn.pager .prev:after {
  top: 50%;
  margin-top: -5px;
  left: 20px;
}

.btn.pager .next:after {
  top: 50%;
  margin-top: -5px;
  left: auto;
  right: 16px;
}

.btnBox.layout01 .btn.type01 {
  float: right;
}

.btnBox.layout01 > .clearfix {
  position: relative;
}

.btnBox.layout02 .right .btn {
  margin-left: 0;
}

.btnBox.layout02 > .btn {
  margin-top: 30px;
}

.btnBox.layout03 {
  margin-top: 50px;
}

.btnBox.layout03 .right .btn {
  display: block;
  margin-left: 0;
  margin-bottom: 15px;
}

.btnBox.layout03 .right .btn:nth-child(2) {
  margin-bottom: 30px;
}

.btnBox.layout03 .tex {
  padding: 0;
  margin-bottom: 50px;
}

.steps ol {
  margin-bottom: 25px;
}

.steps ol li {
  display: block;
  width: 100% !important;
  background: none;
  height: auto;
  padding: 8px 10px;
  text-align: left;
  color: #959595;
  font-size: 1.4rem;
  border-left: 2px solid #F8F8F8;
  font-weight: normal;
}

.steps ol li:after, .steps ol li:before {
  background: none !important;
}

.steps ol li > span {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 10px 1px;
  background: #F8F8F8;
  border-radius: 10px;
  font-family: 1.2rem;
}

.steps ol li.current {
  background: none;
  color: #144886;
  font-weight: bold;
  border-left: 2px solid #144886;
}

.steps ol li.current span {
  background: #144886;
  color: #FFFFFF;
}

.steps .step7 li {
  font-size: 1.5rem;
}

.pagenation .top {
  display: flex;
  justify-content: space-between;
}

.pagenation .top a.num, .pagenation .top span.num {
  width: 40px;
  height: 40px;
  line-height: 38px;
  margin: 0;
}

.pagenation .btm {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.pagenation .btm a, .pagenation .btm span {
  height: 40px;
}

.pagenation .btm .left a, .pagenation .btm .left span {
  margin-left: 0;
  margin-right: 20px;
}

.pagenation .btm .right a, .pagenation .btm .right span {
  margin-right: 0;
  margin-left: 20px;
}

.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%;
}

.loginBox {
  margin-bottom: 30px;
}

.loginBox .item {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
}

.loginBox .item:first-child {
  margin-top: 0;
}

.loginBox .item > .heading {
  font-size: 1.8rem;
}

.loginBox .item > .heading + .loginInner {
  padding: 20px;
}

.loginBox .item > .heading + .loginInner .btnBox {
  margin-top: 5px;
}

.loginBox .item > .heading + .loginInner .btnBox .btn {
  width: 100%;
}

/* 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;
}

.table02 {
  margin-top: 30px;
  margin-bottom: 50px;
}

.table02 table colgroup {
  display: none;
}

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

.table02 table td {
  display: block;
  width: 100% !important;
  padding: 10px 0;
}

.table02 table td .inputTxt120-90 {
  max-width: 90px;
}

.table02 table td.maker p {
  display: inline-block;
  margin-left: 5px;
}

.table02 table td.maker p:first-of-type {
  margin-left: 0;
}

.table02 table td.maker p:nth-child(3n) {
  vertical-align: middle;
  text-indent: -1em;
  margin-left: 0px;
  padding-left: 1em;
}

.table02 table td.model p {
  display: inline-block;
  margin-left: 5px;
}

.table02 table td.model p:first-of-type {
  margin-left: 0;
}

.table02 table td.model p:nth-child(3n) {
  vertical-align: middle;
  text-indent: -1em;
  margin-left: 0px;
  margin-top: 10px;
  padding-left: 1em;
}

.table02 table td.model p.selectParent + p {
  margin-left: 30px;
}

.table02 table td.model p .inputSelect {
  width: 200px;
}

.table02 table td.use p {
  display: block;
  margin-left: 0px;
}

.table02 table td.use p .inputSelect {
  width: 100% !important;
}

.table02 table td.birthday p {
  display: inline-block;
  margin-left: 5px;
  margin-right: 10px;
}

.table02 table td.birthday p:first-of-type {
  margin-left: 0;
}

.table02 table td.birthday p.selectParent + p {
  margin-left: 20px;
}

.table02 table td.birthday p .countryCode {
  display: inline-block;
  vertical-align: middle;
  background: #F8F8F8;
  border: 1px solid #D9D9D9;
  padding: 0 10px;
  border-radius: 5px 0 0 5px;
  height: 50px;
  line-height: 48px;
}

.table02 table td.birthday p .countryCode + .inputTxt {
  width: 147px;
  border-radius: 0 5px 5px 0;
  border-left: none;
}

.table02 table td.birthday p .inputSelect {
  width: 80px;
}

.table02 table td.birthday p .select80 {
  width: 65px;
}

.table02 table td.horizon p.selectParent + p {
  margin-left: 58px;
  margin-top: 15px;
}

.table02 table td.address p {
  display: block;
  margin-left: 0px;
}

.table02 table td.address p .inputSelect {
  width: 100%;
}

.table02 table td.size p {
  display: inline-block;
}

.table02 table td.size p:first-of-type {
  display: block;
}

.table02 table td.size p:nth-child(2) {
  margin: 10px 20px 0 0;
}

.table02 table td.size02 p {
  display: inline-block;
}

.table02 table td.size02 p:first-of-type {
  display: block;
}

.table02 table td.size02 p:nth-child(2) {
  display: block;
}

.table02 table td.size02 p:nth-child(3) {
  display: block;
}

.table02 table td.size02 p:nth-child(2) {
  margin: 10px 20px 0 0;
}

.table02 table td.size02 p:nth-child(3) {
  margin: 10px 20px 0 0;
}

.table02 table td.size02 p:nth-child(4) {
  margin: 10px 0 0 0;
}

.table02.comfirm th {
  border-bottom: none;
  padding-bottom: 0;
}

.table02.comfirm td {
  padding-top: 5px;
}

.table03 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.table03 table colgroup {
  display: none;
}

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

.table03 table td {
  display: block;
  width: 100% !important;
  padding: 10px 0;
}

.table03 table td .inputTxt120-90 {
  max-width: 90px;
}

.table03 table td.column2 p {
  display: inline-block;
  margin-left: 0;
}

.table03 table td.column2 p:first-of-type {
  margin-left: 0;
  margin-right: 20px;
}

.table03 table td.list_check ul {
  margin-left: 20px;
  position: relative;
}

.table03 table td.list_check ul li {
  margin-bottom: 5px;
  padding-left: 5px;
  list-style-type: none !important;
}

.table03 table td.list_check ul li:after {
  content: '';
  display: block;
  position: absolute;
  border-right: 3px solid #144886;
  border-bottom: 4px solid #144886;
  width: 7px;
  height: 13px;
  left: -15px;
  margin-top: -21px;
  transform: rotate(45deg);
}

.table03.comfirm th {
  border-bottom: none;
  /*padding-bottom: 0;*/
  padding: 10px 0 0 0;
}

.table03.comfirm td {
  /*padding-top: 5px;*/
  padding: 5px 0 10px 0;
}

.table04 {
  margin-top: 0;
  margin-bottom: 30px;
}

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

.table04 table colgroup {
  display: none;
}

.table04 table td {
  padding: 0;
  margin-bottom: 20px;
  display: block;
  width: 100%;
}

.table04 table td:last-of-type {
  padding-right: 0;
  margin-bottom: 0;
}

.table04 table td h4 {
  font-size: 16px;
  margin-bottom: 5px;
  padding-left: 3px;
}

.table04 table td p {
  display: block;
}

.table04 table td .ico {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  vertical-align: top;
  margin-top: -2px;
}

.table04 table td .ico img {
  vertical-align: middle;
}

.table04 table td .errorTxt {
  display: block;
  color: #B60A0A;
}

.table04 table td .inputTxt,
.table04 table td .inputPwd {
  max-width: 600px;
}

.table04 table td .inputTxt120 {
  max-width: 120px;
}

.table04 table td .inputTxt120-90 {
  max-width: 120px;
}

.table04.comfirm th, .table04.comfirm td {
  padding: 10px 0;
  border-bottom: 1px solid #D9D9D9;
}

.table04.comfirm tr:first-child {
  border-top: 1px solid #D9D9D9;
}

.table05 {
  margin-top: 10px;
  margin-bottom: 0;
}

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

.table05 table colgroup {
  display: none;
}

.table05 table tr th {
  display: none;
}

.table05 table tr td {
  padding: 0;
  width: 50%;
  display: inline-block;
}

.table05 table tr td h4 {
  display: block;
  font-size: 14px;
  padding: 8px 10px 6px;
  background: #EBF7FF;
  border-bottom: 1px solid #D9D9D9;
}

.table05 table tr td p {
  padding: 10px;
}

.table05 table tr td .btn.edit {
  float: none;
  letter-spacing: normal;
}

.table05 table tr td .btn.edit a {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 5px 10px;
  background: #FFFFFF;
  border: 2px solid #D9D9D9;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 5px 0 0 #C9C9C9;
  transform: translateY(-3px);
  transition: 0.3s;
}

.table05 table tr td .btn.edit button {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 5px 10px;
  background: #FFFFFF;
  border: 2px solid #D9D9D9;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 5px 0 0 #C9C9C9;
  transform: translateY(-3px);
  transition: 0.3s;
}

.table05 table tr td .btn.edit a:hover {
  box-shadow: none;
  transform: translateY(0);
}

.table05 table tr td .btn.edit button:hover {
  box-shadow: none;
  transform: translateY(0);
}

.table05 table tr td .btn02.edit {
  float: none;
  letter-spacing: normal;
}

.table05 table tr td .btn02.edit a {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 5px 10px;
  background: #B60A0A;
  color: #FFFFFF;
  border: 2px solid #B60A0A;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 5px 0 0 #9A0000;
  transform: translateY(-3px);
  transition: 0.3s;
}

.table05 table tr td .btn02.edit a:hover {
  box-shadow: none;
  transform: translateY(0);
}

.table05.comfirm th {
  display: none;
}

.table05.comfirm td {
  padding: 0;
  border: 1px solid #D9D9D9;
  border-bottom: none;
}

.table05.comfirm td:nth-child(1) {
  border-right: none;
}

.table05.comfirm td:nth-child(3) {
  border-right: none;
}

.table05.comfirm td:nth-child(5) {
  width: 100%;
  padding: 20px;
  border: none;
  border-top: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
}

.table05.comfirm td:nth-child(6) {
  width: 100%;
  padding: 0 20px;
  border: none;
  border-right: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
}

.table05.comfirm td:nth-child(7) {
  width: 100%;
  padding: 20px;
  border: none;
  border-right: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 30px;
}

.table06 {
  margin-top: 10px;
  margin-bottom: 0;
}

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

.table06 table colgroup {
  display: none;
}

.table06 table tr th {
  display: none;
}

.table06 table tr td {
  padding: 0;
  width: 50%;
  display: inline-block;
}

.table06 table tr td.checkCont02 .check02 input[type="checkbox"] {
  display: none;
}

.table06 table tr td.checkCont02 .check02 input[type="checkbox"]:checked + .checkbox-label:before {
  border-color: #D9D9D9;
}

.table06 table tr td.checkCont02 .check02 input[type="checkbox"]:checked + .checkbox-label:after {
  opacity: 1;
}

.table06 table tr td.checkCont02 .check02 .checkbox-label {
  position: relative;
  display: block;
  width: auto;
  box-sizing: border-box;
  padding: 10px 0 8px;
}

.table06 table tr td.checkCont02 .check02 .checkbox-label:before {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  width: 24px;
  height: 24px;
  top: 24%;
  left: 30%;
}

.table06 table tr td.checkCont02 .check02 .checkbox-label:after {
  content: '';
  display: block;
  position: absolute;
  border-right: 3px solid #144886;
  border-bottom: 4px solid #144886;
  width: 7px;
  height: 13px;
  top: 34%;
  left: 33%;
  opacity: 0;
  transform: rotate(45deg);
}

.table06 table tr td h4 {
  display: block;
  font-size: 14px;
  padding: 8px 10px 6px;
  background: #EBF7FF;
  border-bottom: 1px solid #D9D9D9;
}

.table06 table tr td p {
  padding: 10px;
}

.table06 table tr td .btn.edit {
  float: none;
  letter-spacing: normal;
}

.table06 table tr td .btn.edit a {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 5px 10px;
  background: #FFFFFF;
  border: 2px solid #D9D9D9;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 5px 0 0 #C9C9C9;
  transform: translateY(-3px);
  transition: 0.3s;
}

.table06 table tr td .btn.edit a:hover {
  box-shadow: none;
  transform: translateY(0);
}

.table06 table tr td .btn02.edit {
  float: none;
  letter-spacing: normal;
}

.table06 table tr td .btn02.edit a {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 5px 10px;
  background: #B60A0A;
  color: #FFFFFF;
  border: 2px solid #B60A0A;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 5px 0 0 #9A0000;
  transform: translateY(-3px);
  transition: 0.3s;
}

.table06 table tr td .btn02.edit a:hover {
  box-shadow: none;
  transform: translateY(0);
}

.table06.comfirm th {
  display: none;
}

.table06.comfirm td {
  padding: 0;
  border: 1px solid #D9D9D9;
  border-bottom: none;
}

.table06.comfirm td:nth-child(1) {
  display: none;
}

.table06.comfirm td:nth-child(2) {
  display: block;
  width: 100%;
  padding: 5px 20px;
  border: none;
  border-top: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
}

.table06.comfirm td:nth-child(3) {
  border-right: none;
}

.table06.comfirm td:nth-child(5) {
  border-right: none;
}

.table06.comfirm td:nth-child(7) {
  border-right: none;
}

.table06.comfirm td:nth-child(8) {
  display: inline-block;
}

.table06.comfirm td:nth-child(9) {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #D9D9D9;
  margin-bottom: 30px;
}

.table07 {
  margin-top: 10px;
  margin-bottom: 0;
}

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

.table07 table colgroup {
  display: none;
}

.table07 table tr th {
  display: none;
}

.table07 table tr td {
  padding: 0;
  width: 50%;
  display: inline-block;
}

.table07 table tr td h4 {
  display: block;
  font-size: 14px;
  padding: 8px 10px 6px;
  background: #EBF7FF;
  border-bottom: 1px solid #D9D9D9;
}

.table07 table tr td p {
  padding: 10px;
}

.table07.comfirm th {
  display: none;
}

.table07.comfirm td {
  padding: 0;
  border: 1px solid #D9D9D9;
  border-bottom: none;
}

.table07.comfirm td:nth-child(1) {
  border-right: none;
}

.table07.comfirm td:nth-child(3) {
  width: 100%;
}

.table07.comfirm td:nth-child(4) {
  width: 100%;
}

.table07.comfirm td:nth-child(5) {
  width: 100%;
}

.table07.comfirm td:nth-child(6) {
  width: 100%;
}

.table07.comfirm td:nth-child(7) {
  width: 100%;
}

.table07.comfirm td:nth-child(8) {
  width: 100%;
}

.table07.comfirm td:last-child {
  width: 100%;
  border: 1px solid #D9D9D9;
  margin-bottom: 30px;
}

.table07 table tr td .btn.edit {
  float: none;
  letter-spacing: normal;
  margin: 15px 20px;
}

.table07 table tr td .btn.edit a {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 5px 10px;
  background: #FFFFFF;
  border: 2px solid #D9D9D9;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 5px 0 0 #C9C9C9;
  transform: translateY(-3px);
  transition: 0.3s;
}

.table08 {
  margin-top: 10px;
  margin-bottom: 0;
}

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

.table08 table colgroup {
  display: none;
}

.table08 table tr th {
  display: none;
}

.table08 table tr td {
  padding: 0;
  width: 50%;
  display: inline-block;
}

.table08 table tr td.checkCont02 .check02 input[type="checkbox"] {
  display: none;
}

.table08 table tr td.checkCont02 .check02 input[type="checkbox"]:checked + .checkbox-label:before {
  border-color: #D9D9D9;
}

.table08 table tr td.checkCont02 .check02 input[type="checkbox"]:checked + .checkbox-label:after {
  opacity: 1;
}

.table08 table tr td.checkCont02 .check02 .checkbox-label {
  position: relative;
  display: block;
  width: auto;
  box-sizing: border-box;
  padding: 10px 0 8px;
}

.table08 table tr td.checkCont02 .check02 .checkbox-label:before {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  width: 24px;
  height: 24px;
  top: 24%;
  left: 30%;
}

.table08 table tr td.checkCont02 .check02 .checkbox-label:after {
  content: '';
  display: block;
  position: absolute;
  border-right: 3px solid #144886;
  border-bottom: 4px solid #144886;
  width: 7px;
  height: 13px;
  top: 34%;
  left: 33%;
  opacity: 0;
  transform: rotate(45deg);
}

.table08 table tr td h4 {
  display: block;
  font-size: 14px;
  padding: 8px 10px 6px;
  background: #EBF7FF;
  border-bottom: 1px solid #D9D9D9;
}

.table08 table tr td p {
  padding: 10px;
}

.table08 table tr td .btn.edit {
  float: none;
  letter-spacing: normal;
}

.table08 table tr td .btn.edit a {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 5px 10px;
  background: #FFFFFF;
  border: 2px solid #D9D9D9;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 5px 0 0 #C9C9C9;
  transform: translateY(-3px);
  transition: 0.3s;
}

.table08 table tr td .btn.edit a:hover {
  box-shadow: none;
  transform: translateY(0);
}

.table08 table tr td .btn02.edit {
  float: none;
  letter-spacing: normal;
}

.table08 table tr td .btn02.edit a {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 5px 10px;
  background: #B60A0A;
  color: #FFFFFF;
  border: 2px solid #B60A0A;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 5px 0 0 #9A0000;
  transform: translateY(-3px);
  transition: 0.3s;
}

.table08 table tr td .btn02.edit a:hover {
  box-shadow: none;
  transform: translateY(0);
}

.table08.comfirm th {
  display: none;
}

.table08.comfirm td {
  padding: 0;
  border: 1px solid #D9D9D9;
  border-bottom: none;
}

.table08.comfirm td:nth-child(1) {
  display: none;
}

.table08.comfirm td:nth-child(2) {
  display: block;
  width: 100%;
  padding: 5px 20px;
  border: none;
  border-top: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
}

.table08.comfirm td:nth-child(3) {
  border-right: none;
}

.table08.comfirm td:nth-child(5) {
  width: 100%;
}

.table08.comfirm td:nth-child(6) {
  width: 100%;
}

.table08.comfirm td:nth-child(7) {
  width: 100%;
}

.table08.comfirm td:nth-child(8) {
  width: 100%;
}

.table08.comfirm td:nth-child(9) {
  width: 100%;
}

.table08.comfirm td:last-child {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #D9D9D9;
  margin-bottom: 30px;
}

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

.pageNum {
  padding: 0 20px;
}

.personCheck {
  padding: 20px;
}

.aircraftCheck {
  padding: 20px;
}

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

.procedureCompleteNotice {
  margin: 70px 0px 50px 0px;
  padding: 0px;
}

/*選択ボタン*/
.selectBox .btnBox {
  margin-top: 0;
  letter-spacing: -0.4em;
  position: relative;
}

.selectBox .btnBox .btn.radio {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 48.5%;
  margin-right: 3%;
}

.selectBox .btnBox .btn.radio:nth-child(2n) {
  margin-right: 0;
}

.selectBox .btnBox .btn.radio input[type="radio"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.selectBox .btnBox .btn.radio input[type="radio"] + label {
  padding: 20px;
  font-size: 18px;
}

.selectBox .btnBox .btn.radio input[type="radio"]:checked + label {
  padding: 20px;
  font-size: 18px;
}

.selectBox p:first-of-type {
  font-weight: bolder;
  text-align: center;
}

.selectBox p:first-of-type {
  font-weight: bolder;
  text-align: center;
}

.selectBox p:nth-of-type(2n) {
  margin-top: 30px;
}

.selectBox01 {
  margin-top: 10px;
  padding: 10px 0;
}

.selectBox01 .btnBox .btn.radio {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 48.5%;
  margin-right: 3%;
}

.selectBox01 .btnBox .btn.radio:nth-child(2n) {
  margin-right: 0;
}

.selectBox01 .btnBox .btn.radio input[type="radio"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.selectBox01 .btnBox .btn.radio input[type="radio"] + label {
  padding: 10px;
  font-size: 18px;
}

.selectBox01 .btnBox .btn.radio input[type="radio"]:checked + label {
  padding: 10px;
  font-size: 18px;
}

.selectBox02 {
  margin-top: 10px;
  padding: 10px 0;
}

.selectBox02 .btnBox .btn.radio {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 48.5%;
  margin-right: 3%;
}

.selectBox02 .btnBox .btn.radio:nth-child(2n) {
  margin-right: 0;
}

.selectBox02 .btnBox .btn.radio input[type="radio"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.selectBox02 .btnBox .btn.radio input[type="radio"] + label {
  padding: 10px;
  font-size: 18px;
  line-height: 1.5;
}

.selectBox02 .btnBox .btn.radio input[type="radio"]:checked + label {
  padding: 21px 10px;
  font-size: 18px;
}

/* Checkbox */
.checkContainer .check input[type="checkbox"] {
  display: none;
}

.checkContainer .check input[type="checkbox"]:checked + .checkbox-label:before {
  border-color: #D9D9D9;
}

.checkContainer .check input[type="checkbox"]:checked + .checkbox-label:after {
  opacity: 1;
}

.checkContainer .check .checkbox-label {
  position: relative;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  padding: 10px 10px 10px 40px;
}

.checkContainer .check .checkbox-label:before {
  content: '';
  display: block;
  position: absolute;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  width: 24px;
  height: 24px;
  top: 22px;
  left: 0;
}

.checkContainer .check .checkbox-label:after {
  content: '';
  display: block;
  position: absolute;
  border-right: 3px solid #144886;
  border-bottom: 4px solid #144886;
  width: 7px;
  height: 13px;
  top: 14px;
  left: 9px;
  opacity: 0;
  transform: rotate(45deg);
}

/* ======== 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 .spMenu {
  float: right;
  margin-right: 20px;
  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;
  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 .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 .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-block;
  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;
}

/* 2021/2/17 杉浦追加 */
main section .statusbar {
  padding: 0px 0px 0px 0px;
}

.modalWrapper {
  width: 85%;
}

.closePaymentModal {
  top: 0.01rem;
  right: 1rem;
}

.modalContents .heading04 {
  margin-bottom: 10px;
  margin-left: 0;
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: bold;
}

.modalContents div .heading02 {
  margin: 20px 0;
}

.modalContents div .btn.type02 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 5px!important;
  border: none;
}

.modalContents div .btn.type02 button {
  height: auto;
  padding: 10px;
  font-size: 1.6rem;
  text-align: center;
}

.modalContents div .btn.type02 button span {
  position: static;
  transform: none;
}

.modalContents div .btn.type02 button + p {
  font-size: 12px;
}

.modalContents .table05.comfirm {
  margin: 0 5px;
}

.modalContents .table05.comfirm table tr td {
  width: 100%;
}

.modalContents .table05.comfirm table tr:nth-child(5) {
  border-bottom: 1px solid #D9D9D9;
}

.modalContents .table05.comfirm table th {
  padding: 0;
}

.modalContents .table05.comfirm table td {
  padding: 0;
}

.modalContents div .payeasylink::after {
  left: 240px;
}

.modalIdetify {
  font-size: 1.2rem;
}

.modalIdetify .accordionContent .mynumber table {
  width:80%;
  text-align: left;
  font-size: 1.2rem;
}

.tdBox {
  display: inline-block;
}

.tdBox .identificationNotice {
  margin: auto;
}

.ulBox {
  display: inline-block;
}

.ulBox ul li {
  margin: auto;
}

.width200 {
  width: 200px;
}

.width35 {
  width: 170px
}


/* Sorry画面のスタイル */
.noticeMsg p {
  font-size: 2rem;
  font-weight: bold;
}

.noticeMsg.english p {
  font-size: 2rem;
  color: #144886;
  font-weight: bold;
}

.retryMsg p {
  font-size: 1.5rem;
  font-weight: bold;
}

.retryMsg.english p {
  font-size: 1.5rem;
  color: #144886;
  font-weight: bold;
}



/* デフォルトのツールチップを、上方向へ表示させるように設定 */
.balloon {                              /* 右側に表示する通常のツールチップ */
  z-index: 1;                           /* 最前面に表示されるように指定 */
  position   : absolute;                /* 親要素を基準 */
  display: none;                        /* 要素を非表示 */
  padding: 10px;                        /* テキストの前後の余白 */
  background-color: #144886;
  color: #fff;
  text-align: left;
  width: 210px;                          /* 吹き出し全体の幅 */
  left: -270%;                        /* 表示位置 */
  bottom : 100%;                        /* 表示位置 */
  margin-bottom : 3px;                  /* 表示位置 */
  font-size: 80%;
  letter-spacing: normal;
  border-radius: 5px;                   /* 吹き出しの角を丸く */
  font-weight: normal;
}
.balloon:after{
  border-top: 12px solid #144886;    /* 吹き出し口の高さ・色 */
  border-left: 10px solid transparent;    /* 吹き出し口の幅１／２ */
  border-right: 10px solid transparent;   /* 吹き出し口の幅１／２ */
  top: 99%;                                /* 吹き出し口の縦位置 */
  left: 26%;                            /* 吹き出し口の位置調整 */
  content: "";                            /* コンテンツの挿入 */
  position: absolute;                     /* 親要素を基準 */
}


.balloonLeft{
  z-index: 1;                           /* 最前面に表示されるように指定 */
  position   : absolute;                /* 親要素を基準 */
  display: none;                        /* 要素を非表示 */
  padding: 10px;                        /* テキストの前後の余白 */
  background-color: #144886;
  color: #fff;
  text-align: left;
  width: 210px;                          /* 吹き出し全体の幅 */
  left: -800%;                        /* 表示位置 */
  bottom : 100%;                        /* 表示位置 */
  margin-bottom : 3px;                  /* 表示位置 */
  font-size: 80%;
  letter-spacing: normal;
  border-radius: 5px;                   /* 吹き出しの角を丸く */
  font-weight: normal;
}
.balloonLeft:after{
  border-top: 12px solid #144886;    /* 吹き出し口の高さ・色 */
  border-left: 10px solid transparent;    /* 吹き出し口の幅１／２ */
  border-right: 10px solid transparent;   /* 吹き出し口の幅１／２ */
  top: 99%;                                /* 吹き出し口の縦位置 */
  left: 75%;                            /* 吹き出し口の位置調整 */
  content: "";                            /* コンテンツの挿入 */
  position: absolute;                     /* 親要素を基準 */
}

.listRadioBtn label{
  padding-left: 30px;
  position: relative;
  font-weight: bold;
  padding-top: 2px;
}

.flex.left {
  float: left !important;
}

.checkbox-area {
  padding: 0
}

/* 削除（抹消）する機体情報の確認画面の、削除（抹消）の申請ボタンのスタイル */
.erasureLayout {
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 50px;
}

.erasureBtnBox {
  display: block;
  width: auto;
  margin: 50px 5px 0px 5px;
}

.erasureNotice {
  padding: 10px 10px 30px 10px;
}

.setInlineBlock {
  display: block;
}

/* ログインID通知画面、パスワード初期化画面の注意事項のスタイル */
.notes .itemization {
  padding-left: 10px;
  padding-right: 10px;
}

/* よくある質問画面の回答のスタイル */
.answer {
  padding: 0px 0px 10px 10px;
  font-size: 1.4rem;
}

.manualcontents {
  margin: 0px 10px;
}
