@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/*-----------------------------
	common
------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
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%;
  font-weight: 400;
  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 {
  -webkit-box-sizing: border-box;
          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 {
  overflow: hidden;
  width: 100%;
}

a {
  cursor: pointer;
}

.imgalpha {
  -webkit-transition: opacity 0.3s;
          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: 960px;
  margin: 0 auto;
}

.contTtl {
  margin-bottom: 25px;
  padding: 17px 0;
  border-radius: 10px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.025em;
  background-color: #094;
}

.cont_txt {
  line-height: 1.416;
  font-size: 24px;
  letter-spacing: 0.025em;

  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.moreBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 640px;
  height: 90px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  border: 4px solid #094;
  border-radius: 45px;
  -webkit-box-shadow: 0px 2px 0px 3px #e0f1d4;
          box-shadow: 0px 2px 0px 3px #e0f1d4;
  color: #094;
  font-size: 24px;
  font-weight: bold;
  background-color: #fff;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

.moreBtn.quote {
  color: #fff;
  background-color: #094;
}

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

.moreBtn::after {
  background-image: url(../images/ico_moreBtn01.png);
}

@media screen and (max-width: 768px) {
  .inner {
    width: 92vw;
  }
  .contTtl {
    margin-bottom: 3.06667vw;
    padding: 1.6vw 0;
    border-radius: 1.33333vw;
    font-size: 5.33333vw;
  }
  .cont_txt {
    line-height: 1.5;
    font-size: 4.26667vw;
  }
  .moreBtn {
    width: 85.33333vw;
    height: 16.66667vw;
    border: 0.53333vw solid #094;
    border-radius: 8vw;
    -webkit-box-shadow: 0px 1px 0px 2px #e0f1d4;
            box-shadow: 0px 1px 0px 2px #e0f1d4;
    color: #094;
    font-size: 4.26667vw;
    letter-spacing: 0.025em;
  }
  .moreBtn::after {
    width: 4.66667vw;
    height: 4.66667vw;
    margin-left: 1.33333vw;
  }
}

/*-----------------------------
	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: 285px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

/*-----------------------------
	mainVisual
------------------------------*/
.mainVisual {
  padding: 55px 0 40px;
  background-image: url(../images/bg_mainVisual_pc.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: cover;
}

.mainVisual .inner {
  position: relative;
}

.mainVisual header .headerLogo {
  width: 130px;
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 10000;
}

.mainVisual .mainVisualImg {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.mainVisual .prizeBox {
  position: relative;
  margin-top: 30px;
}

.mainVisual .prizeBox::before {
  display: block;
  width: 1047px;
  height: 492px;
  position: absolute;
  top: -21px;
  left: -41px;
  background-image: url(../images/img_paperDecoration01_pc.png);
  background-repeat: no-repeat;
  content: "";
}

@media screen and (max-width: 768px) {
  .mainVisual {
    padding: 16vw 0 5.33333vw;
    background-image: url(../images/bg_mainVisual_sp.png);
  }
  .mainVisual header .headerLogo {
    width: 20.93333vw;
    top: -11.6vw;
  }
  .mainVisual .mainVisualImg {
    width: 100vw;
    position: relative;
    z-index: 15;
  }
  .mainVisual .prizeBox {
    width: 92vw;
    margin: 3.73333vw auto 0;
  }
  .mainVisual .prizeBox::before {
    width: 97.73333vw;
    height: 47.73333vw;
    top: -7.73333vw;
    left: -2.8vw;
    background-image: url(../images/img_paperDecoration01_sp.png);
    background-size: 100%;
    z-index: 10;
  }
}

/*-----------------------------
	bandTtl
------------------------------*/
.bandTtl {
  margin-bottom: 80px;
  padding: 18px 0;
  text-align: center;
  background-color: #094;
}

.bandTtl img {
  width: 960px;
}

@media screen and (max-width: 768px) {
  .bandTtl {
    margin-bottom: 10.66667vw;
    padding: 2.66667vw 0;
  }
}

/*-----------------------------
	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;
}

.end_message .message02 {
  line-height: 1.41667;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .end_message {
    width: 93.33333vw;
    margin: 7.33333vw auto;
    padding: 8vw 0px;
    border: 0.26667vw solid #f00;
  }
  .end_message .message01 {
    margin-bottom: 4.26667vw;
    font-size: 5.33333vw;

    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .end_message .message02 {
    line-height: 1.5;
    font-size: 4.26667vw;
  }
}

/*-----------------------------
	tab
------------------------------*/
.tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-group .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 465px;
  height: 82px;
  margin-bottom: -5px;
  padding-bottom: 5px;
  border: 5px solid #78bc27;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.025em;
  background-color: #78bc27;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;

  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.tab-group .tab.is-active,.tab-group .tab:hover {
  color: #78bc27;
  background-color: #f5faef;
}

@media screen and (max-width: 768px) {
  .tab-group .tab {
    width: 100%;
    height: 13.6vw;
    margin-bottom: -0.66667vw;
    padding-bottom: 0.66667vw;
    border: 0.53333vw solid #78bc27;
    border-bottom: none;
    border-radius: 1.33333vw 1.33333vw 0 0;
    font-size: 4.53333vw;
  }
  .tab-group .tab:first-child {
    margin-right: 4vw;
  }
}

/*-----------------------------
	panel
------------------------------*/
.panel-group {
  border-top: 5px solid #78bc27;
}

.panel-group .panel {
  display: none;
  padding-top: 80px;
}

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

.panel-group .topInner {
  border-bottom: 5px solid #78bc27;
}

.panel-group .bg_1 {
  background-color: #f5faef;
}

.panel-group .bg_2 {
  background-color: #fff;
}

.panelSec .panelSecInner {
  padding: 0 30px;
}

.panelSec .none {
  margin-top: 10px;
  line-height: 1.538;
  font-size: 13px;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 768px) {
  .panel-group {
    border-top: 0.66667vw solid #78bc27;
  }
  .panel-group .panel {
    padding-top: 10.66667vw;
  }
  .panel-group .topInner {
    border-bottom: 3px solid #78bc27;
  }
  .panel-group .contInner {
    padding: 0 4vw;
  }
  .panelSec .panelSecInner {
    padding: 0;
  }
  .panelSec .none {
    margin-top: 1.06667vw;
    padding-left: 1em;
    line-height: 1.272;
    font-size: 2.93333vw;
    text-indent: -1em;
  }
}

.applicationMethod {
  padding-bottom: 96px;
}

.applicationMethod .applicationMethodListWrap {
  padding-left: 30px;
}

.applicationMethod .applicationMethodListWrap li {
  margin-bottom: 55px;

  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

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

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

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

.applicationMethod .applicationMethodListWrap li .listCont {
  display: table-cell;
  padding-left: 8px;
}

.applicationMethod .applicationMethodListWrap li .listCont .listContTxt {
  color: #333;
  line-height: 1.416;
  font-size: 24px;
  letter-spacing: 0.025em;
}

.applicationMethod .applicationMethodListWrap li .inDetail {
  margin-top: 33px;
}

@media screen and (max-width: 768px) {
  .applicationMethod {
    padding-bottom: 10vw;
  }
  .applicationMethod .applicationMethodListWrap {
    padding-left: 0;
  }
  .applicationMethod .applicationMethodListWrap li {
    margin-bottom: 4.26667vw;
  }
  .applicationMethod .applicationMethodListWrap li .num .numIco {
    width: 17.33333vw;
    padding: 0.26667vw 0 0.8vw;
    border: 0.26667vw solid #094;
    font-size: 4.26667vw;
  }
  .applicationMethod .applicationMethodListWrap li .listCont {
    padding-left: 2vw;
  }
  .applicationMethod .applicationMethodListWrap li .listCont .listContTxt {
    line-height: 1.5;
    font-size: 4.26667vw;
  }
  .applicationMethod .applicationMethodListWrap li .inDetail {
    margin-top: 4.26667vw;
  }
}

.quoteMethod {
  position: relative;
  padding-bottom: 65px;
}

.quoteMethod::after {
  display: block;
  width: 341px;
  height: 46px;
  position: absolute;
  bottom: -46px;
  left: 50%;
  background-image: url(../images/arrow_quoteMethod01.png);
  background-size: cover;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}

.quoteMethod .panelSec_ttl {
  padding: 25px 0;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  background-color: #78bc27;
}

.quoteMethod .contTtl {
  margin-top: 55px;
  line-height: 1.25;
}

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

.quoteMethod .quoteMethod_txt {
  margin-top: 32px;
  color: #333;
  line-height: 1.3;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.025em;
}

.quoteMethod .none.caution {
  margin-top: 10px;
  color: #f00;
  text-align: center;
}

.quoteMethod .moreBtn {
  margin-top: 36px;
}

.quoteMethod .individualQuote .quoteBox {
  border: 2px solid #9aca66;
  border-radius: 10px;
}

.quoteMethod .individualQuote .quoteBox .quoteBoxTtl {
  position: relative;
  padding-top: 19px;
  padding-bottom: 17px;
  padding-left: 67px;
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  background-color: #9aca66;
}

.quoteMethod .individualQuote .quoteBox .quoteBoxTtl::before {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  content: "";
}

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

.quoteMethod .individualQuote .quoteBox.top.shop .quoteBoxTtl::before {
  width: 52px;
  height: 50px;
  top: 5px;
  left: 310px;
  background-image: url(../images/ico_shop.png);
}

.quoteMethod .individualQuote .quoteBox.top.web .quoteBoxTtl::before {
  width: 52px;
  height: 38px;
  top: 11px;
  left: 356px;
  background-image: url(../images/ico_web.png);
}

.quoteMethod .individualQuote .quoteBox.top.workplace .quoteBoxTtl::before {
  width: 69px;
  height: 45px;
  top: 8px;
  left: 375px;
  background-image: url(../images/ico_workplace.png);
}

.quoteMethod .individualQuote .quoteBox .moreBtn {
  margin-top: 25px;
  margin-bottom: 35px;
}

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

.quoteMethod .individualQuote .quoteBoxCont .supplement {
  padding: 5px 0;
  border-radius: 10px;
  text-align: center;
  background-color: #ecf7e5;
}

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

.quoteMethod .individualQuote .quoteBoxCont .supplementTxt.txt01 {
  padding-left: 1em;
  color: #333;
  text-indent: -1em;
  text-align: left;
}

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

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

@media screen and (max-width: 768px) {
  .quoteMethod {
    padding-bottom: 8vw;
  }
  .quoteMethod::after {
    width: 45.46667vw;
    height: 6.13333vw;
    bottom: -6.13333vw;
    background-repeat: no-repeat;
    background-size: 45.46667vw;
  }
  .quoteMethod .panelSec_ttl {
    padding: 4vw 0;
    font-size: 5.86667vw;
  }
  .quoteMethod .contTtl {
    margin-top: 8vw;
  }
  .quoteMethod .quoteMethodCatch {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 4.26667vw;
  }
  .quoteMethod .quoteMethod_txt {
    margin-top: 3.33333vw;
    line-height: 1.42;
    font-size: 3.73333vw;
  }
  .quoteMethod .none.caution {
    max-width: 85.33333vw;
    margin-top: 1.33333vw;
    margin-right: auto;
    margin-left: auto;
    text-align: left;

    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .quoteMethod .moreBtn {
    margin-top: 5.06667vw;
  }
  .quoteMethod .individualQuote .quoteBox {
    border-radius: 1.33333vw;
  }
  .quoteMethod .individualQuote .quoteBox .quoteBoxTtl {
    padding-top: 2vw;
    padding-bottom: 2.66667vw;
    padding-left: 8.66667vw;
    border-radius: 0.8vw 0.8vw 0 0;
    font-size: 4.26667vw;
  }
  .quoteMethod .individualQuote .quoteBox .quoteBoxTtl::before {
    background-size: 100%;
  }
  .quoteMethod .individualQuote .quoteBox.top.shop {
    margin-bottom: 4vw;
  }
  .quoteMethod .individualQuote .quoteBox.top.shop .quoteBoxTtl::before {
    width: 6.93333vw;
    height: 6.66667vw;
    top: 1.06667vw;
    left: 24.53333vw;
  }
  .quoteMethod .individualQuote .quoteBox.top.web .quoteBoxTtl::before {
    width: 6.93333vw;
    height: 5.06667vw;
    top: 1.73333vw;
    left: 32vw;
  }
  .quoteMethod .individualQuote .quoteBox.top.workplace .quoteBoxTtl::before {
    width: 9.2vw;
    height: 6vw;
    top: 1.33333vw;
    left: 35.46667vw;
  }
  .quoteMethod .individualQuote .quoteBox.top .moreBtn {
    width: 100%;
    margin-top: 2.93333vw;
    margin-bottom: 4vw;
  }
  .quoteMethod .individualQuote .quoteBox .quoteBoxCont {
    padding: 2.93333vw 3.33333vw 3.33333vw;
    border-radius: 0 0 1.33333vw 1.33333vw;
    line-height: 1.428;
    font-size: 3.73333vw;
  }
  .quoteMethod .individualQuote .quoteBox .quoteBoxCont .supplement {
    padding: 0.66667vw 0;
    border-radius: 1.33333vw;
  }
  .quoteMethod .individualQuote .quoteBox .quoteBoxCont .supplement .supplementTtl {
    font-size: 3.2vw;
  }
  .quoteMethod .individualQuote .quoteBox .quoteBoxCont .supplementTxt {
    margin-top: 1.73333vw;
    padding-left: 1em;
    font-size: 2.93333vw;
    text-indent: -1em;
    text-align: left;
  }
  .quoteMethod .individualQuote .quoteBox .quoteBoxCont .quoteBoxContList {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.cp_entry {
  padding-top: 66px;
  padding-bottom: 80px;
  background-color: #fff;
}

.cp_entry .entryBox.bottom {
  text-align: center;
}

.cp_entry .entryBox.bottom .entryBoxTtl {
  padding: 17px 0 15px;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.025em;
  background-color: #fca961;
}

.cp_entry .entryBox.bottom .entryBoxCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #fca961;
  border-radius: 0 0 10px 10px;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cp_entry .entryBox.bottom .entryBoxCont .entryBoxTtlCatch {
  width: 100%;
  margin-bottom: 22px;
  color: #ea4c31;
  line-height: 1.083;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.025em;
}

.cp_entry .entryBox.bottom .entryBoxCont .entryBoxTxt {
  margin-top: 33px;
  color: #333;
  line-height: 1.3;
  font-size: 20px;
  text-align: left;
}

.cp_entry .entryBox.bottom .entryBoxCont .img img {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .cp_entry {
    padding-top: 10.13333vw;
    padding-bottom: 10.66667vw;
  }
  .cp_entry .entryBox.bottom .entryBoxTtl {
    padding: 2vw 0;
    border-radius: 1.33333vw 1.33333vw 0 0;
    font-size: 4.26667vw;
  }
  .cp_entry .entryBox.bottom .entryBoxCont {
    border: 0.53333vw solid #fca961;
    border-top: none;
    border-radius: 0 0 1.33333vw 1.33333vw;
  }
  .cp_entry .entryBox.bottom .entryBoxCont .entryBoxTtlCatch {
    margin-bottom: 1.33333vw;
    line-height: initial;
    font-size: 4.8vw;
  }
  .cp_entry .entryBox.bottom .entryBoxCont .entryBoxTxt {
    max-width: 37.33333vw;
    margin-top: 0;
    padding-left: 0.8vw;
    line-height: 1.53;
    font-size: 3.46667vw;
  }
  .cp_entry .entryBox.bottom .entryBoxCont .img {
    margin-bottom: 0;
  }
  .cp_entry .entryBox.bottom .entryBoxCont .img img {
    max-width: 48.13333vw;
  }
}

.individual .quoteMethod .individualQuote {
  margin-top: 34px;
  padding: 30px;
  border: 4px solid #d0e2a6;
  border-radius: 10px;
  background-color: #fbfae9;
}

.individual .cp_entry .entryBox.bottom .entryBoxCont {
  padding: 28px 94px 0 109px;
}

@media screen and (max-width: 768px) {
  .individual .quoteMethod .individualQuote {
    margin-top: 4.26667vw;
    padding: 4vw 3.33333vw;
    border: 0.53333vw solid #d0e2a6;
    border-radius: 1.33333vw;
  }
  .individual .cp_entry .entryBox.bottom .entryBoxCont {
    padding: 2.4vw 1.33333vw 0;
  }
}

.group .quoteMethod .individualQuote {
  margin-top: 60px;
}

.group .cp_entry .entryBox .entryBoxCont {
  padding: 28px 28px 30px 28px;
}

.group .cp_entry .entryBox .entryBoxCont .entryBoxContListWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.group .cp_entry .entryBox .entryBoxCont .entryBoxContListWrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 405px;
  padding-left: 26px;
  border-radius: 10px;
  font-size: 20px;
  text-align: left;
  letter-spacing: 0.005em;
  background: #fbfae9;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.group .cp_entry .entryBox .entryBoxCont .entryBoxContListWrap li:first-child {
  padding-top: 27px;
  padding-bottom: 25px;
}

.group .cp_entry .entryBox .entryBoxCont .entryBoxContListWrap li:first-child .ico {
  width: 54px;
}

.group .cp_entry .entryBox .entryBoxCont .entryBoxContListWrap li:nth-child(2) {
  padding-top: 19px;
  padding-right: 25px;
  padding-bottom: 14px;
}

.group .cp_entry .entryBox .entryBoxCont .entryBoxContListWrap li:nth-child(2) .boxCont {
  padding-left: 1em;
  text-indent: -1em;
}

.group .cp_entry .entryBox .entryBoxCont .entryBoxContListWrap li:nth-child(2) .ico {
  width: 69px;
}

.group .cp_entry .entryBox .entryBoxCont .entryBoxContListWrap li .ico {
  display: block;
  margin-right: 4px;

  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .group .quoteMethod .individualQuote {
    margin-top: 8vw;
  }
  .group .cp_entry .entryBox .entryBoxCont {
    display: block;
    padding: 2.66667vw 4vw 4vw;
  }
  .group .cp_entry .entryBox .entryBoxCont .entryBoxTtlCatch {
    font-size: 3.73333vw;

    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .group .cp_entry .entryBox .entryBoxCont .entryBoxContListWrap {
    display: block;
  }
  .group .cp_entry .entryBox .entryBoxCont .entryBoxContListWrap li {
    width: 100%;
    padding-left: 2.26667vw;
    border-radius: 1.33333vw;
    font-size: 3.73333vw;
    letter-spacing: 0.025em;
  }
  .group .cp_entry .entryBox .entryBoxCont .entryBoxContListWrap li:first-child {
    margin-bottom: 2.66667vw;
    padding-top: 3.33333vw;
    padding-bottom: 3.33333vw;
  }
  .group .cp_entry .entryBox .entryBoxCont .entryBoxContListWrap li:first-child .ico {
    width: 9.33333vw;
  }
  .group .cp_entry .entryBox .entryBoxCont .entryBoxContListWrap li:nth-child(2) {
    padding-top: 4vw;
    padding-right: 3.33333vw;
    padding-bottom: 4vw;
  }
  .group .cp_entry .entryBox .entryBoxCont .entryBoxContListWrap li:nth-child(2) .ico {
    width: 9.33333vw;
  }
  .group .cp_entry .entryBox .entryBoxCont .entryBoxContListWrap li .ico {
    margin-right: 1.06667vw;
  }
}

.applicationEssentialPoint {
  padding-bottom: 40px;
}

.applicationEssentialPoint .contTtl {
  margin-bottom: 30px;
}

.applicationEssentialPoint .applicationEssentialPointListWrap li {
  margin-bottom: 35px;
}

.applicationEssentialPoint .applicationEssentialPointListWrap li .essentialPointTtl {
  margin-bottom: 15px;
  padding: 10px 0 12px;
  border: 2px solid #c1e3aa;
  border-radius: 10px;
  color: #094;
  font-size: 26px;
  text-align: center;
  background-color: #fff;
}

.applicationEssentialPoint .applicationEssentialPointListWrap li .essentialPointCont {
  padding-left: 1em;
  line-height: 1.625;
  font-size: 16px;
  text-indent: -1em;

  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

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

.applicationEssentialPoint .applicationEssentialPointListWrap li .essentialPointCont li {
  margin-bottom: 10px;
}

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

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

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

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

.applicationEssentialPoint .applicationEssentialPointListWrap li .essentialPointCont li.pl0 {
  padding-left: initial;
}

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

.applicationEssentialPoint .applicationEssentialPointListWrap li .ti0 {
  padding-left: 0;
  text-indent: initial;
}

.applicationEssentialPoint .applicationEssentialPointListWrap li .ti1em {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  .applicationEssentialPoint {
    padding-bottom: 5.33333vw;
  }
  .applicationEssentialPoint .contTtl {
    margin-bottom: 5.33333vw;
  }
  .applicationEssentialPoint .ti-1 {
    padding-left: 1em;
    text-indent: -1em;
  }
  .applicationEssentialPoint .applicationEssentialPointListWrap li {
    margin-bottom: 4.4vw;
  }
  .applicationEssentialPoint .applicationEssentialPointListWrap li .essentialPointTtl {
    margin-bottom: 1.73333vw;
    padding: 1.33333vw 0;
    border: 0.26667vw solid #c1e3aa;
    border-radius: 1.33333vw;
    font-size: 4.26667vw;
  }
  .applicationEssentialPoint .applicationEssentialPointListWrap li .essentialPointCont {
    line-height: 1.58;
    font-size: 3.2vw;
  }
  .applicationEssentialPoint .applicationEssentialPointListWrap li .essentialPointCont .listMark {
    padding-right: 0.4em;
    font-size: 60%;
  }
  .applicationEssentialPoint .applicationEssentialPointListWrap li .essentialPointCont li {
    margin-bottom: 2.53333vw;
  }
  .applicationEssentialPoint .applicationEssentialPointListWrap li .essentialPointCont li table {
    margin-top: 2.66667vw;
  }
  .applicationEssentialPoint .applicationEssentialPointListWrap li .essentialPointCont li table th {
    width: 18.66667vw;
  }
  .applicationEssentialPoint .applicationEssentialPointListWrap li .essentialPointCont li table td {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .applicationEssentialPoint .applicationEssentialPointListWrap li .essentialPointCont .attention {
    margin-top: 1.5vw;
  }
}

/*-----------------------------
	contact
------------------------------*/
.contact {
  padding-bottom: 74px;
}

.contact .contTtl {
  margin-bottom: 30px;
}

.contact .contact_innerWrap {
  padding: 0 30px;
}

.contact .contactBox {
  padding: 30px 0;
  text-align: center;
  background-color: #ecf7e5;
}

.contact .contactBox .topTxt,.contact .contactBox .bottomTxt,.contact .contactBox .attention {
  font-size: 14px;
}

.contact .contactBox .bottomTxt,.contact .contactBox .attention {
  letter-spacing: 0.025em;
}

.contact .contactBox .attention {
  margin-top: 10px;
  color: #f00;
}

.contact .contactBox .img {
  width: 382px;
  margin: 20px auto;
}

.contact .cautionListWrap {
  margin-top: 7px;
}

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

@media screen and (max-width: 768px) {
  .contact {
    padding-bottom: 10.66667vw;
  }
  .contact .contTtl {
    margin-bottom: 5.33333vw;

    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .contact .contact_innerWrap {
    padding: 0 0;
  }
  .contact .contactBox {
    padding: 3.73333vw 0 4vw;
  }
  .contact .contactBox .topTxt {
    font-size: 3.2vw;
  }
  .contact .contactBox .bottomTxt,.contact .contactBox .attention {
    font-size: 2.93333vw;
  }
  .contact .contactBox .attention {
    margin-top: 2vw;
    line-height: 1.3636;
  }
  .contact .contactBox .img {
    width: 77.73333vw;
    margin: 3.46667vw auto 3.33333vw;
  }
  .contact .cautionListWrap {
    margin-top: 2.4vw;
  }
  .contact .cautionListWrap .cautionList {
    line-height: 1.27;
    font-size: 2.93333vw;
  }
}

/*-----------------------------
	contact
------------------------------*/
.notice {
  overflow: hidden;
  margin: 0 50px 0;
}

.notice .about {
  margin-bottom: 64px;
  padding: 50px;
  background-color: #f6f6f6;
}

.notice .about .ttl {
  width: 754px;
  margin: 0 auto 27px;
}

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

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

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

.notice .about .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;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  content: "";
}

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

.notice .about .slideToggle-body {
  display: none;
}

@media screen and (max-width: 768px) {
  .notice {
    margin: 0 3.33333vw 0;
  }
  .notice .about {
    margin-bottom: 9.33333vw;
    padding: 5.6vw 6vw 5.33333vw;
  }
  .notice .about .ttl {
    width: 70.66667vw;
    margin: 0 auto 3.33333vw;
  }
  .notice .about h4 {
    font-size: 4vw;
  }
  .notice .about p {
    font-size: 3.86667vw;
  }
  .notice .about .slideToggle-btn {
    width: 8vw;
    height: 8vw;
    position: relative;
    margin: 0 auto 40px;
    border-radius: 50%;
    background: #029b45;
    cursor: pointer;
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
  }
  .notice .about .slideToggle-btn::before {
    display: block;
    width: 4vw;
    height: 4vw;
    position: absolute;
    top: 1.2vw;
    left: 2vw;
  }
  .notice .about .slideToggle-btn.active::before {
    top: 2.93333vw;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

/*-----------------------------
	hikiuke
------------------------------*/
.notice .hikiuke {
  margin-bottom: 92px;
}

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

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

@media screen and (max-width: 768px) {
  .notice .hikiuke {
    margin-bottom: 12.26667vw;
  }
  .notice .hikiuke h4 {
    margin-bottom: 4vw;
    padding-bottom: 1.86667vw;
    border-bottom: 2px solid #000;
  }
}

/*-----------------------------
	footer
------------------------------*/
footer {
  background: #fff url("../images/footer_line02_pc.png") center bottom;
  background-repeat: repeat-x;
}

footer .footerLogo {
  margin-right: 22px;
  margin-bottom: 20px;
  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: 0;
}

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 {
    width: 18.8vw;
    margin: 0 auto 9vw;
  }
  footer .footerLogo {
    width: 33.73vw;
    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) {
  body {
    font-family: "Noto Sans Japanese", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
  .applicationEssentialPoint .applicationEssentialPointListWrap li .essentialPointCont .attention {
    padding-left: 0;
  }
  .applicationEssentialPoint .applicationEssentialPointListWrap li .essentialPointCont.all_initial {
    padding-left: 0;
    text-indent: 0;
  }
  .applicationEssentialPoint .applicationEssentialPointListWrap li .ti0 {
    padding-left: 1em;
  }
  .applicationEssentialPoint .applicationEssentialPointListWrap li .prize .essentialPointCont {
    padding-left: 0;
    text-indent: inherit;
  }
  .applicationEssentialPoint .applicationEssentialPointListWrap li .prize .essentialPointCont .attention {
    padding-left: 1em;
  }
}