@charset "UTF-8";
@import url(fix.css);
/* FONT PATH
 * -------------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/earlyaccess/nicomoji.css);
/*----------------------------------------------------
  mixin
----------------------------------------------------*/
/*----------------------------------------------------
  var
----------------------------------------------------*/
/* カラー設定 */
/*----------------------------------------------------
  CSS
----------------------------------------------------*/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  padding: 0;
  margin: 0; }

body {
  text-rendering: optimizeLegibility;
  background-color: #fff;
  color: #4c4c4c;
  font-size: 10px;
  font-family: "YakuHanJP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0 0; }

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

a {
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  transition: all 100ms linear; }

a, a:link {
  color: #39c;
  text-decoration: none; }

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.4rem; }

.bk {
  color: #000; }

.red {
  color: #e50012; }

p, p > span {
  font-size: 1.4rem;
  line-height: 1.5em;
  letter-spacing: 1px; }

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto; }

section#container-fluid {
  position: relative; }

.cnt {
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
  position: relative; }

@media screen and (max-width: 320px) {
  p, p > span, li, dt, dd {
    font-size: 1.2rem;
    letter-spacing: .02em; } }
/* bigArrow */
#bigArrowShadow {
  position: relative;
  z-index: 2; }
  #bigArrowShadow #arrowPathY1 {
    fill: #fcfc11;
    stroke: #fcfc11; }
  #bigArrowShadow #arrowPathY2 {
    fill: #cccc41;
    stroke: #cccc41; }
  #bigArrowShadow #arrowPathM1 {
    fill: #e40069;
    stroke: #e40069; }
  #bigArrowShadow #arrowPathM2 {
    fill: #b62e6d;
    stroke: #b62e6d; }
  #bigArrowShadow #arrowPathB1 {
    fill: #1081cc;
    stroke: #1081cc; }
  #bigArrowShadow #arrowPathB2 {
    fill: #3c78a0;
    stroke: #3c78a0; }
  #bigArrowShadow #arrowPathW1 {
    fill: #fff;
    stroke: #fff; }
  #bigArrowShadow #arrowPathW2 {
    fill: #e4eef8;
    stroke: #e4eef8; }

/*-- header --*/
header .container {
  background-color: #fcfc11;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  padding-bottom: .2rem;
  z-index: 0; }
  header .container::after {
    content: "";
    background-color: #e40069;
    width: 110%;
    height: 15vh;
    position: absolute;
    top: 10.5vh;
    left: -1em;
    right: -1em;
    transform: rotate(-3deg);
    z-index: 1; }
header .h1Txt {
  position: relative;
  z-index: 9;
  padding: .5rem;
  display: block; }
  header .h1Txt .base {
    font-family: "Rounded Mplus 1c";
    font-weight: 700;
    font-size: 2.9vw;
    color: #fff;
    background-color: #e50012;
    padding: .3rem .4rem .2rem .8rem;
    margin-right: .5rem;
    display: inline-block;
    border-radius: 1rem;
    -webkit-box-shadow: 1px 1px 1px 1px #4c4c4c;
    -moz-box-shadow: 1px 1px 1px 1px #4c4c4c;
    box-shadow: 1px 1px 1px 1px #4c4c4c; }
  header .h1Txt h1 {
    margin: 0 auto;
    padding: 0 0 0 0;
    text-align: center;
    font-family: "Rounded Mplus 1c";
    font-size: 2.9vw;
    font-weight: bold;
    color: #000;
    line-height: 1.3;
    display: inline-block; }
header .topImage {
  margin-bottom: 1rem;
  position: relative;
  min-height: 56.25%;
  z-index: 9; }
  header .topImage img:first-child {
    width: 98%;
    margin: 0 1%;
    position: relative;
    z-index: 11; }
  header .topImage img:nth-child(2) {
    margin-top: -5.2vh;
    margin-left: -2%;
    position: relative;
    min-width: 104%;
    z-index: 10; }
  header .topImage img:nth-child(3) {
    margin-top: -7.5vh;
    margin-left: -2%;
    position: relative;
    min-width: 104%;
    z-index: 12; }
header .carAcci {
  display: block;
  width: 100%;
  position: relative; }
  header .carAcci h2 {
    text-align: center;
    color: #e40069;
    font-size: 4.5vw;
    font-weight: bold;
    font-family: "Rounded Mplus 1c";
    padding: 0 .5rem;
    border-bottom: dotted 2px #e40069;
    line-height: 2;
    margin-bottom: 1rem;
    display: block; }
  header .carAcci ul {
    margin: 0;
    padding: 0 3%; }
    header .carAcci ul li {
      border: solid 2px #e40069;
      background-color: #fff;
      display: block;
      padding: 0 .5rem .5rem;
      text-align: center;
      margin-bottom: .3rem; }
      header .carAcci ul li p {
        font-size: 1em;
        background-color: #e40069;
        text-align: center;
        padding: .3rem;
        margin: 0 -.5rem;
        color: #fff;
        position: relative; }
header .cclPoint ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  justify-content: space-around; }
  header .cclPoint ul li {
    color: #fff;
    border-radius: 50%;
    background-color: #e40069;
    padding: 0;
    margin-bottom: .5rem;
    height: 7em;
    width: 7em;
    position: relative; }
    header .cclPoint ul li span {
      font-size: 5.2vw;
      font-family: "Rounded Mplus 1c";
      font-weight: 900;
      text-align: center;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }

@media screen and (max-width: 320px) {
  .h1Txt .base {
    font-size: 3vw !important; } }
.add {
  text-align: center;
  width: 100%;
  padding: .3rem 0 .6rem;
  color: #fff;
  font-size: 3.5vw;
  line-height: 1.8; }
  .add a {
    text-decoration: underline;
    color: #fff; }

.infoCnt {
  color: #fff;
  background-color: #1081cc;
  border-radius: 1.2rem;
  max-width: 96%;
  width: 96%;
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
  position: relative; }
  .infoCnt p:first-child {
    font-size: 3.6vw;
    padding-left: 19.7vw;
    padding-right: 1vw;
    line-height: 1.2;
    margin-bottom: 10px; }
  .infoCnt h2 {
    font-family: "M PLUS 1p";
    font-size: 4.1vw;
    font-weight: 700;
    line-height: 2.8em;
    height: 3em;
    margin-bottom: 1rem;
    border-radius: 1.5em;
    letter-spacing: 0;
    color: #e40069;
    background: linear-gradient(0deg, #fbb03b 6.22%, yellow 50.96%, #fbb03b 100%);
    border: Solid #FFF 3px; }
  .infoCnt .telNav {
    background-color: #1396ed;
    border-radius: 2.2rem;
    font-family: "Open Sans";
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    color: #fff; }
    .infoCnt .telNav a {
      color: #fff; }
    .infoCnt .telNav .tel {
      color: #fff;
      font-size: 1.7rem; }
  .infoCnt dl.consultation {
    display: block; }
    .infoCnt dl.consultation dt, .infoCnt dl.consultation dd {
      font-size: 3.8vw;
      line-height: 1.6;
      letter-spacing: 1px; }
  .infoCnt a.formNavlink {
    background-color: #fff;
    border-radius: 1.2em;
    padding: .5rem 1rem;
    margin: 0 auto;
    text-align: center;
    font-size: 5vw;
    font-family: "M PLUS 1p";
    font-weight: 700;
    width: 80%;
    color: #ff5a00;
    height: 2.4em;
    line-height: 2.4em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 2px 2px 0 0 #0c639d;
    -moz-box-shadow: 2px 2px 0 0 #0c639d;
    box-shadow: 2px 2px 0 0 #0c639d; }
    .infoCnt a.formNavlink::after {
      content: "";
      position: absolute;
      align-items: center;
      right: 1rem;
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-left-color: #aaaaaa;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
  .infoCnt span.infoImg {
    width: 9em;
    height: 9em;
    border-radius: 50%;
    border: solid 3px #1081cc;
    overflow: hidden;
    position: absolute;
    top: -1rem;
    left: -1%;
    z-index: 9; }

@media screen and (max-width: 320px) {
  .infoCnt span.infoImg {
    width: 7em;
    height: 7em; } }
section[id^="sec"] {
  position: relative;
  z-index: 1; }
  section[id^="sec"] .container {
    z-index: 2; }
    section[id^="sec"] .container h2 {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 9;
      margin-top: -3.3rem;
      margin-bottom: 1.2rem; }

#sec1 {
  background-color: #e40069; }
  #sec1 .container .compensationFig dl {
    display: block;
    margin: 0 2% 1rem; }
    #sec1 .container .compensationFig dl dt, #sec1 .container .compensationFig dl dd {
      padding: 1rem .5rem; }
      #sec1 .container .compensationFig dl dt p, #sec1 .container .compensationFig dl dd p {
        font-size: 1.5rem;
        font-weight: bold;
        text-align: center; }
        #sec1 .container .compensationFig dl dt p span, #sec1 .container .compensationFig dl dd p span {
          color: #e50012; }
          #sec1 .container .compensationFig dl dt p span strong, #sec1 .container .compensationFig dl dd p span strong {
            font-size: 1.6em; }
    #sec1 .container .compensationFig dl dt {
      background-color: #fcfc11;
      font-size: 1.2rem;
      text-align: center; }
    #sec1 .container .compensationFig dl dd {
      background-color: #fff; }
      #sec1 .container .compensationFig dl dd p {
        line-height: 1.4; }
      #sec1 .container .compensationFig dl dd p.txt {
        font-size: .9rem;
        letter-spacing: 0.05em; }

#sec2 {
  background-color: #fff; }
  #sec2 .container h2 {
    margin-top: -1.5rem;
    margin-left: 2%;
    margin-right: 2%; }
  #sec2 .container ul.agonyList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 96%;
    margin: 0 2% 1rem; }
    #sec2 .container ul.agonyList li {
      width: calc(100% / 3 - 2px); }
  #sec2 .container p {
    font-size: 1rem; }

#sec3 {
  background-color: #fcfc11; }
  #sec3 .container {
    padding-bottom: 1.5rem; }
    #sec3 .container h2 {
      margin-top: 1rem;
      margin-left: 2%;
      margin-right: 2%; }
    #sec3 .container ul.list {
      margin-bottom: 1rem; }
      #sec3 .container ul.list li {
        margin: 2px 2%;
        display: block;
        position: relative;
        overflow: hidden;
        min-height: 3em;
        font-size: 1.1rem;
        z-index: 0; }
        #sec3 .container ul.list li span {
          z-index: 2;
          position: relative; }
      #sec3 .container ul.list li:first-child {
        background-color: #ff5a00;
        padding: .5rem 4rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center; }
      #sec3 .container ul.list li:not(:first-child) {
        background-color: #fff;
        padding: 1rem; }
        #sec3 .container ul.list li:not(:first-child)::after {
          content: "！";
          color: #ffe5d6;
          font-family: "Nico Moji";
          font-size: 5.5rem;
          line-height: 0;
          position: absolute;
          right: 1rem;
          bottom: 1.4rem;
          transform: rotate(25deg);
          z-index: 1; }
    #sec3 .container .anshinCnt {
      background-color: #fff;
      margin: 0 2% 2rem;
      border-radius: .5rem; }
      #sec3 .container .anshinCnt dl {
        display: flex;
        margin-bottom: .6rem; }
        #sec3 .container .anshinCnt dl dt {
          width: 25%;
          background: url(../images/pop1.png) 0.3rem 0.5rem no-repeat;
          background-size: 94%;
          position: relative;
          color: #fff;
          font-family: "Rounded Mplus 1c";
          font-size: 1.2rem;
          text-align: center;
          text-indent: 4px;
          padding-top: 1.2rem; }
          #sec3 .container .anshinCnt dl dt span {
            font-size: 1.7em;
            position: relative;
            top: 3px; }
        #sec3 .container .anshinCnt dl dd {
          width: 75%;
          padding: .5rem;
          margin-bottom: 0; }
          #sec3 .container .anshinCnt dl dd h3 {
            font-size: 1.2rem;
            font-weight: 700;
            color: #e50012;
            margin-bottom: .5rem; }
            #sec3 .container .anshinCnt dl dd h3 span {
              font-size: 1.4em;
              font-weight: 900; }
          #sec3 .container .anshinCnt dl dd p {
            font-size: 1rem;
            margin-bottom: 0; }

@media screen and (max-width: 320px) {
  .anshinCnt dl dt {
    padding-top: 1.2rem !important; }
    .anshinCnt dl dt span {
      font-size: 1.3em !important;
      top: 1px !important; } }
#sec4 {
  background-color: #e40069; }
  #sec4 .container h2 {
    margin-top: -1.5rem;
    margin-bottom: .5rem; }
  #sec4 .container ul.point {
    position: relative;
    padding: 0 2%;
    width: 100%;
    overflow: hidden; }
    #sec4 .container ul.point li {
      height: 11rem;
      width: 11rem;
      background: url(../images/pop_bomb1.png) center center no-repeat;
      background-size: contain;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center; }
      #sec4 .container ul.point li span {
        color: #ff5a00;
        display: inline;
        vertical-align: middle;
        padding: 1rem;
        text-align: center;
        font-family: "Rounded Mplus 1c";
        font-weight: 900;
        font-size: 1.1rem;
        line-height: 1.3; }
    #sec4 .container ul.point li:nth-child(even) {
      background: url(../images/pop_bomb2.png) center center no-repeat;
      background-size: contain;
      margin-top: 1rem;
      float: right; }
      #sec4 .container ul.point li:nth-child(even) span {
        color: #e50012; }
    #sec4 .container ul.point li:nth-child(odd) {
      float: left;
      margin-bottom: .2rem; }
    #sec4 .container ul.point li:first-child {
      height: 10rem;
      width: 10rem;
      margin-left: 2%; }
    #sec4 .container ul.point li:nth-child(2) {
      margin-left: 2%;
      height: 11.5rem;
      width: 11.5rem; }
    #sec4 .container ul.point li:nth-child(3) {
      height: 10rem;
      width: 10rem; }
    #sec4 .container ul.point li:nth-child(4) {
      margin-right: 0rem;
      height: 12.5rem;
      width: 12.5rem; }
    #sec4 .container ul.point li:nth-child(5) {
      margin-left: -5%;
      margin-right: -11%;
      margin-bottom: 0;
      height: 13rem;
      width: 13rem; }
    #sec4 .container ul.point li:last-child {
      margin-right: -5%;
      height: 14rem;
      width: 14rem; }

#sec5 {
  background-color: #1081cc; }
  #sec5 .container h2 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-family: "M PLUS 1p";
    font-size: 5.8vw;
    margin-top: 2rem;
    width: 100%; }
  #sec5 .container ul.ph li {
    margin-bottom: 2px; }

#formCnt {
  margin: 25px 0;
  position: relative; }
  #formCnt .container {
    background-color: #f6f6f6;
    padding: 1em 15px 0;
    transform: skew(0deg, -4deg); }
    #formCnt .container .row {
      transform: skew(0deg, 4deg); }
      #formCnt .container .row h2 {
        position: relative;
        background: #e40069;
        border-radius: .5rem;
        line-height: 1.4;
        text-align: center;
        color: #fff;
        font-size: 4.7vw;
        font-weight: 900;
        font-family: "M PLUS 1p";
        padding: .5rem;
        margin: 0 2% 1em;
        width: 96%; }
      #formCnt .container .row .form-group {
        width: 100%;
        padding: 20px 15px 25px;
        margin: 0 auto;
        position: relative; }
        #formCnt .container .row .form-group p {
          margin-bottom: 0; }
        #formCnt .container .row .form-group span.red {
          background: #e50012;
          padding: 4px 10px;
          border-radius: 15px;
          color: #fff;
          display: inline-block;
          font-size: 10px;
          font-weight: bold;
          line-height: 1;
          margin-left: 10px;
          position: relative;
          top: -2px; }
      #formCnt .container .row .form-group:nth-child(odd) {
        background-color: #ececec; }
      #formCnt .container .row input, #formCnt .container .row select, #formCnt .container .row textarea, #formCnt .container .row p {
        font-family: sans-serif;
        font-size: 13px; }
      #formCnt .container .row select, #formCnt .container .row input {
        margin-top: 6px; }
      #formCnt .container .row textarea {
        min-height: 12em; }
      #formCnt .container .row label::after {
        position: absolute;
        top: 25%;
        right: 10px; }
      #formCnt .container .row label.confirm button.btn {
        background-color: #ff5a00; }
      #formCnt .container .row label.fix button.btn {
        background-color: #80c6f5; }
      #formCnt .container .row label.submit button.btn {
        background-color: #e40069; }
      #formCnt .container .row dl#submit {
        padding: 3em 5%;
        display: block;
        width: 100%;
        overflow: hidden; }
      #formCnt .container .row dt {
        float: left; }
      #formCnt .container .row dd {
        float: right; }
      #formCnt .container .row button[type="submit"] {
        position: relative;
        padding: 0 3em 0 2em;
        height: 3rem;
        min-height: 3rem;
        line-height: 1.4;
        font-size: 16px;
        letter-spacing: 1px;
        color: #fff;
        border-radius: 1.5rem;
        -webkit-box-shadow: 1px 1px 0px 0px #6c6c6c;
        -moz-box-shadow: 1px 1px 0px 0px #6c6c6c;
        box-shadow: 1px 1px 0px 0px #6c6c6c; }
        #formCnt .container .row button[type="submit"]::after {
          display: block;
          content: "\f138";
          font-family: FontAwesome;
          position: absolute;
          top: calc(50% - 11px);
          right: 1em;
          width: 10px;
          height: 10px;
          margin: 0; }
      #formCnt .container .row label.fix button[type="submit"] {
        position: relative;
        padding: 0 2em 0 3em; }
        #formCnt .container .row label.fix button[type="submit"]::after {
          display: block;
          content: "\f137";
          font-family: FontAwesome;
          position: absolute;
          top: calc(50% - 11px);
          left: 1em;
          width: 10px;
          height: 10px;
          margin: 0; }
      #formCnt .container .row .telInfo {
        color: #000;
        font-size: 1.4rem;
        font-weight: bold;
        text-align: center;
        padding: 0 0 1em; }
        #formCnt .container .row .telInfo span {
          background-color: #05a;
          border-radius: 10px;
          display: block;
          margin-top: 6px;
          padding: 12px 1em;
          line-height: 1;
          text-align: center;
          color: #fff;
          font-size: 1.5rem;
          font-weight: bold; }
          #formCnt .container .row .telInfo span em, #formCnt .container .row .telInfo span a {
            color: #fff;
            font-family: 'Open Sans', sans-serif;
            font-size: 1.8rem;
            font-weight: bold;
            font-style: normal;
            letter-spacing: 1px; }
      #formCnt .container .row .formTxt {
        text-align: left;
        padding: 0 0 1em; }
      #formCnt .container .row .guidelines {
        background-color: #fff;
        border-radius: 10px;
        padding: 1.5rem 1rem; }
        #formCnt .container .row .guidelines h3 {
          font-size: 1.4em;
          text-align: center;
          letter-spacing: 4px;
          margin-bottom: 15px; }
        #formCnt .container .row .guidelines ul li {
          font-size: 1.2rem;
          line-height: 1.4;
          letter-spacing: 0;
          margin-bottom: 8px;
          padding-left: 1em;
          text-indent: -1.2em; }
      #formCnt .container .row p#sendMsg {
        text-align: left;
        padding: 4em 0 3em;
        margin: 0 auto; }
      #formCnt .container .row p#sendMsg + p {
        padding-bottom: 2em; }
        #formCnt .container .row p#sendMsg + p a {
          text-decoration: underline;
          position: relative; }

@media screen and (max-width: 320px) {
  #formCnt button[type="submit"] {
    padding: 0 2.2em 0 .8em !important;
    font-size: 14px !important; }

  #formCnt button::after {
    right: 10px !important; } }
footer {
  background-color: #e40069;
  padding: 0 0 2em; }
  footer p.copy {
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
    line-height: 1.2;
    margin: 15px 0 0; }
    footer p.copy a {
      color: #fff; }

#pagetopBtn {
  overflow: hidden;
  border-radius: 50%;
  position: fixed !important;
  z-index: 9999;
  text-align: center;
  text-decoration: none;
  transform: rotateY(270deg);
  transition: .5s;
  height: 55px;
  width: 55px;
  bottom: 20px;
  right: 15px; }
  #pagetopBtn a {
    background-color: #ff5a00;
    color: #fff;
    font-size: 10px;
    font-family: 'Dosis';
    font-weight: 300;
    text-decoration: none;
    letter-spacing: 2px;
    line-height: 55px;
    height: 55px;
    width: 55px;
    display: block; }
  #pagetopBtn::after {
    content: "\f106";
    font-family: FontAwesome;
    font-size: 10px;
    font-weight: normal;
    color: #fff;
    margin: 0 auto;
    position: relative;
    top: -57px; }

@media (max-width: 374px) {
  /* iPhone6未満 -------------------------------------------- */
  #sec3 > div > div > ul > li {
    font-size: .9rem !important; }

  #sec4 ul.point li {
    height: 16rem !important;
    width: 16rem !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    float: none !important;
    margin: 0 auto !important; }
    #sec4 ul.point li span {
      font-size: 1.3rem; } }
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  /* iPhoneX -------------------------------------------- */ }
@media only screen and (device-width: 375px) and (device-height: 667px) {
  /* iPhone678 -------------------------------------------- */ }
@media only screen and (device-width: 414px) and (device-height: 736px) {
  /* iPhone678Plus -------------------------------------------- */
  #sec4 ul.point {
    padding: 0 5% !important; } }
@media (min-width: 543px) {
  /*  --------------------------------------------------------------- */ }
@media (min-width: 768px) {
  /* iPadmini以上 --------------------------------------------------- */
  .container {
    max-width: 100% !important; }

  header .h1Txt {
    margin: 0 auto;
    font-size: 1.8rem; }
    header .h1Txt .base {
      font-size: 3.3vw !important;
      border-radius: 1.8em;
      line-height: 1.3; }
  header .topImage img:nth-child(3) {
    margin-top: -10.5vh;
    margin-left: 0%;
    position: relative;
    min-width: 100%; }
  header div.carAcci ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1rem;
    justify-content: space-around; }
    header div.carAcci ul li {
      max-width: 32%; }
  header div.cclPoint {
    width: 100%;
    margin-bottom: 15px; }
    header div.cclPoint ul {
      text-align: center; }
      header div.cclPoint ul li span {
        font-size: 2.5vw;
        font-family: "Rounded Mplus 1c";
        font-weight: 900;
        text-align: center;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }

  .infoCnt {
    padding: 1.5rem 1rem; }
    .infoCnt p:first-child {
      font-size: 2.7vw;
      padding-left: 10.7vw;
      padding-right: 1vw; }
    .infoCnt .telNav {
      border-radius: 2rem;
      height: 4rem;
      line-height: 4rem;
      font-size: 2.5rem;
      letter-spacing: 2px; }
      .infoCnt .telNav .tel {
        font-size: 2.5rem; }
    .infoCnt a.formNavlink {
      background-color: #fff;
      border-radius: 1.2em;
      padding: .5rem 1rem;
      font-size: 5vw;
      width: 80%;
      height: 4rem;
      line-height: 4rem;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      -webkit-box-shadow: 2px 2px 0 0 #0c639d;
      -moz-box-shadow: 2px 2px 0 0 #0c639d;
      box-shadow: 2px 2px 0 0 #0c639d; }
      .infoCnt a.formNavlink::after {
        content: "";
        position: absolute;
        right: 1rem;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-left-color: #aaaaaa; }
    .infoCnt span.infoImg {
      width: 12em;
      height: 12em;
      position: absolute;
      top: -2rem;
      left: -1%; }

  #sec1 .container .compensationFig {
    width: 100%;
    margin: 0 15px; }
    #sec1 .container .compensationFig dl {
      display: flex;
      margin: 0 0 1rem; }
      #sec1 .container .compensationFig dl dt, #sec1 .container .compensationFig dl dd {
        padding: 1rem .5rem; }
        #sec1 .container .compensationFig dl dt p, #sec1 .container .compensationFig dl dd p {
          font-size: 1.6rem;
          font-weight: bold;
          margin-bottom: 0; }
          #sec1 .container .compensationFig dl dt p span, #sec1 .container .compensationFig dl dd p span {
            color: #e50012; }
            #sec1 .container .compensationFig dl dt p span strong, #sec1 .container .compensationFig dl dd p span strong {
              font-size: 1.6em; }
      #sec1 .container .compensationFig dl dt {
        width: 35%;
        background-color: #fcfc11;
        font-size: 2.2rem;
        text-align: center; }
        #sec1 .container .compensationFig dl dt small {
          font-size: 1rem; }
      #sec1 .container .compensationFig dl dd {
        width: 65%;
        background-color: #fff;
        margin-bottom: 0; }
        #sec1 .container .compensationFig dl dd p + p {
          margin-top: .6rem; }
        #sec1 .container .compensationFig dl dd p.txt {
          font-size: .9rem;
          letter-spacing: 0.05em; }

  #sec3 .container ul.list {
    margin: 0 2% 1rem;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }
    #sec3 .container ul.list li {
      margin: 0 2px 2px 0;
      line-height: 1.4;
      min-height: 5em;
      font-size: 1.2rem;
      width: 33%;
      -webkit-box-flex: 0;
      -ms-flex-positive: 0;
      flex-grow: 0; }
      #sec3 .container ul.list li span {
        letter-spacing: 1px; }
    #sec3 .container ul.list li:first-child {
      padding: .5rem 1rem; }
    #sec3 .container ul.list li:not(:first-child) {
      padding: .5rem 4rem;
      background-color: #fff;
      padding: .6rem; }
      #sec3 .container ul.list li:not(:first-child)::after {
        content: "！";
        font-family: "Nico Moji";
        font-size: 7.5rem;
        line-height: 0;
        position: absolute;
        right: 1rem;
        bottom: 2rem;
        transform: rotate(25deg);
        z-index: 1; }
  #sec3 .container .anshinCnt {
    background-color: #fff;
    margin: 0 2% 2rem;
    border-radius: .5rem; }
    #sec3 .container .anshinCnt dl {
      display: flex;
      margin-bottom: .6rem; }
      #sec3 .container .anshinCnt dl dt {
        width: 18%;
        background: url(../images/pop1.png) 0.3rem 0.5rem no-repeat;
        background-size: 7rem 7rem;
        position: relative;
        font-size: 1.4rem;
        text-align: center;
        text-indent: -8px;
        padding-top: 2rem;
        min-height: 8rem; }
        #sec3 .container .anshinCnt dl dt span {
          font-size: 1.7em;
          position: relative;
          top: 3px; }
      #sec3 .container .anshinCnt dl dd {
        width: 82%;
        padding: .5rem 1.5rem .5rem 0; }
        #sec3 .container .anshinCnt dl dd h3 {
          font-size: 1.4rem; }
          #sec3 .container .anshinCnt dl dd h3 span {
            font-size: 1.4em;
            font-weight: 900; }

  #sec4 .container ul.point li {
    margin-right: 4%; }
    #sec4 .container ul.point li span {
      font-size: 1.2rem; }
  #sec4 .container ul.point li:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0; }
  #sec4 .container ul.point li:nth-child(even) {
    float: left;
    margin-top: 0;
    margin-bottom: 0; }
  #sec4 .container ul.point li:first-child {
    height: 12rem;
    width: 12rem;
    margin-left: 2%; }
  #sec4 .container ul.point li:nth-child(2) {
    margin-left: 1%;
    height: 12.5rem;
    width: 12.5rem; }
  #sec4 .container ul.point li:nth-child(3) {
    height: 12rem;
    width: 12rem; }
  #sec4 .container ul.point li:nth-child(4) {
    clear: left;
    margin-right: 2%;
    margin-left: 6%;
    height: 13rem;
    width: 13rem; }
  #sec4 .container ul.point li:nth-child(5) {
    margin-bottom: 0;
    margin: 1rem 3% 0 0;
    height: 14rem;
    width: 14rem; }
  #sec4 .container ul.point li:last-child {
    margin-right: 0;
    height: 14rem;
    width: 14rem; }

  #formCnt {
    width: 100%; }
    #formCnt dl#submit {
      width: 70% !important;
      margin: 0 auto; }
    #formCnt p#sendMsg {
      text-align: center; }

  #pagetopBtn {
    height: 75px;
    width: 75px;
    bottom: 20px;
    right: 25px; }
    #pagetopBtn a {
      color: #fff;
      font-size: 13px;
      font-family: 'Dosis';
      font-weight: 300;
      text-decoration: none;
      letter-spacing: 2px;
      line-height: 75px;
      height: 75px;
      width: 75px;
      display: block; }
    #pagetopBtn:hover {
      text-decoration: none; }
    #pagetopBtn::after {
      content: "\f106";
      font-family: FontAwesome;
      font-size: 18px;
      top: -70px; } }
@media (min-width: 991px) {
  /* notePC ---------------------------------------------------------------- */
  body * a:hover > img {
    opacity: .7; }

  * {
    font-size: 14px; }

  p {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 1px; }
    p span {
      font-size: 1em; }

  .row {
    max-width: 940px !important;
    margin: 0 auto;
    overflow: visible; }

  /*-- header --*/
  header {
    position: relative; }
    header .container {
      position: relative;
      z-index: 0; }
      header .container::after {
        content: "";
        background-color: #e40069;
        width: 110%;
        height: 587px;
        position: absolute;
        top: 150px;
        left: -5%;
        right: -5%;
        transform: rotate(-3deg);
        z-index: -1; }
    header .h1Txt {
      position: relative;
      z-index: 9;
      padding: .5rem; }
      header .h1Txt .base {
        font-size: 28px !important;
        color: #fff;
        background-color: #e50012;
        padding: .3rem .4rem .2rem .8rem;
        margin-right: 10px;
        display: inline-block;
        border-radius: 1em; }
      header .h1Txt h1 {
        margin: 0 auto;
        padding: 0 0 0 0;
        text-align: center;
        font-family: "Rounded Mplus 1c";
        font-size: 28px;
        display: inline-block; }
        header .h1Txt h1 span {
          font-size: 28px; }
    header .topImage {
      margin-bottom: 1rem;
      position: relative;
      z-index: 9; }
      header .topImage img:first-child {
        position: relative;
        z-index: 11; }
      header .topImage img:nth-child(2) {
        margin-top: -105px;
        position: relative;
        z-index: 10; }
      header .topImage img:nth-child(3) {
        margin-top: -150px;
        position: relative;
        z-index: 12; }
    header .carAcci {
      display: block;
      width: 100%;
      position: relative; }
      header .carAcci h2 {
        font-size: 40px; }
      header .carAcci ul {
        margin: 0;
        padding: 0; }
        header .carAcci ul li {
          width: 332px;
          display: block; }
    header .cclPoint ul {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      padding: 1rem;
      justify-content: space-around; }
      header .cclPoint ul li {
        color: #fff;
        height: 200px;
        width: 200px; }
        header .cclPoint ul li span {
          font-size: 27px !important; }

  .add {
    text-align: center;
    width: 100%;
    font-size: 20px;
    letter-spacing: 1px; }
    .add h3 {
      font-size: 1.1em;
      margin: 10px 0;
      line-height: 1; }
    .add a {
      font-size: 20px; }

  .infoCnt {
    width: 910px;
    padding: 1.5rem 1rem; }
    .infoCnt p:first-child {
      font-size: 24px;
      padding-left: 150px;
      padding-right: 1em; }
    .infoCnt h2 {
      font-size: 36px;
      text-indent: 1em;
      height: 80px;
      line-height: 80px;
      border-radius: 40px; }
    .infoCnt .telNav {
      border-radius: 2rem;
      height: 4rem;
      line-height: 4rem;
      font-size: 48px;
      letter-spacing: 2px; }
      .infoCnt .telNav .tel {
        font-size: 48px; }
    .infoCnt dl.consultation {
      margin-bottom: 25px; }
      .infoCnt dl.consultation dt, .infoCnt dl.consultation dd {
        font-size: 20px;
        line-height: 1.6;
        letter-spacing: 1px; }
    .infoCnt a.formNavlink {
      background-color: #fff;
      border-radius: 30px;
      padding: .5rem 1rem;
      font-size: 36px;
      width: 550px;
      height: 60px;
      line-height: 60px;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      -webkit-box-shadow: 2px 2px 0 0 #0c639d;
      -moz-box-shadow: 2px 2px 0 0 #0c639d;
      box-shadow: 2px 2px 0 0 #0c639d; }
      .infoCnt a.formNavlink::after {
        content: "";
        position: absolute;
        right: 1rem;
        width: 0;
        height: 0;
        border: 10px solid transparent;
        border-left-color: #aaaaaa; }
    .infoCnt span.infoImg {
      width: 12em;
      height: 12em;
      border: solid 5px #1081cc;
      position: absolute;
      top: -2rem;
      left: -30px; }

  #sec1 .container .compensationFig {
    width: 100%;
    margin: 0 15px; }
    #sec1 .container .compensationFig dl {
      display: flex;
      margin: 0 0 1rem; }
      #sec1 .container .compensationFig dl dt, #sec1 .container .compensationFig dl dd {
        padding: 1rem .5rem; }
        #sec1 .container .compensationFig dl dt p, #sec1 .container .compensationFig dl dd p {
          font-size: 40px;
          margin-bottom: 0; }
          #sec1 .container .compensationFig dl dt p span, #sec1 .container .compensationFig dl dd p span {
            font-weight: bold;
            color: #e50012; }
            #sec1 .container .compensationFig dl dt p span strong, #sec1 .container .compensationFig dl dd p span strong {
              font-size: 1.6em; }
      #sec1 .container .compensationFig dl dt {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35%;
        background-color: #fcfc11;
        font-size: 40px;
        text-align: center; }
        #sec1 .container .compensationFig dl dt small {
          font-size: 14px;
          position: relative;
          top: 38px; }
      #sec1 .container .compensationFig dl dd {
        width: 65%;
        background-color: #fff;
        margin-bottom: 0; }
        #sec1 .container .compensationFig dl dd p + p {
          margin-top: 20px; }
        #sec1 .container .compensationFig dl dd p.txt {
          font-size: 28px;
          letter-spacing: 1px;
          line-height: 1.4; }

  #sec2 .container p {
    font-size: 18px; }

  #sec3 .container ul.list {
    margin: 0 2% 1rem; }
    #sec3 .container ul.list li {
      margin: 0 2px 2px 0;
      line-height: 1.4; }
      #sec3 .container ul.list li span {
        font-size: 24px;
        font-weight: bold;
        color: #000; }
    #sec3 .container ul.list li:first-child {
      padding: .5rem 1rem; }
    #sec3 .container ul.list li:not(:first-child) {
      padding: .5rem 4rem;
      background-color: #fff;
      padding: .6rem; }
      #sec3 .container ul.list li:not(:first-child)::after {
        content: "！";
        font-size: 170px;
        line-height: 0;
        position: absolute;
        right: 20px;
        bottom: 45px;
        transform: rotate(25deg);
        z-index: 1; }
  #sec3 .container .anshinCnt {
    background-color: #fff;
    margin: 0 2% 60px;
    border-radius: .5rem; }
    #sec3 .container .anshinCnt dl {
      display: flex;
      margin-bottom: .6rem; }
      #sec3 .container .anshinCnt dl dt {
        width: 18%;
        background: url(../images/pop1.png) 10px 5px no-repeat;
        background-size: 130px 130px;
        position: relative;
        font-size: 28px;
        text-align: center;
        text-indent: -15px;
        padding-top: 27px;
        min-height: 140px; }
        #sec3 .container .anshinCnt dl dt span {
          font-size: 1.7em;
          position: relative;
          top: 3px; }
      #sec3 .container .anshinCnt dl dd {
        width: 82%;
        padding: .5rem 1.5rem .5rem 0; }
        #sec3 .container .anshinCnt dl dd h3 {
          font-size: 32px; }
          #sec3 .container .anshinCnt dl dd h3 span {
            font-size: 1.4em;
            font-weight: 900; }
        #sec3 .container .anshinCnt dl dd p {
          font-size: 18px;
          line-height: 1.5;
          letter-spacing: 1px; }

  #sec4 .container ul.point li {
    margin-right: 10px; }
    #sec4 .container ul.point li span {
      font-size: 25px; }
  #sec4 .container ul.point li:first-child {
    margin-left: 10px;
    height: 280px;
    width: 280px; }
  #sec4 .container ul.point li:nth-child(2) {
    margin-left: 10px;
    height: 280px;
    width: 280px; }
  #sec4 .container ul.point li:nth-child(3) {
    height: 280px;
    width: 280px; }
  #sec4 .container ul.point li:nth-child(4) {
    clear: left;
    margin-right: 5%;
    margin-left: 13%;
    height: 300px;
    width: 300px; }
  #sec4 .container ul.point li:nth-child(5) {
    margin-bottom: 0;
    margin: -15px 0 0 0;
    height: 300px;
    width: 300px; }
  #sec4 .container ul.point li:last-child {
    display: flex;
    justify-content: center;
    height: 300px;
    width: 300px;
    float: none;
    position: relative;
    left: -150px; }

  #sec5 .container h2 {
    font-size: 40px;
    letter-spacing: 6px; }
  #sec5 .container ul.ph {
    width: 940px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
    #sec5 .container ul.ph li {
      margin-bottom: 1px;
      width: calc(50% - 1px); }
    #sec5 .container ul.ph li:nth-child(odd) {
      margin-right: 2px; }

  #formCnt .container {
    background-color: #f3f3f3;
    transform: skew(0deg, -4deg); }
    #formCnt .container .row {
      transform: skew(0deg, 4deg); }
      #formCnt .container .row .wid, #formCnt .container .row .cnt {
        margin: 0 auto;
        max-width: 940px; }
      #formCnt .container .row h2 {
        font-size: 44px;
        width: 100%;
        padding: 1.5rem;
        margin: 0 0 20px; }
      #formCnt .container .row .formTxt {
        font-size: 20px;
        line-height: 1.4;
        text-align: left;
        max-width: 940px;
        padding: 0 15px;
        margin: 0 auto 10px !important; }
      #formCnt .container .row .form-group {
        padding-left: 2rem; }
        #formCnt .container .row .form-group p label {
          font-size: 20px;
          font-weight: bold; }
        #formCnt .container .row .form-group p span.red {
          font-size: 14px; }
      #formCnt .container .row .zip, #formCnt .container .row .pref {
        width: 20%;
        display: inline-block; }
      #formCnt .container .row input[type="text"], #formCnt .container .row input[type="email"] {
        max-width: 70%; }
      #formCnt .container .row button[type="submit"] {
        text-indent: 1em;
        font-size: 24px;
        height: 60px;
        line-height: 60px;
        border-radius: 30px; }
      #formCnt .container .row .confirm button[type="submit"] {
        position: relative;
        padding: 0 55px 0 20px;
        width: 350px; }
      #formCnt .container .row .fix button[type="submit"] {
        position: relative;
        padding: 0 20px 0 55px;
        width: 270px; }
      #formCnt .container .row .submit button[type="submit"] {
        position: relative;
        padding: 0 55px 0 20px;
        width: 270px; }
      #formCnt .container .row button:hover {
        opacity: .7;
        position: relative;
        top: 1px;
        left: 1px;
        box-shadow: none;
        -webkit-transition: all 100ms linear;
        -moz-transition: all 100ms linear;
        transition: all 100ms linear; }
      #formCnt .container .row button::after {
        text-indent: 0;
        line-height: 0;
        top: 50% !important;
        width: 10px;
        height: 10px;
        margin: 0; }

  #formCnt.sendCnt {
    margin-top: 4em !important; }

  footer {
    position: relative;
    z-index: 9;
    padding: 0; }
    footer p.copy {
      color: #fff;
      font-size: 12px;
      font-weight: normal;
      letter-spacing: 2px;
      display: block;
      text-align: center;
      line-height: 60px;
      height: 60px;
      margin: 0; } }

/*# sourceMappingURL=style.css.map */
