@charset "utf-8";

@media screen and (max-width: 767px) {
  body,
  button,
  select,
  input,
  textarea {
    font-size: 1.3em;
  }
}

/*background*/
.withbg01 {
  background-image: url(/sharedir/img/component_bg_01.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.orangebg {
  background: #fff1e0 !important;
}

/*clearfix*/
.c-imgbox:after,
.acc-box02 .c-ttl-wrap:after {
  content: "";
  display: block;
  clear: both;
}

/*ttl*/
*[class*="c-ttl-lv"] {
  margin-bottom: 15px;
  font-weight: bold;
}
.c-ttl-wrap {
  padding: 8px 10px;
  background-color: #009944;
  margin-bottom: 15px;
}
.c-ttl-wrap *[class*="c-ttl-lv"],
.c-ttl-wrap02 *[class*="c-ttl-lv"] {
  margin-bottom: 0;
}
.c-ttl-wrap02 {
  border-bottom: 2px solid #009944;
  position: relative;
  padding-bottom: 8px;
}
.c-ttl-wrap02:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 35%;
  background: #e60012;
  bottom: -2px;
}
@media screen and (min-width: 768px) {
  .widthicon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
    margin-top: 60px;
  }
  .widthicon *[class*="c-ttl-lv"] {
    flex-grow: 1;
    -webkit-flex-grow: 1;
  }
  .widthicon .icon {
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .widthicon {
    margin-bottom: 10px;
  }
  .l-grid.c-icon-list {
    width: 70%;
    margin-bottom: 20px;
  }
}

.c-ttl-lv01 {
  font-size: 25px;
  font-size: 2.5rem;
  background: url(/sharedir/img/component_ico_h1.png) no-repeat left top;
  padding-left: 35px;
}
.c-ttl-lv02 {
  color: #fff;
  border-left: 4px solid #fff;
  padding-left: 15px;
  font-size: 24px;
  font-size: 2.4rem;
}
.c-ttl-lv03 {
  font-size: 22px;
  font-size: 2.2rem;
}
.c-ttl-lv03:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #f08200;
  display: inline-block;
  margin-right: 10px;
}
.c-ttl-lv04 {
  background-color: #fff6eb;
  font-size: 20px;
  font-size: 2rem;
  padding: 10px;
}

.c-ttl-lv05 {
  font-size: 18px;
  font-size: 1.8rem;
}
.c-ttl-lv05:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #f08200;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.c-ttl-lv06 {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .c-ttl-lv01 {
    font-size: 38px;
    font-size: 3.8rem;
    padding-left: 45px;
  }
  .c-ttl-lv02 {
    font-size: 30px;
    font-size: 3rem;
  }
  /* IE表示用のCSS */
  _:-ms-input-placeholder,
  :root .c-ttl-lv02 {
    padding-top: 7px;
  }
  .c-ttl-lv03 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .c-ttl-lv04 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .c-ttl-lv05 {
    font-size: 20px;
    font-size: 2rem;
  }
  .c-ttl-lv06 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*image*/
.c-imgbox .c-imgbox-img {
  margin-bottom: 15px;
}
.c-imgbox .c-imgbox-img figcaption {
  margin-top: 10px;
  font-size: 11px;
  font-size: 1.1rem;
}
.c-imgbox .ttl {
  font-size: 20px;
  font-size: 2rem;
}
.c-image {
  text-align: center;
  margin: 40px 0;
}
.c-imgbox.left:not(.kv) .c-imgbox-img {
  float: left;
  padding-right: 25px;
}
.c-imgbox.right:not(.kv) .c-imgbox-img {
  float: right;
  padding-left: 25px;
  z-index: 1;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-imgbox .ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .c-imgbox .c-imgbox-img figcaption {
    font-size: 0.6em;
  }
  .c-imgbox.left.kv .c-imgbox-img {
    float: left;
    padding-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-imgbox:not(.kv) .c-imgbox-img {
    width: 50%;
  }
  .c-imgbox.left:not(.kv) .c-imgbox-img {
    padding-right: 3%;
  }
  .c-imgbox.right:not(.kv) .c-imgbox-img {
    padding-left: 3%;
  }
}

.c-img-ontitle dt {
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #f08200;
  text-align: center;
  padding: 5px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.c-img-ontitle img {
  width: 100%;
}

/*text*/
.c-txt {
  margin-bottom: 1em;
}
.c-color-red {
  color: #e20000;
}

.c-txtbox01 {
  margin: 40px 0 20px;
  padding: 20px 0;
}
.c-txtbox01 .c-txtbox-ttl {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .c-txtbox01 .c-txtbox-ttl span {
    position: absolute;
    top: -10px;
    background-color: #fff;
    padding-right: 40px;
    z-index: 1;
  }
  .c-txtbox01 .c-txtbox-ttl:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #707070;
    position: absolute;
    left: 0;
    top: 50%;
  }
}

.c-txtbox02 {
  background-color: #fff6eb;
  padding: 20px;
  margin: 20px 0;
}
.c-txtbox02 .ttl {
  font-weight: bold;
  margin-bottom: 15px;
  color: #fe6925;
}

.c-txtbox04 {
  background-color: #e8fff2;
  padding: 20px;
  margin: 20px 0;
}
.c-txtbox04 .ttl {
  font-weight: bold;
  margin-bottom: 15px;
  color: #009944;
}

.c-txtbox03 {
  margin: 20px 0;
}
.c-txtbox03 .ttl {
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #f08200;
  text-align: center;
  padding: 2px;
  font-weight: bold;
  color: #fff;
}
.c-txtbox03 .subttl {
  position: relative;
  margin: 30px 0 20px;
}
.c-txtbox03 .subttl span {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-right: 40px;
}
.c-txtbox03 .subttl:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  left: 0;
  top: 50%;
}

.c-txtbox05 .ttl span {
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
  background-color: #ee781f;
  display: inline-block;
  padding: 5px;
}

/*list*/
.strong-list {
  margin: 15px 0;
}
.strong-list > li {
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.strong-list > li:before {
  content: "";
  border-left: 14px solid #f08200;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  left: 0;
  top: 10px;
  margin-top: -7px;
}
.strong-list > li > ul {
  margin: 5px 0;
}

.disc-list > li {
  list-style: disc;
  margin-left: 30px;
  text-indent: 0;
}

.attention-list {
  margin: 15px 0;
}
.attention-list > li {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 0.75em;
  margin-bottom: 5px;
}
.attention-list02 {
  margin: 15px 0;
}
.attention-list02 > li {
  text-indent: -2.4em;
  margin-left: 2.4em;
  font-size: 0.75em;
  margin-bottom: 5px;
}
.attention-list03 {
  margin: 15px 0;
}
.attention-list03 > li {
  text-indent: -3em;
  margin-left: 3em;
  font-size: 0.75em;
  margin-bottom: 5px;
}
.attention-list04 > li {
  text-indent: -1.82em;
  margin-left: 1.82em;
  font-size: 0.75em;
  margin-bottom: 5px;
}
.c-list-num {
  list-style-type: decimal;
  margin-left: 1.5em;
}

.c-list-num02 {
  padding: 0 0 0 2.55em;
  margin: 0;
  text-indent: -2.55em;
}
.c-list-num02 > li {
  list-style-type: none;
  counter-increment: cnt;
}
.c-list-num02 > li:before {
  display: marker;
  content: "（" counter(cnt) "）";
}

.c-list-num03 {
  list-style-type: upper-latin;
  margin-left: 1.5em;
}

/*link*/
.c-links li,
.c-links > li > .c-links li {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.c-links > li > .c-links {
  padding-left: 1.5em;
}
.c-links.inline > li {
  display: inline-block;
  position: relative;
}
.c-links.inline > li:not(:first-child):before {
  content: "|";
  padding: 0 13px 0 8px;
}
.c-anchor01 {
  font-weight: bold;
  color: #054a9b;
  vertical-align: middle;
}
.c-anchor01 > i {
  padding-left: 15px;
}
.c-anchor01.c-anchor01-inline > i {
  padding-left: 5px;
}
.c-anchor01:hover {
  text-decoration: underline;
}
.c-anchor-icon01 {
  border: 1px solid #009944;
  color: #009944;
  padding: 0 2px;
  border-radius: 3px;
  font-size: 10px;
  font-size: 1rem;
  margin: 0 0 0 8px;
  vertical-align: middle;
}
.c-pagetop02 {
  text-align: right;
}
.c-pagetop02 a {
  font-weight: bold;
  color: #054a9b;
  vertical-align: middle;
  background: url(/sharedir/img/component_ico_pagetop.png) no-repeat left center;
  padding-left: 20px;
}
.c-pagetop02 a:hover {
  text-decoration: underline;
}

/*btn*/
.c-btn-list li {
  margin-bottom: 10px;
}

.c-btn-list-big li {
  margin-bottom: 20px;
}

.c-btnlist-area ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-btnlist-area > ul > li {
  width: 32%;
  margin-bottom: 20px;
  background-color: #009944;
}
.c-btnlist-area > ul > li.col-2 {
  width: 66%;
}
.c-btnlist-area > ul > li.col-2.col-left {
  padding-left: 0;
}
.c-btnlist-area > ul > li.col-full {
  width: 100%;
}
.c-btnlist-area .c-btnlist-box {
  background-color: #009944;
  padding: 5px 20px 10px;
  /*	height: 100%;*/
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.c-btnlist-area02 .c-btnlist-box {
  background-color: #009944;
  padding: 10px 20px 1px;
  height: 100%;
  width: 100%;
}
.c-btnlist-area02 .ttl,
.c-btnlist-area .ttl {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #009944;
  text-align: center;
  padding: 15px 10px 0;
}
.c-btnlist-area .p-btn {
  margin-bottom: 10px;
}
.c-btnlist-area02 .p-btn {
  margin: 20px auto;
}
.c-btnlist-area .p-btn,
.c-btnlist-area02 .p-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-btnlist-area02 .p-btn-prim:hover,
.c-btnlist-area .p-btn-prim:hover {
  background-color: #fff;
  opacity: 0.8;
  color: #009944;
}
.c-btnlist-area .p-btn-prim.u-arrow:after,
.p-btn.u-arrow:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  top: auto;
  bottom: 5px;
  right: 50%;
  margin-top: 0;
  margin-right: -0.125em;
}
.c-btnlist-area .p-btn-prim.u-arrow,
.p-btn.u-arrow {
  padding-bottom: 20px;
}
.c-btnlist-area .c-btnlist-box .l-grid {
  width: 100%;
}
.c-btnlist-area .c-btnlist-box .l-grid li {
  margin-bottom: 0;
}
.c-btnlist-txt {
  color: #fff;
  margin-bottom: 20px;
}

.c-btnlist-area03 {
  background-color: #009944;
  padding: 15px;
}
.c-txtbtn {
  background: #fff;
  color: #009944;
  display: block;
  padding: 15px;
  border-radius: 8px;
}
.c-txtbtn:hover {
  opacity: 0.8;
}
.c-txtbtn .ttl {
  border-bottom: 1px solid #009944;
  padding-bottom: 7px;
  margin-bottom: 15px;
  position: relative;
}
.c-txtbtn .ttl:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -14px;
}

.link-btn-box {
  background: #ebebeb;
  padding: 2em 1.5em;
  padding-bottom: calc(2em - 10px);
}
@media screen and (max-width: 767px) {
  .link-btn-box li:last-child {
    padding-bottom: 0;
  }
}
.link-btn-box ul li a.p-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 15px;
  height: 61px;
}

.p-btn.p-btn-normal {
  background-color: #fff;
  color: #009944;
  border: solid 1px #009944;
  border-radius: 4px;
  display: inline-block;
}
.p-btn.p-btn-normal:hover {
  background-color: #009944;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-btnlist-area .p-btn-prim.u-arrow {
    min-height: 55px;
    height: 88%;
    width: 100%;
  }
  .c-btnlist-area03 {
    padding: 30px;
  }
  .c-btnlist-area02 .ttl,
  .c-btnlist-area .ttl {
    padding: 15px 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .c-btnlist-area > ul > li {
    /*		width: 49%;*/
    width: 100%;
    margin-bottom: 20px;
  }
  .c-btnlist-area > ul > li.col-2 {
    width: 100%;
  }
  .c-btnlist-area > ul > li:nth-child(3n) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .c-btnlist-area > ul > li:nth-child(3n) .c-btnlist-box {
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*
	.c-btnlist-area > ul > li:nth-child(3n) .p-btn {
		width: 49%;
	}
*/
  .c-btnlist-area .c-btnlist-box {
    padding: 10px 4% 10px;
    height: calc(100% - 50px);
  }
  .c-btnlist-area .c-btnlist-box-ttiLong {
    height: inherit;
  }
  /* 見出しが2行以上用 */
  .c-btnlist-area .p-btn {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .c-btnlist-area .c-btnlist-box .l-grid li {
    width: 100%;
  }
}

/*acordion*/
.acc-box,
.acc-box-en {
  background-color: #fff6eb;
  padding: 0 3.125%;
}
.acc-box:not(:last-of-type),
.acc-box-en:not(:last-of-type) {
  margin-bottom: 20px;
}
.acc-box dt,
.acc-box-en dt {
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 15px 0;
}
.acc-box dt:hover,
.acc-box-en dt:hover {
  cursor: pointer;
}
.acc-box dt .acc-open,
.acc-box-en dt .acc-open {
  float: right;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #f08200;
}
.acc-box dt .acc-text,
.acc-box-en dt .acc-text {
  display: inline-block;
  width: calc(100% - 85px);
}
.acc-box.is-close dd,
.acc-box-en.is-close dd {
  display: none;
}
.acc-box dd,
.acc-box-en dd {
  padding: 15px 0;
}
@media screen and (min-width: 768px) {
  .acc-box,
  .acc-box-en {
    padding: 0 25px;
  }
  .acc-box dt,
  .acc-box-en dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .acc-box dt .acc-open,
  .acc-box-en dt .acc-open {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .acc-box dt .acc-text,
  .acc-box-en dt .acc-text {
    width: calc(100% - 120px);
  }
}

.acc-box02 .c-ttl-wrap > * {
  float: left;
}
.acc-box02 .accBtn:hover {
  cursor: pointer;
}
.acc-box02 .acc-open {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  float: right;
  margin-right: 15px;
  line-height: 1.4;
  padding-top: 1px;
}
@media all and (-ms-high-contrast: none) {
  .acc-box02 .acc-open {
    padding-top: 5px;
  }
}
.acc-box02 .acc-content {
  display: none;
  padding-top: 20px;
}

.c-topics {
  border: 1px solid #f08200;
  padding: 30px 4.5%;
  position: relative;
}
.c-topics span.ttl {
  position: absolute;
  background-color: #fff;
  top: -12px;
  padding: 0 15px;
  color: #f08200;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}
.c-topics .c-imgbox-txt .txt {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.c-topics .c-imgbox-txt > *:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .c-topics {
    padding: 35px;
  }
}
@media screen and (min-width: 400px) and (max-width: 767px) {
  .c-imgbox-txt.landw50 {
    width: 50%;
  }
}

/*  table  */
.table-wrap {
  width: 100%;
  margin-bottom: 10px;
}
.table {
  width: 100%;
  table-layout: fixed;
}
.table th,
.table td {
  border: 1px solid #d3d3d3;
  padding: 15px;
  background-color: #fff;
}
.table td {
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
}
.table th {
  background-color: #009944;
  color: #fff;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}
.table th.type02 {
  text-align: center;
}
.table .type03 {
  text-align: right;
}
.table th.thcolor02 {
  background-color: #e8fff2;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: inherit;
}
.table th.thcolor02.l-inner {
  padding-left: 4rem;
} /*20190510追加*/
.table th.thcolor03 {
  background-color: #f4f4f4;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: inherit;
}
.table.layout-type02 {
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .fz12 {
    font-size: 1.2rem !important;
  }
}
@media screen and (max-width: 767px) {
  .table-wrap {
    border: 1px solid #d3d3d3;
    overflow: auto;
    padding: 15px;
  }
  .table-wrap .table {
    width: 700px;
    box-sizing: border-box;
    word-break: break-word;
  }
  .table {
    box-sizing: border-box;
  }
  .table.spsmart th {
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
    word-break: break-word;
  }
  .table th.thcolor02.l-inner {
    padding-left: 2.9rem;
  } /*20190510追加*/
  .layout-type01 {
    width: 1100px;
  }
  .sp-img-fullwidth {
    width: 100% !important;
    padding: 0 !important;
    text-align: center;
  }
  .sp-table-fullwidth {
    width: 100% !important;
    max-width: 100% !important;
  }
  .acc-box02 .c-ttl-wrap {
    padding: 8px 35px 8px 10px;
    position: relative;
  }
  .acc-box02 .acc-open {
    margin-right: 0;
    position: absolute;
    right: 10px;
    width: 24px;
    height: 33px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .c-grid-tbl > * {
    display: inline-block;
    padding-right: 5%;
  }
}

.arrow_ander {
  text-align: center;
  position: relative;
  min-height: 40px;
}
.arrow_ander span {
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #009944;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
}

/*popup*/
#headerArea .l-inner,
#footerArea .l-inner {
  padding-top: 15px;
  padding-bottom: 15px;
}

.chart-legend {
  border: 2px solid #ccc;
  border-radius: 8px;
  padding: 12px;
  display: inline-block;
}
.chart-legend ul li,
.chart-legend dl dt,
.chart-legend dl dd {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.chart-legend ul li {
  margin: 0 8px;
}
.chart-legend ul li .legend {
  width: 26px;
  height: 15px;
  display: inline-block;
}
.chart-legend ul li .legend.color01 {
  background: #ffe2a1;
}
.chart-legend ul li .legend.color02 {
  background: #c5eaff;
}
.chart-legend dl dt {
  margin-right: 8px;
}
.c-img-ontitle .chart-legend dt {
  background: none;
  color: inherit;
  font-size: inherit;
  font-weight: normal;
  margin-bottom: 0;
}
.c-img-ontitle .chart-legend img {
  width: auto;
}

.widthicon li img {
  max-width: 60px;
}

.widthicon .icon.flex ul {
  margin: 0 -5px;
}
.widthicon .icon.flex li {
  padding: 0 5px;
}

/*google chart*/
.target_short {
  width: 100%;
  height: 250px;
}
.target_normal {
  width: 100%;
  height: 300px;
}
.target_normal02 {
  width: 100%;
  height: 350px;
}
.target_high {
  width: 100%;
  height: 550px;
}
.target_short.mttype01 {
  margin-top: 59px;
}
.target_normal02.mttype01 {
  margin-top: 58px;
}
@media all and (-ms-high-contrast: none) {
  .target_short.mttype01 {
    margin-top: 67px !important;
  } /* IE10 */
}

.fParent {
  display: flex;
}
.fParent img {
  max-width: initial;
  padding: 0 25px 0 0;
}
.fParent a {
  margin: auto;
  margin-top: 50px;
  width: 350px;
}

@media screen and (max-width: 767px) {
  .fParent {
    flex-direction: column;
  }
  .fParent img {
    max-width: 100%;
    padding: 0 0 15px 0;
  }
  .fParent div:first-child {
    text-align: center;
  }
  .fParent a {
    margin-top: 15px;
  }
}
