@charset "utf-8";
/* 
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, section, 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%;
  font-style: normal;
  background: transparent;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, th {
  font-weight: normal;
}
body {
  line-height: 1;
}
section, 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;
}
strong {
  font-weight: 700;
}
html {
  overflow-y: scroll;
}
img {
  line-height: 0;
  vertical-align: bottom;
  font-size: 0;
}
/***************/
html {
  font-size: 62.5%;
}
@media screen and (max-width:599px) {
  html {
    font-size: 2.5vw;
  }
}
body {
  color: #333;
  font-size: 1.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.9;
  min-width: 1200px;
}
header {
  width: 1200px;
  margin: 0 auto 15px;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header > h1 {
  font-size: 2.8rem;
  font-weight: 500;
  font-family: var(--font-zenmaru);
  line-height: 1.3;
}
header > h1 > a {
  text-decoration: none;
  color: #000;
}
header > h1 > a > span {
  font-size: 2.2rem;
}
header > div > ul {
  display: flex;
  justify-content: flex-end;
}
header > div > ul li {
  margin-left: 20px;
}
header > div > ul li a {
  font-size: 1.6rem;
  font-family: var(--font-zenmaru);
  color: #000;
}
header > div > ul li a:hover {
  text-decoration: none;
}
main {
  display: block;
}
footer {
  margin-top: 70px;
  padding: 30px 0;
  background: #F3F3F3;
}
footer > div {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer > div > dl {
  line-height: 1.7;
}
footer > div > dl dt {
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 700;
}
footer > div > dl dd {
  font-size: 1.3rem;
}
footer > div > p {
  font-size: 1.2rem;
}
@media screen and (max-width:768px) {
  body {
    min-width: 100%;
    line-height: 1.6;
  }
  header {
    width: 100%;
    height: 70px;
    margin: 0;
    padding: 0 15px;
    z-index: 9999;
    background-color: #fff;
    position: sticky;
    top: 0;
  }
  header > h1 {
    font-size: 1.9rem;
  }
  header > h1 > a > span {
    font-size: 1.5rem;
  }
  header > div > ul {
    display: none;
  }
  footer {
    margin-top: 50px;
    padding: 30px 15px;
  }
  footer > div {
    width: 100%;
    margin: 0;
    text-align: center;
    display: block;
  }
  footer > div > dl dt {
    margin-bottom: 5px;
    font-size: 1.3rem;
    font-weight: 700;
  }
  footer > div > dl dd {
    font-size: 1.2rem;
  }
  footer > div > p {
    margin-top: 15px;
    font-size: 1.1rem;
  }
}
/***** nav *****/
#nav li a {
  font-weight: 500;
  font-family: var(--font-zenmaru);
  text-decoration: none;
  display: block;
  color: #333;
}
#nav .menu-item-has-children .sub-menu {
  display: none;
}
@media only screen and (max-width : 768px) {
  #menu_btn {
    top: 20px;
    right: 10px;
    transition: .3s;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #menu_btn.active {
    position: fixed;
  }
  .menu-trigger {
    width: 18px;
    height: 16px;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--base-color);
    transition: all .2s;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    width: 70%;
    top: 7px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .active .menu-trigger span:nth-of-type(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  .active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
  }
  /*
  .active .menu-trigger span {
    background-color: #fff;
  }
*/
  #nav {
    width: 100%;
    height: 100%;
    overflow: auto;
    /*    padding: 65px 0;*/
    background: var(--base-color);
    position: fixed;
    top: 70px;
    right: 0;
    z-index: 12;
    transform: translate(100%);
    /*    transition: all .5s;*/
  }
  #nav.open {
    transform: translateZ(0);
  }
  #nav li {
    padding: 0;
    border-bottom: #fff 1px dotted;
  }
  #nav li:first-child {
    border-top: #fff 1px dotted;
  }
  #nav li a, #nav li > span {
    position: relative;
    padding: 15px 10px;
    text-align: left;
    color: #fff;
    display: block;
    cursor: pointer;
  }
  #nav .focus, #nav .current-menu-item {
    background-color: var(--sub-color1);
  }
  #nav .menu-item-has-children > span:after, #nav .menu-item-has-children > span:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
    width: 13px;
    height: 2px;
    background: #fff;
    transition: .2s;
  }
  #nav .menu-item-has-children > span:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  #nav .menu-item-has-children > span.open:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  #nav .menu-item-has-children > span.open:after {
    background: transparent;
  }
  /*
  #nav .menu-item-has-children > span.open:first-of-type {
    color: #fff7a4;
  }
*/
  #nav .menu-item-has-children .sub-menu {
    background: #fff;
  }
  #nav .menu-item-has-children .sub-menu li {
    border-bottom: #eee 1px solid;
  }
  #nav .menu-item-has-children .sub-menu li a {
    padding: 5px 10px;
  }
  #nav li li a {
    position: relative;
    padding: 10px 10px 10px 20px !important;
    text-align: left;
    color: var(--base-color);
  }
}
@media print, screen and (min-width : 769px) {
  #nav_area {
    margin-top: 10px;
  }
  #menu_btn, .overlay {
    display: none;
  }
  #nav > ul {
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
  }
  #nav > ul > li {
    margin-left: 25px;
    font-size: 1.8rem;
    position: relative;
  }
  #nav > ul > li:last-child {
    display: none;
  }
  #nav > ul > .menu-item-has-children::after {
    content: "";
    width: 20px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    background: var(--base-color);
    transform: translateX(-50%);
  }
  #nav > ul > .menu-item-has-children.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    color: var(--base-color);
    border-style: solid;
    border-color: transparent;
    border-width: 10px 7px;
    border-bottom-color: currentColor;
    border-top: 0;
    background: none;
  }
  /*
  #nav > ul > .menu-item-has-children.active::before,
  #nav > ul > .menu-item-has-children.active::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: calc(50% - 2px);
    width: 2px;
    height: 8px;
    border-radius: 9999px;
    background-color: var(--base-color);
    transform-origin: 50% calc(100% - 1px);
  }

  #nav > ul > .menu-item-has-children.active::before {
    transform: rotate(45deg);
  }

  #nav > ul > .menu-item-has-children.active::after {
    transform: rotate(-45deg);
  }
*/
  #nav li > a, #nav li > span {
    font-weight: 500;
    font-family: var(--font-zenmaru);
    transition: .4s;
    cursor: pointer;
  }
  #nav li > a:hover, #nav .focus > a, #nav li > span:hover, #nav .focus > span, #nav .current-menu-item > a, #nav .current-menu-item > span {
    color: var(--base-color);
  }
  #nav .active > span {
    color: var(--base-color);
  }
  #nav > ul > li:nth-child(6), #nav > ul > li:nth-child(7), #nav > ul > li:nth-child(8), #nav > ul > li:nth-child(9) {
    display: none;
  }
  #nav .menu-item-has-children > a {
    cursor: pointer;
  }
  /*#nav .menu-item-has-children > a.open:first-of-type,#nav .current-menu-item a {
    color: #dad4ec;
  }*/
  #nav .current-menu-item li a {
    color: #333;
  }
  #nav li ul.sub-menu {
    padding: 0;
    position: absolute;
    width: 240px;
    left: 50%;
    top: 41px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
    box-shadow: 0 10px 10px 1px rgba(120, 120, 120, 0.2);
    border-top: var(--base-color) 1px solid;
    background: var(--base-color);
  }
  #nav li ul.sub-menu li {
    width: 100%;
    font-size: 1.6rem;
    text-align: left;
    border-bottom: #fff 1px solid;
  }
  #nav li ul.sub-menu li:last-child {
    border: none;
  }
  #nav li ul.sub-menu li a {
    padding: 15px;
    color: #fff;
    background: var(--base-color);
  }
  #nav li ul.sub-menu li a:hover {
    color: var(--base-color);
    background: #fff;
  }
}
/***** clearfix *****/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
.pc {
  display: block;
}
@media screen and (max-width:768px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width:768px) {
  .sp {
    display: block;
  }
}
/***** margin *****/
.mt3 {
  margin-top: 3px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mb3 {
  margin-top: 3px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
/***** リスト *****/
ol {
  list-style: none;
  counter-reset: number;
}
.list {
  margin-top: 15px;
  margin-bottom: 15px;
}
.box .list:first-child {
  margin-top: 0;
}
.box .list:last-child {
  margin-bottom: 0;
}
.list li {
  margin-bottom: 5px;
}
.disc li {
  padding-left: 20px;
  position: relative;
}
.disc li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--base-color);
  border-radius: 5px;
}
.deci {
  margin-left: 1.5em;
  list-style-type: decimal;
}
.deci li::marker {
  font-weight: 500;
  color: var(--base-color);
}
/***** 文字サイズ *****/
.ft_s {
  font-size: 1.4rem !important;
}
.ft_m {
  font-size: 1.6rem !important;
}
.ft_l {
  font-size: 1.8rem !important;
}
.ft_ll {
  font-size: 2.2rem !important;
}
/***** フォント太さ *****/
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
/***** ※ *****/
.note {
  margin-left: 1em;
  font-size: 1.4rem;
  text-indent: -1em;
}
.figure + .note {
  margin-top: -30px;
}
.note::before {
  content: "※";
}
.note_dl dt {
  width: 2.5em;
  float: left;
  clear: left;
}
.note_dl dd {
  padding-left: 2.5em;
}
.note_dl_s {
  margin-top: 5px;
}
.note_dl_s dt {
  width: 1em;
  float: left;
  clear: left;
}
.note_dl_s dd {
  padding-left: 1em;
}
@media screen and (max-width:768px) {
  .figure + .note {
    margin-top: -20px;
  }
}
/***** 位置 *****/
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.top {
  vertical-align: top;
}
/***** 色 *****/
.red {
  color: #cc0000;
}
.blue {
  color: #0580c4;
}
.black {
  color: #333;
}
/***** テキスト *****/
.cancel {
  text-decoration: line-through;
}
.underline {
  text-decoration: underline;
}
.sup {
  font-size: 0.7em;
  vertical-align: super;
}
/***** アイコン *****/
.icon {
  margin-right: 5px;
  padding-right: 22px;
}
@media screen and (max-width:768px) {
  .icon {
    padding-right: 20px;
  }
}
.win_icon {
  padding-right: 18px;
  background: url("../images/common/win_icon.svg") 100% 50% no-repeat;
  background-size: 13px 11px;
}
.pdf_icon {
  background: url(../images/common/pdf_icon.svg) 100% 50% no-repeat;
  background-size: 15px 15px;
}
@media screen and (max-width:768px) {
  .pdf_icon {
    background: url(../images/common/pdf_icon.svg) 100% 50% no-repeat;
    background-size: 13px;
  }
}
.xls_icon {
  background: url(../images/common/xls_icon.svg) 100% 50% no-repeat;
  background-size: 15px 15px;
}
@media screen and (max-width:768px) {
  .xls_icon {
    background: url(../images/common/xls_icon.svg) 100% 50% no-repeat;
    background-size: 13px;
  }
}
.doc_icon {
  background: url(../images/common/doc_icon.svg) 100% 50% no-repeat;
  background-size: 15px 15px;
}
@media screen and (max-width:768px) {
  .doc_icon {
    background: url(../images/common/doc_icon.svg) 100% 50% no-repeat;
    background-size: 13px;
  }
}
.ppt_icon {
  background: url(../images/common/ppt_icon.svg) 100% 50% no-repeat;
  background-size: 15px 15px;
}
@media screen and (max-width:768px) {
  .ppt_icon {
    background: url(../images/common/ppt_icon.svg) 100% 50% no-repeat;
    background-size: 13px;
  }
}
/***** ボタン *****/
.btn {
  margin-top: 30px;
  margin-bottom: 30px;
}
/*
.figure + .btn {
  margin-top: -20px;
}
*/
@media screen and (max-width:768px) {
  .btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /*
  .figure + .btn {
    margin-top: -10px;
  }
*/
}
.btn a {
  padding: var(--btn-pad);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: all 0.4s;
  background: var(--base-color);
  border: var(--base-color) 3px solid;
  border-radius: 10px;
  display: block;
}
@media screen and (max-width:768px) {
  .btn a {
    padding: var(--btn-pad);
  }
}
.btn a:hover {
  color: var(--base-color);
  background-color: #fff;
}
.btn .no_link {
  padding: var(--btn-pad);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #999;
  background-color: #f3f3f3;
  border: #ccc 3px solid;
  display: block;
  border-radius: 100px;
}
@media screen and (max-width:768px) {
  .btn .no_link {
    padding: var(--btn-pad);
  }
}
.more_btn a {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width:768px) {
  .more_btn a {
    width: 100%;
  }
}
.btn2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  .btn2 {
    display: block;
  }
}
.btn2 li {
  width: 48%;
  margin-bottom: 3%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .btn2 li {
    width: 100%;
    display: block;
  }
}
.btn2 li:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}
.btn2 a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width:768px) {
  .btn2 a {
    padding: var(--btn-pad);
    display: block;
    box-sizing: border-box;
  }
}
.btn3 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width:768px) {
  .btn3 {
    display: block;
  }
}
.btn3 li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  display: flex;
  justify-content: center;
}
.btn3 li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width:768px) {
  .btn3 li {
    width: 100%;
    display: block;
  }
}
.btn3 a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:768px) {
  .btn3 a {
    padding: var(--btn-pad);
    display: block;
    box-sizing: border-box;
  }
}
.btn_s {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width:768px) {
  .btn_s {
    width: 100%;
  }
}
.btn_m {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width:768px) {
  .btn_m {
    width: 100%;
  }
}
.btn_l {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width:768px) {
  .btn_l {
    width: 100%;
  }
}
/***** 画像 *****/
.figure {
  margin-top: 40px;
  margin-bottom: 40px;
}
#contents .figure:last-child {
  margin-bottom: 0;
}
.ttl + .figure, .caption + .figure, .sub_caption + .figure {
  margin-top: 0;
}
.figure img {
  width: 100%;
}
.fig_wid_max {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.fig_wid_max img {
  width: auto;
  max-width: 100%;
}
.float_r {
  width: 300px;
  margin-left: 30px;
  margin-bottom: 20px;
  float: right;
}
.float_r img {
  width: 100%;
}
@media screen and (max-width:768px) {
  .figure {
    margin: 25px 0;
  }
  .float_r {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
/* ページトップ */
/*********************/
#pagetop {
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: -110px;
  right: 10px;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  border: var(--base-color) 3px solid;
  cursor: pointer;
  transition: 0.5s;
}
#pagetop::before {
  content: "";
  width: 0;
  height: 0;
  border-right: 12px solid transparent;
  border-bottom: 15px solid var(--base-color);
  border-left: 12px solid transparent;
  position: absolute;
  left: 50%;
  top: 37%;
  transform: translate3d(-50%, 0, 0)
}
#pagetop:hover {
  opacity: 0.7;
}
@media screen and (max-width:768px) {
  #pagetop {
    width: 50px;
    height: 50px;
  }
  #pagetop::before {
    border-right: 8px solid transparent;
    border-bottom: 11px solid var(--base-color);
    border-left: 8px solid transparent;
    position: absolute;
    left: 50%;
    top: 36%;
    transform: translate3d(-50%, 0, 0)
  }
}
/***** 印刷用 *****/
@media print {
  main > div {
    display: block;
  }
  main > div::after {
    content: "";
    clear: both;
    display: block;
  }
  #pagetop {
    display: none;
  }
}
/* 検索窓 */
/*********************/
#cse-search-box {
  margin: 0 auto;
  float: none;
  padding: 0;
  width: 202px;
}
#cse-search-box div {
  padding: 0;
  width: 200px;
  background-color: #ffffff;
  border: #ccc 1px solid !important;
  display: flex;
}
#cse-search-box input[type="text"] {
  font-size: 1.3rem;
  width: 170px;
  height: 20px;
  padding: 5px;
  border: none !important;
}
#cse-search-box input[type="text"]:focus {
  outline: 0;
}
#cse-search-box input[type="submit"] {
  text-indent: -9999px;
  background: url(../images/common/sc_icon.gif) no-repeat 50% #ffffff;
  color: #111111;
  border: none;
  margin: 0;
  overflow: hidden;
  width: 25px;
  position: relative;
  background-color: #fff;
}
#cse-search-box input[type="submit"]:hover {
  cursor: pointer;
}
@media screen and (max-width:768px) {
  #search {
    display: none;
  }
}
/*****  *****/ :root {
  --font-zenmaru: 'Zen Maru Gothic', sans-serif;
  --base-color: #F3A34A;
  --sub-color1: #BDD881;
  --sub-color2: #50B7E9;
  --tb-back: #edf6fd;
  --blu-color: #F2FCFC;
  --org-color: #fef8ef;
  --gry-color: #f5f5f5;
  --red-color: #cc0000;
  --btn-pad: 20px 0;
  --tb-border: #ddd 1px solid;
  --top-contents-pad: 70px 0;
}
@media screen and (max-width:768px) {
  :root {
    --btn-pad: 10px 0;
    --top-contents-pad: 40px 0;
  }
}