@charset "UTF-8";
html, body, div, 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-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

table {
  width: 100%;
}

main {
  display: block;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.tCenter {
  text-align: center !important;
}

.tLeft {
  text-align: left !important;
}

.tRight {
  text-align: right !important;
}

.bold {
  font-weight: bold !important;
}

body {
  -webkit-text-size-adjust: none;
}

body {
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-family: "FOT-筑紫B丸ゴシック Std R", "TsukuBRdGothicStd-R", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  line-height: 1.4;
}

label.chkbox-custom {
  position: relative;
  overflow: hidden;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
}
label.chkbox-custom::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  border-radius: 3px;
  z-index: 1;
}
label.chkbox-custom::after {
  content: '';
  position: absolute;
  top: 9px;
  left: 6px;
  display: block;
  margin-top: -8px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #d7455d;
  border-bottom: 3px solid #d7455d;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  z-index: 1;
}
label.chkbox-custom input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  top: 1px;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #FFF;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
label.chkbox-custom input[type="checkbox"]:checked {
  box-shadow: none;
}
label.chkbox-custom span {
  padding-left: 35px;
}

label.radio-custom {
  cursor: pointer;
  position: relative;
  padding: 10px 0;
  overflow: hidden;
  display: inline-block;
}
label.radio-custom::before {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  left: 0px;
  top: 7px;
  content: '';
  z-index: 3;
}
label.radio-custom::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  left: 6px;
  top: 13px;
  background-color: #d7455d;
  z-index: 1;
}
label.radio-custom input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 24px;
  height: 24px;
  left: -37px;
  top: 11px;
  margin: 0px;
  outline: none;
  box-shadow: 40px -1px #FFF;
}
label.radio-custom input[type="radio"]:checked {
  box-shadow: none;
}
label.radio-custom span {
  padding-left: 45px;
}

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

  body {
    padding-top: 104px;
    min-width: 1100px;
  }

  /*-------------------------------
  COMMON
  -------------------------------*/
  .btn.contact a {
    display: inline-block;
    background-color: #f6ba55;
    text-align: center;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #f6ba55;
    font-family: serif;
    transition: 0.3s;
  }
  .btn.contact a:hover {
    background-color: #fff;
    border: 1px solid #f6ba55;
    color: #f6ba55;
  }

  /*-------------------------------
  HEADER
  -------------------------------*/
  #globalHeader {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
  }
  #globalHeader .contents-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
  }
  #globalHeader .contents-inner .utility-box {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
    -webkit-align-items: flex-end;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  #globalHeader .contents-inner .utility-box .contact-information .headline {
    font-family: serif;
    font-size: 16px;
    color: #665959;
    line-height: 1;
  }
  #globalHeader .contents-inner .utility-box .contact-information .tel {
    font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    padding: 5px 0 0 45px;
    font-size: 30px;
    color: #382e2c;
    line-height: 1;
    background: url("../images/lp/header_freedial.png") no-repeat left 8px;
  }
  #globalHeader .contents-inner .utility-box .contact-information .time {
    text-align: right;
    font-size: 14px;
    color: #665959;
    letter-spacing: -0.07em;
  }
  #globalHeader .contents-inner .utility-box .btn {
    margin-left: 12px;
  }
  #globalHeader .contents-inner .utility-box .btn a {
    width: 200px;
    height: 50px;
    line-height: 50px;
  }
  #globalHeader .contents-inner .utility-box .btn a span {
    padding-left: 40px;
    background: url("../images/lp/header_mail.png") no-repeat left center;
  }

  /*-------------------------------
  GLOBALNAVI
  -------------------------------*/
  #globalNavi {
    background-color: #f88352;
  }
  #globalNavi.fixed {
    position: fixed;
    z-index: 10;
    top: 104px;
    left: 0;
    width: 100%;
  }
  #globalNavi ul {
    display: table;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    background: url(../images/lp/gnavi_separator.png) no-repeat right center;
    padding-right: 1px;
  }

  #globalNavi ul li {
    display: table-cell;
    vertical-align: middle;
  }
  #globalNavi ul li:not(:nth-of-type(1)) a {
    background: url("../images/lp/gnavi_separator.png") no-repeat left center;
  }
  #globalNavi ul li a {
    display: block;
    padding: 12px 0;
    background-color: #f88352;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: 0.3s;
    font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-weight: bold;
  }
  #globalNavi ul li a.two {
    padding: 23px 0;
  }
  #globalNavi ul li a:hover {
    background-color: #f87152;
  }

  /*-------------------------------
  CONTENTS
  -------------------------------*/
  .contents-inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
  }

  #mainVisual {
    display: table;
    width: 100%;
    height: 490px;
    background: url("../images/lp/main_visual.jpg") no-repeat center center;
    background-size: cover;
  }
  #mainVisual .mv-inner {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 20px;
  }
  #mainVisual .mv-inner .inner {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #mainVisual .mv-inner .inner h2 {
    font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    color: #382e2c;
  }
  #mainVisual .mv-inner .inner h2 span {
    letter-spacing: -0.1em;
    font-weight: bold;
    text-shadow: 0 0 8px #fff;
  }
  #mainVisual .mv-inner .inner h2 span:nth-of-type(1) {
    font-size: 52px;
  }
  #mainVisual .mv-inner .inner h2 span:nth-of-type(2) {
    font-size: 48px;
  }
  #mainVisual .mv-inner .inner p {
    font-size: 30px;
    color: #f85713;
    font-weight: bold;
    font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  }
  #mainVisual .mv-inner figure {
    display: none;
  }

  .contents-box {
    padding: 65px 0;
  }
  .contents-box .section-title {
    font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    padding-bottom: 8px;
    font-size: 38px;
    color: #fe692b;
    text-align: center;
    border-bottom: 2px solid #fe692b;
  }

  .c-box01 .title {
    font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    margin-top: 40px;
    padding: 13px 0 18px 60px;
    color: #3e322b;
    border-bottom: 2px dotted #c1b5af;
    line-height: 1;
    font-size: 32px;
  }
  .c-box01 .title span {
    color: #fe692b;
  }
  .c-box01 h3:nth-of-type(1) {
    background: url("../images/lp/sec01_icon01.png") no-repeat left top;
  }
  .c-box01 h3:nth-of-type(2) {
    padding-left: 50px;
    background: url("../images/lp/sec01_icon02.png") no-repeat left top;
  }
  .c-box01 h3:nth-of-type(3) {
    background: url("../images/lp/sec01_icon03.png") no-repeat left top;
  }
  .c-box01 .media-box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    margin-top: 30px;
  }
  .c-box01 .media-box figure {
    width: 360px;
  }
  .c-box01 .media-box .sentence {
    width: 560px;
    color: #403935;
    font-size: 16px;
    line-height: 1.6;
  }
  .c-box01 .media-box .sentence p:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
  .c-box01 .m-box03 .sentence {
    background: url("../images/lp/sec01_graphic01.png") no-repeat right bottom;
  }

  .c-box02 {
    background: url("../images/lp/sec02_bg.png") no-repeat center 70px #e6eef5;
  }
  .c-box02 .section-title {
    padding-bottom: 50px;
    font-size: 46px;
    line-height: 1.2;
    border-bottom: none;
    background: url("../images/lp/sec02_bg_title.png") no-repeat center bottom;
  }
  .c-box02 .balloon-box {
    position: relative;
    z-index: 2;
  }
  .c-box02 .balloon-box::before {
    content: '';
    position: absolute;
    top: 64px;
    left: 50%;
    width: 251px;
    height: 414px;
    margin-left: -125px;
    background: url("../images/lp/sec02_img01.png") no-repeat;
  }
  .c-box02 .balloon-box > div > div:nth-of-type(1) div:nth-of-type(1) {
    width: 302px;
    height: 202px;
    padding-top: 70px;
    background: url("../images/lp/sec02_balloon01.png") no-repeat;
  }
  .c-box02 .balloon-box > div > div:nth-of-type(1) div:nth-of-type(2) {
    width: 284px;
    height: 189px;
    padding-top: 70px;
    background: url("../images/lp/sec02_balloon02.png") no-repeat;
  }
  .c-box02 .balloon-box > div > div:nth-of-type(2) {
    margin-top: 10px;
  }
  .c-box02 .balloon-box > div > div:nth-of-type(2) div:nth-of-type(1) {
    width: 298px;
    height: 197px;
    padding-top: 70px;
    background: url("../images/lp/sec02_balloon03.png") no-repeat;
  }
  .c-box02 .balloon-box > div > div:nth-of-type(2) div:nth-of-type(2) {
    width: 332px;
    height: 221px;
    padding-top: 55px;
    background: url("../images/lp/sec02_balloon04.png") no-repeat;
  }
  .c-box02 .balloon-box .inner-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .c-box02 .balloon-box .inner-box .balloon {
    position: relative;
    text-align: center;
    font-size: 24px;
    color: #3e322b;
  }
  .c-box02 .balloon-box .inner-box .balloon::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 50%;
    width: 25px;
    height: 17px;
    margin-left: -12px;
    background: url("../images/lp/icon_check.png") no-repeat;
  }
  .c-box02 .sentence-box {
    position: relative;
    z-index: 0;
    margin-top: 20px;
    text-align: center;
    border: 1px solid #f38455;
  }
  .c-box02 .sentence-box .top-layer {
    position: relative;
    padding: 30px 0;
    background-color: #f38455;
    font-size: 28px;
    color: #fff;
  }
  .c-box02 .sentence-box .top-layer::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 95px;
    height: 109px;
    background: url("../images/lp/sec02_graphic01.png");
  }
  .c-box02 .sentence-box .btm-layer {
    position: relative;
    padding: 30px 0;
    background-color: #fcfbe4;
    font-size: 18px;
    color: #403935;
  }
  .c-box02 .sentence-box .btm-layer::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96px;
    height: 93px;
    background: url("../images/lp/sec02_graphic02.png");
  }
  .c-box02 .sentence-box .btm-layer .check-list {
    width: 760px;
    margin: 20px auto 0;
    padding: 25px 0;
    border: 1px solid #dad9cf;
    border-radius: 10px;
    background-color: #fff;
  }
  .c-box02 .sentence-box .btm-layer .check-list ul {
    width: 580px;
    margin: 0 auto;
    text-align: left;
  }
  .c-box02 .sentence-box .btm-layer .check-list ul li {
    padding: 10px 0 10px 60px;
    font-size: 18px;
    border-bottom: 1px dashed #c1b5af;
    background: url("../images/lp/sec02_check.png") no-repeat 12px center;
  }
  .c-box02 .sentence-box .btm-layer .last-message {
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
  }
  .c-box02 .sentence-box .btm-layer .last-message span {
    color: #f38455;
  }

  .c-box03 {
    background-color: #fcf9e7;
  }
  .c-box03 .media-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    margin-top: 40px;
  }
  .c-box03 .media-box figure {
    width: 360px;
  }
  .c-box03 .media-box .sentence {
    width: 580px;
    font-size: 16px;
    color: #403935;
  }
  .c-box03 .media-box .sentence p:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
  .c-box03 .description-box {
    margin-top: 30px;
  }
  .c-box03 .description-box .headline {
    padding: 15px 0;
    background-color: #f97f4c;
    color: #fff;
    text-align: center;
    font-size: 24px;
  }
  .c-box03 .description-box p {
    font-size: 16px;
    color: #403935;
  }
  .c-box03 .description-box p:nth-of-type(2) {
    margin-top: 30px;
  }
  .c-box03 .description-box p:nth-of-type(3) {
    margin-top: 10px;
  }
  .c-box03 .time-table {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    margin-top: 35px;
  }
  .c-box03 .time-table .left-column {
    width: 470px;
  }
  .c-box03 .time-table .left-column > div:nth-of-type(1) .headline {
    background: url("../images/lp/sec03_diamond01.png") no-repeat left top;
  }
  .c-box03 .time-table .left-column > div:nth-of-type(2) .headline {
    background: url("../images/lp/sec03_diamond02.png") no-repeat left top;
  }
  .c-box03 .time-table .left-column > div:nth-of-type(3) .headline {
    background: url("../images/lp/sec03_diamond03.png") no-repeat left top;
  }
  .c-box03 .time-table .left-column .point-box .headline {
    font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    margin-top: 20px;
    padding: 13px 0 18px 55px;
    color: #fe692b;
    border-bottom: 2px dotted #c1b5af;
    line-height: 1;
    font-size: 24px;
  }
  .c-box03 .time-table .left-column .point-box .headline span {
    color: #fe692b;
  }
  .c-box03 .time-table .left-column .point-box .description {
    margin-top: 16px;
    font-size: 16px;
    color: #403935;
    line-height: 1.6;
  }
  .c-box03 .imgs-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    margin-top: 40px;
  }

  .c-box04 {
    background-color: #fcf9e7;
  }
  .c-box04 .media-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    margin-top: 40px;
    padding: 45px 40px;
    background-color: #fff;
  }
  .c-box04 .media-box figure {
    width: 290px;
  }
  .c-box04 .media-box .sentence {
    position: relative;
    width: 530px;
  }
  .c-box04 .media-box .sentence::before {
    content: '';
    position: absolute;
    top: -20px;
    right: 0;
    width: 115px;
    height: 115px;
    background: url("../images/lp/sec04_graphic01.png");
  }
  .c-box04 .media-box .sentence .name {
    font-family: serif;
    color: #fb5c1a;
    font-size: 38px;
  }
  .c-box04 .media-box .sentence .name ruby span {
    margin-left: 20px;
  }
  .c-box04 .media-box .sentence .name rt:nth-of-type(3) {
    margin-left: -18px;
  }
  .c-box04 .media-box .sentence .name > span {
    margin-left: 10px;
    font-size: 26px;
  }
  .c-box04 .media-box .sentence .profile {
    padding: 20px 35px;
    background-color: #f8f7f7;
  }
  .c-box04 .media-box .sentence .profile table {
    margin-top: 10px;
    font-size: 15px;
    color: #403935;
  }
  .c-box04 .media-box .sentence .profile table th {
    width: 75px;
  }
  .c-box04 .media-box .sentence .profile .lisence {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    margin-top: 15px;
  }
  .c-box04 .media-box .sentence .profile .lisence .headline {
    width: 100px;
    height: 35px;
    background-color: #f87e4b;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
  }
  .c-box04 .media-box .sentence .profile .lisence .description {
    margin-left: 10px;
    font-size: 15px;
    color: #403935;
  }
  .c-box04 .sentence-box .title {
    font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    margin-top: 35px;
    padding-bottom: 12px;
    font-size: 22px;
    color: #fe692b;
    border-bottom: 2px dotted #c1b4ab;
  }
  .c-box04 .sentence-box p {
    margin-top: 20px;
    font-size: 16px;
    color: #403935;
    line-height: 1.6;
  }
  .c-box04 .sentence-box figure {
    margin-top: 30px;
    padding: 45px 75px;
    border: 1px solid #baaca6;
    background-color: #fff;
    text-align: center;
  }
  .c-box04 .sentence-box figure img {
    width: 100%;
  }

  .c-box05 .case-box {
    margin-top: 45px;
  }
  .c-box05 .case-box .title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    border: 1px solid #ff7c45;
  }
  .c-box05 .case-box .title span:nth-of-type(1) {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    width: 100px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background-color: #ff7c45;
  }
  .c-box05 .case-box .title span:nth-of-type(2) {
    width: 100%;
    padding-left: 20px;
    font-size: 24px;
    color: #3e322b;
  }
  .c-box05 .case-box .media-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    margin-top: 30px;
  }
  .c-box05 .case-box .media-box figure {
    width: 225px;
  }
  .c-box05 .case-box .media-box figure span {
    display: block;
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    color: #554d44;
  }
  .c-box05 .case-box .media-box > div:first-child::before {
    top: 50%;
    right: -20px;
    background: url("../images/lp/sec05_arrow_right.png") no-repeat;
  }
  .c-box05 .case-box .media-box > div:last-child::before {
    top: 50%;
    left: -20px;
    background: url("../images/lp/sec05_arrow_left.png") no-repeat;
  }
  .c-box05 .case-box .media-box .sentence {
    position: relative;
    width: 695px;
    padding: 20px 50px;
    border: 1px solid #7db8d8;
    border-radius: 5px;
    background-color: #e5f4fc;
    font-size: 15px;
    color: #403935;
  }
  .c-box05 .case-box .media-box .sentence::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 32px;
    margin-top: -16px;
  }
  .c-box05 .case-box .media-box .sentence p:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
  .c-box05 .case-box .m-box02 {
    margin-top: 35px;
  }
  .c-box05 .case-box .m-box02 .sentence {
    margin-top: 15px;
  }
  .c-box05 .case-box .comment {
    margin-top: 25px;
    padding: 25px 30px;
    background-color: #fff7db;
    font-size: 15px;
    color: #403935;
    line-height: 1.6;
  }
  .c-box05 .case-box .comment .caution {
    text-align: right;
  }

  .c-box06 {
    background-color: #fcf9e7;
  }
  .c-box06 .section-title {
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
  .c-box06 .section-title span {
    display: block;
    line-height: 1;
    font-size: 26px;
  }
  .c-box06 .qa-box {
    padding: 15px 0;
    border-bottom: 2px dotted #c1b4ab;
  }
  .c-box06 .qa-box .question {
    padding: 10px 0 10px 50px;
    font-size: 18px;
    font-weight: bold;
    color: #554949;
    background: url("../images/lp/sec06_question.png") no-repeat left 5px;
  }
  .c-box06 .qa-box .answer {
    margin-top: 8px;
    padding: 0 0 0 50px;
    font-size: 16px;
    color: #554949;
    background: url("../images/lp/sec06_answer.png") no-repeat left top;
  }

  .c-box07 .title {
    font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    padding-bottom: 10px;
    font-size: 24px;
    color: #fe692b;
    border-bottom: 2px dotted #c1b4ab;
  }
  .c-box07 .flow-list {
    margin-top: 40px;
  }
  .c-box07 .flow-list > div:last-child::before {
    content: none;
  }
  .c-box07 .flow-list .flow-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    margin-top: 30px;
    padding: 20px;
    border: 3px solid #bcb893;
    border-radius: 5px;
  }
  .c-box07 .flow-list .flow-box::before {
    content: '';
    position: absolute;
    bottom: -28px;
    left: 50%;
    width: 48px;
    height: 18px;
    margin-left: -24px;
    background: url("../images/lp/sec07_arrow_btm.png") no-repeat;
  }
  .c-box07 .flow-list .flow-box figure {
    width: 284px;
  }
  .c-box07 .flow-list .flow-box .sentence {
    width: 570px;
  }
  .c-box07 .flow-list .flow-box .sentence .headline {
    padding-bottom: 8px;
    font-size: 22px;
    font-weight: bold;
    color: #554949;
    border-bottom: 1px dotted #c1b4ab;
  }
  .c-box07 .flow-list .flow-box .sentence .description {
    margin-top: 12px;
    font-size: 16px;
    color: #554949;
  }
  .c-box07 .flow-list .flow-box .sentence .information {
    margin-top: 10px;
    background-color: #f8f5e1;
    color: #554949;
  }
  .c-box07 .flow-list .flow-box .sentence .information p {
    padding: 8px 15px;
  }
  .c-box07 .flow-list .flow-box .sentence .information ul {
    padding: 13px 20px;
  }
  .c-box07 .flow-list .flow-box .sentence .information ul li {
    padding-left: 20px;
    background: url("../images/lp/sec07_dot.png") no-repeat left center;
  }
  .c-box07 .flow-list .flow-box .sentence .information ul li > span {
    display: inline-block;
  }
  .c-box07 .flow-list .flow-box .sentence .information ul li > span:nth-of-type(1) {
    width: 130px;
    font-size: 16px;
  }
  .c-box07 .flow-list .flow-box .sentence .information ul li > span a {
    position: relative;
    display: inline-block;
    color: #3292eb;
    text-decoration: none;
  }
  .c-box07 .flow-list .flow-box .sentence .information ul li > span a span {
    position: relative;
    display: inline-block;
    padding: 1px 0 2px;
    transition: 0.3s;
  }
  .c-box07 .flow-list .flow-box .sentence .information ul li > span a span::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 1px;
    background-color: #fb5c1a;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .c-box07 .flow-list .flow-box .sentence .information ul li > span a span:hover {
    color: #fb5c1a;
  }
  .c-box07 .flow-list .flow-box .sentence .information ul li > span a span:hover::after {
    width: 100%;
  }
  .c-box07 .price {
    margin-top: 60px;
  }
  .c-box07 .price p {
    margin-top: 25px;
    font-size: 16px;
    color: #554949;
  }

  .c-box08 {
    background-color: #f6f4e8;
  }
  .c-box08 .section-title {
    position: relative;
  }
  .c-box08 .section-title::before {
    content: '';
    position: absolute;
    top: -90px;
    left: 50%;
    width: 64px;
    height: 62px;
    margin-left: 200px;
    background: url("../images/lp/sec08_graphic01.png");
  }
  .c-box08 .caution {
    margin-top: 40px;
    font-size: 18px;
    color: #554949;
    text-align: center;
  }
  .c-box08 .contact-information {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    margin-top: 35px;
  }
  .c-box08 .contact-information > div {
    position: relative;
    width: 465px;
    padding: 25px 0;
    border-radius: 5px;
    text-align: center;
  }
  .c-box08 .contact-information > div a {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .c-box08 .contact-information > div .headline {
    width: 360px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    border-radius: 30px;
    background-color: #fff;
    font-size: 18px;
    color: #564444;
  }
  .c-box08 .contact-information > div:nth-of-type(1) {
    background-color: #fc7c46;
  }
  .c-box08 .contact-information > div:nth-of-type(1) a {
    display: none;
  }
  .c-box08 .contact-information > div:nth-of-type(1) .tel {
    font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    display: inline-block;
    padding-left: 60px;
    color: #fff;
    font-size: 42px;
    background: url("../images/lp/sec08_freedial.png") no-repeat left 14px;
  }
  .c-box08 .contact-information > div:nth-of-type(1) .time {
    color: #fff;
    font-size: 16px;
  }
  .c-box08 .contact-information > div:nth-of-type(2) {
    background-color: #edb121;
    transition: 0.3s;
  }
  .c-box08 .contact-information > div:nth-of-type(2):hover {
    opacity: 0.6;
  }
  .c-box08 .contact-information > div:nth-of-type(2) .mail {
    display: inline-block;
    margin-top: 20px;
    padding-left: 60px;
    font-size: 28px;
    color: #fff;
    font-family: serif;
    background: url("../images/lp/sec08_mail.png") no-repeat left center;
  }
  

  
  
  
  
  

  /*-------------------------------
  FOOTER
  -------------------------------*/
  #globalFooter {
    padding-top: 60px;
  }
  #globalFooter .column2-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  #globalFooter .column2-box .left-column {
    width: 430px;
    text-align: center;
  }
  #globalFooter .column2-box .left-column .contact-information {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    margin-top: 20px;
  }
  #globalFooter .column2-box .left-column .contact-information p {
    width: 210px;
    height: 58px;
    text-align: center;
    line-height: 58px;
  }
  #globalFooter .column2-box .left-column .contact-information .tel {
    font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    border: 1px solid #fc7c46;
  }
  #globalFooter .column2-box .left-column .contact-information .tel span {
    display: block;
    text-align: center;
    font-size: 22px;
    color: #554949;
    text-decoration: none;
    padding-left: 40px;
    letter-spacing: -0.03em;
    background: url("../images/lp/footer_freedial.png") no-repeat 10px center;
  }
  #globalFooter .column2-box .left-column .contact-information .contact a {
    width: 100%;
    border-radius: 0;
  }
  #globalFooter .column2-box .left-column .contact-information .contact a span {
    padding-left: 35px;
    font-size: 17px;
    font-family: serif;
    background: url("../images/lp/footer_mail.png") no-repeat left center;
  }
  #globalFooter .column2-box .right-column {
    width: 470px;
    padding-top: 40px;
    padding-right: 5px;
  }
  #globalFooter .column2-box .right-column .list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  #globalFooter .column2-box .right-column .list ul {
    width: 50%;
  }
  #globalFooter .column2-box .right-column .list ul:nth-of-type(2) {
    padding-left: 30px;
  }
  #globalFooter .column2-box .right-column .list ul li {
    padding-left: 20px;
    background: url("../images/lp/footer_arrow_right.png") no-repeat left 4px;
    line-height: 1.2;
  }
  #globalFooter .column2-box .right-column .list ul li:not(:nth-of-type(1)) {
    margin-top: 6px;
  }
  #globalFooter .column2-box .right-column .list ul li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: #554949;
    text-decoration: none;
  }
  #globalFooter .column2-box .right-column .list ul li a span {
    position: relative;
    display: inline-block;
    padding: 1px 0 2px;
    transition: 0.3s;
  }
  #globalFooter .column2-box .right-column .list ul li a span::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    width: 0;
    height: 1px;
    background-color: #fb5c1a;
    transition: .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #globalFooter .column2-box .right-column .list ul li a span:hover {
    color: #fb5c1a;
  }
  #globalFooter .column2-box .right-column .list ul li a span:hover::after {
    width: 100%;
  }
  #globalFooter .column2-box .right-column .address {
    margin-top: 20px;
    padding: 15px 0 0 10px;
    border-top: 1px solid #6c6161;
    font-size: 15px;
    color: #554949;
  }
  #globalFooter .npo-btn {
    margin-top: 40px;
  }
  #globalFooter .npo-btn a {
    display: block;
    padding: 5px;
    text-align: center;
    background-color: #3ab9b5;
    text-decoration: none;
    transition: 0.3s;
  }
  #globalFooter .npo-btn a:hover {
    opacity: 0.6;
  }
  #globalFooter .npo-btn a > span {
    display: block;
    padding: 16px 0;
    border: 1px solid #fff;
    font-size: 24px;
    color: #fff;
    background: url("../images/lp/footer_arrow_right02.png") no-repeat 95% center;
  }
  #globalFooter .copyright {
    display: block;
    margin-top: 40px;
    padding: 15px 0;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background-color: #f87d49;
  }

  .to-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  body {
    padding-top: 163px;
  }

  /*-------------------------------
  COMMON
  -------------------------------*/
  .btn.contact a {
    display: inline-block;
    background-color: #f6ba55;
    text-align: center;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #f6ba55;
    font-family: serif;
  }

  /*-------------------------------
  HEADER
  -------------------------------*/
  #globalHeader {
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #fff;
  }
  #globalHeader .contents-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  #globalHeader .contents-inner .logo {
    width: 200px;
  }
  #globalHeader .contents-inner .logo img {
    width: 100%;
  }
  #globalHeader .contents-inner .utility-box {
    display: none;
  }
  #globalHeader .contents-inner .sp-menu {
    width: 50px;
    height: 50px;
    background-image: url("../images/lp/menu_open.png");
    background-repeat: no-repeat;
    background-size: 50px;
  }
  #globalHeader .contact-information {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    margin-top: 20px;
  }
  #globalHeader .contact-information > div {
    position: relative;
    width: 48%;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
  }
  #globalHeader .contact-information > div a {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #globalHeader .contact-information > div .headline {
    padding: 5px;
    border-radius: 30px;
    background-color: #fff;
    font-size: 10px;
    color: #564444;
  }
  #globalHeader .contact-information > div:nth-of-type(1) {
    background-color: #fc7c46;
  }
  #globalHeader .contact-information > div:nth-of-type(1) .tel {
    font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    display: inline-block;
    padding-left: 25px;
    color: #fff;
    font-size: 13px;
    background: url("../images/lp/footer_freedial.png") no-repeat left center;
    background-size: 20px auto;
  }
  #globalHeader .contact-information > div:nth-of-type(1) .time {
    color: #fff;
    font-size: 10px;
  }
  #globalHeader .contact-information > div:nth-of-type(2) {
    background-color: #edb121;
  }
  #globalHeader .contact-information > div:nth-of-type(2) .mail {
    display: inline-block;
    margin-top: 10px;
    padding-left: 25px;
    font-size: 14px;
    color: #fff;
    font-family: serif;
    background: url("../images/lp/sec08_mail.png") no-repeat left center;
    background-size: 20px auto;
  }

  /*-------------------------------
  GLOBALNAVI
  -------------------------------*/
  #globalNavi {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background-color: #e97443;
    transition: 0.5s;
    opacity: 0;
  }
  #globalNavi.show {
    z-index: 400;
    opacity: 1;
  }
  #globalNavi .sp-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    background-image: url("../images/lp/menu_close.png");
    background-repeat: no-repeat;
    background-size: 50px;
  }
  #globalNavi ul {
    padding-top: 60px;
  }
  #globalNavi ul li {
    border-bottom: 1px solid #fff;
  }
  #globalNavi ul li a {
    display: block;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    font-weight: bold;
  }
  #globalNavi .contact-information {
    padding: 20px 40px;
  }
  #globalNavi .contact-information > div {
    position: relative;
    padding: 8px 15px;
    border-radius: 5px;
    text-align: center;
  }
  #globalNavi .contact-information > div a {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #globalNavi .contact-information > div .headline {
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    border-radius: 30px;
    background-color: #fff;
    font-size: 14px;
    color: #564444;
  }
  #globalNavi .contact-information > div:nth-of-type(1) {
    background-color: #fff;
  }
  #globalNavi .contact-information > div:nth-of-type(1) .tel {
    display: inline-block;
    padding-left: 45px;
    color: #564444;
    font-size: 25px;
    background: url("../images/lp/footer_freedial.png") no-repeat left center;
    background-size: 35px auto;
  }
  #globalNavi .contact-information > div:nth-of-type(1) .time {
    color: #564444;
    font-size: 14px;
  }
  #globalNavi .contact-information > div:nth-of-type(2) {
    margin-top: 10px;
    background-color: #edb121;
  }
  #globalNavi .contact-information > div:nth-of-type(2) .mail {
    display: inline-block;
    margin-top: 20px;
    padding-left: 45px;
    font-size: 22px;
    color: #fff;
    font-family: serif;
    background: url("../images/lp/sec08_mail.png") no-repeat left center;
    background-size: 35px auto;
  }

  /*-------------------------------
  CONTENTS
  -------------------------------*/
  #mainVisual .mv-inner figure img {
    width: 100%;
    vertical-align: top;
  }
  #mainVisual .mv-inner .inner {
    padding: 20px;
    background-color: #FCF7E1;
    text-align: center;
  }
  #mainVisual .mv-inner .inner h2 {
    font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    color: #382e2c;
  }
  #mainVisual .mv-inner .inner h2 span {
    letter-spacing: -0.1em;
    font-weight: bold;
    text-shadow: 0 0 8px #fff;
  }
  #mainVisual .mv-inner .inner h2 span:nth-of-type(1) {
    font-size: 32px;
  }
  #mainVisual .mv-inner .inner h2 span:nth-of-type(2) {
    font-size: 25px;
  }
  #mainVisual .mv-inner .inner p {
    margin-top: 10px;
    font-size: 16px;
    color: #f85713;
    font-weight: bold;
    font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  }

  .contents-box {
    padding: 30px 20px;
  }
  .contents-box .section-title {
    font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    padding-bottom: 8px;
    font-size: 25px;
    color: #fe692b;
    text-align: center;
    border-bottom: 1px solid #fe692b;
  }

  .c-box01 .title {
    font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    margin-top: 30px;
    padding: 13px 0 5px 35px;
    color: #3e322b;
    border-bottom: 2px dotted #c1b5af;
    line-height: 1.4;
    font-size: 20px;
  }
  .c-box01 .title span {
    color: #fe692b;
  }
  .c-box01 h3:nth-of-type(1) {
    background: url("../images/lp/sec01_icon01.png") no-repeat left 12px;
    background-size: 28px;
  }
  .c-box01 h3:nth-of-type(2) {
    background: url("../images/lp/sec01_icon02.png") no-repeat left 12px;
    background-size: 28px;
  }
  .c-box01 h3:nth-of-type(3) {
    background: url("../images/lp/sec01_icon03.png") no-repeat left 12px;
    background-size: 28px;
  }
  .c-box01 .media-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 30px;
  }
  .c-box01 .media-box figure {
    order: -1;
    width: 100%;
  }
  .c-box01 .media-box figure img {
    width: 100%;
  }
  .c-box01 .media-box .sentence {
    order: 1;
    width: 100%;
    margin-top: 15px;
    color: #403935;
    font-size: 16px;
    line-height: 1.6;
  }
  .c-box01 .media-box .sentence p:not(:nth-of-type(1)) {
    margin-top: 20px;
  }

  .c-box02 {
    background: url("../images/lp/sec02_bg.png") no-repeat center 70px #e6eef5;
  }
  .c-box02 .section-title {
    padding-bottom: 45px;
    line-height: 1.2;
    border-bottom: none;
    background: url("../images/lp/sec02_bg_title.png") no-repeat center bottom;
  }
  .c-box02 .balloon-box > div > div:nth-of-type(1) div:nth-of-type(1) {
    padding: 40px 0 30px;
    background: url("../images/lp/sec02_balloon01.png") no-repeat;
    background-size: 100% 100%;
  }
  .c-box02 .balloon-box > div > div:nth-of-type(1) div:nth-of-type(2) {
    padding: 40px 0 30px;

    background: url("../images/lp/sec02_balloon02.png") no-repeat;
    background-size: 100% 100%;
  }
  .c-box02 .balloon-box > div > div:nth-of-type(2) {
    margin-top: 10px;
  }
  .c-box02 .balloon-box > div > div:nth-of-type(2) div:nth-of-type(1) {
    padding: 40px 0 30px;
    background: url("../images/lp/sec02_balloon03.png") no-repeat;
    background-size: 100% 100%;
  }
  .c-box02 .balloon-box > div > div:nth-of-type(2) div:nth-of-type(2) {
    padding: 40px 0 30px;
    background: url("../images/lp/sec02_balloon04.png") no-repeat;
    background-size: 100% 100%;
  }
  .c-box02 .balloon-box .inner-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }
  .c-box02 .balloon-box .inner-box .balloon {
    position: relative;
    width: 48%;
    text-align: center;
    font-size: 12px;
    color: #3e322b;
  }
  .c-box02 .balloon-box .inner-box .balloon::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 50%;
    width: 15px;
    height: 10px;
    margin-left: -8px;
    background: url("../images/lp/icon_check.png") no-repeat;
    background-size: 15px auto;
  }
  .c-box02 .sentence-box {
    position: relative;
    margin-top: 175px;
    text-align: center;
    border: 1px solid #f38455;
  }
  .c-box02 .sentence-box::before {
    content: '';
    position: absolute;
    z-index: 5;
    top: -186px;
    left: 50%;
    width: 120px;
    height: 198px;
    margin-left: -60px;
    background: url("../images/lp/sec02_img01.png") no-repeat;
    background-size: 120px auto;
  }
  .c-box02 .sentence-box .top-layer {
    position: relative;
    padding: 15px 20px;
    background-color: #f38455;
    font-size: 20px;
    color: #fff;
  }
  .c-box02 .sentence-box .top-layer::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 47px;
    height: 55px;
    background: url("../images/lp/sec02_graphic01.png");
    background-size: 47px auto;
  }
  .c-box02 .sentence-box .btm-layer {
    position: relative;
    padding: 20px;
    background-color: #fcfbe4;
    font-size: 14px;
    color: #403935;
  }
  .c-box02 .sentence-box .btm-layer::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 46px;
    background: url("../images/lp/sec02_graphic02.png");
    background-size: 48px auto;
  }
  .c-box02 .sentence-box .btm-layer .check-list {
    margin-top: 20px;
    padding: 15px;
    border: 1px solid #dad9cf;
    border-radius: 10px;
    background-color: #fff;
  }
  .c-box02 .sentence-box .btm-layer .check-list ul {
    margin: 0 auto;
    text-align: left;
  }
  .c-box02 .sentence-box .btm-layer .check-list ul li {
    padding: 5px 0 5px 30px;
    font-size: 14px;
    border-bottom: 1px dashed #c1b5af;
    background: url("../images/lp/sec02_check.png") no-repeat 6px 8px;
    background-size: 15px auto;
  }
  .c-box02 .sentence-box .btm-layer .arrow {
    text-align: center;
  }
  .c-box02 .sentence-box .btm-layer .arrow img {
    width: 100px;
  }
  .c-box02 .sentence-box .btm-layer .last-message {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
  }
  .c-box02 .sentence-box .btm-layer .last-message span {
    color: #f38455;
  }

  .c-box03 {
    background-color: #fcf9e7;
  }
  .c-box03 .media-box {
    margin-top: 40px;
  }
  .c-box03 .media-box .sentence {
    margin-top: 15px;
    font-size: 16px;
    color: #403935;
  }
  .c-box03 .media-box .sentence p:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
  .c-box03 .description-box {
    margin-top: 30px;
  }
  .c-box03 .description-box .headline {
    padding: 15px;
    background-color: #f97f4c;
    color: #fff;
    text-align: center;
    font-size: 20px;
  }
  .c-box03 .description-box p {
    font-size: 16px;
    color: #403935;
  }
  .c-box03 .description-box p:nth-of-type(2) {
    margin-top: 30px;
  }
  .c-box03 .description-box p:nth-of-type(3) {
    margin-top: 10px;
  }
  .c-box03 .time-table {
    margin-top: 35px;
  }
  .c-box03 .time-table .left-column > div:nth-of-type(1) .headline {
    background: url("../images/lp/sec03_diamond01.png") no-repeat left 10px;
    background-size: 30px auto;
  }
  .c-box03 .time-table .left-column > div:nth-of-type(2) .headline {
    background: url("../images/lp/sec03_diamond02.png") no-repeat left 10px;
    background-size: 30px auto;
  }
  .c-box03 .time-table .left-column > div:nth-of-type(3) .headline {
    background: url("../images/lp/sec03_diamond03.png") no-repeat left 10px;
    background-size: 30px auto;
  }
  .c-box03 .time-table .left-column .point-box .headline {
    font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    margin-top: 20px;
    padding: 13px 0 11px 40px;
    color: #fe692b;
    border-bottom: 2px dotted #c1b5af;
    line-height: 1;
    font-size: 20px;
  }
  .c-box03 .time-table .left-column .point-box .headline span {
    color: #fe692b;
  }
  .c-box03 .time-table .left-column .point-box .description {
    margin-top: 16px;
    font-size: 16px;
    color: #403935;
    line-height: 1.6;
  }
  .c-box03 .time-table .right-column {
    margin-top: 30px;
  }
  .c-box03 .imgs-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 40px;
  }
  .c-box03 .imgs-box figure {
    width: 48%;
  }
  .c-box03 .imgs-box figure:not(:nth-of-type(-n+2)) {
    margin-top: 15px;
  }
  .c-box03 .imgs-box figure:nth-of-type(2n) {
    margin-left: 4%;
  }

  .c-box04 {
    background-color: #fcf9e7;
  }
  .c-box04 .media-box {
    margin-top: 40px;
    padding: 20px;
    background-color: #fff;
  }
  .c-box04 .media-box figure img {
    width: 100%;
  }
  .c-box04 .media-box .sentence {
    position: relative;
    margin-top: 25px;
  }
  .c-box04 .media-box .sentence .name {
    font-family: serif;
    color: #fb5c1a;
    font-size: 30px;
  }
  .c-box04 .media-box .sentence .name ruby span {
    margin-left: 20px;
  }
  .c-box04 .media-box .sentence .name rt:nth-of-type(3) {
    margin-left: -18px;
  }
  .c-box04 .media-box .sentence .name > span {
    margin-left: 10px;
    font-size: 22px;
  }
  .c-box04 .media-box .sentence .profile {
    padding: 15px;
    background-color: #f8f7f7;
  }
  .c-box04 .media-box .sentence .profile table {
    margin-top: 10px;
    font-size: 15px;
    color: #403935;
  }
  .c-box04 .media-box .sentence .profile table th {
    width: 75px;
  }
  .c-box04 .media-box .sentence .profile .lisence {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: center;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    margin-top: 15px;
  }
  .c-box04 .media-box .sentence .profile .lisence .headline {
    width: 100px;
    height: 35px;
    background-color: #f87e4b;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
  }
  .c-box04 .media-box .sentence .profile .lisence .description {
    margin-left: 10px;
    font-size: 15px;
    color: #403935;
  }
  .c-box04 .sentence-box .title {
    font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    margin-top: 35px;
    padding-bottom: 8px;
    font-size: 20px;
    color: #fe692b;
    border-bottom: 2px dotted #c1b4ab;
  }
  .c-box04 .sentence-box p {
    margin-top: 20px;
    font-size: 16px;

    color: #403935;
    line-height: 1.6;
  }
  .c-box04 .sentence-box figure {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #baaca6;
    background-color: #fff;
    text-align: center;
  }
  .c-box04 .sentence-box figure img {
    width: 100%;
  }

  .c-box05 .case-box {
    margin-top: 30px;
  }
  .c-box05 .case-box .title {
    font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    border: 1px solid #ff7c45;
  }
  .c-box05 .case-box .title span:nth-of-type(1) {
    display: block;
    width: 100%;
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #ff7c45;
  }
  .c-box05 .case-box .title span:nth-of-type(2) {
    display: block;
    padding: 10px 15px;
    font-size: 20px;
    color: #3e322b;
  }
  .c-box05 .case-box .media-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 30px;
  }
  .c-box05 .case-box .media-box figure {
    order: -1;
    width: 100%;
    text-align: center;
  }
  .c-box05 .case-box .media-box figure span {
    display: block;
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    color: #554d44;
  }
  .c-box05 .case-box .media-box .sentence {
    position: relative;
    order: 2;
    width: 100%;
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #7db8d8;
    border-radius: 5px;
    background-color: #e5f4fc;
    font-size: 15px;
    color: #403935;
  }
  .c-box05 .case-box .media-box .sentence::before {
    content: '';
    position: absolute;
    top: -19px;
    left: 50%;
    width: 30px;
    height: 18px;
    margin-left: -15px;
    background: url("../images/lp/sec05_arrow_top.png") no-repeat;
  }
  .c-box05 .case-box .media-box .sentence p:not(:nth-of-type(1)) {
    margin-top: 20px;
  }
  .c-box05 .case-box .comment {
    margin-top: 15px;
    padding: 20px;
    background-color: #fff7db;
    font-size: 15px;
    color: #403935;
    line-height: 1.6;
  }
  .c-box05 .case-box .comment .caution {
    text-align: right;
  }

  .c-box06 {
    background-color: #fcf9e7;
  }
  .c-box06 .section-title {
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
  .c-box06 .section-title span {
    display: block;
    line-height: 1;
    font-size: 26px;
  }
  .c-box06 .qa-box {
    padding: 15px 0;
    border-bottom: 2px dotted #c1b4ab;
  }
  .c-box06 .qa-box .question {
    padding: 10px 0 10px 50px;
    font-size: 18px;
    font-weight: bold;
    color: #554949;
    background: url("../images/lp/sec06_question.png") no-repeat left 5px;
  }
  .c-box06 .qa-box .answer {
    margin-top: 8px;
    padding: 0 0 0 50px;
    font-size: 16px;
    color: #554949;
    background: url("../images/lp/sec06_answer.png") no-repeat left top;
  }

  .c-box07 .title {
    font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    padding-bottom: 10px;
    font-size: 24px;
    color: #fe692b;
    border-bottom: 2px dotted #c1b4ab;
  }
  .c-box07 .flow-list {
    margin-top: 40px;
  }
  .c-box07 .flow-list > div:last-child::before {
    content: none;
  }
  .c-box07 .flow-list .flow-box {
    position: relative;
    margin-top: 30px;
    padding: 15px;
    border: 3px solid #bcb893;
    border-radius: 5px;
  }
  .c-box07 .flow-list .flow-box::before {
    content: '';
    position: absolute;
    bottom: -28px;
    left: 50%;
    width: 48px;
    height: 18px;
    margin-left: -24px;
    background: url("../images/lp/sec07_arrow_btm.png") no-repeat;
  }
  .c-box07 .flow-list .flow-box figure img {
    width: 100%;
  }
  .c-box07 .flow-list .flow-box .sentence {
    margin-top: 10px;
  }
  .c-box07 .flow-list .flow-box .sentence .headline {
    padding-bottom: 8px;
    font-size: 22px;
    font-weight: bold;
    color: #554949;
    border-bottom: 1px dotted #c1b4ab;
  }
  .c-box07 .flow-list .flow-box .sentence .description {
    margin-top: 12px;
    font-size: 16px;
    color: #554949;
  }
  .c-box07 .flow-list .flow-box .sentence .information {
    margin-top: 10px;
    background-color: #f8f5e1;
    color: #554949;
  }
  .c-box07 .flow-list .flow-box .sentence .information p {
    padding: 8px 15px;
  }
  .c-box07 .flow-list .flow-box .sentence .information ul {
    padding: 13px 20px;
  }
  .c-box07 .flow-list .flow-box .sentence .information ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    padding-left: 20px;
    background: url("../images/lp/sec07_dot.png") no-repeat left 4px;
  }
  .c-box07 .flow-list .flow-box .sentence .information ul li > span:nth-of-type(1) {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    width: 110px;
    font-size: 14px;
  }
  .c-box07 .flow-list .flow-box .sentence .information ul li > span:nth-of-type(2) {
    width: 100%;
  }
  .c-box07 .flow-list .flow-box .sentence .information ul li > span a {
    color: #3292eb;
    text-decoration: none;
    word-break: break-all;
  }
  .c-box07 .price {
    margin-top: 30px;
  }
  .c-box07 .price p {
    margin-top: 25px;
    font-size: 16px;
    color: #554949;
  }

  .c-box08 {
    display: none;
  }



  /*-------------------------------
  FOOTER
  -------------------------------*/
  #globalFooter {
    padding: 30px 20px;
  }
  #globalFooter .column2-box .left-column {
    text-align: center;
  }
  #globalFooter .column2-box .left-column .contact-information {
    display: none;
  }
  #globalFooter .column2-box .right-column {
    margin-top: 20px;
  }
  #globalFooter .column2-box .right-column .contact-information > div {
    position: relative;
    padding: 8px 15px;
    border-radius: 5px;
    text-align: center;
  }
  #globalFooter .column2-box .right-column .contact-information > div a {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #globalFooter .column2-box .right-column .contact-information > div .headline {
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    border-radius: 30px;
    background-color: #fff;
    font-size: 14px;
    color: #564444;
  }
  #globalFooter .column2-box .right-column .contact-information > div:nth-of-type(1) {
    background-color: #fc7c46;
  }
  #globalFooter .column2-box .right-column .contact-information > div:nth-of-type(1) .tel {
    font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    display: inline-block;
    padding-left: 45px;
    color: #fff;
    font-size: 25px;
    background: url("../images/lp/sec08_freedial.png") no-repeat left center;
    background-size: 35px auto;
  }
  #globalFooter .column2-box .right-column .contact-information > div:nth-of-type(1) .time {
    color: #fff;
    font-size: 14px;
  }
  #globalFooter .column2-box .right-column .contact-information > div:nth-of-type(2) {
    margin-top: 10px;
    background-color: #edb121;
  }
  #globalFooter .column2-box .right-column .contact-information > div:nth-of-type(2) .mail {
    display: inline-block;
    margin-top: 20px;
    padding-left: 45px;
    font-size: 22px;
    color: #fff;
    font-family: serif;
    background: url("../images/lp/sec08_mail.png") no-repeat left center;
    background-size: 35px auto;
  }
  #globalFooter .address {
    margin-top: 20px;
    font-size: 18px;
    color: #554949;
    text-align: center;
  }
  #globalFooter .npo-btn {
    margin: 20px -20px 0;
  }
  #globalFooter .npo-btn a {
    display: block;
    padding: 5px 0;
    background-color: #3ab9b5;
    text-decoration: none;
  }
  #globalFooter .npo-btn a span {
    display: block;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-left: none;
    border-right: none;
    font-size: 18px;
    color: #fff;
    background: url("../images/lp/footer_arrow_right02.png") no-repeat 95% center;
  }
  #globalFooter .copyright {
    display: none;
  }

  .to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
  }
  
  
  
  
}

/*# sourceMappingURL=style.css.map */





/*addcss*/

@media screen and (min-width: 769px) {
#globalHeader .contents-inner .utility-box {
    align-items: inherit;
    -webkit-align-items: inherit;
}
#globalHeader .contents-inner .utility-box .headright {
	width: 235px;
}
#globalHeader .contents-inner .utility-box .headright .btn {
    margin-left: 0;
}
#globalHeader .contents-inner .utility-box .headright .btn a {
    width: 235px;
    height: 50px;
    line-height: 50px;
}
#globalHeader .contents-inner .utility-box .btn a span {
    padding-top: 2px;
}
.headsns01 {
	overflow:hidden;
}
.headsns02 {
	float:left;
	transition: 0.3s;
}
.headsns02:hover {
	opacity:0.7;
}
.headsns03 {
	float:right;
	transition: 0.3s;
}
.headsns03:hover {
	opacity:0.7;
}

#globalNavi ul {
	background: url(../images/lp/gnavi_separator.png) no-repeat right center;
	padding-right: 1px;
}
.c-box_new01 .section-title {
	color: #382e2c;
	font-size: 38px;
	border: 0;
	margin-bottom: 20px;
}
.c-box_new01 .exclamation {
	font-style: italic;
	font-size: 46px;
}
.c-box_new01 .subttl {
	display: block;
	font-size: 28px;
	color: #fe692b;
	margin-top: 15px;
}
.c-box_new01 .sentence-box {
	background-image:url(../images/lp/add_01.png);
	background-repeat:no-repeat;
	background-position:center;
}
.c-box_new01 .sentence-box p {
    color: #403935;
    font-size: 16px;
    text-align: center;
    line-height: 1.9;
    margin-bottom: 25px;
}
.c-box_new01 .sentence-box a.btn01 {
	font-size: 15px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	background-color: #fa7f4b;
	padding: 15px 0;
	border-radius: 7% / 50%;
	margin: 0 auto;
	display: block;
	width: 320px;
	border: solid 1px #fa7f4b;
    transition: 0.3s;
}
.c-box_new01 .sentence-box a:hover {
	color: #fa7f4b;
	background-color: #fff;
} 

.c-box01 h3:nth-of-type(4) {
    background: url(../images/lp/sec01_icon04.png) no-repeat left top;
}
.c-box01 .m-box04 .sentence {
    background: url(../images/lp/add_03.png) no-repeat right bottom;
}

.adimg01 {
	overflow:hidden;
	margin-top:25px;
	margin-bottom:25px;
}
.adimg02 {
	float:left;
}
.adimg03 {
	float:right;
}
.adimg04 {
	float:left;
	margin-left:7px;
}
.adbtn01 {
	margin-bottom:40px;
}
.adbtn01 a {
	font-size: 15px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	background-color: #fa7f4b;
	padding: 13px 0;
	padding-left:30px;
	border-radius: 6% / 50%;
	margin: 0 auto;
	display: block;
	width: 370px;
	border: solid 1px #fa7f4b;
    transition: 0.3s;
	background-image: url(../images/lp/add_06.png);
	background-repeat: no-repeat;
	background-position: 32px center;
}
.adbtn01 a span {
}
.adbtn01 a:hover {
	color: #fa7f4b;
	background-color: #fff;
	background-image: url(../images/lp/add_06_on.png);
} 

.add02 {
    font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    margin-top: 20px;
    padding: 13px 0 18px 55px;
    color: #fe692b;
    border-bottom: 2px dotted #c1b5af;
    line-height: 1;
    font-size: 24px;
}
.add02.type01 {
    background: url(../images/lp/sec03_diamond04.png) no-repeat left top;
}
.add02.type02 {
    background: url(../images/lp/sec03_diamond05.png) no-repeat left top;
}
.add02.type03 {
    background: url(../images/lp/sec03_diamond06.png) no-repeat left top;
}
.add02.type04 {
    background: url(../images/lp/sec03_diamond07.png) no-repeat left top;
}

.add03 {
    margin-top: 16px;
    font-size: 20px;
	font-weight:bold;
    color: #403935;
    line-height: 1.6;
	font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.add04 {
    margin-top: 10px;
    font-size: 16px;
    color: #403935;
    line-height: 1.6;
}
.add05 {
	margin-top: 10px;
	font-size: 16px;
	color: #403935;
	line-height: 1.6;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.add06 {
	display: table;
	width: 100%;
	margin-top: 10px;
	background-color: #F9F9BD;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.add06 dt {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	width:230px;
}
.add06 dt span {
	background-image: url(../images/lp/add_09.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 50px;
}
.add06 dd {
	display: table-cell;
	vertical-align: middle;
	background-image: url(../images/lp/add_17.png);
	background-repeat: repeat-y;
	background-position: left center;
	padding-left: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.add07 {
	font-weight: bold;
}
.add08 {
	font-weight: bold;
	color: #fa7f4b;
}

.footsns01 {
	overflow:hidden;
	padding-top:12px;
}
.footsns02 {
	float:left;
	transition: 0.3s;
}
.footsns02:hover {
	opacity:0.7;
}
.footsns03 {
	float:right;
	transition: 0.3s;
}
.footsns03:hover {
	opacity:0.7;
}
#globalFooter .column2-box .right-column {
    width: 480px;
}

#ANC01 , #ANC02 , #ANC03 , #ANC04 , #ANC05 , #ANC06 , #ANC07 , #ANC08 , #ANC09 , #ANC10 , #ANC11 , #ANC12 {
	margin-top:-195px;
	padding-top:195px;
}

}


@media screen and (max-width: 768px) {


.headsns01 {
	overflow:hidden;
	padding:0 20px;
	text-align:center;
	padding-bottom:20px;
}
.headsns02 {
	display:inline-block;
	margin-right:5px;
}
.headsns03 {
	display:inline-block;
	margin-left:5px;
}

.c-box_new01 .section-title {
	color: #382e2c;
	font-size: 19px;
	border: 0;
	margin-bottom: 10px;
}
.c-box_new01 .exclamation {
	font-style: italic;
	font-size: 20px;
}
.c-box_new01 .subttl {
	display: block;
	font-size: 14px;
	color: #fe692b;
	margin-top: 5px;
}
.c-box_new01 .sentence-box {
	background-image:url(../images/lp/add_01.png);
	background-repeat:no-repeat;
	background-position:center;
}
.c-box_new01 .sentence-box p {
	color: #403935;
	font-size: 13px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 25px;
}
.c-box_new01 .sentence-box a.btn01 {
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	background-color: #fa7f4b;
	padding: 15px 0;
	border-radius: 7% / 50%;
	margin: 0 auto;
	display: block;
	width: 100%;
}


.c-box01 h3:nth-of-type(4) {
    background: url(../images/lp/sec01_icon04.png) no-repeat left 12px;
    background-size: 28px;
}


.adimg01 {
	overflow:hidden;
	margin-top:20px;
	text-align:center;
}
.adimg01 img {
	text-align:center;
	width:280px;
}
.adimg02 {
	margin-bottom:20px;
}
.adimg03 {
	margin-bottom:20px;
}
.adimg04 {
	margin-bottom:20px;
}
.adbtn01 {
	margin-bottom:30px;
}
.adbtn01 a {
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	background-color: #fa7f4b;
	padding: 13px 0;
	padding-left:25px;
	border-radius: 6% / 50%;
	margin: 0 auto;
	display: block;
	width: 280px;
	border: solid 1px #fa7f4b;
    transition: 0.3s;
	background-image: url(../images/lp/add_06.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size:25px;
}
.adbtn01 a:hover {
	color: #fa7f4b;
	background-color: #fff;
	background-image: url(../images/lp/add_06_on.png);
} 

.add02 {
    font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
    margin-top: 20px;
    padding: 13px 0 11px 40px;
    color: #fe692b;
    border-bottom: 2px dotted #c1b5af;
    line-height: 1;
    font-size: 20px;
}
.add02.type01 {
    background: url(../images/lp/sec03_diamond04.png) no-repeat left 10px;
	background-size: 30px auto;
}
.add02.type02 {
    background: url(../images/lp/sec03_diamond05.png) no-repeat left 10px;
	background-size: 30px auto;
}
.add02.type03 {
    background: url(../images/lp/sec03_diamond06.png) no-repeat left 10px;
	background-size: 30px auto;
}
.add02.type04 {
    background: url(../images/lp/sec03_diamond07.png) no-repeat left 10px;
	background-size: 30px auto;
}

.add03 {
    margin-top: 16px;
    font-size: 16px;
	font-weight:bold;
    color: #403935;
    line-height: 1.6;
	font-family: "FOT-筑紫B丸ゴシック Std D", "TsukuBRdGothicStd-D", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.add04 {
    margin-top: 10px;
    font-size: 16px;
    color: #403935;
    line-height: 1.6;
}
.add05 {
	margin-top: 10px;
	font-size: 16px;
	color: #403935;
	line-height: 1.6;
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.add06 {
	display: block;
	width: 100%;
	margin-top: 10px;
	background-color: #F9F9BD;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.add06 dt {
	display:block;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	width:100%;
	border-bottom: dotted 1px #666;
	padding-bottom:5px;
}
.add06 dt span {
	background-image: url(../images/lp/add_09.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 50px;
}
.add06 dd {
	display: block;
	vertical-align: middle;
	padding:10px;
}
.add07 {
	font-weight: bold;
}
.add08 {
	font-weight: bold;
	color: #fa7f4b;
}


.footsns01 {
	text-align:center;
}
.footsns02 {
	padding-top:12px;
}
.footsns03 {
	padding-top:5px;
}

#ANC01 , #ANC02 , #ANC03 , #ANC04 , #ANC05 , #ANC06 , #ANC07 , #ANC08 , #ANC09 , #ANC10 , #ANC11 , #ANC12 {
	margin-top:-70px;
	padding-top:70px;
}

}