@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, 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%;
  font-style: normal;
  background: transparent;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, th {
  font-weight: normal;
}
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;
  box-sizing: border-box;
  word-break: break-all;
}
/* 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;
}
html {
  overflow-y: scroll;
}
img {
  line-height: 0;
  vertical-align: bottom;
  font-size: 0;
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
  max-width: 100%;
  height: auto;
}
/***************/
html {
  font-size: 62.5%;
  scroll-padding-top: var(--header-height);
  scroll-behavior: smooth;
}
@media screen and (max-width:599px) {
  html {
    font-size: 64%;
  }
}
body {
  color: var(--black-color);
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  text-align: left;
  background-color: #fff;
}
@media screen and (max-width:599px) {
  body {
    font-size: 1.6rem;
  }
}
main {
  display: block;
}
/***** 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;
}
/***** リスト *****/
.disc li {
  line-height: 1.5;
  position: relative;
  padding-left: 1em;
}
.disc li:last-child {
  margin-bottom: 0px;
}
.disc li::before {
  content: '';
  display: inline-block;
  height: 5px;
  width: 5px;
  background-color: var(--base-color);
  border-radius: 50%;
  margin-right: 10px;
  position: absolute;
  top: 9px;
  left: 0;
}
.deci {
  margin-left: 20px;
  list-style-type: decimal;
}
::marker {
  color: var(--base-color);
}
.roman {
  margin-left: 20px;
  list-style-type: upper-roman;
}
.cnt {
  margin-left: 2em;
}
.cnt li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
.cnt li:before {
  content: "("counter(cnt) ")";
  display: inline-block;
  margin-left: -3.5em;
  width: 3em;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
.link_list li {
  list-style-type: none;
  padding-left: var(--item-s-padding);
  position: relative;
}
.link_list li:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent var(--base-color);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.li_mb5 li {
  margin-bottom: 5px;
}
.li_mb5 li:last-child {
  margin-bottom: 0;
}
.li_mb10 li {
  margin-bottom: 10px;
}
.li_mb10 li:last-child {
  margin-bottom: 0;
}
/***** 文字サイズ *****/
.ft_s {
  font-size: 1.4rem;
}
.ft_l {
  font-size: 1.8rem;
}
.ft_ll {
  font-size: 2.2rem;
}
/***** フォント太さ *****/
.normal {
  font-weight: normal;
}
.bold {
  font-weight: 700;
}
/***** ※ *****/
.note {
  padding-left: 1.2em;
  font-size: 1.6rem;
  position: relative;
}
.note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.note_m {
  margin-left: 1em;
  text-indent: -1em;
}
.note_m::before {
  content: "※";
}
.note_dl dt {
  width: 2.5em;
  float: left;
  clear: left;
}
.note_dl dd {
  padding-left: 2.5em;
}
/***** 位置 *****/
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.top {
  vertical-align: top;
}
/***** 色 *****/ :root {
  --base-color: #238D3B;
  --sub-color: #61b929;
  --sub-color2: #12431D;
  --sub-color3: #a7c688;
  --sub-color4: #eef4d8;
  --black-color: #07170B;
  --border-color: #C3CEC5;
}
.red {
  color: #9B1818;
}
.black {
  color: var(--black-color);
}
/***** サイズ・余白 *****/ :root {
  --header-height: 100px;
  --section-width: 1200px;
}
:root {
  --section-padding: 64px;
  --section-margin: 64px;
  --inner-padding: 40px;
  --inner-margin: 40px;
  --item-l-padding: 32px;
  --item-l-margin: 32px;
  --item-m-padding: 24px;
  --item-m-margin: 24px;
  --item-s-padding: 16px;
  --item-s-margin: 16px;
}
@media screen and (max-width:768px) {
  :root {
    --header-height: 60px;
    --section-width: 100%;
  }
  :root {
    --section-padding: 40px;
    --section-margin: 40px;
    --inner-padding: 32px;
    --inner-margin: 32px;
    --item-l-padding: 24px;
    --item-l-margin: 24px;
    --item-m-padding: 16px;
    --item-m-margin: 16px;
  }
}
/***** 取り消し *****/
.cancel {
  text-decoration: line-through;
}
/***** アンダーライン *****/
.underline {
  text-decoration: underline;
}
/***** 矢印 *****/
.arr {
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: middle;
}
/***** アイコン *****/
.win_icon {
  padding-right: 18px;
  background: url(../images/win_icon.svg) 100% 50% no-repeat;
  background-size: 13px 11px;
}
.pdf_icon {
  margin-right: 5px;
  padding-right: 22px;
  background: url(../images/pdf_icon.svg) 100% 50% no-repeat;
  background-size: 15px 15px;
}
@media screen and (max-width:768px) {
  .pdf_icon {
    padding-right: 20px;
    background: url(../images/pdf_icon.svg) 100% 50% no-repeat;
    background-size: 13px;
  }
}
.xls_icon {
  margin-right: 5px;
  padding-right: 22px;
  background: url(../images/xls_icon.svg) 100% 50% no-repeat;
  background-size: 15px 15px;
}
@media screen and (max-width:768px) {
  .xls_icon {
    padding-right: 20px;
    background: url(../images/xls_icon.svg) 100% 50% no-repeat;
    background-size: 13px;
  }
}
.doc_icon {
  margin-right: 5px;
  padding-right: 22px;
  background: url(../images/doc_icon.svg) 100% 50% no-repeat;
  background-size: 15px 15px;
}
@media screen and (max-width:768px) {
  .doc_icon {
    padding-right: 20px;
    background: url(../images/doc_icon.svg) 100% 50% no-repeat;
    background-size: 13px;
  }
}
.ppt_icon {
  margin-right: 5px;
  padding-right: 22px;
  background: url(../images/ppt_icon.svg) 100% 50% no-repeat;
  background-size: 15px 15px;
}
@media screen and (max-width:768px) {
  .ppt_icon {
    padding-right: 20px;
    background: url(../images/ppt_icon.svg) 100% 50% no-repeat;
    background-size: 13px;
  }
}
/***** ボタン *****/
/*.btn1 span{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-right: 2px solid #00a6e9;
	border-bottom: 2px solid #00a6e9;
	position: absolute;
	transform: rotate(-45deg);
	right: 15px;
	top: 17px;
	transition-duration: 500ms;
}*/
.btn a {
  padding: 20px 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  letter-spacing: normal;
  color: #fff;
  background-color: var(--base-color);
  border: var(--base-color) 3px solid; /*色はサイトによる*/
  border-radius: 3px;
  display: block;
  transition: all 0.4s;
  position: relative;
  margin: 20px 0;
  width: 100%;
}
@media screen and (max-width:768px) {
  .btn a {
    padding: 10px 0;
  }
}
.btn a:hover {
  color: var(--base-color);
  background-color: #fff; /*色はサイトによる*/
  border: var(--base-color) 3px solid; /*色はサイトによる*/
  display: block;
}
.btn .no_link {
  margin: 20px 0;
  padding: 20px 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  letter-spacing: normal;
  color: #999;
  background-color: #f3f3f3;
  border: #ccc 3px solid;
  border-radius: 5px;
  display: block;
}
@media screen and (max-width:768px) {
  .btn .no_link {
    padding: 10px 0;
  }
}
.btn2 {
  display: flex;
}
.btn2 li {
  width: 49%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width:768px) {
  .btn2 {
    display: block;
  }
  .btn2 li {
    width: 100%;
    display: block;
  }
  .btn2 a {
    padding: 10px 0;
    display: block;
  }
}
.btn2 li:nth-child(odd) {
  margin-right: 2%;
}
@media screen and (max-width:768px) {
  .btn2 li:nth-child(odd) {
    margin-right: 0;
    margin-bottom: 2%;
  }
}
.btn_s {
  width: 50%;
  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%;
  }
}
/* ページトップ */
/*********************/
#pagetop {
  position: fixed;
  bottom: -110px;
  right: 20px;
  z-index: 999;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: var(--base-color);
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
#pagetop span {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(-45deg);
  position: relative;
  top: 4px;
}
#pagetop:hover {
  background-color: var(--sub-color);
}
@media screen and (max-width:768px) {
  #pagetop {
    position: fixed;
    bottom: -70px;
    right: 18px;
    z-index: 999;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: var(--base-color);
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
  }
  #pagetop span {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-45deg);
    position: relative;
    top: 3px;
  }
}
/***** 印刷用 *****/
@media print {
  main > div {
    display: block;
  }
  main > div::after {
    content: "";
    clear: both;
    display: block;
  }
  #wrap_r {
    float: right;
    background-color: #fff;
  }
  #wrap_l {
    float: left;
  }
  #pagetop {
    display: none;
  }
}
/***** 印刷用 *****/
@media print {
  main > div {
    display: block;
  }
  main > div::after {
    content: "";
    clear: both;
    display: block;
  }
  #wrap_r {
    float: right;
    background-color: #fff;
  }
  #wrap_l {
    float: left;
  }
  #pagetop {
    display: none;
  }
}
/***** リンク *****/
.g_nav a, .u_nav a {
  text-decoration: none;
  transition-duration: 500ms;
}
.sp {
  display: none;
}
@media screen and (max-width:768px) {
  .sp {
    display: block;
  }
}
/***** アンカーポイント調整 *****/
.jump_point {
  padding-top: 139px;
  margin-top: -139px;
}
.jump_point_in {
  padding-top: 139px;
  margin-top: -139px;
}
@media screen and (max-width:768px) {
  .jump_point {
    padding-top: 117px;
    margin-top: -117px;
  }
  .jump_point_in {
    padding-top: 140px;
    margin-top: -140px;
  }
}
/*1行開けるとき*/
.para {
  padding-bottom: 20px;
}
/*文字折り返し*/
.word_break p {
	overflow-wrap: anywhere;
}