@charset "UTF-8";
/* ===============================================================================
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, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

button {
  border: none;
}

/* ===============================================================================
Body Setting
=============================================================================== */
html, body {
  font-family: "メイリオ", Meiryo, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.5;
  color: #000;
}

@media screen and (max-width: 768px) {
  html, body {
    font-size: 12px;
    overflow-x: hidden;
  }
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  vertical-align: top;
  max-width: 100%;
}

.clrF::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

/* ===============================================================================
HeaderArea
=============================================================================== */
#headerArea {
  padding: 25px 0 22px;
  border: solid 1px #000;
  min-width: 1080px;
  box-sizing: border-box;
}

#headerArea > .inner {
  width: 1000px;
  padding: 0 40px;
  margin: 0 auto;
}

#headerArea #headerLogo {
  width: 171px;
  margin-left: 7px;
  float: left;
}

#headerArea #headerLogo a:hover {
  opacity: .7;
}

#headerArea #gNav {
  float: right;
}

#headerArea #gNav .block03 .list {
  font-size: 0;
  margin: 15px 8px 0 0;
}

#headerArea #gNav .block03 .list li {
  display: inline-block;
  padding: 0 21px;
  border-right: solid 2px #fc593d;
}

#headerArea #gNav .block03 .list li a {
  display: block;
  color: #fc593d;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

#headerArea #gNav .block03 .list li a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 4px;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fc593d;
  transition-duration: .3s;
}

#headerArea #gNav .block03 .list li a:hover {
  text-decoration: none;
}

#headerArea #gNav .block03 .list li a:hover::after {
  width: 100%;
}

#headerArea #gNav .block03 .list li a span {
  padding-right: 8px;
}

#headerArea #gNav .block03 .list li:first-child {
  border-left: solid 2px #fc593d;
}

@media screen and (max-width: 768px) {
  #headerArea {
    padding: 19px 0 7px;
    background: #fff;
    box-sizing: border-box;
    height: 84px;
    border-width: 0 0 1px;
    min-width: auto;
    position: relative;
    z-index: 3;
  }
  #headerArea > .inner {
    width: auto;
    padding: 0;
  }
  #headerArea > .inner > .navBtn {
    width: 47px;
    margin-right: 17px;
    float: right;
    font-size: 1.458rem;
    line-height: 1;
    color: #fc593d;
    padding-top: 40px;
    background: url(../img/header_btn01.png) no-repeat 0 0;
    background-size: 100% auto;
    cursor: pointer;
  }
  #headerArea #headerLogo {
    width: 131px;
    margin: 5px 0 0 17px;
    float: left;
  }
  #headerArea #headerLogo a:hover {
    opacity: .7;
  }
  #headerArea #gNav {
    float: none;
    position: absolute;
    z-index: 2;
    top: 83px;
    right: -275px;
    width: 275px;
    background: #fd593e;
    box-sizing: border-box;
    padding: 30px 17px 62px 13px;
    transition-duration: .2s;
  }
  #headerArea #gNav.active {
    right: 0;
  }
  #headerArea #gNav .block01 {
    position: absolute;
    top: -83px;
    right: 0;
  }
  #headerArea #gNav .block01 .navBtn {
    width: 80px;
    box-sizing: border-box;
    height: 83px;
    font-size: 1.083rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    padding-top: 52px;
    background: #fd593e url(../img/header_btn02.png) no-repeat center 22px;
    background-size: 21px auto;
    cursor: pointer;
  }
  #headerArea #gNav .block02 {
    margin-bottom: 27px;
  }
  #headerArea #gNav .block02 .tel a {
    display: block;
    background: #fff url(../img/header_ico01.png) no-repeat 48px center;
    background-size: 19px auto;
    font-size: 1.458rem;
    padding: 8px 10px 6px 77px;
    font-weight: bold;
  }
  #headerArea #gNav .block02 .tel a:hover {
    text-decoration: none;
  }
  #headerArea #gNav .block03 .text {
    font-size: 1.458rem;
    color: #fff;
    margin: 0 0 17px 17px;
    font-weight: bold;
  }
  #headerArea #gNav .block03 .list {
    font-size: 0;
    margin: 0;
    border-top: 2px solid #fff;
  }
  #headerArea #gNav .block03 .list li {
    display: block;
    padding: 0;
    border-right: none;
    border-bottom: 2px solid #fff;
  }
  #headerArea #gNav .block03 .list li a {
    padding: 22px 10px 21px 43px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: normal;
    background: url(../img/header_ico02.png) no-repeat 15px center;
    background-size: 13px auto;
  }
  #headerArea #gNav .block03 .list li a::after {
    content: none;
  }
  #headerArea #gNav .block03 .list li a span {
    padding-right: 4px;
  }
  #headerArea #gNav .block03 .list li:first-child {
    border-left: solid 2px #fc593d;
  }
}

/* ===============================================================================
FooterArea
=============================================================================== */
#footerArea {
  min-width: 1080px;
}

#footerArea .inner {
  width: 1080px;
  box-sizing: border-box;
  padding: 0 40px;
  margin: 0 auto;
}

#footerArea .block01 {
  padding: 9px 0;
}

#footerArea .block01 #footerLogo {
  width: 154px;
  margin: 0 auto;
}

#footerArea .block01 #footerLogo img {
  display: block;
  width: 145px;
}

#footerArea .block02 {
  border-top: #fd593d 9px solid;
  padding: 38px 0 80px;
  text-align: center;
  font-size: 0;
}

#footerArea .block02 .list {
  margin-bottom: 32px;
}

#footerArea .block02 .list li {
  display: inline-block;
  padding: 0 8px 0 9px;
  border-right: solid #fc593d 1px;
}

#footerArea .block02 .list li:first-child {
  border-left: solid #fc593d 1px;
}

#footerArea .block02 .list li a {
  color: #fc593d;
  font-size: 1.125rem;
  line-height: 1;
}

#footerArea .block02 #copyright {
  color: #fc593d;
  font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
  #footerArea {
    min-width: auto;
  }
  #footerArea .inner {
    width: auto;
    padding: 0;
  }
  #footerArea .block01 {
    padding: 10px 0 23px;
  }
  #footerArea .block01 #footerLogo {
    width: 102px;
    margin: 0 auto;
  }
  #footerArea .block01 #footerLogo img {
    width: 102px;
  }
  #footerArea .block02 {
    border-top: #fd593d 5px solid;
    padding: 21px 0 40px;
    text-align: center;
    font-size: 0;
  }
  #footerArea .block02 .list {
    margin-bottom: 12px;
  }
  #footerArea .block02 .list li {
    padding: 0 5px;
  }
  #footerArea .block02 .list li a {
    font-size: 1rem;
  }
  #footerArea .block02 #copyright {
    font-size: 1rem;
  }
}

/* ===============================================================================
ContentsArea
=============================================================================== */
#contentsArea {
  min-width: 1080px;
}

#contentsArea .fixBtn01 {
  display: none;
  position: fixed;
  right: 0;
  top: 35%;
}

#contentsArea .fixBtn01 a {
  display: block;
  position: relative;
  top: -239px;
}

#contentsArea .fixBtn01 a:hover {
  opacity: .7;
}

@media screen and (max-width: 768px) {
  #contentsArea {
    min-width: auto;
  }
  #contentsArea .fixBtn01 {
    display: none !important;
  }
  #contentsArea .shadow {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
  }
  #contentsArea .shadow.active {
    display: block;
  }
}

/* mainVisual 
============================== */
.mainVisual {
  position: relative;
  min-width: 1080px;
  border-bottom: solid 2px #b4b4b4;
}

.mainVisual .slide {
  font-size: 0;
}

.mainVisual .text {
  position: absolute;
  bottom: -180px;
  right: 2px;
}

@media screen and (max-width: 768px) {
  .mainVisual {
    min-width: auto;
    border-bottom: none;
  }
  .mainVisual .text {
    display: none;
  }
}

/* contentsBlock01
============================== */
.contentsBlock01 {
  background: #f0f0f0;
  padding: 60px 0 53px;
  margin-bottom: 77px;
  min-width: 1080px;
}

.contentsBlock01 .inner {
  width: 1000px;
  padding: 0 40px;
  margin: 0 auto;
}

.contentsBlock01 .block01 {
  background: url(../img/contents_bg01.png) no-repeat top center;
  background-size: 100% auto;
  width: 602px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 18px 60px 18px 78px;
  min-height: 421px;
}

.contentsBlock01 .block01 .heading {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fc593d;
  margin-bottom: 3px;
}

.contentsBlock01 .block01 .heading span {
  margin-right: 11px;
}

.contentsBlock01 .block01 .text {
  font-size: 1.125rem;
  line-height: 1.67;
  padding-left: 5px;
}

@media screen and (max-width: 768px) {
  .contentsBlock01 {
    padding: 54px 0 51px;
    margin-bottom: 44px;
    min-width: auto;
  }
  .contentsBlock01 .inner {
    width: auto;
    padding: 0;
  }
  .contentsBlock01 .block01 {
    width: 91.2%;
    max-width: 420px;
    padding: 10px 0 0;
    min-height: auto;
  }
  .contentsBlock01 .block01 .heading {
    font-size: 1.958rem;
    width: 76%;
    margin: 0 auto;
    margin-bottom: 7px;
  }
  .contentsBlock01 .block01 .heading span {
    margin-right: 11px;
  }
  .contentsBlock01 .block01 .text {
    width: 76%;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 2;
    padding-left: 5px;
  }
}

/* contentsBlock02
============================== */
.contentsBlock02 {
  margin-bottom: 113px;
}

.contentsBlock02 .inner {
  width: 1000px;
  padding: 0 40px;
  margin: 0 auto;
}

.contentsBlock02 .block01 {
  margin-bottom: 69px;
  text-align: center;
}

.contentsBlock02 .block01 .heading {
  display: inline-block;
  margin: 0 auto;
}

.contentsBlock02 .block01 .heading h2 .left {
  display: block;
  width: 223px;
  margin-right: 19px;
  float: left;
}

.contentsBlock02 .block01 .heading h2 .right {
  text-align: left;
  display: block;
  float: right;
}

.contentsBlock02 .block01 .heading h2 .right span:first-child {
  display: block;
  margin: 36px 0 15px;
  width: 235px;
}

.contentsBlock02 .block01 .heading h2 .right span:last-child {
  font-size: 2.75rem;
}

.contentsBlock02 .block02 {
  border: solid #def0fa;
  border-width: 1px 0;
  min-width: 1080px;
  background: url(../img/contents_bg02.png) repeat 0 0;
  padding: 8px 0 6px;
  margin-bottom: 49px;
}

.contentsBlock02 .block02 .image img {
  display: block;
  margin-left: 60px;
}

.contentsBlock02 .block02 .text {
  width: 400px;
  margin: -25px 0 0 5px;
}

.contentsBlock02 .block02 .text p:first-child {
  margin-bottom: 5px;
}

.contentsBlock02 .block02 .text p:last-child {
  font-size: 1.125rem;
  line-height: 1.28;
  font-weight: bold;
  text-align: center;
}

.contentsBlock02 .block03 .left {
  width: 316px;
  float: left;
  margin-left: 6px;
}

.contentsBlock02 .block03 .right {
  width: 626px;
  float: right;
}

.contentsBlock02 .block03 .column2 {
  margin-top: 5px;
  display: table;
  width: 100%;
}

.contentsBlock02 .block03 .column2 .column {
  display: table-cell;
}

.contentsBlock02 .block03 .column2 .column:first-child {
  width: 195px;
  box-sizing: border-box;
  border-right: dotted #fe882e 2px;
  padding: 0 20px 17px 0;
}

.contentsBlock02 .block03 .column2 .column:last-child {
  padding: 0 0 17px 62px;
}

.contentsBlock02 .block03 .list {
  font-size: 1.125rem;
  line-height: 2.48;
  font-weight: bold;
  color: #666;
}

.contentsBlock02 .block03 .list li {
  background: url(../img/contents_ico01.png) no-repeat left 15px;
  background-size: 12px auto;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .contentsBlock02 {
    margin-bottom: 35px;
  }
  .contentsBlock02 .inner {
    width: auto;
    padding: 0;
  }
  .contentsBlock02 .block01 {
    margin-bottom: 29px;
  }
  .contentsBlock02 .block01 .heading h2 .left {
    width: 111px;
    margin-right: 7px;
  }
  .contentsBlock02 .block01 .heading h2 .right span:first-child {
    margin: 18px 0 7px;
    width: 117px;
  }
  .contentsBlock02 .block01 .heading h2 .right span:last-child {
    font-size: 1.875rem;
  }
  .contentsBlock02 .block02 {
    min-width: auto;
    padding: 53px 0 52px;
    margin-bottom: 17px;
  }
  .contentsBlock02 .block02 .image {
    width: 91.733%;
    max-width: 420px;
    margin: 0 auto 11px;
  }
  .contentsBlock02 .block02 .image img {
    margin-left: 0;
  }
  .contentsBlock02 .block02 .text {
    width: 91.733%;
    max-width: 420px;
    margin: 0 auto;
  }
  .contentsBlock02 .block02 .text p:first-child {
    width: 58%;
    margin-bottom: 1px;
  }
  .contentsBlock02 .block02 .text p:last-child {
    width: 58%;
    font-size: 0.75rem;
  }
  .contentsBlock02 .block03 .left {
    width: 214px;
    float: none;
    margin: 0 auto 24px;
  }
  .contentsBlock02 .block03 .right {
    width: 100%;
    float: none;
  }
  .contentsBlock02 .block03 .column2 {
    padding: 0 15px 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
    display: table;
    max-width: 420px;
  }
  .contentsBlock02 .block03 .column2 .column {
    display: table-cell;
  }
  .contentsBlock02 .block03 .column2 .column:first-child {
    width: auto;
    border-right: dotted #fe882e 1px;
    padding: 0 12px 15px 0;
  }
  .contentsBlock02 .block03 .column2 .column:last-child {
    padding: 0 0 15px 12px;
  }
  .contentsBlock02 .block03 .list {
    font-size: 1rem;
    line-height: 1.86;
  }
  .contentsBlock02 .block03 .list li {
    background: url(../img/contents_ico01.png) no-repeat left 6px;
    background-size: 8px auto;
    padding-left: 14px;
  }
}

@media screen and (max-width: 374px) {
  .contentsBlock02 .block03 .column2 {
    padding: 0 10px;
  }
  .contentsBlock02 .block03 .list {
    font-size: 0.875rem;
  }
  .contentsBlock02 .block03 .list li {
    background: url(../img/contents_ico01.png) no-repeat left 6px;
    background-size: 6px auto;
    padding-left: 10px;
  }
}

/* contentsBlock03
============================== */
.contentsBlock03 {
  margin-bottom: 87px;
}

.contentsBlock03 .inner {
  width: 1000px;
  padding: 0 40px;
  margin: 0 auto;
}

.contentsBlock03 .block01 {
  text-align: center;
  margin-bottom: 50px;
}

.contentsBlock03 .block01 .heading {
  display: inline-block;
  margin: 0 auto;
}

.contentsBlock03 .block01 .heading h2 .left {
  display: block;
  width: 264px;
  margin: 0 13px 0 32px;
  float: left;
}

.contentsBlock03 .block01 .heading h2 .right {
  display: block;
  float: right;
  text-align: left;
}

.contentsBlock03 .block01 .heading h2 .right span:first-child {
  display: block;
  width: 236px;
  margin: 50px 0 19px 8px;
}

.contentsBlock03 .block01 .heading h2 .right span:last-child {
  font-size: 2.75rem;
}

.contentsBlock03 .block02 {
  background: url(../img/contents_ttl04.png) no-repeat -41px 31px;
  margin-bottom: 50px;
}

.contentsBlock03 .block02 > .left {
  width: 173px;
  float: left;
}

.contentsBlock03 .block02 > .right {
  width: 827px;
  float: right;
}

.contentsBlock03 .block02 .image {
  margin-top: 183px;
  text-align: center;
}

.contentsBlock03 .block02 .imageRight {
  padding: 68px 110px 44px 83px;
  border: solid #5ec5f2 3px;
  border-radius: 0 0 30px 0;
  position: relative;
}

.contentsBlock03 .block02 .imageRight::before {
  content: "";
  display: block;
  position: absolute;
  width: 84px;
  height: 89px;
  top: -22px;
  left: -3px;
  background: url(../img/contents_bg03.png) no-repeat 0 0;
}

.contentsBlock03 .block02 .imageRight .left {
  width: 263px;
  float: left;
}

.contentsBlock03 .block02 .imageRight .right {
  width: 284px;
  float: right;
}

.contentsBlock03 .block02 .heading {
  margin-bottom: 23px;
}

.contentsBlock03 .block02 .text {
  font-size: 1.125rem;
  line-height: 1.59;
  color: #666;
  font-weight: bold;
}

.contentsBlock03 .block02 .text span {
  background: linear-gradient(180deg, transparent 0, transparent 5%, #fed201 5%, #fed201 85%, transparent 85%, transparent 100%);
  padding: 0 3px;
}

.contentsBlock03 .block02 .image02 {
  margin-top: 2px;
}

.contentsBlock03 .block02.type02 {
  background: url(../img/contents_ttl05.png) no-repeat -41px 31px;
}

.contentsBlock03 .block02.type03 {
  background: url(../img/contents_ttl06.png) no-repeat -41px 31px;
  margin-bottom: 0;
  position: relative;
}

.contentsBlock03 .block02.type03 .imageRight {
  padding: 68px 143px 44px 83px;
}

.contentsBlock03 .block02.type03 .imageRight .left {
  width: 390px;
}

.contentsBlock03 .block02.type03 .imageRight .right {
  width: 200px;
}

.contentsBlock03 .block02.type03 .text {
  width: 270px;
}

.contentsBlock03 .block02.type03 .image02 {
  margin-top: 0;
}

.contentsBlock03 .block02.type03 .image03 {
  position: absolute;
  bottom: 19px;
  right: -61px;
}

@media screen and (max-width: 1365px) {
  .contentsBlock03 .block02.type03 .image03 {
    right: -30px;
  }
}

@media screen and (max-width: 768px) {
  .contentsBlock03 {
    margin-bottom: 38px;
  }
  .contentsBlock03 .inner {
    width: auto;
    padding: 0;
  }
  .contentsBlock03 .block01 {
    margin-bottom: 45px;
  }
  .contentsBlock03 .block01 .heading h2 .left {
    width: 132px;
    margin: 0 7px 0 18px;
  }
  .contentsBlock03 .block01 .heading h2 .right span:first-child {
    width: 120px;
    margin: 24px 0 10px 2px;
  }
  .contentsBlock03 .block01 .heading h2 .right span:last-child {
    font-size: 1.833rem;
  }
  .contentsBlock03 .block02 {
    background: url(../img/contents_ttl04.png) no-repeat -14px 16px;
    background-size: 131px auto;
    margin-bottom: 48px;
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
    display: table;
  }
  .contentsBlock03 .block02 > .left {
    width: 77px;
    float: none;
    display: table-cell;
  }
  .contentsBlock03 .block02 > .right {
    width: auto;
    display: table-cell;
    vertical-align: top;
    float: none;
    background: #fff;
  }
  .contentsBlock03 .block02 .image {
    text-align: left;
    margin: 92px 0 0 9px;
  }
  .contentsBlock03 .block02 .image img {
    width: 52px;
  }
  .contentsBlock03 .block02 .imageRight {
    padding: 40px 52px 37px 50px;
    border: solid #5ec5f2 2px;
    border-radius: 0 0 15px 0;
  }
  .contentsBlock03 .block02 .imageRight::before {
    width: 42px;
    height: 45px;
    top: -11px;
    left: -2px;
    background: url(../img/contents_bg03_sp.png) no-repeat 0 0;
    background-size: 42px auto;
  }
  .contentsBlock03 .block02 .imageRight .left {
    width: auto;
    float: none;
    margin-bottom: 13px;
  }
  .contentsBlock03 .block02 .imageRight .right {
    width: auto;
    float: none;
  }
  .contentsBlock03 .block02 .heading {
    margin-bottom: 10px;
  }
  .contentsBlock03 .block02 .heading img {
    display: block;
    width: 117px;
  }
  .contentsBlock03 .block02 .text {
    font-size: 1rem;
    line-height: 1.49;
  }
  .contentsBlock03 .block02 .image02 {
    margin-top: 0;
    text-align: center;
  }
  .contentsBlock03 .block02.type02 {
    background: url(../img/contents_ttl05.png) no-repeat -14px 16px;
    background-size: 131px auto;
  }
  .contentsBlock03 .block02.type02 .image {
    margin: 92px 0 0 14px;
  }
  .contentsBlock03 .block02.type02 .image img {
    width: 52px;
  }
  .contentsBlock03 .block02.type02 .heading img {
    width: 106px;
  }
  .contentsBlock03 .block02.type03 {
    background: url(../img/contents_ttl06.png) no-repeat -14px 16px;
    background-size: 131px auto;
  }
  .contentsBlock03 .block02.type03 .image {
    margin: 92px 0 0 18px;
  }
  .contentsBlock03 .block02.type03 .image img {
    width: 43px;
  }
  .contentsBlock03 .block02.type03 .heading img {
    width: 173px;
  }
  .contentsBlock03 .block02.type03 .imageRight {
    padding: 40px 22px 37px 50px;
  }
  .contentsBlock03 .block02.type03 .imageRight .left {
    width: auto;
  }
  .contentsBlock03 .block02.type03 .imageRight .right {
    width: auto;
  }
  .contentsBlock03 .block02.type03 .text {
    width: auto;
    padding-right: 30px;
  }
  .contentsBlock03 .block02.type03 .image02 {
    margin: 0 30px 0 0;
  }
  .contentsBlock03 .block02.type03 .image02 img {
    display: block;
    width: 60%;
    max-width: 200px;
    margin: 0 auto;
  }
  .contentsBlock03 .block02.type03 .image03 {
    width: 77px;
    bottom: 12px;
    right: 1px;
  }
}

/* contentsBlock04
============================== */
.contentsBlock04 {
  margin-bottom: 34px;
}

.contentsBlock04 .inner {
  width: 1000px;
  padding: 0 40px;
  margin: 0 auto;
}

.contentsBlock04 .block01 {
  text-align: center;
  margin-bottom: 94px;
}

.contentsBlock04 .block01 .heading {
  display: inline-block;
  margin: 0 auto 14px;
}

.contentsBlock04 .block01 .heading h2 .left {
  display: block;
  width: 277px;
  margin: 0 13px 0 10px;
  float: left;
}

.contentsBlock04 .block01 .heading h2 .right {
  display: block;
  float: right;
  text-align: left;
}

.contentsBlock04 .block01 .heading h2 .right span:first-child {
  display: block;
  width: 237px;
  margin: 37px 0 19px;
}

.contentsBlock04 .block01 .heading h2 .right span:last-child {
  font-size: 2.75rem;
  margin-left: 5px;
}

.contentsBlock04 .block01 .text {
  font-size: 1.563rem;
}

.contentsBlock04 .block02 {
  margin-bottom: 70px;
}

.contentsBlock04 .block02.type02 {
  margin-bottom: 0;
}

.contentsBlock04 .block02 .heading {
  position: relative;
  margin-bottom: 16px;
}

.contentsBlock04 .block02 .heading .icon {
  display: block;
  width: 95px;
  height: 101px;
  position: absolute;
  top: -46px;
  left: -36px;
  z-index: 1;
}

.contentsBlock04 .block02 .heading .text {
  display: block;
  font-size: 2.188rem;
  color: #fff;
  background: #ff892f;
  padding: 11px 48px 1px;
  position: relative;
  letter-spacing: .05em;
}

.contentsBlock04 .block02 .heading .text::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border: solid 15px;
  border-color: #fff #fff transparent transparent;
}

.contentsBlock04 .block02 .text02 {
  margin-bottom: 34px;
  padding: 0 21px;
  font-size: 1.875rem;
  line-height: 1.73;
  color: #666;
  font-weight: bold;
}

.contentsBlock04 .block02 .column2 {
  padding: 0 27px 0 20px;
}

.contentsBlock04 .block02 .column2 .column {
  float: left;
  width: 476px;
}

.contentsBlock04 .block02 .column2 .column:last-child {
  width: 422px;
  float: right;
}

.contentsBlock04 .block02 .heading02 {
  padding-bottom: 21px;
  background: url(../img/contents_bg04.png) no-repeat center bottom;
  margin-bottom: 31px;
}

.contentsBlock04 .block02 .heading02 h4 {
  background: #d2d2d2;
  padding: 9px 10px 1px;
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.2;
}

.contentsBlock04 .block02 .list01 {
  margin-bottom: 38px;
}

.contentsBlock04 .block02 .list01 li {
  margin-bottom: 30px;
  font-size: 0;
}

.contentsBlock04 .block02 .list01 li:last-child {
  margin-bottom: 0;
}

.contentsBlock04 .block02 .list01 li::before {
  content: "・";
  font-size: 1.25rem;
}

.contentsBlock04 .block02 .list01 li span {
  font-size: 1.25rem;
}

.contentsBlock04 .block02 .list01 li dl {
  font-size: 1.25rem;
  display: inline;
}

.contentsBlock04 .block02 .list01 li dl dt, .contentsBlock04 .block02 .list01 li dl dd {
  display: inline;
}

.contentsBlock04 .block02 .list01 li dl dt {
  margin-right: 1em;
}

.contentsBlock04 .block02 .text03 {
  font-size: 2.188rem;
  font-weight: bold;
  text-align: right;
}

.contentsBlock04 .block02 .list02 {
  font-size: 1.25rem;
}

.contentsBlock04 .block02 .list02 li {
  margin-bottom: 30px;
}

.contentsBlock04 .block02 .list02 li:last-child {
  margin-bottom: 0;
}

.contentsBlock04 .block02 .list02 li dl {
  display: table;
  width: 100%;
}

.contentsBlock04 .block02 .list02 li dl dt, .contentsBlock04 .block02 .list02 li dl dd {
  display: table-cell;
}

.contentsBlock04 .block02 .list02 li dl dt {
  text-align: left;
}

.contentsBlock04 .block02 .list02 li dl dt::before {
  content: "・";
}

.contentsBlock04 .block02 .list02 li dl dd {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .contentsBlock04 {
    margin-bottom: 22px;
  }
  .contentsBlock04 .inner {
    width: auto;
    padding: 0;
  }
  .contentsBlock04 .block01 {
    margin-bottom: 62px;
  }
  .contentsBlock04 .block01 .heading {
    margin: 0 auto 5px;
  }
  .contentsBlock04 .block01 .heading h2 .left {
    width: 138px;
    margin: 0 7px 0 0;
  }
  .contentsBlock04 .block01 .heading h2 .right span:first-child {
    width: 118px;
    margin: 19px 0 10px;
  }
  .contentsBlock04 .block01 .heading h2 .right span:last-child {
    font-size: 1.833rem;
    margin-left: 2px;
  }
  .contentsBlock04 .block01 .text {
    font-size: 1.042rem;
  }
  .contentsBlock04 .block02 {
    margin-bottom: 53px;
    padding: 0 17px 0 35px;
  }
  .contentsBlock04 .block02 .heading {
    margin-bottom: 24px;
  }
  .contentsBlock04 .block02 .heading .icon {
    width: 47px;
    height: 51px;
    top: -22px;
    left: -18px;
  }
  .contentsBlock04 .block02 .heading .text {
    font-size: 1.458rem;
    padding: 6px 22px 1px;
  }
  .contentsBlock04 .block02 .heading .text::after {
    border: solid 8px;
    border-color: #fff #fff transparent transparent;
  }
  .contentsBlock04 .block02 .text02 {
    margin-bottom: 24px;
    padding: 0 9px;
    font-size: 1.25rem;
  }
  .contentsBlock04 .block02 .column2 {
    padding: 0 22px 0 12px;
  }
  .contentsBlock04 .block02 .column2 .column {
    float: none;
    width: auto;
  }
  .contentsBlock04 .block02 .column2 .column:last-child {
    width: auto;
    float: none;
  }
  .contentsBlock04 .block02 .column2 .column:first-child {
    margin-bottom: 22px;
  }
  .contentsBlock04 .block02 .heading02 {
    padding-bottom: 10px;
    background: url(../img/contents_bg04.png) no-repeat center bottom;
    background-size: auto 10px;
    margin-bottom: 18px;
  }
  .contentsBlock04 .block02 .heading02 h4 {
    padding: 3px 5px 1px;
    font-size: 1.25rem;
  }
  .contentsBlock04 .block02 .heading02.type02 {
    margin-bottom: 11px;
  }
  .contentsBlock04 .block02 .list01 {
    margin-bottom: 15px;
  }
  .contentsBlock04 .block02 .list01 li {
    margin-bottom: 12px;
  }
  .contentsBlock04 .block02 .list01 li::before {
    font-size: 1rem;
  }
  .contentsBlock04 .block02 .list01 li span {
    font-size: 1rem;
  }
  .contentsBlock04 .block02 .list01 li dl {
    font-size: 1rem;
  }
  .contentsBlock04 .block02 .text03 {
    font-size: 1.458rem;
  }
  .contentsBlock04 .block02 .list02 {
    font-size: 1rem;
  }
  .contentsBlock04 .block02 .list02 li {
    margin-bottom: 8px;
  }
  .contentsBlock04 .block02 .list02 li:last-child {
    margin-bottom: 0;
  }
  .contentsBlock04 .block02 .list02 li dl dd {
    font-size: 1.458rem;
    font-weight: bold;
  }
}

@media screen and (max-width: 374px) {
  .contentsBlock04 .block01 .text {
    font-size: 0.938rem;
  }
}

/* contentsBlock05
============================== */
.contentsBlock05 {
  padding-top: 30px;
  margin-bottom: 98px;
}

.contentsBlock05 .inner {
  width: 1000px;
  padding: 0 40px;
  margin: 0 auto;
}

.contentsBlock05 .heading {
  margin-bottom: 60px;
}

.contentsBlock05 .heading h2 {
  text-align: center;
  color: #fc593d;
  font-size: 2.5rem;
  font-weight: bold;
}

.contentsBlock05 .list {
  border-top: solid 2px #ccc;
}

.contentsBlock05 .list li {
  border-bottom: solid 2px #ccc;
}

.contentsBlock05 .list li dl {
  display: table;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.75;
}

.contentsBlock05 .list li dl dt {
  display: table-cell;
  width: 220px;
  padding: 15px 20px 10px 24px;
  color: #fc593d;
  vertical-align: middle;
}

.contentsBlock05 .list li dl dd {
  display: table-cell;
  padding: 0;
  padding: 15px 20px 10px 24px;
}

@media screen and (max-width: 768px) {
  .contentsBlock05 {
    margin-bottom: 58px;
    padding: 20px 15px 0;
  }
  .contentsBlock05 .inner {
    width: auto;
    padding: 0;
  }
  .contentsBlock05 .heading {
    margin-bottom: 30px;
  }
  .contentsBlock05 .heading h2 {
    font-size: 1.667rem;
  }
  .contentsBlock05 .list {
    border-top: solid 1px #ccc;
  }
  .contentsBlock05 .list li {
    border-bottom: solid 1px #ccc;
  }
  .contentsBlock05 .list li dl {
    width: 100%;
    font-size: 1rem;
    line-height: 2.08;
  }
  .contentsBlock05 .list li dl dt {
    width: 68px;
    box-sizing: border-box;
    padding: 9px 0 12px;
    text-align: center;
  }
  .contentsBlock05 .list li dl dd {
    padding: 0;
    padding: 9px 0 12px 47px;
  }
}

/* contentsBlock06
============================== */
.contentsBlock06 {
  border: #fd593e solid;
  border-width: 10px 0;
  background: #fefaca;
  min-width: 1080px;
  margin-bottom: 38px;
}

.contentsBlock06 .inner {
  background: url(../img/contents_bg05.jpg) no-repeat left 0, url(../img/contents_bg06.jpg) no-repeat right 0;
  background-size: auto 100%, auto 100%;
  height: 308px;
}

.contentsBlock06 .wrap {
  width: 465px;
  margin: 0 auto;
  height: 305px;
  position: relative;
  background: url(../img/contents_bg07.png) no-repeat 0 0;
}

.contentsBlock06 .wrap .heading {
  position: absolute;
  top: 47px;
  left: 60px;
}

.contentsBlock06 .wrap .text {
  position: absolute;
  top: 138px;
  left: 107px;
}

.contentsBlock06 .wrap .tel {
  position: absolute;
  top: 167px;
  left: 20px;
}

.contentsBlock06 .wrap .logo {
  position: absolute;
  width: 171px;
  top: 234px;
  left: 154px;
}

@media screen and (max-width: 768px) {
  .contentsBlock06 {
    border-width: 5px 0;
    min-width: auto;
    margin-bottom: 22px;
  }
  .contentsBlock06 .inner {
    background: url(../img/contents_bg06.jpg) no-repeat right 0;
    background-size: auto 100%;
    height: 0;
    padding-top: 51.2%;
    position: relative;
  }
  .contentsBlock06 .wrap {
    width: 44.93%;
    height: auto;
    position: absolute;
    top: 16.93%;
    left: 5.33%;
    bottom: 0;
    background: url(../img/contents_bg07.png) no-repeat 0 0;
    background-size: 100% auto;
  }
  .contentsBlock06 .wrap .heading {
    width: 99.11%;
    top: 23.75%;
    left: 2.98%;
  }
  .contentsBlock06 .wrap .text {
    display: none;
  }
  .contentsBlock06 .wrap .tel {
    width: 98.51%;
    top: 67.19%;
    left: 1.19%;
  }
  .contentsBlock06 .wrap .logo {
    width: 38.99%;
    top: 49.38%;
    left: 34.82%;
  }
}

/* contentsBlock07
============================== */
.contentsBlock07 {
  padding-top: 50px;
  margin-bottom: 52px;
}

.contentsBlock07 .inner {
  width: 1000px;
  padding: 0 40px;
  margin: 0 auto;
}

.contentsBlock07 .heading {
  margin-bottom: 56px;
}

.contentsBlock07 .heading h2 {
  text-align: center;
  color: #fc593d;
  font-size: 2.5rem;
  font-weight: bold;
}

.contentsBlock07 .table {
  border-top: solid 1px #999;
  border-left: solid 1px #999;
  width: 100%;
  margin-bottom: 35px;
}

.contentsBlock07 .table tbody tr th, .contentsBlock07 .table tbody tr td {
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
}

.contentsBlock07 .table tbody tr th {
  background: #f2f2f2;
  width: 373px;
  box-sizing: border-box;
  font-size: 1.125rem;
  padding: 12px 24px 13px 26px;
  text-align: left;
  vertical-align: middle;
}

.contentsBlock07 .table tbody tr th p {
  position: relative;
}

.contentsBlock07 .table tbody tr th p span {
  display: block;
  width: 61px;
  padding: 6px 0 5px;
  border-radius: 13px;
  background: #fd593e;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG 明朝 E", "ＭＳ Ｐ明朝", "Ｍ Ｓ 明朝", serif;
  position: absolute;
  top: 1px;
  right: 0;
}

.contentsBlock07 .table tbody tr td {
  padding: 12px 20px 13px;
}

.contentsBlock07 .table tbody tr:last-child th {
  vertical-align: top;
  padding-top: 24px;
}

.contentsBlock07 .table tbody tr:last-child td {
  padding: 15px 20px 16px;
}

.contentsBlock07 .table input[type=text],
.contentsBlock07 .table input[type=email],
.contentsBlock07 .table input[type=tel] {
  width: 100%;
  box-sizing: border-box;
  font-size: 1.125rem;
  border: solid 1px #999;
  font-family: inherit;
  padding: 10px 15px 5px;
  background: #f2f2f2;
}

.contentsBlock07 .table textarea {
  width: 100%;
  box-sizing: border-box;
  font-size: 1.125rem;
  border: solid 1px #999;
  font-family: inherit;
  padding: 20px 15px 15px;
  resize: none;
  background: #f2f2f2;
  height: 237px;
  vertical-align: middle;
}

.contentsBlock07 .table p.error {
  margin-top: 5px;
  color: #FF0F00;
}

.contentsBlock07 .link {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 40px;
}

.contentsBlock07 .link a {
  text-decoration: underline;
}

.contentsBlock07 .link a:hover {
  text-decoration: none;
}

.contentsBlock07 #jsFormMessage {
  display: none;
  margin-bottom: 30px;
  font-size: 1.125rem;
  text-align: center;
}

.contentsBlock07 #jsFormMessage.error {
  color: #FF0F00;
}

.contentsBlock07 input[type="submit"] {
  display: block;
  width: 302px;
  margin: 0 auto;
  box-sizing: border-box;
  border: solid 1px #999;
  font-size: 1.125rem;
  background: #fff url(../img/contents_ico02.png) no-repeat 34px center;
  padding: 23px 20px 20px 37px;
  cursor: pointer;
}

.contentsBlock07 input[type="submit"]:hover {
  background: #fd593e url(../img/contents_ico03.png) no-repeat 34px center;
  color: #fff;
}

.contentsBlock07 input[type="submit"].processing {
  cursor: default;
}

.contentsBlock07 input[type="submit"].processing:hover {
  background: #fff url(../img/contents_ico02.png) no-repeat 34px center;
  color: #808080;
}

@media screen and (max-width: 768px) {
  .contentsBlock07 {
    padding: 20px 17px 0;
    margin-bottom: 16px;
  }
  .contentsBlock07 .inner {
    width: 100%;
    padding: 0;
  }
  .contentsBlock07 .heading {
    margin-bottom: 31px;
  }
  .contentsBlock07 .heading h2 {
    font-size: 1.875rem;
  }
  .contentsBlock07 .table {
    margin-bottom: 15px;
  }
  .contentsBlock07 .table tbody tr th {
    width: 138px;
    font-size: 0.917rem;
    padding: 4px 11px 4px 9px;
  }
  .contentsBlock07 .table tbody tr th p span {
    width: 36px;
    padding: 3px 0 1px;
    border-radius: 15px;
    font-size: 0.917rem;
    top: 0;
    font-family: inherit;
  }
  .contentsBlock07 .table tbody tr td {
    padding: 4px 5px 4px;
  }
  .contentsBlock07 .table tbody tr:last-child th {
    padding-top: 16px;
  }
  .contentsBlock07 .table tbody tr:last-child td {
    padding: 4px 5px 4px;
  }
  .contentsBlock07 .table input[type=text],
  .contentsBlock07 .table input[type=email],
  .contentsBlock07 .table input[type=tel] {
    font-size: 0.917rem;
    padding: 11px 7px;
  }
  .contentsBlock07 .table textarea {
    font-size: 0.917rem;
    padding: 4px 4px 4px 7px;
    height: 184px;
  }
  .contentsBlock07 .link {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 18px;
  }
  .contentsBlock07 .link a {
    text-decoration: underline;
  }
  .contentsBlock07 .link a:hover {
    text-decoration: none;
  }
  .contentsBlock07 input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
    width: 253px;
    font-size: 1.25rem;
    background: #fff url(../img/contents_ico02.png) no-repeat 84px center;
    background-size: 15px auto;
    padding: 18px 20px 17px 37px;
  }
  .contentsBlock07 input[type="submit"]:hover {
    background: #fd593e url(../img/contents_ico03.png) no-repeat 84px center;
    background-size: 15px auto;
  }
}

@media screen and (max-width: 374px) {
  .contentsBlock07 .table tbody tr th {
    width: 110px;
    font-size: 0.875rem;
    padding: 4px 6px 4px 5px;
  }
  .contentsBlock07 .table tbody tr th p span {
    width: 30px;
    font-size: 0.875rem;
  }
}
