@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*-----------------------------
	common
------------------------------*/
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  min-width: 960px;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 1;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

body {
  min-width: 1040px;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

a {
  text-decoration: none;
}

html {
  font-size: 10px;
  font-size: 1vw;
}

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

.sp {
  display: none;
}

.wrap {
  width: 100%;
}

.imgalpha {
  transition: opacity 0.3s;
}

.imgalpha:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*------------------------------------------------------------------------------
 parts
------------------------------------------------------------------------------*/
.inner {
  display: block;
  width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.inner_mv {
  display: block;
  width: 940px;
  margin: 0 auto;
  padding: 0 20px;
}

.panelSec {
  margin-bottom: 70px;
  padding-top: 80px;
}

.bandTtl {
  margin-bottom: 80px;
  padding: 16px 0;
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -1px;
  background: #094;
  font-feature-settings: "palt";
}

.bandTtl .unit {
  padding: 0 0.15em;
  font-size: 60%;
}

.bandTtl .waveDash {
  display: inline-block;
  padding: 0 0.15em;
  text-indent: -0.35em;
}

.moreBtn {
  display: block;
  width: 640px;
  height: 90px;
  position: relative;
  margin: 40px auto 0;
  padding: 28px 0;
  border: 4px solid #253fa4;
  border-radius: 45px;
  box-shadow: 0 2px 0 3px #ecf2f4;
  color: #253fa4;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
}

.moreBtn:hover {
  bottom: -3px;
  box-shadow: 0 0 0 0 #ecf2f4;
}

.moreBtn::after {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 5px;
  vertical-align: -20%;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.quote {
  margin-top: 43px;
  color: #fff;
  background: #094;
}

.quote::after {
  background-image: url(../images/ico_moreBtn02.png);
}

.inDetail::after {
  background-image: url(../images/ico_moreBtn01.png);
}
@media screen and (max-width: 768px) {
  .inDetail::after {
    background-image: url(../images/ico_moreBtn01_sp.png);
    background-size: contain;
  }
}

.contTtl {
  margin-bottom: 23px;
  padding: 17px 0;
  border-radius: 10px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  background: #253fa4;
}

.panelSecInner {
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .inner {
    width: 100%;
  }
  .inner_mv {
    max-width: 750px;
    width: 100vw;
    padding: 0 4vw;
  }
  .bandTtl {
    margin-bottom: 10.66vw;
    padding: 2.4vw 0;
    line-height: 1.2;
    font-size: 6.5vw;
  }
  .contTtl {
    margin-bottom: 3.5vw;
    padding: 2.7vw 0;
    border-radius: 10px;
    font-size: 5.3333333333vw;
    letter-spacing: -0.025em;
  }
  .moreBtn {
    display: block;
    max-width: 640px;
    width: 85.3333333333vw;
    max-height: 120px;
    height: 16vw;
    margin: 4.8vw auto 0;
    padding: 5vw 0;
    border: 0.5333333333vw solid #253fa4;
    border-radius: 8vw;
    box-shadow: 0 0.4vw 0 2px #ecf2f4;
    font-size: 4.2666666667vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.5px;
  }
  .moreBtn::after {
    width: 4.6666666667vw;
    height: 4.6666666667vw;
  }
  .panelSec {
    margin-bottom: 8vw;
    padding-top: 10vw;
  }
  .panelSecInner {
    padding: 0;
  }
}
/*-----------------------------
	mainVisual
------------------------------*/
.mainVisual .headerLogo {
  text-align: right;
  margin-right: -30px;
}

.mainVisual .mv_bg {
  padding: 25px 0 58px;
  background-image: url(../images/bg_mv_pc.png);
  background-repeat: no-repeat;
  background-position: 50% top;
  background-size: cover;
}
@media screen and (min-width: 1650px) {
  .mainVisual .mv_bg {
    background-position: 50% 35%;
  }
}
@media screen and (max-width: 768px) {
  .mainVisual .mv_bg {
    padding: 4.4vw 0 10.6666666667vw;
    background-image: url(../images/bg_mv_sp.png);
    background-position: 50% top;
    background-size: 100%;
  }
}

.mv_goods {
  padding-top: 116px;
}
@media screen and (max-width: 768px) {
  .mv_goods {
    padding: 12vw 3.3333333333vw 0;
  }
}

.mvgoods_txt {
  margin-bottom: 28px;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .mvgoods_txt {
    max-width: 640px;
    width: 85.3333333333vw;
    margin-bottom: 3.7333333333vw;
  }
}

.mvgoods_img {
  margin-bottom: 24px;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .mvgoods_img {
    max-width: 640px;
    width: 85.3333333333vw;
    margin-bottom: 4vw;
  }
}

.mv_goods_note {
  font-size: 13px;
  line-height: 1.53846154;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .mv_goods_note {
    font-size: 2.9333333333vw;
    line-height: 1.45454545;
  }
}

.mv_goods_note li {
  padding-left: 1em;
  text-indent: -1em;
}
.mv_goods_note li .line {
  border-bottom: 1px solid #333;
}

.mv_goods_note span.dots {
  color: #eb6100;
}

.mv_imgCont {
  display: flex;
  justify-content: center;
}

.mainVisual .mv_bg .mainVisualImg {
  max-width: 886px;
  width: 100%;
  margin-top: -36px;
}
@media screen and (max-width: 768px) {
  .mainVisual .mv_bg .mainVisualImg {
    max-width: 624px;
    width: 83.2vw;
    margin-inline: auto;
    margin-top: -8.5333333333vw;
  }
}

.mainVisual .inner .mainVisualObject {
  position: absolute;
  right: -68px;
  bottom: -50px;
  padding: 0;
}

.mainVisual .mainVisualApproach {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.mainVisual .mainVisualpaperDecoration {
  width: 1400px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -700px;
  pointer-events: none;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .mainVisual .headerLogo {
    max-width: 160px;
    width: 21.3333333333vw;
    margin-left: auto;
    margin-right: initial;
  }
  .mainVisual .mainVisualImg {
    position: relative;
    margin-top: 0;
  }
  .mainVisual .mainVisualApproach {
    position: static;
    top: 0;
    right: 0;
    z-index: 1;
  }
  .mainVisual .mainVisualpaperDecoration {
    width: 100%;
    left: 0;
    margin: 0;
  }
  .mainVisual .prizeBox {
    width: 100%;
    margin: 0 0 0vw;
    padding-top: 4.6666666667vw;
  }
  /**/
}
.mainVisual .campaign_time {
  display: flex;
  height: 90px;
  text-align: center;
  background-color: #094;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .mainVisual .campaign_time {
    max-height: 162px;
    height: 21.6vw;
  }
}

/*-----------------------------
	tab
------------------------------*/
.tab-group {
  display: flex;
  margin-top: 80px;
  justify-content: center;
}

.tab {
  display: flex;
  width: 465px;
  height: 82px;
  margin-bottom: -4px;
  padding-bottom: 4px;
  border: 5px solid #26addf;
  border-bottom: none;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  background: #26addf;
  cursor: pointer;
  transition: all 0.3s ease-out;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-flex: 1;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  flex-grow: 1;
  -ms-flex-pack: center;
  -ms-flex-positive: 1;
  justify-content: center;
}

.tab:first-child {
  margin-right: 30px;
}

.bg_lightGreen {
  border-bottom: 4px solid #26addf;
  background-color: #f4fcff;
}

.panel {
  display: none;
}

.tab.is-active, .tab:hover {
  color: #26addf;
  background: #f4fcff;
}

.panel.is-show {
  display: block;
}

@media screen and (max-width: 768px) {
  .tab-group {
    margin-top: 10.66666667vw;
    margin-bottom: -0.1px;
    padding: 0 4vw;
  }
  .bg_lightGreen {
    padding-top: 10.66vw;
  }
  .tab {
    width: 100%;
    height: 14vw;
    margin-bottom: -0.5333333333vw;
    padding-top: 0.5vw;
    border: 0.5333333333vw solid #26addf;
    border-bottom: none;
    font-size: 4.5333333333vw;
  }
  .tab:first-child {
    margin-right: 4vw;
  }
}
/*-----------------------------
	contant
------------------------------*/
.panel-group .topInner {
  margin-bottom: 80px;
  background: #f4fcff;
}

@media screen and (max-width: 768px) {
  .panel-group .topInner {
    padding: 0 4vw;
  }
  .panel-group .contInner {
    padding: 0 4vw;
  }
}
/*applicationMethod*/
.applicationMethod {
  margin-bottom: 0;
}

.applicationMethod .applicationMethodList {
  margin-bottom: 50px;
}

.applicationMethod .applicationMethodList:last-child {
  margin-bottom: 0;
}

.applicationMethod .applicationMethodList .inDetail {
  margin-top: 15px;
}

.applicationMethod .num {
  display: table-cell;
}

.applicationMethod .num .numIco {
  display: inline-block;
  width: 104px;
  padding: 6px 0;
  border: 2px solid #253fa4;
  color: #253fa4;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #fff;
}

.applicationMethod .listCont {
  display: table-cell;
  padding-left: 18px;
}

.applicationMethod .listContTxt {
  margin-bottom: 13px;
  line-height: 1.41;
  font-size: 23px;
  font-weight: 300;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
}

.applicationMethod .none {
  padding-left: 1em;
  font-size: 12.2px;
  text-indent: -1em;
}

.listContTxtItems {
  position: relative;
  margin-bottom: 38px;
}

.listContTxtItems:last-child {
  margin-bottom: 0;
}

.listContTxtItemsTtl {
  margin-bottom: 1px;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 400;
}

.listContTxtItemsTxt {
  line-height: 1.7;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.025em;
  font-feature-settings: "palt";
}

.listContTxt_img {
  position: absolute;
  top: 0;
  right: 30px;
}

@media screen and (max-width: 768px) {
  .applicationMethod {
    margin-bottom: 0;
    padding: 0 4vw;
  }
  .applicationMethod .inner {
    padding: 0;
  }
  .applicationMethod .applicationMethodList {
    margin-bottom: 4.9vw;
  }
  .applicationMethod .applicationMethodList .inDetail {
    margin-top: 3.3333333333vw;
  }
  .applicationMethod .num .numIco {
    width: 17.33vw;
    padding: 1vw 0;
    border: 0.2666666667vw solid #253fa4;
    font-size: 4.2vw;
  }
  .applicationMethod .listCont {
    display: table-cell;
    padding-left: 2vw;
  }
  .applicationMethod .listContTxt {
    margin-bottom: 2vw;
    line-height: 1.41;
    font-size: 4.26666667vw;
  }
  .applicationMethod .none {
    line-height: 1.27;
    font-size: 2.9vw;
  }
  .listContTxtItems {
    margin-bottom: 4vw;
  }
  .listContTxtItemsTtl {
    font-size: 4.2666666667vw;
    letter-spacing: -0.025em;
  }
  .listContTxtItemsTxt {
    font-size: 3.7333333333vw;
  }
  .listContTxt_img {
    position: static;
    width: 54.4vw;
    margin: 2vw auto -1.3333333333vw;
  }
}
/*quoteMethod*/
.quoteMethod .quoteMethod_topBox {
  padding: 40px 0 30px;
  border: 2px solid #253fa4;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 5px;
}

.quoteMethod .contTtl {
  margin-bottom: 60px;
}

.quoteMethod .quoteMethod_top .arrow {
  display: table;
  margin: 0 auto;
  text-align: center;
}

.quoteMethod .quoteMethod_topTtl {
  margin-bottom: 26px;
  line-height: 1.41666667;
  font-size: 20px;
  text-align: center;
  font-weight: 300;
  letter-spacing: -0.025em;
}
.quoteMethod .quoteMethod_topTtl .quoteMethod_topListNote {
  display: block;
  padding-left: 1em;
  font-size: 16px;
  text-indent: -1em;
}
@media only screen and (max-width: 768px) {
  .quoteMethod .quoteMethod_topTtl .quoteMethod_topListNote {
    font-size: 2.9333333333vw;
  }
}

.quoteMethod .quoteMethod_topListWrap {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  max-width: 740px;
  padding-left: 10px;
  margin: 0 auto;
  align-items: center;
}

.quoteMethod_topList {
  display: flex;
  gap: 65px;
  align-items: center;
  justify-content: center;
}

.quoteMethod_topListTtl {
  line-height: 1.41666667;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  width: 240px;
}

.quoteMethod_topListTtlSmall {
  font-size: 20px;
}

.quoteMethod_topListNpte {
  display: block;
  margin-top: 6px;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 300;
}

.quoteMethod .contTtl {
  padding: 26px 0;
  border-radius: 0;
  font-size: 40px;
  background: #26addf;
}
@media screen and (max-width: 768px) {
  .quoteMethod .contTtl {
    margin-bottom: 8vw;
    padding: 4vw 0;
    font-size: 5.8666666667vw;
  }
}

.quoteMethod .quoteMethodCatch {
  margin-bottom: 30px;
  line-height: 1.41;
  font-size: 24px;
}

.quoteMethod .individualQuote {
  position: relative;
  margin-bottom: 65px;
  padding: 30px;
  border: 4px solid #d0e2a6;
  border-radius: 10px;
  background: #fbfae9;
}

.quoteMethod .individualQuote .quoteBox.top::after {
  display: none;
}

.quoteMethod .individualQuote .quoteBox.top.telephone {
  margin-bottom: 30px;
}

.quoteMethod .individualQuote .quoteBox.top.shop {
  margin-bottom: 30px;
}

.quoteMethod .quoteBox {
  margin: 0 auto;
  border: 2px solid;
  border-radius: 10px;
}

.quoteMethod .quoteBox.top {
  position: relative;
  margin-bottom: 80px;
  border-color: #9aca66;
}

.quoteMethod .quoteBox.top .quoteBoxTtl {
  text-indent: -20px;
}

.quoteMethod .quoteBox.top .quoteBoxTtl {
  background: #9aca66;
}

.quoteMethod .quoteBox.telephone {
  margin-bottom: 30px;
}

.quoteMethod .quoteBox.telephone .dedicatedDialing {
  margin: 20px auto 30px;
}

.quoteMethod .quoteBox.telephone .dedicatedDialing .dedicatedDialingTop {
  margin-bottom: 8px;
  color: #ea4c31;
  font-size: 24px;
  font-weight: bold;
}

.quoteMethod .quoteBox.telephone .dedicatedDialing .img {
  display: block;
  margin-bottom: 5px;
}

.quoteMethod .quoteBox.telephone .dedicatedDialing .dedicatedDialingBottom {
  font-size: 13px;
}

.quoteMethod .quoteBox.telephone .cautionListWrap {
  display: table;
  margin: 0 auto;
}

.quoteMethod .quoteBox.telephone .cautionListWrap .cautionList {
  margin-bottom: 8px;
  padding-left: 1em;
  font-size: 13px;
  text-indent: -1em;
  text-align: left;
}

.quoteMethod .quoteBox.telephone .cautionListWrap .cautionList:last-child {
  margin-bottom: 0;
}

.quoteMethod .quoteBox.top.shop {
  margin-bottom: 30px;
}

.quoteMethod .quoteBox.top.shop .moreBtn {
  margin-top: 20px;
  margin-bottom: 30px;
}

.quoteMethod .quoteBox.top.shop .quoteBoxTtl::before {
  margin-right: 10px;
  vertical-align: -20%;
}

.quoteMethod .quoteBox.top.web {
  margin-bottom: 0;
}

.quoteMethod .quoteBox.top.web .moreBtn {
  margin-top: 20px;
  margin-bottom: 30px;
}

.quoteMethod .quoteBox.top.web .quoteBoxTtl::before {
  margin-right: 10px;
  vertical-align: -15%;
}

.quoteMethod .quoteBox .supplement {
  margin-top: 15px;
  padding: 5px 0;
  border-radius: 10px;
  font-size: 20px;
  text-align: center;
  background: #ecf7e5;
}

.quoteMethod .quoteBox .supplementTxt {
  margin-top: 10px;
  color: #f00;
  font-size: 13px;
}

.quoteMethod .quoteBox.bottom {
  border-color: #fca961;
}

.quoteMethod .quoteBox.bottom .quoteBoxTtl {
  background: #fca961;
}

.quoteMethod .quoteBox .quoteBoxTtl {
  height: 60px;
  color: #fff;
  line-height: 60px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.quoteMethod .quoteBox .quoteBoxCont {
  padding: 30px;
  border-radius: 0 0 10px 10px;
  line-height: 1.3;
  font-size: 20px;
  text-align: center;
  background: #fff;
}

.quoteMethod .quoteBox .quoteBoxCont .quoteBoxContList {
  margin-bottom: 1em;
}

.quoteMethod .quoteBox .quoteBoxCont .quoteBoxContList:last-child {
  margin-bottom: 0;
}

.quoteMethod .quoteBox .quoteBoxCont .boxCont {
  width: 320px;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}

.quoteMethod .quoteBox .quoteBoxCont .ico {
  display: block;
  margin-right: 4px;
}

.quoteMethod .quoteBox .quoteBoxCont .quoteBoxTtlCatch {
  margin-bottom: 20px;
  color: #ea4c31;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.quoteMethod .quoteBox .quoteBoxCont .quoteBoxContListWrap {
  display: flex;
  justify-content: space-between;
}

.quoteMethod .quoteBox .quoteBoxCont .quoteBoxContListWrap .quoteBoxContList {
  display: flex;
  width: 405px;
  height: 109px;
  border-radius: 10px;
  background: #fbfae9;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  justify-content: center;
}

.quoteMethod .quoteBox .supplementTxt {
  padding-left: 1em;
  font-size: 13px;
  text-indent: -1em;
  text-align: center;
}

.quoteMethod .imgBox {
  position: relative;
}

.quoteMethod .imgBox .quoteBoxCont {
  height: 250px;
}

.quoteMethod .imgBox .quoteBoxTxt {
  padding: 30px 390px 0 0;
}

.quoteMethod .imgBox .img {
  position: absolute;
  right: 94px;
  bottom: 0;
}

.quoteMethod .imgBox .img img {
  vertical-align: middle;
}

.quoteMethod .imgBox .quoteBoxCont .quoteBoxTtlCatch {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .quoteMethod .inner {
    width: 100vw;
    margin-right: auto;
    margin-left: auto;
    padding: 0 4vw;
  }
  .quoteMethod .quoteMethod_topTtl {
    margin-bottom: 2.6666666667vw;
    line-height: 1.5;
    font-size: 3.7333333333vw;
  }
  .quoteMethod .quoteMethod_topListWrap {
    flex-wrap: nowrap;
    gap: 0vw;
  }
  .quoteMethod .quoteMethod_topList {
    width: 100%;
    gap: 3.3333333333vw;
  }
  .quoteMethod .quoteMethod_topBox {
    padding: 5.3333333333vw 3.3333333333vw 4vw;
    margin-top: 0;
    border: 0.5333333333vw solid #253fa4;
  }
  .quoteMethod .quoteMethod_topListTtl {
    width: 30.6666666667vw;
    margin-right: 0;
    line-height: 1.4;
    font-size: 4.2666666667vw;
    text-align: center;
  }
  .quoteMethod .quoteMethod_topListTtlSmall {
    font-size: 3.7333333333vw;
  }
  .quoteMethod .quoteMethod_topListNpte {
    margin-top: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .quoteMethod .quoteMethod_topListImg {
    width: 47.4666666667vw;
  }
  .quoteMethod_top .arrow {
    width: 48vw;
  }
}
/*quoteMethod_bottom*/
.quoteMethod_bottom {
  margin-top: 25px;
}
.quoteMethod_bottom .quoteMethod_bottomTtl {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}
.quoteMethod_bottom .quoteMethod_bottomListWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.quoteMethod_bottom .quoteMethod_bottomListWrap._bottomList01 {
  flex-direction: column;
}
.quoteMethod_bottom ._bottomList01 .quoteMethod_bottomList {
  width: 100%;
}
.quoteMethod_bottom .quoteMethod_btnWrap {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .quoteMethod_bottom .quoteMethod_btnWrap {
    flex-direction: column;
    gap: 4vw;
    margin: 4vw auto;
  }
}
.quoteMethod_bottom .quoteMethod_bottomListWrap .quoteMethod_btnWrap .quoteMethod_bottomListBtn {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .quoteMethod_bottom .quoteMethod_bottomTtl {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.quoteMethod_bottom .quoteMethod_bottomList {
  overflow: hidden;
  width: 465px;
  border: 2px solid #253fa4;
  border-radius: 8px;
  background-color: #fff;
}
.quoteMethod_bottom .quoteMethod_bottomList .quoteMethod_bottomListTtl {
  display: flex;
  height: 60px;
  color: #253fa4;
  font-size: 26px;
  font-weight: bold;
  background-color: #fff100;
  align-items: center;
  justify-content: center;
}
.quoteMethod_bottom .quoteMethod_bottomList .quoteMethod_bottomListTtl .small {
  padding-top: 8px;
  font-size: 20px;
}
.quoteMethod_bottom .quoteMethod_bottomList .quoteMethod_bottomListCont {
  padding: 15px 21px;
}
.quoteMethod_bottom .quoteMethod_bottomList .quoteMethod_bottomListContTtl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .quoteMethod_bottom .quoteMethod_bottomList .quoteMethod_bottomListContTtl {
    font-size: 4.2666666667vw;
    padding-top: 1.7333333333vw;
    padding-bottom: 1.8666666667vw;
  }
}
.quoteMethod_bottom .quoteMethod_bottomList .quoteMethod_bottomListContTtl:not(:nth-child(1)) {
  padding-top: 22px;
}
@media only screen and (max-width: 768px) {
  .quoteMethod_bottom .quoteMethod_bottomList .quoteMethod_bottomListContTtl:not(:nth-child(1)) {
    padding-top: 2.9333333333vw;
  }
}
.quoteMethod_bottom .quoteMethod_bottomList .quoteMethod_bottomListBtn {
  width: 405px;
  height: 70px;
  margin-top: 15px;
  margin-bottom: 13px;
  padding: 16px 0;
  color: #fff;
  font-size: 20px;
  background-color: #253fa4;
}
.quoteMethod_bottom .quoteMethod_bottomList .quoteMethod_bottomListBtn:hover {
  transform: translateX(0) translateY(3px);
}
.quoteMethod_bottom .quoteMethod_bottomList .quoteMethod_bottomListBtn::after {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 5px;
  vertical-align: -20%;
  background-image: url(../images/ico_moreBtn03.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.quoteMethod_bottom .quoteMethod_bottomList.bottom_btn {
  position: relative;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .quoteMethod_bottom .quoteMethod_bottomList.bottom_btn {
    padding-bottom: 0;
  }
}
.quoteMethod_bottom .quoteMethod_bottomList.bottom_btn .quoteMethod_bottomListBtn {
  position: absolute;
  bottom: 25px;
}
@media screen and (max-width: 768px) {
  .quoteMethod_bottom .quoteMethod_bottomList.bottom_btn .quoteMethod_bottomListBtn {
    position: static;
  }
}
.quoteMethod_bottom .quoteMethod_bottomList.list03 .quoteMethod_bottomListNotice_ttl {
  margin-top: 9px;
}
.quoteMethod_bottom .quoteMethod_bottomList.list03 .quoteMethod_bottomListNotice_ttl, .quoteMethod_bottom .quoteMethod_bottomList.list04 .quoteMethod_bottomListNotice_ttl {
  margin-bottom: 0;
}
.quoteMethod_bottom .quoteMethod_bottomList.list04 .quoteMethod_bottomListBtn {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .quoteMethod_bottom .quoteMethod_bottomList.list04 .quoteMethod_bottomListBtn {
    margin-bottom: 4vw;
  }
}
.quoteMethod_bottom .quoteMethod_bottomListTxt {
  line-height: 1.42857143;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
  letter-spacing: 0.005em;
  font-feature-settings: "palt";
}
.quoteMethod_bottom .quoteMethod_bottomListTxt_blue {
  font-size: 22px;
  font-weight: 700;
  color: #253fa4;
  letter-spacing: -0.043em;
  line-height: 1.45454545;
  padding-bottom: 23px;
}
@media only screen and (max-width: 768px) {
  .quoteMethod_bottom .quoteMethod_bottomListTxt_blue {
    font-size: 4vw;
    padding-bottom: 3.3333333333vw;
  }
}
.quoteMethod_bottom .quoteMethod_bottomListTxt.indent_adjustment {
  padding-left: 1em;
  text-indent: -1em;
}
.quoteMethod_bottom .quoteMethod_bottomListTxt .bold {
  font-weight: 500;
}
.quoteMethod_bottom .quoteMethod_bottomListTxt .quoteMethod_bottomListNote {
  display: block;
  padding-left: 1em;
  font-size: 16px;
  text-indent: -1em;
}
.quoteMethod_bottom .quoteMethod_bottomListNum {
  margin-top: 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .quoteMethod_bottom .quoteMethod_bottomListNum {
    max-width: 606px;
    width: 80.8vw;
    margin-bottom: 20px;
  }
}
.quoteMethod_bottom .quoteMethod_bottomListOperator {
  font-size: 16px;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .quoteMethod_bottom .quoteMethod_bottomListOperator {
    font-size: 2.9333333333vw;
    padding-top: 0.2666666667vw;
    padding-bottom: 3.2vw;
  }
}
.quoteMethod_bottom .quoteMethod_bottomListOperator span {
  font-weight: 700;
}
.quoteMethod_bottom .quoteMethod_bottomListNotice {
  display: block;
  padding-left: 1em;
  line-height: 1.36363636;
  font-size: 13px;
  font-weight: 300;
  text-indent: -1em;
}
.quoteMethod_bottom .quoteMethod_bottomListNotice.red {
  color: #f00;
}
.quoteMethod_bottom .quoteMethod_bottomListNotice_ttl {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 2px 0;
  text-align: center;
  background: #ecfaff;
}
@media screen and (max-width: 768px) {
  .quoteMethod_bottom .quoteMethod_bottomListNotice_ttl {
    margin-top: 1.3333333333vw;
    margin-bottom: 1.3333333333vw;
    padding: 0.5333333333vw 0 0.8vw;
    letter-spacing: -0.025em;
  }
}

@media screen and (max-width: 768px) {
  .quoteMethod_bottom .quoteMethod_bottomListNotice {
    font-size: 2.9333333333vw;
  }
  .quoteMethod_bottom .quoteMethod_bottomList {
    width: 100%;
    margin-bottom: 4vw;
    border: 0.5333333333vw solid #253fa4;
  }
  .quoteMethod_bottom .quoteMethod_bottomList .quoteMethod_bottomListTtl {
    height: 10vw;
    font-size: 4.2666666667vw;
  }
  .quoteMethod_bottom .quoteMethod_bottomList .quoteMethod_bottomListTtl .small {
    padding-top: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
  .quoteMethod_bottom .quoteMethod_bottomList .quoteMethod_bottomListTxt {
    font-size: 3.7333333333vw;
  }
  .quoteMethod_bottom .quoteMethod_bottomList .quoteMethod_bottomListBtn {
    width: 100%;
    padding: 5vw 0;
    font-size: 4.2666666667vw;
  }
  .quoteMethod_bottom .quoteMethod_bottomList .quoteMethod_bottomListCont {
    padding-right: 2.8vw;
    padding-bottom: 4vw;
    padding-left: 2.8vw;
  }
  .quoteMethod_bottom .quoteMethod_bottomList .quoteMethod_bottomListTxt .quoteMethod_bottomListNote {
    font-size: 2.9333333333vw;
  }
  .quoteMethod_bottom .quoteMethod_bottomList .quoteMethod_bottomListBtn {
    display: block;
    width: 100%;
    width: 85.3333333333vw;
    height: auto;
    margin: 4vw auto 0.8vw;
    padding: 5vw 0;
  }
  .quoteMethod_bottom .quoteMethod_bottomList .quoteMethod_bottomListBtn::after {
    max-width: 4.6666666667vw;
    width: 35px;
    max-height: 4.6666666667vw;
    height: 35px;
    background-image: url(../images/ico_moreBtn03_sp.png);
  }
}
@media screen and (max-width: 768px) {
  .quoteMethod .moreBtn {
    width: 100%;
  }
  .quoteMethod .quoteMethodCatch {
    margin-bottom: 4vw;
    font-size: 4.2vw;
  }
  .quoteMethod .individualQuote {
    margin-bottom: 10vw;
    padding: 4vw;
  }
  .quoteMethod .individualQuote::after {
    width: 45vw;
    height: 6.2vw;
    bottom: -6.2vw;
    margin-left: -22.5vw;
  }
  .quoteMethod .individualQuote .quoteBox.top.telephone {
    margin-bottom: 4vw;
  }
  .quoteMethod .individualQuote .quoteBox.top.shop {
    margin-bottom: 4vw;
  }
  .quoteMethod .individualQuote .quoteBox.top.shop .moreBtn {
    margin: 4vw 0 5vw;
  }
  .quoteMethod .individualQuote .quoteBox.top.web {
    margin-bottom: 4vw;
  }
  .quoteMethod .individualQuote .quoteBox.top.web .moreBtn {
    margin: 4vw 0 5vw;
  }
  .quoteMethod .quoteBox {
    width: 100%;
    margin: 0 auto;
    border: 2px solid;
    border-radius: 5px;
  }
  .quoteMethod .quoteBox.telephone {
    margin-bottom: 3vw;
  }
  .quoteMethod .quoteBox.telephone .dedicatedDialing {
    margin: 3vw auto;
  }
  .quoteMethod .quoteBox.telephone .dedicatedDialing .dedicatedDialingTop {
    margin-bottom: 1vw;
    font-size: 4.8vw;
  }
  .quoteMethod .quoteBox.telephone .dedicatedDialing .img {
    width: 72.4vw;
    margin: 0 auto 3vw;
  }
  .quoteMethod .quoteBox.telephone .dedicatedDialing .dedicatedDialingBottom {
    font-size: 2.93vw;
  }
  .quoteMethod .quoteBox.telephone .cautionListWrap .cautionList {
    margin-bottom: 1vw;
    font-size: 2.93vw;
  }
  .quoteMethod .quoteBox.top {
    margin-bottom: 10.26vw;
  }
  .quoteMethod .quoteBox.top::after {
    display: inline-block;
    width: 45.33vw;
    height: 6.13vw;
    position: absolute;
    bottom: -6.13vw;
    left: 50%;
    margin-right: 10px;
    margin-left: -22.65vw;
    vertical-align: -37%;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
  }
  .quoteMethod .quoteBox.top .quoteBoxTtl {
    text-indent: -4vw;
  }
  .quoteMethod .quoteBox.top .quoteBoxTtl::before {
    display: inline-block;
    width: 9.2vw;
    height: 9.2vw;
    margin-right: 10px;
    vertical-align: -30%;
    content: "";
  }
  .quoteMethod .quoteBox.top.shop .quoteBoxTtl::before {
    background-size: cover;
    content: "";
  }
  .quoteMethod .quoteBox.top.web .quoteBoxTtl::before {
    background-size: cover;
    content: "";
  }
  .quoteMethod .quoteBox.top.workplace .quoteBoxTtl::before {
    background-size: cover;
    content: "";
  }
  .quoteMethod .quoteBox.bottom {
    border-color: #fca961;
  }
  .quoteMethod .quoteBox.bottom .quoteBoxTtl {
    background: #fca961;
  }
  .quoteMethod .quoteBox .quoteBoxTtl {
    height: auto;
    line-height: 9.3vw;
    font-size: 4.2vw;
  }
  .quoteMethod .quoteBox .quoteBoxCont {
    padding: 3vw 4vw 4vw;
    border-radius: 0 0 10px 10px;
    line-height: 1.3;
    font-size: 3.73vw;
    text-align: center;
    background: #fff;
  }
  .quoteMethod .quoteBox .quoteBoxCont .quoteBoxTtlCatch {
    margin-bottom: 4vw;
    color: #ea4c31;
    font-size: 3.73vw;
    font-weight: bold;
    text-align: center;
  }
  .quoteMethod .quoteBox .quoteBoxCont .boxCont {
    width: 64vw;
  }
  .quoteMethod .quoteBox .quoteBoxCont .ico {
    width: 9.33vw;
    margin-right: 1.86vw;
  }
  .quoteMethod .quoteBox .quoteBoxCont .quoteBoxContListWrap {
    display: block;
  }
  .quoteMethod .quoteBox .quoteBoxCont .quoteBoxContListWrap .quoteBoxContList {
    display: flex;
    width: 100%;
    height: auto;
    padding: 4vw 0;
    border-radius: 10px;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    justify-content: center;
  }
  .quoteMethod .quoteBox .quoteBoxCont .quoteBoxContListWrap .quoteBoxContList:first-child {
    margin-bottom: 2.66vw;
  }
  .quoteMethod .quoteBox .supplement {
    margin-top: 2vw;
    font-size: 3.2vw;
  }
  .quoteMethod .quoteBox .supplementTxt {
    font-size: 2.93vw;
    text-align: left;
  }
  .quoteMethod .imgBox .quoteBoxCont {
    overflow: hidden;
    height: auto;
  }
  .quoteMethod .imgBox .quoteBoxCont .quoteBoxTtlCatch {
    font-size: 4.8vw;
  }
  .quoteMethod .imgBox .quoteBoxTxt {
    position: relative;
    float: left;
    padding: 1.5vw 0;
    z-index: 10;
  }
  .quoteMethod .imgBox .img {
    width: 50vw;
    right: 0vw;
    z-index: 1;
  }
}
/*applicationEssentialPoint*/
.applicationEssentialPoint .applicationEssentialPointListWrap .applicationEssentialPointList {
  margin-bottom: 30px;
  padding: 0 30px;
}

.applicationEssentialPoint .applicationEssentialPointListWrap .applicationEssentialPointList .essentialPointTtl {
  margin-bottom: 15px;
  padding: 10px 0 12px;
  border: 2px solid #adcdee;
  border-radius: 5px;
  color: #253fa4;
  font-size: 26px;
  text-align: center;
  background: #fff;
}

.applicationEssentialPoint .applicationEssentialPointListWrap .applicationEssentialPointList .essentialPointCont {
  line-height: 1.625;
  font-size: 16px;
  font-weight: 300;
}

.applicationEssentialPoint .applicationEssentialPointListWrap .applicationEssentialPointList .essentialPointCont .listMark {
  padding-right: 0.4em;
  font-size: 60%;
  vertical-align: 16%;
}

.applicationEssentialPoint .applicationEssentialPointListWrap .applicationEssentialPointList .essentialPointCont li {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
.applicationEssentialPoint .applicationEssentialPointListWrap .applicationEssentialPointList .essentialPointCont li.mb0 {
  margin-bottom: 0;
}
.applicationEssentialPoint .applicationEssentialPointListWrap .applicationEssentialPointList .essentialPointCont li.pl0 {
  padding-left: 0;
  text-indent: 0;
}
@media screen and (max-width: 768px) {
  .applicationEssentialPoint .applicationEssentialPointListWrap .applicationEssentialPointList .essentialPointCont li.pl0 {
    padding-left: 0;
    text-indent: 0;
  }
}

.applicationEssentialPoint .applicationEssentialPointListWrap .applicationEssentialPointList .essentialPointCont li:last-child {
  margin-bottom: 0;
}

.applicationEssentialPoint .applicationEssentialPointListWrap .applicationEssentialPointList .essentialPointCont li a {
  color: #253fa4;
  text-decoration: underline;
}

.applicationEssentialPoint .applicationEssentialPointListWrap .applicationEssentialPointList .essentialPointCont li a:hover {
  text-decoration: none;
}

.applicationEssentialPoint .applicationEssentialPointListWrap .applicationEssentialPointList .essentialPointCont li table {
  margin-top: 10px;
}

.applicationEssentialPoint .applicationEssentialPointListWrap .applicationEssentialPointList .essentialPointCont .attention {
  display: inline-block;
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .applicationEssentialPoint {
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .applicationEssentialPoint .applicationEssentialPointListWrap .applicationEssentialPointList {
    margin-bottom: 4vw;
    padding: 0;
  }
  .applicationEssentialPoint .applicationEssentialPointListWrap .applicationEssentialPointList .essentialPointTtl {
    margin-bottom: 2vw;
    padding: 1.3333333333vw 0;
    border: 1px solid #adcdee;
    border-radius: 5px;
    color: #253fa4;
    font-size: 4.26vw;
  }
  .applicationEssentialPoint .applicationEssentialPointListWrap .applicationEssentialPointList .essentialPointCont {
    line-height: 1.5;
    font-size: 3.2vw;
  }
  .applicationEssentialPoint .applicationEssentialPointListWrap .applicationEssentialPointList .essentialPointCont li {
    margin-bottom: 4vw;
    padding-left: 1em;
    text-indent: -1em;
  }
  .applicationEssentialPoint .applicationEssentialPointListWrap .applicationEssentialPointList .essentialPointCont li table th {
    padding-right: 2vw;
    white-space: nowrap;
  }
  .applicationEssentialPoint .applicationEssentialPointListWrap .applicationEssentialPointList .essentialPointCont li table td {
    padding-left: 2.5em;
    text-indent: -2.5em;
  }
  .applicationEssentialPoint .applicationEssentialPointListWrap .applicationEssentialPointList .essentialPointCont li:last-child {
    margin-bottom: 0;
  }
  .applicationEssentialPoint .applicationEssentialPointListWrap .applicationEssentialPointList .essentialPointCont .attention {
    margin-top: 1vw;
  }
}
/*-----------------------------
	contact
------------------------------*/
.contact {
  margin-top: 80px;
}

.contact .contactBox {
  display: flex;
  height: 157px;
  margin: 0 30px;
  background: #f4fcff;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  justify-content: center;
}

.contact .contactBox .topTxt {
  margin-bottom: 15px;
  font-size: 14px;
  text-align: center;
}

.contact .contactBox .img {
  margin-bottom: 10px;
  text-align: center;
}

.contact .contactBox .bottomTxt {
  font-size: 14px;
  text-align: center;
}

.contact .cautionListWrap {
  margin: 10px 30px 50px;
}

.contact .cautionListWrap .cautionList {
  padding-left: 1em;
  line-height: 1.42;
  font-size: 14px;
  text-indent: -1em;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .contact {
    margin-top: 10.4vw;
    padding: 0 4vw;
  }
  .bottomInner .inner {
    padding: 0;
  }
  .contact .contactBox {
    height: auto;
    margin: 0 auto;
    padding: 4vw 0;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    justify-content: center;
  }
  .contact .contactBox .topTxt {
    margin-bottom: 3vw;
    font-size: 3.2vw;
    line-height: 1.5;
    text-align: center;
  }
  .contact .contactBox .img {
    max-width: 690px;
    width: 92vw;
    margin: 0 auto 2vw;
    text-align: center;
  }
  .contact .contactBox .bottomTxt {
    font-size: 2.9vw;
  }
  .contact .cautionListWrap {
    margin: 3vw 0 5vw 0;
  }
  .contact .cautionListWrap .cautionList {
    padding-left: 1em;
    line-height: 1.27272727;
    font-size: 2.9333333333vw;
    text-indent: -1em;
    font-feature-settings: "palt";
  }
}
/*-----------------------------
	contact
------------------------------*/
.notice {
  overflow: hidden;
  margin: 0 50px;
}

.notice .about {
  margin: 2em 0;
  margin-bottom: 80px;
  padding: 50px;
  background-color: #f6f6f6;
}

.notice .about .ttl {
  width: 720px;
  margin: 0 auto 30px;
  text-align: center;
}

.notice .about h4 {
  margin-bottom: 1em;
  color: #029b45;
  font-size: 20px;
}

.notice .about p {
  margin-bottom: 1.5em;
  line-height: 1.8;
  font-size: 19px;
}

.notice .about .note {
  margin-top: 1em;
}

.notice .about .note li {
  line-height: 1.8;
  font-size: 15px;
}

.slideToggle-btn {
  width: 45px;
  height: 45px;
  position: relative;
  margin: 0 auto 40px;
  border-radius: 50%;
  background: #029b45;
  cursor: pointer;
  transition: all 0.3s;
}

.slideToggle-container .slideToggle-btn::before {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 13px;
  left: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s;
  transform: rotate(-225deg);
  content: "";
}

.slideToggle-btn.active::before {
  top: 18px;
  transform: rotate(-45deg);
}

.slideToggle-body {
  display: none;
}

@media screen and (max-width: 768px) {
  .notice {
    overflow: hidden;
    margin: 0 5.33333%;
  }
  .notice .about {
    margin: 2em 0;
    padding: 6vw;
    background-color: #f6f6f6;
  }
  .notice .about .ttl {
    width: 100%;
    margin: 0 auto 4vw;
    text-align: center;
  }
  .notice .about .ttl .notice .about h4 {
    margin-bottom: 1em;
    color: #029b45;
    font-size: 1.5rem;
  }
  .notice .about .ttl .notice .about p {
    margin-bottom: 1.5em;
    font-size: 1.3rem;
  }
}
/*-----------------------------
	hikiuke
------------------------------*/
.notice .hikiuke {
  margin-bottom: 80px;
  text-align: left;
}

.notice .hikiuke h4 {
  margin: 42px 0 20px;
  padding-bottom: 9px;
  border-bottom: #000 solid 1px;
}

.notice .hikiuke p {
  margin-bottom: 2em;
}

@media screen and (max-width: 768px) {
  .notice .about .note {
    margin-top: 1em;
  }
  .notice .about .note li {
    font-size: 2.93vw;
  }
  .notice .slideToggle-container {
    width: 84.66vw;
    margin: 1em auto;
    padding: 6vw;
  }
  .notice .slideToggle-container .slideToggle-btn {
    width: 45px;
    height: 45px;
    position: relative;
    margin: 0 auto;
    border-radius: 50%;
    background: #029b45;
    transition: all 0.3s;
  }
  .notice .slideToggle-container .slideToggle-btn::before {
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 13px;
    left: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: all 0.3s;
    transform: rotate(-225deg);
    content: "";
  }
  .notice .slideToggle-container .slideToggle-btn.active::before {
    top: 18px;
    transform: rotate(-45deg);
  }
  .notice .slideToggle-container .slideToggle-body {
    margin: 1em 0;
    text-align: left;
  }
  .notice .hikiuke {
    width: 84.66vw;
    margin: 8vw auto 13vw;
    text-align: left;
  }
  .notice .hikiuke h4 {
    margin: 2vw 0 2.6666666667vw;
    padding-bottom: 2vw;
    border-bottom: #000 solid 1px;
    line-height: 1.6;
    font-size: 3.73vw;
  }
  .notice .hikiuke p {
    margin-bottom: 8vw;
  }
  .notice .about p {
    font-size: 3.73vw;
  }
  .notice .about h4 {
    line-height: 1.4;
    font-size: 4.8vw;
  }
}
/*-----------------------------
	footer
------------------------------*/
footer {
  background: #fff url("../images/footer_line02_pc.png") center bottom;
  background-repeat: repeat-x;
}

footer .footerLogo {
  margin-right: 25px;
  margin-bottom: 10px;
  text-align: right;
}

footer .inner {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 120px;
  text-align: center;
  background: #fff url("../images/footer_line_pc.png") no-repeat center bottom;
  background-color: #fff;
}

footer p.pagetop {
  margin-bottom: -20px;
}

footer p.copyright {
  padding-right: 20px;
  font-size: 13px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  footer {
    text-align: center;
  }
  footer .inner {
    width: 100%;
    padding: 0 0 16%;
    background: #fff url("../images/footer_line_sp.png") no-repeat center bottom;
    background-size: 100% auto;
  }
  footer p.pagetop {
    max-width: 157px;
    width: 20.9333333333vw;
    margin: 0 auto 9vw;
  }
  footer .footerLogo {
    max-width: 255px;
    width: 34vw;
    margin: 0 auto 4vw;
    text-align: center;
  }
  footer p.copyright {
    padding: 0;
    padding-bottom: 4vw;
    font-size: 3.7vw;
    text-align: center;
  }
}
/*IE対策*/
@media all and (-ms-high-contrast: none) {
  .bandTtl {
    padding: 30px 0 18px;
  }
  .tab {
    margin-bottom: -4.2px;
    padding-top: 18px;
    padding-bottom: 5px;
  }
  .contTtl {
    padding: 27px 0 15px;
  }
  .quoteMethod .quoteBox .quoteBoxTtl, .quoteMethod .quoteBox.bottom .quoteBoxTtl {
    padding-top: 5px;
  }
  .quoteMethod .quoteBox.top.web .quoteBoxTtl {
    padding-top: 0;
  }
  .applicationEssentialPoint .applicationEssentialPointListWrap .applicationEssentialPointList .essentialPointTtl {
    padding: 20px 0 12px;
  }
  .tab-group {
    overflow: hidden;
    margin-bottom: -5px;
  }
}
.listContTxtItemsWrap {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .listContTxtItemsWrap {
    margin-top: 5.3333333333vw;
  }
}

@media screen and (max-width: 768px) {
  .panelSec_02 .applicationMethod {
    padding: 0;
  }
  .panelSec_02 .topInner {
    margin-bottom: 8vw;
  }
}
/*-----------------------------
	end_message
------------------------------*/
.end_message {
  width: 765px;
  margin: 55px auto;
  padding: 50px 0px;
  border: 2px solid #f00;
  text-align: center;
}
.end_message p {
  color: #f00;
  font-weight: bold;
  letter-spacing: 0.025em;
}
.end_message .message01 {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1.38888889;
}
.end_message .message02 {
  line-height: 1.41667;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .end_message {
    width: 93.3333333333vw;
    margin: 7.3333333333vw auto;
    padding: 8vw 0px;
    border: 0.2666666667vw solid #f00;
  }
  .end_message .message01 {
    margin-bottom: 4.2666666667vw;
    font-size: 5.3333333333vw;
    line-height: 1.5;
    font-feature-settings: "palt";
  }
  .end_message .message02 {
    line-height: 1.5;
    font-size: 4.2666666667vw;
  }
}
/*-----------------------------
	close
------------------------------*/
.close {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 10000;
}

.close .closeTxt {
  width: 680px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .close .closeTxt {
    width: 80vw;
  }
}