@charset "UTF-8";
/* ===============================================================
HTML5 DOCTOR RESET CSS
===============================================================　*/
/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese&display=swap");
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: #212121;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #444;
  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;
}

/* ===============================================================
YUI FONT CSS
===============================================================　*/
/*
YUI 3.4.1 (build 4118)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* ===============================================================
yokota
===============================================================　*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

h1, h2, h3, h4, h5, h6, th {
  font-weight: normal;
}

img {
  vertical-align: top;
  height: auto;
}

li {
  list-style: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background: #f2f2f2;
  color: #222;
}
body a {
  text-decoration: none;
  color: #de3a00;
}
body img {
  max-width: 100%;
}
body sub {
  font-size: 75%;
  vertical-align: sub;
}
body sup {
  font-size: 75%;
  vertical-align: super;
}

*[data-large-only] {
  display: none !important;
}

.fade {
  transition: opacity 0.5s;
  opacity: 0;
}

.fade.lazyloaded {
  opacity: 1;
}

.f__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding-left: 10px;
  background: #fff;
}
.f__header > .logo > a {
  display: block;
}
.f__header > .logo > a > img {
  width: 110px;
}
.f__header > .contact > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 1em;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #de3a00;
  transition: background 0.5s;
}
.f__header > .contact > a:hover {
  background: #922600;
}

.f__main {
  width: 100%;
  margin: 0 auto;
  line-height: 1.6;
}

.m__toc {
  margin: 0 20px 1.5em;
}

.m__links {
  margin: 0 20px 1em;
}

.m__thumb-nav {
  margin: 1.5em 20px;
}

.f__cnt {
  display: block;
  margin: 0 auto;
}
.f__cnt .m__cnt-set * + section,
.f__cnt .m__cnt-set * + div {
  margin-top: 2.5em;
}
.f__cnt .m__cnt-set * + .heading--lv1 {
  margin-top: 0.5em;
}
.f__cnt .m__cnt-set * + .heading--lv2 {
  margin-top: 0.75em;
}
.f__cnt .m__cnt-set * + .heading--lv3,
.f__cnt .m__cnt-set * + .heading--lv3--left {
  margin-top: 0.75em;
}
.f__cnt .m__cnt-set .text--summary {
  border-color: #fee215;
}
.f__cnt .m__cnt-set * + .text--center,
.f__cnt .m__cnt-set * + .text--left,
.f__cnt .m__cnt-set * + .text--right,
.f__cnt .m__cnt-set * + .text--summary {
  margin-top: 2em;
}
.f__cnt .m__cnt-set *[class^=heading--] + *[class^=text--] {
  margin-top: 0.75em;
}
.f__cnt .m__cnt-set .heading--lv1 + *[class^=text--] {
  margin-top: 2em;
}
.f__cnt .m__cnt-set .arrow > span::after {
  border-top: #00499f 20px solid;
}
.f__cnt .m__cnt-set * + .arrow {
  margin-top: 2em;
}
.f__cnt .m__cnt-set * + *[class^=list] {
  margin-top: 2em;
}
.f__cnt .m__cnt-set *[class^=heading--] + *[class^=list] {
  margin-top: 0.75em;
}
.f__cnt .m__cnt-set .heading--lv1 + *[class^=list] {
  margin-top: 2em;
}
.f__cnt .m__cnt-set * + figure {
  margin-top: 2em;
}
.f__cnt .m__cnt-set * + .talk {
  margin-top: 2em;
}
.f__cnt .m__cnt-set .flow > li::before {
  color: #fee215;
}
.f__cnt .m__cnt-set * + .flow {
  margin-top: 2em;
}
.f__cnt *[data-theme^=bg--] {
  z-index: 0;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  background: center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.f__cnt *[data-theme^=bg--]::before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.f__side-fixed {
  z-index: 1000;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  background: #fff;
}
.f__side-fixed .btn {
  flex: 1;
  width: 100%;
}
.f__side-fixed .btn > a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0.75em;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #de3a00;
  border-radius: 5px;
  border-bottom: 3px #922600 solid;
}
.f__side-fixed .btn > a:hover {
  margin-top: 3px;
  border-bottom: 0;
}
.f__side-fixed .btn + .btn > a {
  background: #0489A8;
  border-color: #024c5d;
}

.m__service-list {
  margin: 1.5em 20px;
}

.f__footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: left;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0 1em;
  margin-bottom: 50px;
  background: #222;
}
.f__footer .pagetop {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.f__footer .pagetop > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 12px;
  background: #de3a00;
  transition: background 0.5s;
}
.f__footer .pagetop > a::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  border-top: #fff 3px solid;
  border-right: #fff 3px solid;
  transform: rotate(-45deg);
}
.f__footer .pagetop > a:hover {
  background: #922600;
}
.f__footer .copyright {
  text-align: left;
  line-height: 1.6;
  font-size: 10px;
  color: #fff;
}