@charset "UTF-8";
/* =====共通CSS===== */
/* Reset
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

p {
  max-height: 100%;
}

header, menu, nav, footer,
section, article, aside,
details, summary,
figure, figcaption {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img {
  max-width: 100%;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #4c4948;
}

a:focus {
  outline: none;
}

a img {
  border: none;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  overflow: auto;
}

label {
  cursor: pointer;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
  transition: 0.4s;
}

a[href^="tel:"] {
  pointer-events: none;
}

strong {
  font-weight: normal;
}

ul, ol {
  list-style-type: none;
}

body {
  width: 100%;
  font-family: "游ゴシック体";
  color: #3C3C3C;
  box-sizing: border-box;
}

.sp {
  display: none;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.4s;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 360px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* =====sec01===== */
.sec01 {
  width: 100%;
  padding: 100px 0;
  background: url(../images/jihichiryo/bg01.png) center center/cover repeat;
}
.sec01 .title {
  position: relative;
  width: 380px;
  margin: 0 auto 60px;
  font-size: 28px;
  font-family: "游明朝体";
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1.75;
}
.sec01 .title:before, .sec01 .title:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 74px;
  background: url(../images/jihichiryo/border01.png) center center/cover no-repeat;
}
.sec01 .title:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec01 .title:after {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec01 .list {
  display: flex;
  justify-content: center;
}
.sec01 .list01, .sec01 .list02 {
  margin: 0 0 25px;
}
.sec01 .item {
  width: 160px;
  height: 76px;
  margin: 0 7px;
  background: #fff;
  box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.26);
  text-align: center;
}
.sec01 .item a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 24px 0 0;
  font-size: 18px;
  font-weight: 700;
  color: #3C3C3C;
}
.sec01 .list.list01 .item {
  border: 1px solid #13A73D;
}
.sec01 .list.list02 .item {
  border: 1px solid #FF7F00;
  background: #FFF2E3;
}
.sec01 .list.list03 .item {
  border: 1px solid #13A73D;
  background: #F3FFF4;
}
.sec01 .list01 .item:nth-of-type(1) a,
.sec01 .list02 .item:nth-of-type(2) a,
.sec01 .list02 .item:nth-of-type(3) a {
  padding: 12px 0 0;
}
@media screen and (max-width: 768px) {
  .sec01 {
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
    background: url(../images/jihichiryo/bg01.png) center center/cover repeat;
  }
  .sec01 .title {
    position: relative;
    width: 270px;
    max-width: 100%;
    margin: 0 auto 30px;
    font-size: 22px;
    font-family: "游明朝体";
    font-weight: 600;
    letter-spacing: 0.2em;
    text-align: center;
    line-height: 1.75;
  }
  .sec01 .title:before, .sec01 .title:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 37px;
    background: url(../images/jihichiryo/border01.png) center center/cover no-repeat;
  }
  .sec01 .title:before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .sec01 .title:after {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .sec01 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec01 .list01, .sec01 .list02 {
    margin: 0 0 25px;
  }
  .sec01 .item {
    width: 160px;
    max-width: 44%;
    height: 76px;
    margin: 0 7px;
    background: #fff;
    box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.26);
    text-align: center;
  }
  .sec01 .item:not(:last-of-type) {
    margin: 0 7px 25px;
  }
  .sec01 .item a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 24px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #3C3C3C;
  }
  .sec01 .list.list01 .item {
    border: 1px solid #13A73D;
  }
  .sec01 .list.list02 .item {
    border: 1px solid #FF7F00;
    background: #FFF2E3;
  }
  .sec01 .list.list03 .item {
    border: 1px solid #13A73D;
    background: #F3FFF4;
  }
  .sec01 .list01 .item:nth-of-type(1) a,
  .sec01 .list02 .item:nth-of-type(2) a,
  .sec01 .list02 .item:nth-of-type(3) a {
    padding: 12px 0 0;
  }
}

/* =====sec02===== */
.sec02 {
  width: 100%;
  padding: 50px 0;
  background: #EFF9F3;
}
.sec02 .inner {
  width: 870px;
  margin: 0 auto;
}
.sec02 .cont {
  width: 100%;
  padding: 60px 80px;
  box-sizing: border-box;
  background: #fff;
}
.sec02 .cont01, .sec02 .cont02 {
  margin: 0 0 50px;
}
.sec02 .cont_title {
  width: 646px;
  height: 85px;
  border: 3px solid #13A73D;
  border-radius: 42.5px;
  margin: 0 auto 30px;
  font-size: 32px;
  font-weight: 700;
  font-family: "游ゴシック体";
  text-align: center;
  line-height: 85px;
}
.sec02 .cont_text {
  font-size: 18px;
}
.sec02 .cont.cont01 {
  text-align: center;
}
.sec02 .cont.cont01 .cont_text {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1em;
}
.sec02 .cont.cont01 .cont_text:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.sec02 .dlist {
  width: 100%;
  border: 1px solid #13A73D;
  box-sizing: border-box;
}
.sec02 .cont01 .dlist {
  margin: 0 0 30px;
}
.sec02 .row {
  display: flex;
}
.sec02 .term, .sec02 .data {
  width: 50%;
  padding: 18px 0;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.sec02 .term {
  border-right: 1px solid #13A73D;
}
.sec02 .data {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
}
.sec02 .row:not(:last-of-type) .term, .sec02 .row:not(:last-of-type) .data {
  border-bottom: 1px solid #13A73D;
}
.sec02 .cont02 .cont_text {
  margin: 0 0 20px;
}
.sec02 .middle_title {
  width: 640px;
  padding: 20px 0;
  border-top: 1px dashed #3C3C3C;
  border-bottom: 1px dashed #3C3C3C;
  margin: 0 auto 30px;
  font-size: 27px;
  font-weight: 700;
  color: #FA611D;
  text-align: center;
}
.sec02 .cont03 .cont_text:nth-of-type(1) {
  margin: 0 0 30px;
}
.sec02 .cont03 .deseaselist {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
}
.sec02 .cont03 .desease {
  padding: 12px 20px;
  border: 1px solid #13A73D;
  margin: 0 12px 0 0;
  font-size: 18px;
  font-weight: 700;
}
.sec02 .cont03 .box.box01 .cont_text {
  padding: 0 0 0 1em;
}
.sec02 .cont_text .color {
  display: block;
  padding: 0 0 5px;
  font-size: 18px;
  font-weight: 700;
  color: #13A73D;
}
.sec02 .box {
  margin: 0 0 40px;
}
.sec02 .cont03 .deseaselist.list03 .desease:not(:last-of-type) {
  margin: 0 12px 12px 0;
}
.sec02 .box.box04 {
  margin: 0 0 50px;
}
.sec02 .box.box04 .desease {
  display: inline-block;
  margin: 0 0 12px;
}
.sec02 .box.box04 .dotslist {
  margin: 0 0 20px;
}
.sec02 .box.box04 .dotsitem {
  position: relative;
  padding: 0 0 0 1em;
  font-size: 18px;
}
.sec02 .box.box04 .dotsitem:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.sec02 .cont03 .lower .cont_text {
  position: relative;
  padding: 0 0 0 1em;
  margin: 0 0 20px 1em;
}
.sec02 .cont03 .lower .cont_text:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.sec02 .cont03 .lower .dlist.list01 {
  margin: 0 0 10px;
}
.sec02 .cont03 .lower .dlist.list02 {
  margin: 0 0 40px;
}
.sec02 .cont03 .lower .term .small {
  font-size: 13px;
}
.sec02 .cont03 .lower .dlist.list03 .row.row04 .term .item, .sec02 .cont03 .lower .dlist.list03 .row.row05 .term .item, .sec02 .cont03 .lower .dlist.list03 .row.row07 .term .item {
  position: relative;
  padding: 0 0 0 1em;
  text-align: left;
}
.sec02 .cont03 .lower .dlist.list03 .row.row04 .term .item:before, .sec02 .cont03 .lower .dlist.list03 .row.row05 .term .item:before, .sec02 .cont03 .lower .dlist.list03 .row.row07 .term .item:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .sec02 {
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
    background: #EFF9F3;
  }
  .sec02 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec02 .cont {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
    background: #fff;
  }
  .sec02 .cont01, .sec02 .cont02 {
    margin: 0 0 50px;
  }
  .sec02 .cont_title {
    width: 100%;
    height: 70px;
    border: 3px solid #13A73D;
    border-radius: 42.5px;
    margin: 0 auto 30px;
    font-size: 18px;
    font-weight: 700;
    font-family: "游ゴシック体";
    text-align: center;
    line-height: 70px;
  }
  .sec02 .cont.cont01 {
    text-align: left;
  }
  .sec02 .cont_text {
    font-size: 16px;
  }
  .sec02 .dlist {
    width: 100%;
    border: 1px solid #13A73D;
    box-sizing: border-box;
  }
  .sec02 .cont01 .dlist {
    margin: 0 0 30px;
  }
  .sec02 .row {
    display: flex;
  }
  .sec02 .term, .sec02 .data {
    width: 50%;
    padding: 18px 0;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
  }
  .sec02 .data {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
  }
  .sec02 .row:not(:last-of-type) .term, .sec02 .row:not(:last-of-type) .data {
    border-bottom: 1px solid #13A73D;
  }
  .sec02 .cont02 .cont_text {
    margin: 0 0 20px;
  }
  .sec02 .cont02 .term {
    font-size: 15px;
  }
  .sec02 .middle_title {
    width: 100%;
    padding: 10px 0;
    border-top: 1px dashed #3C3C3C;
    border-bottom: 1px dashed #3C3C3C;
    margin: 0 auto 30px;
    font-size: 17px;
    font-weight: 700;
    color: #FA611D;
    text-align: center;
  }
  .sec02 .cont03 .cont_text:nth-of-type(1) {
    margin: 0 0 30px;
  }
  .sec02 .cont03 .deseaselist {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .sec02 .cont03 .desease {
    padding: 6px 12px;
    border: 1px solid #13A73D;
    margin: 0 12px 12px 0;
    font-size: 15px;
    font-weight: 700;
  }
  .sec02 .cont03 .box.box01 .cont_text {
    padding: 0 0 0 1em;
  }
  .sec02 .cont_text .color {
    display: block;
    padding: 0 0 5px;
    font-size: 16px;
    font-weight: 700;
    color: #13A73D;
  }
  .sec02 .box {
    margin: 0 0 40px;
  }
  .sec02 .cont03 .deseaselist.list03 .desease:not(:last-of-type) {
    margin: 0 12px 12px 0;
  }
  .sec02 .box.box03 .cont_text {
    position: relative;
    padding: 0 0 0 1em;
  }
  .sec02 .box.box03 .cont_text:before {
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
    color: #13A73D;
  }
  .sec02 .box.box04 {
    margin: 0 0 50px;
  }
  .sec02 .box.box04 .desease {
    display: inline-block;
    margin: 0 0 12px;
  }
  .sec02 .box.box04 .dotslist {
    margin: 0 0 20px;
  }
  .sec02 .box.box04 .dotsitem {
    position: relative;
    padding: 0 0 0 1em;
    font-size: 16px;
  }
  .sec02 .box.box04 .dotsitem:before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
  }
  .sec02 .cont03 .lower .cont_text {
    position: relative;
    padding: 0 0 0 1em;
    margin: 0 0 20px 1em;
  }
  .sec02 .cont03 .lower .cont_text:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }
  .sec02 .cont03 .lower .dlist.list01 {
    margin: 0 0 10px;
  }
  .sec02 .cont03 .lower .dlist.list02 {
    margin: 0 0 40px;
  }
  .sec02 .cont03 .lower .term .small {
    font-size: 14px;
  }
  .sec02 .cont03 .lower .term .list {
    padding: 0 5px;
  }
  .sec02 .cont03 .lower .dlist.list03 .row.row05 .term .item {
    position: relative;
    padding: 0 0 0 1em;
    text-align: left;
  }
  .sec02 .cont03 .lower .dlist.list03 .row.row05 .term .item:before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
  }
}

/* =====sec03===== */
.sec03 {
  width: 100%;
  padding: 50px 0;
  background: #FFF2E3;
}
.sec03 .inner {
  width: 870px;
  margin: 0 auto;
}
.sec03 .cont {
  width: 100%;
  padding: 60px 80px;
  box-sizing: border-box;
  background: #fff;
}
.sec03 .cont01, .sec03 .cont02, .sec03 .cont03 {
  margin: 0 0 50px;
}
.sec03 .cont_title {
  width: 646px;
  height: 85px;
  border: 3px solid #FF7F00;
  border-radius: 42.5px;
  margin: 0 auto 30px;
  background: #FFF1E6;
  font-size: 32px;
  font-weight: 700;
  font-family: "游ゴシック体";
  text-align: center;
  line-height: 85px;
}
.sec03 .cont_text {
  font-size: 18px;
}
.sec03 .dlist {
  width: 100%;
  border: 1px solid #FA611D;
  box-sizing: border-box;
}
.sec03 .row {
  display: flex;
}
.sec03 .term, .sec03 .data {
  padding: 40px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.sec03 .term {
  width: 60%;
}
.sec03 .data {
  width: 40%;
}
.sec03 .term {
  border-right: 1px solid #FA611D;
}
.sec03 .row:not(:last-of-type) .term, .sec03 .row:not(:last-of-type) .data {
  border-bottom: 1px solid #FA611D;
}
.sec03 .cont.cont01 .dlist {
  margin: 0 0 20px;
}
.sec03 .cont.cont02 .dlist {
  margin: 0 0 20px;
}
.sec03 .cont.cont02 .dlist .small {
  font-size: 12px;
}
.sec03 .cont.cont02 .cont_text {
  position: relative;
  padding: 0 0 0 1em;
}
.sec03 .cont.cont02 .cont_text:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.sec03 .cont.cont03 .term .small {
  display: block;
  margin: 10px 0 0;
  font-size: 15px;
  font-weight: 700;
}
.sec03 .cont.cont03 .data {
  padding: 70px 0 0;
}
.sec03 .cont.cont03 .data .small {
  font-size: 12px;
}
.sec03 .cont.cont04 .data {
  margin: auto;
}
.sec03 .cont.cont04 .data .small {
  display: block;
  margin: 10px 0 0;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec03 {
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
    background: #FFF2E3;
  }
  .sec03 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec03 .cont {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
    background: #fff;
  }
  .sec03 .cont01, .sec03 .cont02 {
    margin: 0 0 50px;
  }
  .sec03 .cont_title {
    width: 100%;
    height: 70px;
    border: 3px solid #FF7F00;
    border-radius: 42.5px;
    margin: 0 auto 30px;
    background: #FFF1E6;
    font-size: 18px;
    font-weight: 700;
    font-family: "游ゴシック体";
    text-align: center;
    line-height: 70px;
  }
  .sec03 .cont_text {
    font-size: 16px;
  }
  .sec03 .dlist {
    width: 100%;
    border: 1px solid #FA611D;
    box-sizing: border-box;
  }
  .sec03 .row {
    display: flex;
  }
  .sec03 .term, .sec03 .data {
    padding: 40px 0;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
  }
  .sec03 .term {
    width: 60%;
  }
  .sec03 .data {
    width: 40%;
  }
  .sec03 .term {
    border-right: 1px solid #FA611D;
  }
  .sec03 .row:not(:last-of-type) .term, .sec03 .row:not(:last-of-type) .data {
    border-bottom: 1px solid #FA611D;
  }
  .sec03 .cont.cont01 .term {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec03 .cont.cont01 .dlist {
    margin: 0 0 20px;
  }
  .sec03 .cont.cont01 .cont_text {
    position: relative;
    padding: 0 0 0 1em;
    text-align: left;
  }
  .sec03 .cont.cont01 .cont_text:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }
  .sec03 .cont.cont02 .cont_title {
    padding: 10px 0 0;
    line-height: 1.2;
    box-sizing: border-box;
  }
  .sec03 .cont.cont02 .term {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec03 .cont.cont02 .dlist {
    margin: 0 0 20px;
  }
  .sec03 .cont.cont02 .cont_text {
    position: relative;
    padding: 0 0 0 1em;
  }
  .sec03 .cont.cont02 .cont_text:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }
  .sec03 .cont.cont03 .term .small {
    display: block;
    margin: 10px 0 0;
    font-size: 15px;
    font-weight: 700;
  }
  .sec03 .cont.cont03 .data {
    padding: 70px 0 0;
  }
  .sec03 .cont.cont03 .data .small {
    font-size: 12px;
  }
}

/* =====sec04===== */
.sec04 {
  width: 100%;
  padding: 50px 0;
  background: #F3FFF4;
}
.sec04 .inner {
  width: 870px;
  margin: 0 auto;
}
.sec04 .cont {
  width: 100%;
  padding: 60px 80px;
  box-sizing: border-box;
  background: #fff;
}
.sec04 .cont.cont0 .data {
  margin: auto;
}
.sec04 .cont01 {
  margin: 0 0 50px;
}
.sec04 .cont_title {
  width: 646px;
  height: 85px;
  border: 3px solid #13A73D;
  border-radius: 42.5px;
  margin: 0 auto 30px;
  background: #F3FFF4;
  font-size: 32px;
  font-weight: 700;
  font-family: "游ゴシック体";
  text-align: center;
  line-height: 85px;
}
.sec04 .cont_text {
  font-size: 18px;
}
.sec04 .dlist {
  width: 100%;
  border: 1px solid #13A73D;
  box-sizing: border-box;
}
.sec04 .cont01 .dlist {
  margin: 0 0 30px;
}
.sec04 .row {
  display: flex;
}
.sec04 .term, .sec04 .data {
  padding: 18px 0;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.sec04 .cont.cont01 .term, .sec04 .cont.cont01 .data {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec04 .cont.cont02 .term {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec04 .term {
  width: 60%;
  border-right: 1px solid #13A73D;
}
.sec04 .data {
  width: 40%;
}
.sec04 .row:not(:last-of-type) .term, .sec04 .row:not(:last-of-type) .data {
  border-bottom: 1px solid #13A73D;
}
.sec04 .dlist.list01, .sec04 .dlist.list02 {
  margin: 0 0 50px;
}
.sec04 .middle_title {
  width: 640px;
  padding: 20px 0;
  border-top: 1px dashed #3C3C3C;
  border-bottom: 1px dashed #3C3C3C;
  margin: 0 auto 30px;
  font-size: 27px;
  font-weight: 700;
  color: #FA611D;
  text-align: center;
}
.sec04 .cont.cont02 .dlist {
  margin: 0 0 20px;
}
.sec04 .cont.cont02 .row .data .small {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .sec04 {
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
    background: #F3FFF4;
  }
  .sec04 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .sec04 .cont {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
    background: #fff;
  }
  .sec04 .cont01 {
    margin: 0 0 50px;
  }
  .sec04 .cont_title {
    width: 100%;
    height: 70px;
    border: 3px solid #13A73D;
    border-radius: 42.5px;
    margin: 0 auto 30px;
    background: #F3FFF4;
    font-size: 18px;
    font-weight: 700;
    font-family: "游ゴシック体";
    text-align: center;
    line-height: 70px;
  }
  .sec04 .cont_text {
    font-size: 16px;
  }
  .sec04 .dlist {
    width: 100%;
    border: 1px solid #13A73D;
    box-sizing: border-box;
  }
  .sec04 .cont01 .dlist {
    margin: 0 0 30px;
  }
  .sec04 .row {
    display: flex;
  }
  .sec04 .term, .sec04 .data {
    padding: 18px 0;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
  }
  .sec04 .term {
    width: 60%;
    border-right: 1px solid #13A73D;
  }
  .sec04 .data {
    width: 40%;
  }
  .sec04 .row:not(:last-of-type) .term, .sec04 .row:not(:last-of-type) .data {
    border-bottom: 1px solid #13A73D;
  }
  .sec04 .dlist.list01, .sec04 .dlist.list02 {
    margin: 0 0 50px;
  }
  .sec04 .middle_title {
    width: 100%;
    padding: 20px 0;
    border-top: 1px dashed #3C3C3C;
    border-bottom: 1px dashed #3C3C3C;
    margin: 0 auto 30px;
    font-size: 17px;
    font-weight: 700;
    color: #FA611D;
    text-align: center;
  }
  .sec04 .cont.cont02 .dlist {
    margin: 0 0 20px;
  }
  .sec04 .cont.cont02 .row .data .small {
    font-size: 15px;
  }
}

/* =====sec05===== */
.sec05 {
  width: 100%;
  padding: 50px 0;
  background: url(../images/jihichiryo/bg01.png) center center/cover repeat;
}
.sec05 .title {
  position: relative;
  width: 540px;
  margin: 0 auto 60px;
  font-size: 36px;
  font-family: "游明朝体";
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1.75;
}
.sec05 .title:before, .sec05 .title:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 74px;
  background: url(../images/jihichiryo/border01.png) center center/cover no-repeat;
}
.sec05 .title:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec05 .title:after {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec05 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1024px;
  margin: 0 auto;
}
.sec05 .item {
  width: 436px;
  height: 160px;
  margin: 0 35px;
  background: #fff;
  box-shadow: 8px 8px 12px rgba(204, 204, 204, 0.75);
}
.sec05 .item:not(:last-of-type) {
  margin: 0 35px 64px;
}
.sec05 .item a {
  z-index: 2;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 24px;
  font-family: "小塚ゴシック Pro";
  font-weight: 200;
  line-height: 160px;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec05 .item a:before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: 160px;
}
.sec05 .item a .text {
  display: block;
  width: 276px;
  margin: 0 0 0 auto;
}
.sec05 .item:nth-of-type(1) a:before {
  background: #FA611D url(../images/jihichiryo/icon01.png) center center/101px no-repeat;
}
.sec05 .item:nth-of-type(2) a:before {
  background: #FA611D url(../images/jihichiryo/icon02.png) center center/89px no-repeat;
}
.sec05 .item:nth-of-type(3) a:before {
  background: #FA611D url(../images/jihichiryo/icon03.png) center center/114px no-repeat;
}
@media screen and (max-width: 768px) {
  .sec05 {
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
    background: url(../images/jihichiryo/bg01.png) center center/cover repeat;
  }
  .sec05 .title {
    position: relative;
    width: 400px;
    max-width: 100%;
    margin: 0 auto 30px;
    font-size: 22px;
    font-family: "游明朝体";
    font-weight: 600;
    letter-spacing: 0.2em;
    text-align: center;
    line-height: 1.75;
  }
  .sec05 .title:before, .sec05 .title:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 37px;
    background: url(../images/jihichiryo/border01.png) center center/cover no-repeat;
  }
  .sec05 .title:before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .sec05 .title:after {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .sec05 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  .sec05 .item {
    width: 100%;
    height: 120px;
    margin: 0;
    background: #fff;
    box-shadow: 8px 8px 12px rgba(204, 204, 204, 0.75);
  }
  .sec05 .item:not(:last-of-type) {
    margin: 0 0 30px;
  }
  .sec05 .item a {
    z-index: 2;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-size: 18px;
    font-family: "小塚ゴシック Pro";
    font-weight: 200;
    line-height: 120px;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .sec05 .item a:before {
    z-index: 1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 120px;
  }
  .sec05 .item a .text {
    display: block;
    width: 70%;
    margin: 0 0 0 auto;
  }
  .sec05 .item:nth-of-type(1) a:before {
    background: #FA611D url(../images/jihichiryo/icon01.png) center center/70px no-repeat;
  }
  .sec05 .item:nth-of-type(2) a:before {
    background: #FA611D url(../images/jihichiryo/icon02.png) center center/65px no-repeat;
  }
  .sec05 .item:nth-of-type(3) a:before {
    background: #FA611D url(../images/jihichiryo/icon03.png) center center/80px no-repeat;
  }
}

footer {
  padding: 60px 0 0;
  background: url(../images/common/images/common_bg2.png);
  background-size: 100% 100%;
}

.pc_body #section5 {
  background: url(../images/common/images/common_bg4.png);
}

.pc_body #section5 .box2 .imgbox1 {
  width: calc(50% - 263px);
  float: left;
  position: relative;
  overflow: hidden;
  height: 370px;
}

.pc_body #section5 .box2 .imgbox2 {
  width: calc(50% - 263px);
  float: left;
  position: relative;
  overflow: hidden;
  height: 370px;
}

.pc_body #section5 .box2 .imgbox1 img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  min-width: 516px;
}

.pc_body #section5 .box2 .imgbox2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 516px;
}

.pc_body #section5 .box2 .txtbox {
  width: 526px;
  float: left;
}

.pc_body #section5 .box2 .txtbox img {
  height: 89px;
  margin: auto;
  display: block;
  padding: 30px 0;
}

.pc_body #section5 .box2 .txtbox h2 {
  text-align: center;
  color: #fa611d;
  font-size: 39px;
}

.pc_body #section5 .box2 .txtbox p {
  font-size: 19px;
  text-align: center;
  padding-bottom: 40px;
}

.pc_body #section5 .box2 .txtbox a {
  margin: auto;
}

.sp_body #section5 .box2 {
  position: relative;
}

.sp_body #section5 .box2 .imgbox1 img {
  width: 50%;
  margin: auto;
}

.sp_body #section5 .box2 .imgbox2 img {
  width: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
}

.sp_body #section5 .box2 .txtbox {
  width: 100%;
}

.sp_body #section5 .box2 .txtbox img {
  width: 20vw;
  margin: auto;
  display: block;
  padding: 5vw 0;
}

.sp_body #section5 .box2 .txtbox h2 {
  text-align: center;
  color: #fa611d;
  font-size: 7vw;
}

.sp_body #section5 .box2 .txtbox p {
  font-size: 5vw;
  text-align: center;
  padding-bottom: 10vw;
}

.sp_body #section5 .box2 .txtbox a {
  margin: auto;
  background: #fa611d;
}

.sp_body #section5 .box2 .txtbox a:hover {
  opacity: 0.3;
}

.btn_sec {
  width: 100%;
  height: 120px;
  padding: 20px 0 0;
  box-sizing: border-box;
}
.btn_sec .top_btn_box {
  width: 100px;
  height: 85px;
  margin: 0 auto;
  background: url(../images/common/images/common10_2.png);
  transition: all 0.5s ease;
  background-size: 100% 100%;
}
.btn_sec .top_btn_box a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

#section1 .box1 {
  background: url(../images/common/images/common_bg2.png);
  background-size: 100%;
  background-position: center;
}

.pc_body #section1 .box1 .inbox1 {
  width: 1020px;
  margin: auto;
}

.pc_body #section1 .box1 .inbox1 h2 {
  width: 620px;
  float: left;
  font-size: 42px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.sp_body #link1 {
  bottom: 25vw;
}

.sp_body #link2 {
  bottom: 15vw;
}

.sp_body #section1 .box1 .inbox1 {
  width: 100%;
  margin: auto;
}

.sp_body #section1 .box1 .inbox1 h2 {
  width: 95%;
  padding: 5vw 0;
  text-align: center;
  font-size: 7vw;
  color: #000;
}

.sp_body #section1 .box1 .inbox1 img {
  width: 100%;
}

.sp_body #section1 .box2 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.sp_body #section1 .box2 h3 {
  text-align: center;
  padding: 10vw 0;
  font-size: 5vw;
}

.sp_body #section1 .box2 p {
  width: 90%;
  margin: auto;
  padding-bottom: 10vw;
  font-size: 3.5vw;
}

.sp_body #section1 .box2 img {
  position: absolute;
  width: 20vw;
}

.sp_body #section1 .box2 .img1 {
  left: 2%;
  top: 7vw;
}

.sp_body #section1 .box2 .img2 {
  right: 2%;
  top: 7vw;
}

@media screen and (min-width: 769px) {
  footer .box1 .inbox2 p {
    font-size: 28px;
  }
}/*# sourceMappingURL=jihichiryo_202502.css.map */