@charset "UTF-8";
/* ======================================================================
 blog
====================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, 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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

/* ======================================================================
 common
====================================================================== */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  width: 100%;
  color: #000;
}

.sm {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sm {
    display: block !important;
  }
  .md {
    display: none !important;
  }
}

.wrap {
  overflow: hidden;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  vertical-align: bottom;
}

ul {
  list-style: none;
}

.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0;
}

@media screen and (max-width: 1100px) {
  .inner {
    margin: 0 calc(100px / 2);
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 768px) {
  .inner {
    width: 92%;
    margin: 0 auto;
    padding: 32px 0;
  }
}

.sec_ttl {
  text-align: center;
  color: #FFF;
}

.sec_ttl .en {
  font-weight: bold;
  font-size: 36px;
  letter-spacing: .05em;
  display: block;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .sec_ttl .en {
    font-size: 27px;
    margin-bottom: 10px;
  }
}

.sec_ttl .jp {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: .1em;
  display: block;
}

@media screen and (max-width: 768px) {
  .sec_ttl .jp {
    font-size: 10px;
  }
}

.contents_header {
  height: 200px;
  background: transparent center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .contents_header {
    height: 100px;
  }
}

.contents_header .inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contents_header .inner .ttl {
  text-align: center;
  color: #FFF;
}

.contents_header .inner .ttl .en {
  font-family: lato, sans-serif;
  font-style: normal;
  font-size: 40px;
  letter-spacing: .1em;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .contents_header .inner .ttl .en {
    font-size: 23px;
  }
}

.contents_header .inner .ttl .jp {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: .1em;
  display: block;
}

@media screen and (max-width: 768px) {
  .contents_header .inner .ttl .jp {
    font-size: 12px;
  }
}

.breadcrumb {
  color: #0079ac;
  font-size: 12px;
  margin-top: 14px;
  overflow-x: auto;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 11px;
    margin-top: 10px;
  }
}

.breadcrumb .inner {
  padding: 0;
  max-width: 1300px;
}

.breadcrumb .inner.narrow {
  max-width: 1000px;
  padding: 0;
}

@media screen and (max-width: 1024px) {
  .breadcrumb .inner.narrow {
    padding: 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb .inner.narrow {
    padding: 0;
  }
}

.breadcrumb .home::before {
  content: "\f015";
  font-family: "FontAwesome", sans-serif;
  font-weight: 900;
  margin-right: 5px;
}

.breadcrumb a {
  color: #0079ac;
  text-decoration: none;
}

.pagination {
  text-align: center;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .pagination {
    padding-bottom: 75px;
  }
}

.pagination .prev_btn {
  cursor: pointer;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #0079ac;
  border-left: 1px solid #0079ac;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: 0;
  right: 28px;
}

.pagination .next_btn {
  cursor: pointer;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #0079ac;
  border-right: 1px solid #0079ac;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: 0;
  left: 28px;
}

.pagination .page-numbers {
  font-size: 16px;
  color: #0079ac;
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #0079ac;
  margin: 0 2px;
}

.pagination .page-numbers.current {
  color: #FFF;
  background: #0079ac;
}

.pagination .page-numbers.prev, .pagination .page-numbers.next, .pagination .page-numbers.dots {
  border: none;
  margin: 0 -2px;
}

.pagination .page_nums .num {
  cursor: pointer;
  font-size: 16px;
  color: #0079ac;
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #0079ac;
}

.pagination .page_nums .num.active {
  color: #FFF;
  background: #0079ac;
}

/* ======================================================================
 header
====================================================================== */
header {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

header .inner {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

@media screen and (max-width: 768px) {
  header .inner {
    height: 45px;
    margin: 0;
    position: relative;
  }
}

header .inner .header_logo {
  width: 200px;
}

@media screen and (max-width: 768px) {
  header .inner .header_logo {
    width: 100px;
    margin-left: 4%;
  }
}

header .inner .header_logo > img {
  width: 200px;
}

@media screen and (max-width: 768px) {
  header .inner .header_logo > img {
    width: 100px;
  }
}

header .inner .menu {
  height: 100%;
}

@media screen and (max-width: 768px) {
  header .inner .menu {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    width: 100vw;
    height: auto;
    background-color: rgba(255, 255, 255, 0.85);
  }
}

header .inner .menu .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media screen and (max-width: 768px) {
  header .inner .menu .item_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

header .inner .menu .item_list > li {
  height: 100%;
}

header .inner .menu .item_list > li > a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 35px;
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 100%;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  header .inner .menu .item_list > li > a {
    padding: 20px 0;
  }
}

header .inner .menu .item_list > li > a .en {
  margin-bottom: 4px;
  font-family: lato, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  color: #000;
  letter-spacing: .05em;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  header .inner .menu .item_list > li > a .en {
    color: #0079ac;
  }
}

header .inner .menu .item_list > li > a .jp {
  font-weight: bold;
  font-size: 11px;
  color: #000;
  letter-spacing: .1em;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  header .inner .menu .item_list > li > a .jp {
    color: #0079ac;
  }
}

header .inner .menu .item_list > li > a:hover {
  background: #0079ac;
}

header .inner .menu .item_list > li > a:hover .en {
  color: #FFF;
}

header .inner .menu .item_list > li > a:hover .jp {
  color: #FFF;
}

header .inner .menu .item_list > li:last-child > a {
  margin-right: -35px;
}

@media screen and (max-width: 768px) {
  header .inner .menu .item_list > li:last-child > a {
    margin-right: 0;
  }
}

header .inner .menu_ham {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 45px;
  cursor: pointer;
  background-color: #FFF;
}

@media screen and (max-width: 768px) {
  header .inner .menu_ham {
    display: block;
  }
}

header .inner .menu_ham .ham_line {
  position: absolute;
  left: 25%;
  width: 50%;
  height: 2px;
  background-color: #0079ac;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .inner .menu_ham .ham_line1 {
  top: 20%;
}

header .inner .menu_ham .ham_line1.active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 38%;
}

header .inner .menu_ham .ham_line2 {
  top: 38%;
}

header .inner .menu_ham .ham_line2.active {
  width: 0;
}

header .inner .menu_ham .ham_line3 {
  top: 56%;
}

header .inner .menu_ham .ham_line3.active {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 38%;
}

header .inner .menu_ham .txt {
  font-size: 10px;
  color: #0079ac;
  position: absolute;
  top: 66%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* ======================================================================
 footer
====================================================================== */
footer .inner {
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

@media screen and (max-width: 768px) {
  footer .inner {
    height: 39px;
  }
}

footer .inner .copy {
  font-family: lato, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: .05em;
}

@media screen and (max-width: 768px) {
  footer .inner .copy {
    font-size: 10px;
  }
}

/* ======================================================================
 main
====================================================================== */
main {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 45px;
  }
}

/* ======================================================================
  privacy_policy
====================================================================== */
#privacy_policy .privacy_policy_header {
  background-image: url(../img/common/common_heading.jpg);
}

@media screen and (max-width: 768px) {
  #privacy_policy .privacy_policy_header {
    background-image: url(../img/common/common_heading_sp.jpg);
  }
}

#privacy_policy .privacy_policy_contents .inner {
  padding-top: 47px;
  padding-bottom: 92px;
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 1024px) {
  #privacy_policy .privacy_policy_contents .inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 768px) {
  #privacy_policy .privacy_policy_contents .inner {
    padding: 15px 0 35px;
  }
}

#privacy_policy .privacy_policy_contents .inner .detail {
  font-weight: normal;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #000;
  margin-bottom: 42px;
}

@media screen and (max-width: 768px) {
  #privacy_policy .privacy_policy_contents .inner .detail {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

#privacy_policy .privacy_policy_contents .inner .detail a {
  text-decoration: underline;
  color: #000;
}

#privacy_policy .privacy_policy_contents .inner .sec_ttl {
  text-align: left;
  font-weight: 800;
  font-size: 18px;
  letter-spacing: .1em;
  color: #0079ac;
  margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
  #privacy_policy .privacy_policy_contents .inner .sec_ttl {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

#privacy_policy .privacy_policy_contents .inner .signature {
  font-weight: normal;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #000;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #privacy_policy .privacy_policy_contents .inner .signature {
    font-size: 12px;
  }
}
/*# sourceMappingURL=policy.css.map */