@charset "UTF-8";
.clear {
  clear: both;
}

.clearfix:after, .container:after {
  content: "";
  display: table;
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, 'Hiragino Maru Gothic ProN', メイリオ, 'ヒラギノ丸ゴ ProN W4', 微軟正黑體, Meiryo, 'Droid Sans';
  background: #6c7b83;
}

.brand {
  display: block;
  width: 114px;
  height: 25px;
  margin: 6px 0;
  background: url("img/logo.png") no-repeat center;
}

.container {
  position: relative;
  z-index: 1;
  min-width: 320px;
  max-width: 1200px;
  padding: 0 16px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .container {
    padding: 0 37px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 10px 0;
  background: #FFF;
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.26);
}
.header .brand {
  float: left;
}
@media (min-width: 992px) {
  .header {
    padding: 18px 0;
  }
}

.menu {
  display: none;
  position: absolute;
  top: 47px;
  left: 0;
  width: 100%;
  background: #FFF;
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.26);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.26);
}
@media (min-width: 992px) {
  .menu {
    display: block;
    position: static;
    float: right;
    width: auto;
    font-size: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.menu-item {
  display: block;
  padding: 6px 16px;
  border-top: 1px solid #c1ccd1;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #485359;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-item.active {
  color: #FFF;
  background-color: #0482d8;
}
@media (min-width: 992px) {
  .menu-item {
    display: inline-block;
    width: 108px;
    height: 37px;
    line-height: 25px;
    padding: 6px;
    border: none;
    margin-left: 10px;
    text-align: center;
    letter-spacing: 1px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #e1e0e0;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE1E0E0', endColorstr='#FFB3B3B3');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxZTBlMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2IzYjNiMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e1e0e0), color-stop(100%, #b3b3b3));
    background-image: -moz-linear-gradient(top, #e1e0e0 0%, #b3b3b3 100%);
    background-image: -webkit-linear-gradient(top, #e1e0e0 0%, #b3b3b3 100%);
    background-image: linear-gradient(to bottom, #e1e0e0 0%, #b3b3b3 100%);
  }
  .menu-item:hover, .menu-item.active {
    color: #FFF;
    background-color: #0482d8;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0482D8', endColorstr='#FF036EB8');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA0ODJkOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAzNmViOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0482d8), color-stop(100%, #036eb8));
    background-image: -moz-linear-gradient(top, #0482d8 0%, #036eb8 100%);
    background-image: -webkit-linear-gradient(top, #0482d8 0%, #036eb8 100%);
    background-image: linear-gradient(to bottom, #0482d8 0%, #036eb8 100%);
  }
  .menu-item:last-child {
    width: 70px;
  }
}

.banner {
  margin-top: 57px;
  background: #eaedf0;
}
@media (min-width: 992px) {
  .banner {
    margin-top: 73px;
  }
}

.footer {
  padding: 8px 0;
  margin-bottom: 40px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #FFF;
}
.footer nav {
  float: right;
}
.footer a {
  display: inline-block;
  margin-left: 10px;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .footer {
    margin-bottom: 0;
  }
}

.copyright {
  float: left;
}

.main {
  background: #FFF;
}

.fixed-link {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 100%;
  height: 45px;
  padding: 10px 0;
  text-align: center;
  background-color: #036eb8;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("img/quickly-link.png");
}
@media (min-width: 992px) {
  .fixed-link {
    top: 73px;
    bottom: auto;
    width: 63px;
    height: 211px;
    padding: 10px 0 15px;
    text-align: center;
    background-image: url("img/fixed-link.png");
  }
}

.label {
  display: inline-block;
  line-height: 18px;
  padding: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #FFF;
  background: #036eb8;
}

.text-blue {
  color: #036eb8;
}

.text-red {
  color: #dc0263;
}

small.text-red {
  font-size: 14px;
  font-size: 0.875rem;
}

.text-note {
  color: #6c7b83;
  font-size: 14px;
  font-size: 0.875rem;
}

.icon {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-attention {
  width: 16px;
  height: 16px;
  background-image: url("img/icons/attention.png");
}

.icon-checkbox {
  width: 19px;
  height: 17px;
  background-image: url("img/icons/checkbox.png");
}

.mobile-menu-toggle {
  position: relative;
  float: right;
  width: 30px;
  height: 26px;
  margin: 5px 0 6px;
}
.mobile-menu-toggle:before, .mobile-menu-toggle:after {
  content: '';
  display: block;
  width: 100%;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.mobile-menu-toggle:before {
  height: 15px;
  border-top: 4px solid #1a1a1a;
  border-bottom: 4px solid #1a1a1a;
}
.mobile-menu-toggle:after {
  margin-top: 7px;
  border-bottom: 4px solid #1a1a1a;
}
.mobile-menu-toggle.active:before, .mobile-menu-toggle.active:after {
  position: absolute;
  top: 50%;
}
.mobile-menu-toggle.active:before {
  height: 0;
  border-top: none;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-menu-toggle.active:after {
  margin-top: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-menu-toggle.active + .menu {
  display: block;
}
@media (min-width: 992px) {
  .mobile-menu-toggle {
    display: none;
  }
}

.quickly-link {
  display: block;
  padding: 10px;
  text-align: center;
  background: #036eb8;
}

.area {
  padding: 50px 0;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  background: #FFF;
}
.area ul {
  display: inline-block;
}
.area li {
  line-height: 21px;
  margin: 0 5px 15px;
  padding-left: 19px;
  text-align: left;
  background: url("img/pin-blue.png") no-repeat left center;
}
.area a {
  color: #727171;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .area li {
    display: inline-block;
  }
}

.banner {
  background: #e9e9e9;
  text-align: center;
}
.banner .container {
  padding: 40px 0;
}
.banner .slogan {
  position: relative;
  z-index: 2;
  width: 90%;
}
.banner .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url("img/banner-page.png");
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (min-width: 992px) {
  .banner {
    padding: 0;
  }
  .banner .container {
    height: 308px;
    padding: 0;
  }
  .banner .slogan {
    position: absolute;
    top: 50%;
    left: 7.16667%;
    z-index: 1;
    width: auto;
    max-width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .banner .banner-img {
    position: absolute;
    top: 0;
    left: 50.33333%;
    z-index: 2;
    width: 46.66667%;
    -moz-background-size: none;
    -o-background-size: none;
    -webkit-background-size: none;
    background-size: none;
  }
}

.bottom {
  padding: 22px 0;
  text-align: center;
  color: #FFF;
  background: #036eb8;
}
.bottom h5 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.bottom a {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .bottom {
    height: 100px;
  }
  .bottom h5 {
    display: inline-block;
    line-height: 56px;
    margin-right: 60px;
    font-size: 30px;
    font-size: 1.875rem;
    vertical-align: top;
  }
  .bottom p {
    display: inline-block;
    line-height: 28px;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: left;
  }
}

.main {
  padding: 40px 0;
  background: #FFF;
}
@media (min-width: 992px) {
  .main .container {
    padding: 0 100px;
  }
}

.accordion-title {
  position: relative;
  padding-left: 30px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #036eb8;
  cursor: pointer;
}
.accordion-title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #036db8 transparent transparent transparent;
  margin-top: -5px;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.accordion-title:not(.active):before {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: floating;
  animation-name: floating;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
}
.accordion-title.active:before {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion-title.active + .accordion-content {
  height: auto;
  padding: 30px 0;
  opacity: 1;
}
@media (min-width: 992px) {
  .accordion-title.active + .accordion-content {
    padding: 30px 150px;
  }
}

.accordion-content {
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
  opacity: 0;
  font-size: 16px;
  font-size: 1rem;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.accordion-content h4 {
  display: inline-block;
  line-height: 20px;
  padding: 2px 10px;
  margin-bottom: 25px;
  color: #FFF;
  background: #036eb8;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.accordion-content h5 {
  margin-bottom: 1em;
  color: #036eb8;
  font-weight: bold;
}
.accordion-content p {
  margin-bottom: 1em;
}
.accordion-content a {
  color: #036eb8;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .accordion-content {
    padding: 0 150px;
  }
}

.method {
  margin-bottom: 75px;
}

.process-opts li {
  padding-left: 26px;
  margin-bottom: 1em;
  background: url("img/icons/checkbox.png") no-repeat 0 5px;
}

.ul-list {
  line-height: 20px;
  margin-bottom: 10px;
}
.ul-list li {
  padding: 4px 0;
}

.process-dl {
  line-height: 24px;
  margin-bottom: 1em;
}
.process-dl dt, .process-dl dd {
  padding: 2px 0;
}
.process-dl dd {
  color: #6c7b83;
}

.text-attention {
  line-height: 20px;
  padding-top: 35px;
  color: #dc0263;
}
.text-attention dt {
  float: left;
  width: 62px;
  padding: 4px 0;
}
.text-attention dd {
  padding: 4px 0;
  margin-left: 62px;
}
.text-attention dd:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 3px;
  background: #dc0263;
}

.attendtion {
  font-size: 14px;
  font-size: 0.875rem;
  color: #dc0263;
}
.attendtion .icon {
  margin-right: 10px;
  vertical-align: text-top;
}

@-webkit-keyframes floating {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
@keyframes floating {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
