.sp_br {
  display: none;
}

@media (max-width: 768px) {
  .sp_br {
    display: block;
  }
}

.sp_br .pc_br {
  display: none;
}

h3 {
  letter-spacing: 2px;
  text-align: left;
  font-style: normal;
}

#mainContents {
  margin-left: auto;
  margin-right: auto;
  width: 820px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #mainContents {
    width: 740px;
  }
}

@media (max-width: 768px) {
  #mainContents {
    width: 320px;
  }
}

#mainContents .pc_br {
  display: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 12px;
  width: 100%;
  height: 120px;
  text-align: left;
  background: #ffffff;
  color: #707070;
  z-index: 20;
  border-bottom: solid 1px #dddddd;
}

@media (min-width: 768px) and (max-width: 1024px) {
  header {
    height: 120px;
  }
}

@media (max-width: 768px) {
  header {
    height: 48px;
    padding-top: 8px;
  }
}

header .pc_br {
  display: none;
}

body {
  margin: 0;
  padding: 0;
  padding-top: 130px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  body {
    padding-top: 120px;
  }
}

@media (max-width: 768px) {
  body {
    height: 80px;
    padding-top: 14px;
  }
}

body .pc_br {
  display: none;
}

html {
  font-family: "Noto Sans JP", "Lato";
  color: #707070;
  background-color: #ffffff;
  font-size: 16px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}

html .tabContents {
  display: block !important;
}

html .spContents {
  display: none !important;
}

@media (max-width: 768px) {
  html {
    font-size: 12px;
  }
  html .tabContents {
    display: none !important;
  }
  html .spContents {
    display: block !important;
  }
}

html .pc_br {
  display: none;
}

li {
  list-style: none;
}

#headerNavigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  width: 480px;
  font-size: 20px;
  margin-top: -64px;
  margin-right: -20px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #headerNavigation {
    font-size: 18px;
    width: 380px;
    margin-top: -62px;
  }
}

@media (max-width: 768px) {
  #headerNavigation {
    font-size: 14px;
    width: 280px;
    margin-top: -47px;
    display: none;
  }
}

#headerNavigation .pc_br {
  display: none;
}

#headerNavigation_Humburger {
  display: none;
  margin-top: -48px;
  margin-right: -9px;
  float: right;
}

@media (max-width: 768px) {
  #headerNavigation_Humburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1px;
  }
}

#headerNavigation_Humburger .pc_br {
  display: none;
}

#headerNavigation li {
  margin-left: auto;
  margin-right: auto;
  height: 48px;
  padding-top: 14px;
  padding-bottom: 2px;
  text-align: center;
  float: right;
}

#headerNavigation li .pc_br {
  display: none;
}

#navi {
  text-align: left;
  margin-left: -44px;
}

@media (max-width: 768px) {
  #navi {
    margin-top: -4px;
    margin-left: -40px;
  }
}

#navi .pc_br {
  display: none;
}

#titleContents {
  top: 0;
  right: 0;
  float: top;
  width: 100%;
  height: 240px;
  padding-top: 12px;
  padding-bottom: 64px;
  background-image: url("../image/29177134_1322047154606717_8961201248389588128_n.png");
  background-size: cover;
  float: left;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #titleContents {
    padding-top: 18px;
    height: 220px;
  }
}

@media (max-width: 768px) {
  #titleContents {
    padding-top: 104px;
    height: 125px;
    padding-top: auto;
    padding-bottom: auto;
    background-image: url("../image/29177134_1322047154606717_8961201248389588128_n_small.png");
  }
}

#titleContents .pc_br {
  display: none;
}

#titleContents h3 {
  text-align: left;
  text-shadow: 0 0 4px #000000;
  float: left;
  font-style: bold;
  letter-spacing: 8px;
  color: #ffffff;
  font-size: 28px;
  margin-top: 46px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #titleContents h3 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  #titleContents h3 {
    margin-top: -18px;
    letter-spacing: 2px;
    font-size: 18px;
  }
}

#titleContents h3 .pc_br {
  display: none;
}

#titleContents p {
  text-shadow: 0 0 3px #000000;
  margin-top: -12px;
  color: #ffffff;
  text-align: left;
  float: left;
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #titleContents p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  #titleContents p {
    font-size: 10px;
  }
}

#titleContents p .pc_br {
  display: none;
}

footer {
  text-align: center;
  padding-top: 8px;
  width: 100%;
  height: 80px;
  color: #aaaaaa;
  bottom: 0;
  z-index: 20;
  font-size: 11px;
}

footer .pc_br {
  display: none;
}

.footerAnimation {
  margin-bottom: 192px;
  height: 80px;
  width: 100%;
}

#footerNavigation {
  margin-left: auto;
  list-style: none;
  text-align: center;
  float: center;
}

#footerNavigation li {
  display: inline;
  padding-top: 14px;
  padding-bottom: 12px;
  text-align: center;
}

#footerNavigation li a {
  text-align: center;
  display: inline-block;
  color: #fff;
  font-weight: bold;
}

#footerDotline {
  border-top: dotted 1px #777777;
  margin-left: auto;
  margin-right: auto;
  width: 820px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #footerDotline {
    width: 740px;
  }
}

@media (max-width: 768px) {
  #footerDotline {
    width: 320px;
  }
}

#footerDotline .pc_br {
  display: none;
}

#ContentsSpace {
  height: 96px;
}

.breadcrumbsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  height: 32px;
  margin-bottom: -32px;
}

@media (max-width: 768px) {
  .breadcrumbsList {
    margin-bottom: -8px;
  }
}

.breadcrumbsList .pc_br {
  display: none;
}

.breadcrumbsList > * {
  color: #777777;
  padding-right: 6px;
  font-size: 14px;
  text-align: left;
}

.breadcrumbsList > * .pc_br {
  display: none;
}

.breadcrumbsNode a {
  text-decoration: none;
  color: #777777;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .breadcrumbsNode a {
    font-size: 12px;
  }
}

.breadcrumbsNode a .pc_br {
  display: none;
}

a:hover {
  color: #3291dd;
  text-decoration: none;
}

#sentenseArea {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#sentenseTitleSquare {
  margin-right: 4px;
  border-top: 14px solid #6db7f2;
  border-right: 14px solid #6db7f2;
  border-bottom: 14px solid #3291dd;
  border-left: 14px solid #3291dd;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

@media (max-width: 768px) {
  #sentenseTitleSquare {
    border-top: 9px solid #6db7f2;
    border-right: 9px solid #6db7f2;
    border-bottom: 9px solid #3291dd;
    border-left: 9px solid #3291dd;
  }
}

#sentenseTitleSquare .pc_br {
  display: none;
}

#sentenseSubSquare {
  margin-right: 4px;
  border-top: 8px solid #6db7f2;
  border-right: 8px solid #6db7f2;
  border-bottom: 8px solid #3291dd;
  border-left: 8px solid #3291dd;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

#sentenseTitle {
  width: 640px;
  height: 100%;
  margin-top: -7px;
  text-align: left;
  font-size: 28px;
  font-weight: bold;
  color: #555555;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #sentenseTitle {
    width: 540px;
  }
}

@media (max-width: 768px) {
  #sentenseTitle {
    width: 320px;
    font-size: 18px;
    margin-top: -6px;
  }
}

#sentenseTitle .pc_br {
  display: none;
}

#sentenseSubtitle {
  width: 380px;
  height: 100%;
  text-align: left;
  font-size: 18px;
  margin-top: -5px;
  font-weight: bold;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #666666;
}

#headerNavigation li a {
  text-decoration: none;
  float: center;
  color: #707070;
}

#headerNavigation li :hover {
  color: #3291dd;
  border-bottom: solid 2px #3291dd;
}

p {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  word-wrap: break-word;
}

p a {
  color: #3291dd;
  text-decoration: none;
}

#sentenseArea + p,
#leftDotLine {
  padding-left: 32px;
  border-left: dotted 2px #aaaaaa;
  line-height: 26px;
}

@media (max-width: 768px) {
  #sentenseArea + p,
  #leftDotLine {
    padding-left: 24px;
  }
}

#sentenseArea + p .pc_br,
#leftDotLine .pc_br {
  display: none;
}

#leftDotLine + #sentenseArea {
  padding-top: 48px;
}

#leftDotLine p {
  margin-top: 3px;
}

#contentsBackGround {
  width: 100%;
  border-top: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  background: #ebebf1;
  padding-bottom: 24px;
  padding-top: 12px;
}

.my-parts-hidden {
  display: none;
}

#my-parts-icon {
  z-index: 2;
  cursor: pointer;
  height: 48px;
  position: relative;
  float: right;
  text-align: right;
  width: 48px;
  padding-right: -54px;
  border: solid 1px #aaaaaa;
}

#my-parts-icon span {
  background: #666666;
  border-radius: 1px;
  display: block;
  height: 4px;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  margin-left: -12px;
  margin-top: -3px;
  width: 24px;
}

#my-parts-icon span::before,
#my-parts-icon span::after {
  -webkit-transform: rotate(0);
  background: #666666;
  border-radius: 1px;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  transform: rotate(0);
  width: 24px;
}

#my-parts-icon span::before {
  margin-top: -38%;
}

#my-parts-icon span::after {
  margin-top: 25%;
}

#my-parts-checkbox:checked ~ #my-parts-icon span {
  background: rgba(51, 51, 51, 0);
}

#my-parts-checkbox:checked ~ #my-parts-icon span::before,
#my-parts-checkbox:checked ~ #my-parts-icon span::after {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 24px;
}

#my-parts-checkbox:checked ~ #my-parts-icon span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#my-parts-checkbox:checked ~ #my-parts-icon span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hmbgrNavi {
  white-space: nowrap;
  padding-top: 48px;
  position: fixed;
  width: 100%;
  height: 480px;
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  margin-top: -5px;
  font-weight: bold;
  float: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 12;
  color: #666666;
}

#hmbgrNode {
  height: 64px;
  background: #fff;
  border: solid 1px #6db7f2;
  width: 100%;
}

#hmbgrNode_dummy {
  height: 1280px;
  width: 100%;
}

#hmbgrNode h4 {
  height: 64px;
  margin-top: 16px;
  width: auto;
  height: auto;
}

#hmb_a {
  color: #666666;
  text-decoration: none;
}

#hmb_a:hover {
  color: #3291dd;
}

input[type="submit"] {
  -webkit-appearance: none;
}
/*# sourceMappingURL=template.css.map */