body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td {margin: 0; padding: 0;}

html,body {background: #FFF; color: #000;}

body {font:12px/1 "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;}
* html body {font-size: small;}
*:first-child+html body {font-size: small;}

img {border: 0; vertical-align: top;}

h1,h2,h3,h4,h5,h6 {clear: both; font-size: 100%; font-weight: normal;}

ul,dl,ol {text-indent: 0;}
li {list-style: none;}

address,caption,cite,code,dfn,em,th,var {font-style: normal; font-weight: normal;}

sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}

input,textarea,select {font-family: inherit; font-size: inherit; font-weight:inherit;}
* html input,* html textarea,* html select {font-size: 100%;}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}

table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}

pre,code,kbd,samp,tt {font-family: monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt {font-size: 100%; line-height: 100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt {font-size: 108%; line-height: 100%;}

input,select,textarea {font-size: 100%; font-family: Verdana, Helvetica, sans-serif;}


*-- 
パンくず
------------------------*/ 
#breadcrumb {
  font-size: 1.6em;
  line-height: 30px;
  color: #000;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 40px;
}

#breadcrumb ul {
  max-width: 80%;
  margin: 0 auto;
}

#breadcrumb li {
  display: inline-block;
}

#breadcrumb li a {
  text-decoration: none;
  color: #fff;
}

#breadcrumb li::after {
  content: "/";
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
}

#breadcrumb li:last-child::after {
  display: none;
}

#breadcrumb li i {
  padding-right: 5px;
}

.docsArea .pieceBody h1{
    font-size: 2.5rem;
    background-color: #AD1949;
    font-family: 'ryo-gothic-plusn', 'ryo-gothic-plusn', 'source-han-sans-japanese', sans-serif;
    font-weight: 800;
    color: #fff;
    margin: 0 0 20px 0;
    padding: 10px 20px;
}

/* contentGpArticleDoc
----------------------------------------------- */
.contentGpArticleDoc .date {
  margin-bottom: 40px;
  text-align: right;
}

.contentGpArticleDoc .date p {
  display: inline-block;
}

.contentGpArticleDoc .date p.publishedAt {
  padding-right: 10px;
}



/* CKEditor templates
----------------------------------------------- */
.temp1,
.temp2,
.temp3,
.temp4 {
  clear: both;
  margin-bottom: 20px;
}

.temp1 .thumb {
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
}

.temp1 ul,
.temp1 ol {
  display: inline-block;
  vertical-align: top;
}

.temp2 .thumb {
  float: right;
  margin-bottom: 10px;
  margin-left: 20px;
}

.temp3,
.temp4 {
  display: flex;
  justify-content: center;
}

.temp3 dl,
.temp4 dl {
  margin: 0 5px;
  padding: 0;
  vertical-align: bottom;
}

.temp3 dl {
  max-width: 48%;
}

.temp4 dl {
  max-width: 31%;
}

.temp3 dl dt,
.temp4 dl dt {
  margin-bottom: 10px;
  text-align: center;
}

.temp3 dl dd,
.temp4 dl dd {
  margin: 0;
  text-align: center;
}

table.temp5,
table.temp6 {
  margin-bottom: 30px;
}

.temp5 caption,
.temp6 caption {
  text-align: center;
}

.temp5 th,
.temp5 td,
.temp6 th,
.temp6 td {
  padding: 6px 10px;
  border: 1px solid #b3b3b3;
  text-align: center;
}

.adobeReader,
.temp7 {
  clear: both;
  margin: 0 0 20px;
  padding: 10px 20px 10px 196px;
  border: 1px solid #faa;
  background: #fff3f3 url("/_themes/images/adobe_bn.png") no-repeat 20px center;
}

.adobeReader p,
.temp7 p {
  margin: 0 0 10px;
}

@media only screen and (max-width: 959px) {
  .temp1 .thumb,
  .temp2 .thumb {
    float: none;
    margin: 0 0 1rem;
    text-align: center;
  }

  .temp3,
  .temp4 {
    flex-wrap: wrap;
  }

  .temp3 dl,
  .temp4 dl {
    max-width: 100%;
  }

  .adobeReader,
  .temp7 {
    padding: 55px 20px 10px;
    background-position: center 10px;
  }
}

/* clearfix
----------------------------------------------- */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}



body.active,
html.active{
    overflow-y:hidden;
}
body.pace-done{
    overflow-x:hidden;
    width:100%;
}
.nav_wrapper.active {
    height: 100%;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.header_wrapper.active{
    position:fixed;
}
.header_wrapper.active.fixed .navigation {
    position: relative;
    top: auto;
    right: auto;
}
.header_wrapper.active .logo {
    display: block;
}
.header_wrapper.active .header_wrapper_in{
    border-bottom: 1px solid #ffffff;
}
.header_wrapper.active h1{
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 1vw;
    color:#fff;
}
.header_wrapper.active .navigation{
    background-color:transparent;
}
.header_wrapper.active .navigation svg.menu_off{
    display:none;
}
.header_wrapper .navigation svg.menu_on{
    display:none;
}
.header_wrapper.active .navigation svg.menu_on{
    display:block;
}
.header_wrapper.active .navigation span.icon-SVG16{
    display:none;
}
.header_wrapper.active .navigation span.icon-cross{
    display:block;
    color:#fff;
}
.gnav.active{
    display: block;
}
.nav_footer.active{
    border-top: 1px solid #ffffff;
    display:block;
    position:fixed;
    bottom:0;
    min-height:200px;
    width: 100%;
    z-index: 100;
}
.nav_footer.active table{
    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;
    min-height: 200px;
}
.nav_footer.active table .catch{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.nav_footer.active table .tel{
    color: #fff;
    font-size: 48px;
    text-align: center;
    line-height: 1.3;
}
.nav_footer.active table .tel a{
    color:inherit;
    text-decoration:none;
}
.nav_footer.active table .time{
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 1;
}
@media (max-width: 768px) {
  .header_wrapper {
    min-height: 110px;
    height: 110px;
  }
  .header_wrapper.active h1{
    display:none;
  }
  .nav_wrapper.active {
    z-index: 999;
  }
  .nav_footer.active {
    padding: 10px 0;
    height:125px;
    min-height:125px;
  }
  .nav_footer.active table{
    flex-direction:column;
    min-height:125px;
  }
  .nav_footer.active table tr td {
    width:100%;
    display: block;
    box-sizing: border-box;
  }
  .nav_footer.active table .catch{
    display:none;
  }
  .nav_footer.active table .tel{
    font-size: 8vw;
  }
  .nav_footer.active table .time{
    font-size: 3vw;
  }
  .nav_footer td .contact_btn {
    margin:10px 0 0 0;
  }
  .nav_footer td .contact_btn a {
    min-width:100%;
    padding: 10px 0px;
  }
}
