@charset "UTF-8";

/* body{
    font: 14px "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN W3","ヒラギノ角ゴ ProN W3","ＭＳ Ｐゴシック",sans-serif;
    color: #737F88;
    margin: 0px 3px;
} */

body {
  font-family: "Hiragino Kaku Gothic ProN" !important;
  font-size: 14px;
  font-size: 1.1rem;
  line-height: 1.8;
  word-wrap: break-word;
  color: #333;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  margin: 0px 0px;
}

h4 {
  margin: 0px;
  margin-left: 1%;
}

p {
  color: #4c4c4c;
}

main{
    padding-bottom: 20px;
    width: 100%;
}

.wrapper {
    overflow: hidden;
}

.pc-none {
	display: none;
}

@media only screen and (max-width: 768px) {
    .sp-block{
        display: flex;
        flex-direction: column;
    }

}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="radio"] {
    font-weight: normal;
    line-height: 160%;
    outline: 0;
    word-break: break-all;
}

.place a {
    color: #00a61c;
    font-size: 14px;
}

.entry-title {
    color: #fd7722;
}

body,
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  word-break: break-all;
}

footer {
  margin-top: auto;
  width: 100%;
}

.kdi_footer .footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #80b49f;
  background: #5D97C4;
}

.iks_footer {
  border-top: 1px solid rgb(210, 210, 210);
}

.iks_footer .footer-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #80b49f;
}

.kdi_footer .iks_footer .footer-nav li {
  padding: 0 10px;
  border-top: 1px solid #80b49f;
}
.kdi_footer .iks_footer .footer-nav li:first-child {
  border: none;
}
.kdi_footer .iks_footer .footer-nav li a, .footer .footer-nav li span {
  display: block;
  padding: 1em;
  color: #fff;
  line-height: 1;
  font-size: 13px;
  position: relative;
}
.kdi_footer .iks_footer .footer-nav li a::after, .footer .footer-nav li span::after {
  content: "\e903";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.5em;
  font-size: 75%;
}

.kdi-footer-logo {
  padding: 20px 0;
  background: #5D97C4;
  text-align: center;
  position: relative;
  z-index: 1000;
}

.iks-footer-logo {
    padding: 20px 0;
    text-align: center;
    position: relative;
    z-index: 1000;
}
  
.kdi-footer-logo-img {
  margin: 20px 0;
}

.iks-footer-logo-img {
    margin: 20px 0;
}
  
.kdi_footer .company-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.kdi_footer .company-nav li {
  font-size: 9px;
  line-height: 1;
  display: inline-block;
  margin-right: 5px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}
.kdi_footer .company-nav li a, .footer .company-nav li span {
  text-decoration: none;
  color: #fff;
}
.kdi_footer .company-nav li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.kdi_footer .copy {
  font-size: 9px;
  text-align: center;
  color: #fff;
}

.iks_footer .company-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.iks_footer .company-nav li {
  font-size: 9px;
  line-height: 1;
  display: inline-block;
  margin-right: 5px;
  padding-right: 10px;
  border-right: 1px solid #fff;
}
.iks_footer .company-nav li a, .footer .company-nav li span {
  text-decoration: none;
  /* color: #fff; */
}
.iks_footer .company-nav li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.iks_footer .copy {
  font-size: 9px;
  text-align: center;
  /* color: #fff; */
}

.top-brand-logo {
  margin-left: 20px;
  margin-top: 15px;
}

.parent{
  width: 680px;
  margin: 0 auto;
}

.parent .inner {
	margin: 20px 0;
	text-align: inherit;
}

@media only screen and (max-width: 768px) {
  .parent{
    width: 100%;
    margin: 0 0;
  }
  
  .parent .inner {
    margin: 0;
  }
}  
