@charset "UTF-8";
/* -----------------------------------------------
  reset
----------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
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;
}

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;
}

/* -----------------------------------------------
  base
----------------------------------------------- */
/* -----------------------------------------------
  font
----------------------------------------------- */
html {
  font-size: 100%;
}

body {
  font-family: MyYuGothicM, YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  color: #000;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
/*----------------------------------------------------
  link setting
----------------------------------------------------*/
a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  color: #000;
}

@media screen and (max-width: 767px) {
  a:hover {
    color: #000;
  }
}
/* -----------------------------------------------
  common module
----------------------------------------------- */
/* clearfix */
.clearfix {
  min-height: 1%;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

/* pc,tb */
.only-sp {
  display: none;
}

/* sp */
@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }

  .only-sp {
    display: block;
  }

  img.only-sp {
    display: inline-block;
  }
}
img {
  width: 100%;
  vertical-align: top;
}

/* button */
.btn-list {
  text-align: center;
}
.btn-list li {
  display: inline-block;
  margin: 0 20px 10px;
}

.btn_box {
  text-align: center;
  margin: 20px 0;
}
.btn {
  display: inline-block;
  min-width: 230px;
  border: solid 1px #ccc;
  border-radius: 10px;
  padding: 12px 15px;
  text-align: center;
  text-decoration: none;
}
.btn:hover {
  background-color: #b3d0c7;
}

.btn02 {
  background-color: #f5f5f5;
}

.btn03 {
  display: inline-block;
  min-width: 230px;
  border-radius: 10px;
  padding: 12px 15px;
  text-align: center;
  text-decoration: none;
  background-color: #8dbdae;
  color: #fff;
  font-weight: bold;
}
.btn03:hover {
  background-color: #b3d0c7;
  color: #fff;
}

.arrow01 {
  background: url(../images/ico_arrow01.png) left center no-repeat;
  background-size: 15px auto;
  padding-left: 20px;
}

.arrow02 {
  background: url(../images/ico_arrow02.png) left center no-repeat;
  background-size: 16px auto;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .button {
    width: 100%;
  }
}
/* -----------------------------------------------
  header
----------------------------------------------- */
header {
  box-sizing: border-box;
  background-color: #fff;
  color: #000;
  width: 100%;
  border-bottom: solid 1px #000;
  zoom: 1;
  min-height: 1%;
  height: 100px;
  position: relative;
}
header:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
header .cont-width {
  position: relative;
  box-sizing: border-box;
  max-width: 960px;
  margin: 0 auto;
}
header .header-box {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  z-index: 100;
  zoom: 1;
  min-height: 1%;
  height: 101px;
  padding: 6px 10px 0;
  border-bottom: solid 3px #000;
}
header .header-box:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
header .logo-box {
  width: calc(360 / 940 * 100%);
}
header .jpf-logo {
  width: 220px;
  margin-bottom: 13px;
}
header .logo {
  font-size: 118.7%;
  font-weight: bold;
}
header .logo .sub-logo {
  display: block;
  font-size: 84.2%;
  font-weight: normal;
  margin-top: 5px;
}
header .logo a {
  text-decoration: none;
}
header ul {
  float: right;
  min-width: 310px;
  zoom: 1;
  min-height: 1%;
}
header ul:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
header ul.lang-menu li {
  float: left;
  margin: 8px 5% 0 0;
  font-weight: bold;
}
header ul.lang-menu li a {
  display: block;
  padding: 8px 0;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  header nav {
    display: block;
    width: calc(310 / 940 * 100%);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .lang-ja .lang-menu .ja {
    border-bottom: solid 7px #b3d0c7;
  }

  .lang-en .lang-menu .en {
    border-bottom: solid 7px #b3d0c7;
  }

  .lang-id .lang-menu .id {
    border-bottom: solid 7px #b3d0c7;
  }
}
/* sp */
@media screen and (max-width: 767px) {
  header {
    background-color: none;
  }
  header .cont-width {
    padding: 0;
  }
  header .jpf-logo {
    width: calc(260 / 640 * 100%);
    margin-bottom: 10px;
  }
  header .logo {
    font-size: 15px;
  }
  header .logo .sub-logo {
    font-size: 12px;
  }
  header #btn-menu {
    width: 62px;
    cursor: pointer;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%);
  }
  header ul.lang-menu {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px 10px;
    background-color: #b3d0c7;
    float: none;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 10;
  }
  header ul.lang-menu li {
    float: none;
    margin: 0;
    text-align: center;
    font-weight: normal;
    border-left: none;
    border-bottom: dotted 1px #000;
  }
  header ul.lang-menu li:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
  }
  header ul.lang-menu li a {
    display: block;
    padding: 16px 10px;
  }
  header ul.lang-menu li .close-btn {
    border-radius: 5px;
    background-color: #87a69d;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
    cursor: pointer;
  }
}
.is-hide {
  display: none;
}

/* -----------------------------------------------
  contents (common)
----------------------------------------------- */
#contents {
  position: relative;
}
#contents .bread-crumb {
  padding: 20px 0;
}
#contents .bread-crumb li {
  display: inline;
  line-height: 1.4;
}
#contents section.bc-area {
  background-color: #f5f5f5;
}
#contents .cont-width {
  display: block;
  zoom: 1;
  min-height: 1%;
  max-width: 960px;
  margin: 0 auto;
}
#contents .cont-width:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
#contents section .cont-width h3 {
  text-align: center;
  font-weight: bold;
  font-size: 150%;
  line-height: 1.4;
  margin-bottom: 30px;
}
#contents section .cont-width p, #contents section .cont-width ul, #contents section .cont-width ol, #contents section .cont-width dl {
  line-height: 1.8;
  margin-bottom: 1em;
}

#pagetop {
  width: 56px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  #contents .cont-width {
    box-sizing: border-box;
    padding: 0 3%;
  }
}
/* sp */
@media screen and (max-width: 767px) {
  #contents {
    position: relative;
  }
  #contents h1 {
    font-size: 16px;
  }
  #contents .bread-crumb {
    padding: 10px;
    font-size: 13px;
  }

  #pagetop {
    width: 40px;
    height: auto;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
  }
}
/* ---------------------------------------------------
  footer
--------------------------------------------------- */
footer {
  background-color: #f5f5f5;
  padding: 30px 0;
}
footer .copyright {
  text-align: center;
  font-size: 87%;
  line-height: 1.4;
}

/* sp */
@media screen and (max-width: 767px) {
  footer {
    padding: 20px 0 60px;
  }
  footer .copyright {
    font-size: 75%;
    margin: 0 10px;
  }
}

/* ---------------------------------------------------
  info banner
--------------------------------------------------- */
.info-banner {
  background-color: #fee3ed;
  padding: 20px 0;
  text-align: center;
  position: relative;
}
.info-banner .note {
  line-height: 1.6;
}
.info-banner .note a {
  color: #f82574;
}
.info-banner a:hover {
  opacity: .8;
}
.info-banner .closebtn{
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
}

/* sp */
@media screen and (max-width: 767px) {
  .info-banner {
    padding: 10px;
  }
}