@charset "utf-8";


/* ========== ADD ========== */
.fx-icon-apps img{
width: 20px;
margin: 0 4px;
}

/* ========== hidden ========== */
@media only screen and (min-width: 641px) {
.c-hide-pc {
	display: none;
}
}
@media only screen and (max-width: 640px) {
.c-hide-sp {
	display: none;
}
}

/* ========== btn-flow-login ========== */
.btn-flow-login a.c-btn-account.size-01 {
    width: 100%;
    font-size: 100%;
    padding: 13px 30px 9px 50px;
    position: relative;
}
@media only screen and (max-width: 640px) {
.btn-flow-login a.c-btn-account.size-01 {
    padding: 13px 25px 9px 50px;
}
}
.btn-flow-login a.c-btn-account.icon-login.size-01 > .label:before {
    left: -35px;
}

/* ========== btn-flow-account ========== */
.btn-flow-account a.c-btn-account {
    width: 100%;
    font-size: 87.5%;
    font-weight: normal;
    padding: 11px 28px 11px 50px;
    text-align: center;
    border-radius: 32px;
}
@media only screen and (max-width: 640px) {
.btn-flow-account a.c-btn-account {
    font-size: 100%;
}
}
.btn-flow-account a.c-btn-account.icon-arrow-01:before {
    left: 28px;
}

/* ========== bg-grn ========== */
.bg-grn {
    background-color: #e3f3ea;
    border-radius: 20px;
    padding: 25px 20px;
}
@media only screen and (max-width: 640px) {
.bg-grn {
    padding: 15px;
}
}
.bg-grn .c-heading4-01 h4 span {
    color: #fff;
    background-color: #35a667;
    padding: 2px 10px;
    margin-right: 10px;
    border-radius: 18px;
}
@media only screen and (max-width: 640px) {
.bg-grn .c-heading4-01 h4 span {
    padding: 2px 8px;
}
}
.bg-grn .c-heading5-01 h5 span {
    color: #fff;
    background-color: #35a667;
    padding: 2px 10px;
    border-radius: 4px;
}
@media only screen and (max-width: 640px) {
.bg-grn .c-heading5-01 {
    margin-top: 2em;
}
}
.bg-grn>*:first-child {
    margin-top: 0;
}

/* ========== bg-blu ========== */
.bg-blu {
    background-color: #def2fe;
    border-radius: 20px;
    padding: 25px 20px;
}
@media only screen and (max-width: 640px) {
.bg-blu {
    padding: 15px;
}
}
.bg-blu .c-heading4-01 h4 span {
    color: #fff;
    background-color: #0895e6;
    padding: 2px 10px;
    margin-right: 10px;
    border-radius: 18px;
}
@media only screen and (max-width: 640px) {
.bg-blu .c-heading4-01 h4 span {
    padding: 2px 8px;
}
}
.bg-blu .c-heading5-01 h5 span {
    color: #fff;
    background-color: #0895e6;
    padding: 2px 10px;
    border-radius: 4px;
}
.bg-blu>*:first-child {
    margin-top: 0;
}

/* ========== icon-modal ========== */
.modal-absolute {
    content: "";
    display: inline-block;
    background: url(/assets/img/icon_modal.png) 0 0 no-repeat;
    background-size: auto 16px;
    height: 16px;
    width: 16px;
    position: absolute;
    right: 23%;
    top: 30%;
}

/* ====== fx-subNavi ====== */
.fx-subNavi-pc .subNavi-local{
  margin: 12px 0 0 0;
  overflow: hidden;
}
.fx-subNavi-pc .subNavi-local:before{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-top: 1px solid #d4d5d5;
  box-shadow: inset 0 1px 0 0 #f7f7f7;
}
.fx-subNavi-pc .subNavi-local ul{
  margin-bottom: 0;
  padding: 0;
  background: none;
}
.fx-subNavi-pc .subNavi-local ul li{
  display: inline-block;
  margin-top: 25px;
  border-left: 1px solid #646464;
  border-bottom: none;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1;
  font-size: 16px;
  width: auto;
  background: none;
}
.fx-subNavi-pc .subNavi-local ul li:first-child{
  border-left: none;
}
.fx-subNavi-pc .subNavi-local ul em{
  color: #eb5505;
}
.fx-subNavi-pc .subNavi-local ul li a{
  padding: 0;
  background: none;
  border: none;
}
.c-subNavi-01.fx-subNavi-pc ul li a:before{
  content: none;
}
@media only screen and (max-width: 640px){
  .fx-subNavi-pc .subNavi-local{
    margin-top: 0;
  }
}
.fx-subNavi-sp .subNavi-heading{
  border-top: 1px solid #747474;
  padding-top: 14px;
  text-align: center;
}
.fx-subNavi-sp .subNavi-heading h2{
  font-size: 20px;
  font-weight: bold;
}
.fx-subNavi-sp .subNavi-heading a {
  margin-top: 10px;
  display: inline-block;
  border: 1px solid #d4d5d5;
  padding: 8px 10px 8px 28px;
  color: #535252;
  border-radius: 8px;
  text-decoration: none;
  background-color: #fff;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f3f3f3));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
  /* W3C */
  font-size: 10px;
  position: relative;
}
.fx-subNavi-sp .subNavi-heading a:before {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  left: 12px;
  top: 50%;
  margin-top: -5px;
  background: url(/products/fx/request/img/marker_02_@2x.png) 0 0;
  background-size: 12px 10px;
}
.fx-subNavi-sp .subNavi-main ul .subNavi-item.current em{
  font-weight: normal;
  color: #fff;
  background: #595959;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5NTk1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MDgwODAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #595959 0%, #808080 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #595959), color-stop(100%, #808080));
  background: -webkit-linear-gradient(top, #595959 0%, #808080 100%);
  background: -o-linear-gradient(top, #595959 0%, #808080 100%);
  background: -ms-linear-gradient(top, #595959 0%, #808080 100%);
  background: linear-gradient(to bottom, #595959 0%, #808080 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#595959', endColorstr='#808080', GradientType=0);
}
.fx-subNavi-sp .subNavi-main ul .subNavi-item.current em:before{
  content: none;
}
.fx-subNavi-sp .subNavi-heading + .subNavi-main{
  margin-top: 15px;
}

.applicationflow-ttl-txt {
  font-size: 18px;
  text-decoration: none;
  color: #535252;
  position: relative;
  padding-right: 23px;
  font-weight: bold;
}
.applicationflow-ttl-txt:after {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(/assets/img/icon__bullet--right_nprl.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: unset;
  transform: rotate(90deg);
}
.applicationflow-ttl-txt:hover {
  text-decoration: none;
  color: #535252;
  opacity: .7;
}
.applicationflow-ttl-txt:visited {
  text-decoration: none;
  color: #535252;
}
.applicationflow-area a.applicationflow-ttl-txt:focus{
  text-decoration: none;
  color: #535252;
  outline: none;
}

/* ========== header-second-flow ========== */
@media only screen and (min-width: 641px){
  .sty-header-second-flow{
    display: flex;
    align-items: center;
  }
}
.sty-header-second-flow{
  font-size: 150%;
  color: #eb5505;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 10px;
}
.sty-header-second-flow p{
  margin-right: 20px;
}
.sty-second-flow-txt{
  border: solid 1px #eb5505;
  display: inline-block;
}
.sty-second-flow-txt span{
  font-size: 80%;
  display: block;
  padding: 5px;
  text-align: center;
}
@media only screen and (max-width: 640px){
  .sty-header-second-flow{
    border: 0;
    font-size: 125%;
    padding-bottom: 0;
  }
}

/* ========== mynumber-submission-area ========== */
.mynumber-submission-area {
  display: flex;
  width: 100%;
}
.mynumber-submission-upload {
  width: 48%;
  border: 2px solid #35a667;
  border-radius: 15px;
  padding: 1.25em 15px;
}
.mynumber-submission-mailing {
  width: 48%;
  margin-left: 4%;
  border: 2px solid #0895e6;
  border-radius: 15px;
  padding: 1.25em 15px;
}
.mynumber-submission-ttl {
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.mynumber-submission-ttl-txt {
  font-size: 125%;
  text-decoration: none;
  color: #535252;
  position: relative;
  padding-right: 30px;
}
.mynumber-submission-ttl-txt:hover {
  text-decoration: none;
  color: #535252;
  opacity: .7;
}
.mynumber-submission-ttl-txt:visited {
  text-decoration: none;
  color: #535252;
}
.mynumber-submission-ttl-circle {
  font-size: 125%;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin-right: .5em;
}
.mynumber-submission-upload .mynumber-submission-ttl-circle {
  background-color: #35a667;
}
.mynumber-submission-mailing .mynumber-submission-ttl-circle {
  background-color: #0895e6;
}
.mynumber-submission-document {
  font-size: 112.5%;
  font-weight: bold;
  color: #e50000;
  padding: .2em;
  display: inline-block;
  margin-bottom: 0;
}
.mynumber-submission-upload .mynumber-submission-document span {
  background-color: #35a667;
  padding: 5px;
  color: #fff;
}
.mynumber-submission-mailing .mynumber-submission-document span {
  background-color: #0895e6;
  padding: 5px;
  color: #fff;
}
.mynumber-submission-area a.c-btn-account.size-01 {
  font-size: 100%;
}
@media only screen and (max-width: 640px) {
  .mynumber-submission-area {
    display: block;
  }
  .mynumber-submission-upload {
    width: 100%;
    padding: 15px;
  }
  .mynumber-submission-mailing {
    width: 100%;
    margin-left: 0;
    padding: 15px;
    margin-top: .75em;
  }
}
/* ========== anchor-icon ========== */
.anchor-icon{
  position: relative;
  margin-left: 15px;
  color: #888;
  text-decoration: none;
}
.anchor-icon:before {
  width: 0.8em;
  height: 0.8em;
  top: 0.3em;
  left: -1em;
  background-image: url(/assets/img/icon__bullet--right_nprl.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: unset;
  transform: rotate(90deg);
  content: "";
  position: absolute;
}
.anchor-icon:hover{
  text-decoration: none;
  color: #888;
}
.anchor-icon:focus{
  text-decoration: none;
  color: #888;
  outline:none;
}