
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block
}

nav ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold
}

del {
  text-decoration: line-through
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input, select {
}

#container {
  background: #
}

img.responsive_img {
  width: 100%;
  max-width: 100%;
  height: auto
}

.inner {
  width: 90%;
  margin: 0 auto;
  padding: 0 5%
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s
}

.button {
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  border-radius: 4px;
  background: #003d6c
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

#sp_header {
  position: fixed;
  width: 100%;
  height: 62px;
  z-index: 9999;
  background: url(../img/SP/nav/nav_bg.png)
}

#sp_header .sp_logo {
  margin-left: 15px;
  padding-top: 10px
}

main {
  background: url(../img/contner_bg.png)
}

main #section5 {
  background: #fff
}

main #section5 .white_bg {
  background: #fff
}

main #section5 p {
  line-height: 1.8;
  margin-top: 1rem
}

main #section6 p {
  line-height: 1.8;
  padding-bottom: 2rem
}

main #section6 .top_text {
  margin-top: 1rem
}

main #section6 h3 {
  font-size: 132%;
  text-align: center;
  padding-bottom: 1.6rem
}

main #section6 dl {
  text-align: center;
  padding-bottom: 2rem;
  line-height: 1.6
}

main #section6 dl dt {
  font-weight: 600;
  font-size: 124%
}

main #section6 dl dd a {
  color: #003d6c;
  font-weight: 600
}

main #section6 dl dd a:hover {
  text-decoration: none
}

main #section6 .detail_table {
  width: 90%;
  margin: 0 auto 32px
}

main #section6 .detail_table dl {
  width: 100%;
  align-items: center;
  margin-bottom: 36px;
  padding-bottom: 0;
  border-left: 6px solid #003d6c
}

main #section6 .detail_table dl dt {
  width: 100%;
  font-size: 108%;
  text-align: left;
  margin-bottom: 16px;
  padding-left: 1.6rem
}

main #section6 .detail_table dl dt span {
  color: #f00;
  margin-left: 1rem
}

main #section6 .detail_table dl dd {
  width: 90%;
  box-sizing: border-box;
  padding-left: 1.6rem
}

#formWrap dl {
  margin-top: 24px
}

#formWrap dl dt {
  margin-bottom: 1.6rem
}

#formWrap .detail_table dl {
  margin-top: 24px
}

#formWrap .detail_table dl dt {
  margin-bottom: 48px
}

#formWrap .center {
  margin-top: 24px
}

#formWrap .center dt {
  margin-bottom: 48px
}

#formWrap h4 {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 2
}

@media (min-width:768px) {
  main #section6 .detail_table {
    width: 100%;
    margin: 0 auto 80px
  }
  main #section6 .detail_table dl {
    width: 100%;
    display: flex;
    text-align: left;
    align-items: center;
    margin-bottom: 36px;
    border-left: 6px solid #003d6c
  }
  main #section6 .detail_table dl dt {
    width: 35%;
    text-align: left;
    margin-bottom: 0;
    padding-left: 1rem;
    clear: both
  }
  main #section6 .detail_table dl dt span {
    float: right;
    margin-right: 1rem
  }
  main #section6 .detail_table dl dd {
    width: 75%;
    box-sizing: border-box;
    padding-left: 0
  }
}

#formWrap [type=text] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: .4em .8em;
  width: 100%
}

#formWrap [type=text]:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none
}

textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  padding: .4em .8em;
  width: 100%
}

textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none
}

[type=radio] {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
  margin: 0 0 0 1.2em;
}

[type=radio]+span {
  cursor: pointer;
  display: inline-block;
  margin: 0 .2em 0;
  padding: 0 0 0 1.2em;
  position: relative
}

[type=radio]+span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px
}

[type=radio]+span::after {
  -webkit-transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.32);
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 2px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease 0s;
  width: 8px
}

[type=radio]:checked+span::after {
  opacity: 1
}

[type=checkbox] {
  display: none
}

[type=checkbox]+span {
  cursor: pointer;
  display: inline-block;
  margin: 0 .2em 0;
  padding: 0 0 0 1.2em;
  position: relative
}

[type=checkbox]+span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em
}

[type=checkbox]+span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 3px solid rgba(0, 0, 0, 0.32);
  border-left: 3px solid rgba(0, 0, 0, 0.32);
  content: "";
  display: block;
  height: .6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all .3s ease 0s;
  width: 1em
}

[type=checkbox]:checked+span::after {
  opacity: 1
}

.select-test {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: .4em .8em;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  background: #fff url(../img/form-css-arrow.png) no-repeat right 50%;
  background-size: 30px, 100%
}

.select-test::-ms-expand {
  display: none
}

.select-test option {
  width: 100%;
  color: #333;
  background-color: #fff
}

.select-test:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none
}

#formWrap [type=submit], [type=reset], [type=search], [type="button"] {
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 0 0 1em;
  padding: .6em 2em;
  text-decoration: none
}

[type=submit], [type=reset], [type=search], [type="button"]:hover, [type=submit], [type=reset], [type=search], [type="button"]:focus {
  outline: none
}

[type=submit], [type=reset], [type=search]::-moz-foucus-inner {
  border: none;
  padding: 0
}

#formWrap [type=text] {
  border-radius: 4px;
  border: solid 1px #ccc;
  box-shadow: 0 0 2px #777;
  background: #fff
}

#formWrap [type=text]:focus {
  border-radius: 4px;
  transition: all .3s;
  box-shadow: 0 5px 10px 0 rgba(68, 63, 68, 0.2);
  border: solid 2px #fef2f8;
  background: #fcfef8
}

#formWrap [type=submit], [type=reset], [type=search], [type="button"] {
  border-radius: 4px
}

#formWrap input[type=submit][disabled] {
  background: #ccc;
  cursor: not-allowed
}

#formWrap input[type=submit] {
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  border-radius: 4px;
  background: #003d6c
}

.error_messe {
  color: #f00
}

footer {
  clear: both;
  height: 40px;
  background: #000
}

footer .copy {
  float: right;
  padding-top: 14px;
  padding-right: 20px
}

.sp_mode {
  display: block
}

.md_mode {
  display: none
}

.pc_mode {
  display: none
}

.lg_mode {
  display: none
}

.top_text {
  width: 80%;
  font-size: 13px;
  margin: 0 auto
}

@media (min-width:768px) {
  .sp_mode {
    display: none
  }
  .md_mode {
    display: block
  }
  .pc_mode {
    display: block
  }
  .lg_mode {
    display: none
  }
  main #section6 {
    background: url(../img/SP/ct06_bg.png) repeat-y center center
  }
  #pc_header {
    position: fixed;
    width: 100%;
    height: 70px;
    z-index: 9999;
    background: url(../img/PC/nav/nav_bg.png)
  }
  #pc_header .pc_logo {
    margin-left: 15px;
    padding-top: 10px
  }
  #pc_header .pc_logo img {
    display: block;
    width: 83px;
    height: 40px
  }
  #pc_header #g_navi {
    margin-top: -1rem
  }
  #pc_header #g_navi .navi {
    text-align: right
  }
  #pc_header #g_navi .navi li {
    display: inline-block;
    margin-left: .4rem
  }
  #pc_header #g_navi .navi li img {
    width: 100%;
    max-width: 100%;
    height: auto
  }
  #pc_header #g_navi .navi li:nth-child(1) {
    width: 106px;
    height: 13px
  }
  #pc_header #g_navi .navi li:nth-child(2) {
    width: 142px;
    height: 13px
  }
  #pc_header #g_navi .navi li:nth-child(3) {
    width: 76px;
    height: 13px
  }
  #pc_header #g_navi .navi li:nth-child(4) {
    width: 39px;
    height: 13px
  }
  #pc_header #g_navi .navi li:nth-child(5) {
    width: 99px;
    height: 13px
  }
  #pc_header #g_navi .navi li:nth-child(6) {
    width: 77px;
    height: 13px
  }
  .top_text {
    width: 60%;
    font-size: 14px
  }
  #section5 .white_bg {
    margin-top: -20px;
    z-index: 998
  }
  #section5 .white_bg p {
    font-size: 14px;
    margin: 0 auto;
    text-align: center
  }
  #section6 .top_text {
    margin-top: -1rem
  }
}

@media (min-width:960px) {
  main #section6 {
    background: url(../img/PC/ct06_bg.png) repeat-y center center
  }
  .inner {
    width: 944px;
    margin: 0 auto;
    padding: 0 8px
  }
  #pc_header {
    height: 90px
  }
  #pc_header .inner {
    width: 960px
  }
  #pc_header .inner .pc_logo {
    margin-left: 15px;
    padding-top: 10px
  }
  #pc_header .inner .pc_logo img {
    width: 104px;
    height: 50px
  }
  #pc_header .inner #g_navi .navi li {
    margin-left: 1.2rem
  }
  #pc_header .inner #g_navi .navi li:nth-child(1) {
    width: 133px;
    height: 16px
  }
  #pc_header .inner #g_navi .navi li:nth-child(2) {
    width: 178px;
    height: 16px
  }
  #pc_header .inner #g_navi .navi li:nth-child(3) {
    width: 96px;
    height: 16px
  }
  #pc_header .inner #g_navi .navi li:nth-child(4) {
    width: 49px;
    height: 16px
  }
  #pc_header .inner #g_navi .navi li:nth-child(5) {
    width: 124px;
    height: 14px
  }
  #pc_header .inner #g_navi .navi li:nth-child(6) {
    width: 97px;
    height: 16px
  }
  .top_text {
    width: 50%;
    font-size: 15px
  }
  #section5 .white_bg {
    margin-top: -30px
  }
  .wd_60 {
    margin: -20px auto 0
  }
}

@media (min-width:1150px) {
  main {
    background: #
  }
  main #section6 {
    background: url(../img/LG/ct06_bg.png) repeat-y center center
  }
  #pc_header .inner {
    width: 1150px
  }
  #pc_header .inner .pc_logo {
    margin-left: 0
  }
  #pc_header .inner #g_navi .navi li {
    margin-left: 2rem
  }
  .wd_60 {
    margin: -30px auto 0
  }
  .top_text {
    width: 70%;
    font-size: 16px
  }
  #section5 .white_bg {
    margin-top: -40px
  }
}



#nav-toggle {
  position: fixed;
  top: 16px;
  right: 16px;
  height: 32px;
  cursor: pointer
}

#nav-toggle>div {
  position: relative;
  width: 36px
}

#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease
}

#nav-toggle span:nth-child(1) {
  top: 0
}

#nav-toggle span:nth-child(2) {
  top: 14px
}

#nav-toggle span:nth-child(3) {
  top: 28px
}

#nav-toggle:hover span:nth-child(1) {
  top: 4px
}

#nav-toggle:hover span:nth-child(3) {
  top: 23px
}

.open #nav-toggle span {
  background: #fff
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg)
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg)
}

#nav-toggle {
  z-index: 1000
}

#container {
  z-index: 900
}

#gloval-nav {
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease
}

#gloval-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  transition: color .6s ease
}

#gloval-nav a:hover {
  color: #fff
}

#gloval-nav ul {
  list-style: none
}

#gloval-nav ul li {
  opacity: 0;
  transform: translateX(200px);
  transition: transform .6s ease, opacity .2s ease
}

.open {
  overflow: hidden
}

.open #gloval-nav {
  visibility: visible;
  opacity: 1
}

.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity .9s ease
}

#container {
  position: relative
}

#container p.page-top {
  position: fixed;
  right: 20px;
  bottom: 20px
}

#container p.page-top a {
  width: 125px;
  height: 94px;
  display: block
}
select {
    border-radius: 4px;
    border: solid 1px #ccc;
    box-shadow: 0 0 2px #777;
    background: #fff;
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    padding: .4em .8em;
}

#step {
  margin-bottom: 3em;
}
#step ul {
  display: table;
  width: 100%;
  counter-reset: number;
  overflow: hidden;
}
#step ul li {
  background-color: #e8e8e8;
  counter-increment: number;
  color: #282828;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  padding: 1em 0.5em 1em 1em;
}
@media only screen and (max-width: 640px) {
  #step ul li {
    font-size: 75%;
    padding: 0.5em 0.5em 0.51em 1em;
  }
}
@media only screen and (max-width: 350px) {
  #step ul li {
    font-size: 62.5%;
  }
}
#step ul li:after, #step ul li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  top: -10px;
}
@media only screen and (max-width: 640px) {
  #step ul li:after, #step ul li:before {
    top: -16px;
  }
}
#step ul li:after {
  right: -0.8em;
  border-style: solid;
  border-color: transparent transparent transparent #e8e8e8;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
#step ul li:before {
  right: -1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 1em;
  z-index: 10;
}
#step ul li.current {
  background: #808080;
  color: #fff;
  font-weight: bold;
}
#step ul li.current:after {
  border-color: transparent transparent transparent #808080;
}
#step ul li span:before {
  content: "step" counter(number);
  margin-right: 0.3em;
}
@media only screen and (max-width: 640px) {
  #step ul li span:before {
    display: block;
    line-height: 1.2;
  }
}
#step p {
  margin-top: 1em;
}
#step dl .dl_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#step dl .dl_set dt {
  font-weight: bold;
}

.agreement {
  border: solid 4px #b8b8b8 !important;
  margin-top: 2em !important;
  padding: 1.5em 1.5em !important;
}
.agreement * {
  line-height: 1.5 !important;
}
.agreement h3 {
  font-size: 112.5% !important;
  font-weight: bold !important;
  margin-bottom: 0.5em !important;
}
.agreement .dl_set dl .dl_set + .dl_set {
  margin-top: 0.5em !important;
}
.agreement .dl_set dl .dl_set dd {
  font-size: 87.5% !important;
}
.agreement .dl_set dl .dl_set dd a {
  color: #e90505 !important;
}
.agreement ul + p {
  margin-top: 1em !important;
}
.agreement ul.disc li {
  text-indent: -0.65em !important;
  padding-left: 1.2em !important;
}

.agreement p a {
  color: #e90505 !important;
}
.agreement.scroll {
  border: none !important;
  padding: 0 !important;
}
.agreement.scroll .scroll_in {
  border: solid 4px #b8b8b8 !important;
  overflow-y: auto !important;
  height: 300px !important;
  padding: 1.5em 1.5em !important;
}
.agreement.scroll .scroll_in .read {
  margin-bottom: 1em !important;
}
.agreement.scroll .scroll_in h5 {
  margin-bottom: 0.5em !important;
}
.agreement.scroll .scroll_in ul > li + li {
  margin-top: 1em !important;
}
.agreement.scroll .scroll_in ul > li > ul > li + li {
  margin-top: 0.5em !important;
}

.agreement dl, .agreement dt, .agreement dd {
  margin: 0px !important;
  padding: 0px !important;
  font-weight: normal !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
  list-style-type: none !important;
  font-size: 100% !important;
}

.agreement dl {
    text-align: left !important;
}
