/*********************************
 Reset
 *********************************/
/*
 html5doctor.com Reset Stylesheet
 v1.6.1
 Last Updated: 2010-09-17
 Author: Richard Clark - http://richclarkdesign.com
 Twitter: @rich_clark
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

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

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*********************************
 common
 *********************************/
* {
  font-weight: 400;
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }

html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 10px;
  font-feature-settings: "palt"; }
  @media screen and (max-width: 667px) and (orientation: landscape) {
    html {
      font-size: 11px; } }
  @media screen and (min-width: 668px) and (max-width: 834px) {
    html {
      font-size: 12px; } }
  @media screen and (min-width: 835px) {
    html {
      font-size: 13px; } }

body {
  font-size: 1.5rem;
  line-height: 1.6666;
  background-color: #ffffff; }

a {
  text-decoration: none;
  color: #000000; }
  a:hover img {
    opacity: 0.6; }

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

.inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (min-width: 835px) {
    .inner {
      width: 80%; } }

.clerafix:after {
  content: '';
  display: block;
  clear: both; }

.bg01 {
  background-image: url("../img/bg01.png");
  background-position: center center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto; }

.bg02 {
  background-image: url("../img/bg02.png");
  background-position: center center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto; }

.bg03 {
  background-image: url("../img/bg03.png");
  background-position: center center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto; }

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

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

.accordion .acc_head {
  padding-right: 25px;
  position: relative; }
  @media screen and (min-width: 835px) {
    .accordion .acc_head {
      padding-right: 50px; } }
  .accordion .acc_head:after {
    width: 15px;
    height: 15px;
    margin-top: -7px;
    content: '';
    background-image: url("../img/sec11_faq_acc_plus.png");
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 0; }
    @media screen and (min-width: 835px) {
      .accordion .acc_head:after {
        width: 30px;
        height: 30px;
        margin-top: -15px; } }
  .accordion .acc_head.open:after {
    background-image: url("../img/sec11_faq_acc_minus.png"); }
.accordion .acc_body {
  display: none; }

/*********************************
 header
 *********************************/
#header {
  width: 100%;
  height: 60px; }
  @media screen and (min-width: 835px) {
    #header {
      height: 120px; } }
  #header h1 {
    width: 160px;
    padding-top: 18px;
    float: left; }
    @media screen and (min-width: 835px) {
      #header h1 {
        width: 319px;
        padding-top: 36px; } }
  #header .btn {
    width: 157px;
    padding-top: 10px;
    float: right; }
    @media screen and (min-width: 835px) {
      #header .btn {
        width: 314px;
        padding-top: 20px; } }

/*********************************
 footer
 *********************************/
#footer {
  padding: 1em;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  color: #707070;
  background-color: #fff5c5; }

/*********************************
 content
 *********************************/
#content .mv {
  padding: 25px 0 50px 0;
  text-align: center;
  position: relative; }
  #content .mv .text {
    margin-bottom: 15px; }
  @media screen and (min-width: 835px) {
    #content .mv {
      padding: 50px 0; }
      #content .mv .inner {
        display: flex;
        align-items: center; }
      #content .mv .text {
        width: 51%;
        margin-bottom: 0; }
      #content .mv .img {
        width: 49%; } }
  #content .mv .fix_contact {
    width: 110px;
    display: none;
    position: fixed;
    bottom: 5%;
    right: 0;
    z-index: 99; }
    @media screen and (min-width: 835px) {
      #content .mv .fix_contact {
        width: 180px; } }
#content .sec1 {
  padding: 30px 0; }
  @media screen and (min-width: 835px) {
    #content .sec1 {
      padding: 60px 0; } }
  #content .sec1 .youtube {
    width: 90%;
    max-width: 800px;
    margin: 0 auto 40px auto; }
    @media screen and (min-width: 835px) {
      #content .sec1 .youtube {
        margin-bottom: 80px; } }
    #content .sec1 .youtube > div {
      width: 100%;
      padding-bottom: 56.25%;
      position: relative; }
      #content .sec1 .youtube > div iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
  #content .sec1 .subTtl {
    margin-bottom: 20px;
    text-align: center; }
    @media screen and (min-width: 835px) {
      #content .sec1 .subTtl {
        margin-bottom: 40px; } }
    #content .sec1 .subTtl .boldText01 {
      margin-bottom: 0.25em;
      font-size: 2.7rem;
      font-weight: 900;
      letter-spacing: 0.1em;
      color: #202f55;
      display: inline-block;
      background-image: url("../img/line_nami01.png");
      -webkit-background-size: auto 4px;
      background-size: auto 4px;
      background-repeat: repeat-x;
      background-position: center bottom; }
      @media screen and (min-width: 835px) {
        #content .sec1 .subTtl .boldText01 {
          -webkit-background-size: auto 8px;
          background-size: auto 8px; } }
    #content .sec1 .subTtl .boldText02 {
      margin-bottom: 0.25em;
      font-size: 2.7rem;
      font-weight: 900;
      letter-spacing: 0.1em;
      color: #202f55;
      display: inline-block;
      background: linear-gradient(transparent 60%, #fff5c5 60%); }
      #content .sec1 .subTtl .boldText02 em {
        font-size: 2em;
        font-weight: 900;
        font-style: normal;
        line-height: 1; }
    #content .sec1 .subTtl .annotation {
      font-size: 1.2rem; }
  @media screen and (min-width: 835px) {
    #content .sec1 p {
      text-align: center; } }
#content .sec2 {
  padding: 50px 0 40px 0;
  position: relative; }
  @media screen and (min-width: 835px) {
    #content .sec2 {
      padding: 100px 0 80px 0; } }
  #content .sec2:before {
    width: 0;
    height: 0;
    margin-left: -44px;
    content: '';
    border-style: solid;
    border-width: 32px 44px 0 44px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 50%; }
    @media screen and (min-width: 835px) {
      #content .sec2:before {
        margin-left: -88px;
        border-width: 64px 88px 0 88px; } }
  #content .sec2 .subTtl {
    margin-bottom: 40px;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 835px) {
      #content .sec2 .subTtl {
        min-height: 200px;
        margin-bottom: 80px;
        padding-top: 30px;
        padding-right: 240px; } }
    #content .sec2 .subTtl:before {
      width: 112px;
      height: 145px;
      content: '';
      background-image: url("../img/sec2_img01.png");
      -webkit-background-size: cover;
      background-size: cover;
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: -1; }
      @media screen and (min-width: 835px) {
        #content .sec2 .subTtl:before {
          width: 224px;
          height: 290px; } }
    #content .sec2 .subTtl h2 {
      margin-bottom: 0.5em;
      font-size: 2.3rem;
      font-weight: 900;
      line-height: 1.35;
      letter-spacing: 0.1em;
      color: #202f55; }
    #content .sec2 .subTtl h3 {
      font-weight: 500;
      letter-spacing: 0.1em; }
  #content .sec2 ol {
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    #content .sec2 ol li {
      width: 47.5%;
      margin: 0 5% calc(5% + 13px) 0;
      padding-bottom: 1.5rem;
      background-color: #ffffff; }
      #content .sec2 ol li:nth-child(even) {
        margin-right: 0; }
      @media screen and (min-width: 835px) {
        #content .sec2 ol li {
          width: 32%;
          margin: 0 2% calc(4% + 25px) 0 !important; }
          #content .sec2 ol li:nth-child(3n) {
            margin-right: 0 !important; } }
      #content .sec2 ol li .num {
        width: 100%;
        height: 40px;
        margin-bottom: 10px;
        text-align: center;
        position: relative;
        transform: translateY(-13px); }
        @media screen and (min-width: 835px) {
          #content .sec2 ol li .num {
            height: 80px;
            margin-bottom: 20px;
            transform: translateY(-25px); } }
        #content .sec2 ol li .num img {
          width: auto;
          height: 25px;
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%); }
          @media screen and (min-width: 835px) {
            #content .sec2 ol li .num img {
              height: 50px; } }
        #content .sec2 ol li .num:before {
          width: 55px;
          height: 23px;
          content: '';
          background-image: url("../img/sec2_txt01.png");
          -webkit-background-size: cover;
          background-size: cover;
          position: absolute;
          top: 0;
          left: -5px; }
          @media screen and (min-width: 835px) {
            #content .sec2 ol li .num:before {
              width: 110px;
              height: 46px;
              left: -10px; } }
        #content .sec2 ol li .num:after {
          width: 20px;
          height: 2px;
          content: '';
          background-color: #202f55;
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%); }
          @media screen and (min-width: 835px) {
            #content .sec2 ol li .num:after {
              width: 40px; } }
      #content .sec2 ol li h4 {
        margin-bottom: 0.5em;
        padding: 0 1rem;
        font-size: 1.6rem;
        font-weight: 900;
        letter-spacing: 0.1em;
        color: #202f55;
        text-align: center; }
      #content .sec2 ol li p {
        padding: 0 2rem;
        font-size: 1.4rem;
        color: #4d4d4d; }
    #content .sec2 ol + p {
      text-align: center; }
#content .sec3 {
  padding: 40px 0; }
  @media screen and (min-width: 835px) {
    #content .sec3 {
      padding: 80px 0; } }
  #content .sec3 h2 {
    margin-bottom: 0.5em;
    font-size: 2.3rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    color: #202f55; }
    @media screen and (min-width: 835px) {
      #content .sec3 h2 {
        margin-bottom: 1.5em; } }
    #content .sec3 h2 span {
      font-size: 2.7rem;
      font-weight: 900;
      line-height: 1;
      display: inline-block;
      background: linear-gradient(transparent 60%, #fff5c5 60%); }
  #content .sec3 h3 {
    margin-bottom: 0.5em;
    font-size: 2.3rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    color: #202f55; }
    @media screen and (min-width: 835px) {
      #content .sec3 h3 {
        margin-bottom: 1.5em; } }
    #content .sec3 h3 span {
      font-size: 2.7rem;
      font-weight: 900;
      line-height: 1;
      display: inline-block;
      background: linear-gradient(transparent 60%, #fff5c5 60%); }
  #content .sec3 .text01 {
    margin-bottom: 3em;
    text-align: center; }
    @media screen and (min-width: 835px) {
      #content .sec3 .text01 {
        text-align: left;
        display: flex;
        justify-content: center;
        align-items: center; } }
    #content .sec3 .text01 .img {
      width: 66%;
      margin: 1em auto 0 auto; }
      @media screen and (min-width: 835px) {
        #content .sec3 .text01 .img {
          width: auto;
          margin: 0;
          padding-left: 2em; } }
  #content .sec3 .text02 {
    margin-bottom: 1em;
    text-align: center; }
    @media screen and (min-width: 835px) {
      #content .sec3 .text02 {
        text-align: left;
        display: flex;
        justify-content: center;
        align-items: center; } }
    #content .sec3 .text02 .img {
      width: 76%;
      margin: 1em auto 0 auto; }
      @media screen and (min-width: 835px) {
        #content .sec3 .text02 .img {
          width: auto;
          margin: 0;
          padding-right: 2em;
          order: 1; } }
    @media screen and (min-width: 835px) {
      #content .sec3 .text02 p {
        order: 2; } }
#content .sec4 {
  padding: 25px 0;
  background-color: #202f55; }
  @media screen and (min-width: 835px) {
    #content .sec4 {
      padding: 50px 0; } }
  #content .sec4 .inner {
    padding: 8px;
    border: solid 1px #ffffff; }
    @media screen and (min-width: 835px) {
      #content .sec4 .inner {
        padding: 16px; } }
    #content .sec4 .inner .inner_in {
      padding: 20px;
      text-align: center;
      color: #ffffff;
      background-color: #001149;
      border: solid 1px #ffffff; }
      @media screen and (min-width: 835px) {
        #content .sec4 .inner .inner_in {
          padding: 40px; } }
  @media screen and (min-width: 835px) {
    #content .sec4 h2 {
      margin-bottom: 2em; } }
  #content .sec4 h2 span {
    margin-right: 0.25em;
    font-size: 2.3rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    display: inline-block;
    background: linear-gradient(transparent 60%, #4d4d4d 60%); }
  #content .sec4 p span {
    font-size: 2.3rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    display: inline-block;
    background: linear-gradient(transparent 60%, #4d4d4d 60%); }
  #content .sec4 p img {
    max-width: 70%;
    margin: 1em auto;
    display: block; }
    @media screen and (min-width: 835px) {
      #content .sec4 p img {
        margin: 2em auto 0 auto; } }
#content .sec5 {
  padding: 40px 0; }
  @media screen and (min-width: 835px) {
    #content .sec5 {
      padding: 80px 0; } }
  #content .sec5 .subTtl {
    position: relative; }
    #content .sec5 .subTtl h2 {
      margin-bottom: 0.5em;
      font-size: 2.3rem;
      font-weight: 500;
      line-height: 1.3;
      letter-spacing: 0.1em;
      color: #202f55; }
      @media screen and (min-width: 835px) {
        #content .sec5 .subTtl h2 {
          margin-bottom: 1.5em; } }
      #content .sec5 .subTtl h2 span {
        background: linear-gradient(transparent 60%, #fff5c5 60%); }
        #content .sec5 .subTtl h2 span em {
          font-size: 2.7rem;
          font-weight: 900;
          font-style: normal; }
    #content .sec5 .subTtl img {
      width: 102px;
      position: absolute;
      top: -15px;
      right: 0; }
      @media screen and (min-width: 835px) {
        #content .sec5 .subTtl img {
          width: 205px;
          top: -30px; } }
  @media screen and (min-width: 835px) {
    #content .sec5 p:after {
      content: '';
      display: block;
      clear: both; }
    #content .sec5 p img {
      margin-right: 2em;
      float: left; } }
#content .sec6 {
  padding: 40px 0; }
  @media screen and (min-width: 835px) {
    #content .sec6 {
      padding: 80px 0; } }
  #content .sec6 h2 {
    margin-bottom: 0.5em;
    font-size: 2.3rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    color: #202f55; }
    #content .sec6 h2 span {
      font-size: 2.7rem;
      font-weight: 900; }
  #content .sec6 .text01 {
    margin-bottom: 1.5em;
    text-align: center; }
    @media screen and (min-width: 835px) {
      #content .sec6 .text01 {
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center; } }
    #content .sec6 .text01 p {
      margin-bottom: 1.5em; }
      @media screen and (min-width: 835px) {
        #content .sec6 .text01 p {
          width: 50%;
          margin-bottom: 0; } }
    #content .sec6 .text01 .img {
      text-align: center; }
      @media screen and (min-width: 835px) {
        #content .sec6 .text01 .img {
          width: 50%;
          padding-left: 1em;
          text-align: right; } }
  #content .sec6 .text02 {
    margin-bottom: 1.5em; }
    #content .sec6 .text02 p {
      font-size: 1.4rem; }
  #content .sec6 .text03 {
    margin-bottom: 2em;
    text-align: center; }
    @media screen and (min-width: 835px) {
      #content .sec6 .text03 {
        margin: 4em 0;
        text-align: left;
        display: flex;
        align-items: center;
        justify-content: center; } }
    #content .sec6 .text03 p {
      margin-bottom: 1em;
      font-size: 1.9rem;
      font-weight: 500;
      letter-spacing: 0.1em;
      color: #202f55; }
      @media screen and (min-width: 835px) {
        #content .sec6 .text03 p {
          margin-bottom: 0;
          order: 2; } }
    #content .sec6 .text03 .img {
      text-align: center; }
      @media screen and (min-width: 835px) {
        #content .sec6 .text03 .img {
          padding-right: 1.5em;
          text-align: left;
          order: 1; } }
      #content .sec6 .text03 .img img {
        width: 60%; }
        @media screen and (min-width: 835px) {
          #content .sec6 .text03 .img img {
            width: auto; } }
  #content .sec6 h3 {
    margin-bottom: 1.5em;
    font-size: 1.9rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-align: center; }
  #content .sec6 .service {
    margin-bottom: 2em;
    list-style: none; }
    @media screen and (min-width: 835px) {
      #content .sec6 .service {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; } }
    #content .sec6 .service li {
      width: 100%;
      margin-bottom: 25px;
      background-color: #ffffff;
      display: table;
      box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
      @media screen and (min-width: 835px) {
        #content .sec6 .service li {
          width: 30%;
          margin: 0 5% 5% 0;
          display: block; }
          #content .sec6 .service li:nth-child(3n) {
            margin-right: 0; } }
      #content .sec6 .service li > * {
        display: table-cell; }
        @media screen and (min-width: 835px) {
          #content .sec6 .service li > * {
            display: block; } }
      #content .sec6 .service li .img {
        width: 28%;
        padding: 1em 1em 0.5em 1em;
        text-align: center;
        vertical-align: middle;
        background-color: #ecd8aa;
        position: relative; }
        @media screen and (min-width: 835px) {
          #content .sec6 .service li .img {
            width: 100%; } }
        #content .sec6 .service li .img:before {
          width: 85%;
          max-width: 145px;
          height: 30px;
          content: '';
          -webkit-background-size: 100% auto;
          background-size: 100% auto;
          background-repeat: no-repeat;
          background-position: 0 center;
          position: absolute;
          top: -15px;
          left: 50%;
          transform: translateX(-50%); }
      #content .sec6 .service li p {
        width: 72%;
        padding: 1em  1.5em;
        font-size: 1.4rem; }
        @media screen and (min-width: 835px) {
          #content .sec6 .service li p {
            width: 100%;
            padding: 1em; } }
      #content .sec6 .service li:nth-child(1) .img:before {
        background-image: url("../img/sec6_num01.png"); }
      #content .sec6 .service li:nth-child(2) .img:before {
        background-image: url("../img/sec6_num02.png"); }
      #content .sec6 .service li:nth-child(3) .img:before {
        background-image: url("../img/sec6_num03.png"); }
      #content .sec6 .service li:nth-child(4) .img:before {
        background-image: url("../img/sec6_num04.png"); }
      #content .sec6 .service li:nth-child(5) .img:before {
        background-image: url("../img/sec6_num05.png"); }
      #content .sec6 .service li:nth-child(6) .img:before {
        background-image: url("../img/sec6_num06.png"); }
  #content .sec6 .box {
    padding: 1em;
    background-color: #ffffff;
    border: solid 2px #202f55; }
    @media screen and (min-width: 835px) {
      #content .sec6 .box {
        padding: 2em 1em; } }
    #content .sec6 .box h4 {
      margin-bottom: 1em;
      font-size: 1.9rem;
      font-weight: 900;
      letter-spacing: 0.1em;
      text-align: center;
      color: #202f55; }
    #content .sec6 .box .img {
      margin: 1em 0;
      text-align: center; }
    @media screen and (min-width: 835px) {
      #content .sec6 .box .canpain {
        margin-top: 2em; } }
    #content .sec6 .box .canpain h5 {
      margin-bottom: 1em;
      font-size: 1.9rem;
      letter-spacing: 0.1em;
      text-align: center;
      white-space: nowrap;
      color: #202f55; }
      #content .sec6 .box .canpain h5 span {
        font-weight: 900;
        background: linear-gradient(transparent 60%, #fff5c5 60%); }
    @media screen and (min-width: 835px) {
      #content .sec6 .box .canpain .text04 {
        display: flex;
        align-items: center;
        justify-content: center; } }
    @media screen and (min-width: 835px) {
      #content .sec6 .box .canpain .text04 .img {
        margin: 0;
        padding-left: 1em; } }
    #content .sec6 .box .canpain .text04 .plan {
      margin: 0 auto 1em auto;
      list-style: none;
      counter-reset: plan_num;
      display: table; }
      @media screen and (min-width: 835px) {
        #content .sec6 .box .canpain .text04 .plan {
          margin: 0; } }
      #content .sec6 .box .canpain .text04 .plan:after {
        width: 0;
        height: 0;
        margin: 0 auto;
        content: '';
        border-style: solid;
        border-width: 20px 22px 0 22px;
        border-color: #ecd8aa transparent transparent transparent;
        display: block; }
        @media screen and (min-width: 835px) {
          #content .sec6 .box .canpain .text04 .plan:after {
            content: none; } }
      #content .sec6 .box .canpain .text04 .plan li {
        margin-bottom: 1em;
        padding-left: 3rem;
        counter-increment: plan_num;
        font-size: 1.4rem; }
        #content .sec6 .box .canpain .text04 .plan li:before {
          width: 2.5rem;
          height: 2.5rem;
          margin: 0 0.5rem 0 -3rem;
          content: counter(plan_num);
          font-weight: 500;
          line-height: 2.5rem;
          text-align: center;
          color: #ffffff;
          background-color: #202f55;
          border-radius: 50%;
          display: inline-block;
          vertical-align: 0; }
        #content .sec6 .box .canpain .text04 .plan li span {
          font-size: 1.2rem; }
    #content .sec6 .box .canpain p {
      font-size: 2.3rem;
      font-weight: 900;
      letter-spacing: 0.1em;
      text-align: center; }
      @media screen and (min-width: 835px) {
        #content .sec6 .box .canpain p:before {
          width: 0;
          height: 0;
          margin: 0.25em auto;
          content: '';
          border-style: solid;
          border-width: 40px 44px 0 44px;
          border-color: #ecd8aa transparent transparent transparent;
          display: block; } }
      #content .sec6 .box .canpain p span {
        font-size: 1.2rem;
        font-weight: 900; }
      #content .sec6 .box .canpain p em {
        font-size: 4.5rem;
        font-style: normal;
        font-weight: 900;
        line-height: 1em;
        color: #202f55;
        display: inline-block; }
#content .sec7 {
  padding: 40px 0; }
  @media screen and (min-width: 835px) {
    #content .sec7 {
      padding: 80px 0; } }
  #content .sec7 .img01 {
    text-align: center; }
    @media screen and (min-width: 835px) {
      #content .sec7 .img01 img {
        max-width: 580px; } }
    #content .sec7 .img01:after {
      width: 0;
      height: 0;
      margin: 1.5em auto;
      content: '';
      border-style: solid;
      border-width: 25px 30px 0 30px;
      border-color: #4d4d4d transparent transparent transparent;
      display: block; }
      @media screen and (min-width: 835px) {
        #content .sec7 .img01:after {
          border-width: 50px 60px 0 60px; } }
  #content .sec7 h2 {
    margin-bottom: 1em;
    font-size: 2.3rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    color: #202f55; }
    #content .sec7 h2 span {
      font-size: 2.7rem;
      font-weight: 900;
      background: linear-gradient(transparent 60%, #fff5c5 60%); }
  @media screen and (min-width: 835px) {
    #content .sec7 .text01 {
      display: flex;
      align-items: center;
      justify-content: center; } }
  #content .sec7 .text01 .img02 {
    margin-bottom: 1em;
    text-align: center; }
    @media screen and (min-width: 835px) {
      #content .sec7 .text01 .img02 {
        max-width: 40%;
        margin: 0;
        padding-left: 2em;
        order: 2; } }
    #content .sec7 .text01 .img02 img {
      width: 62%; }
      @media screen and (min-width: 835px) {
        #content .sec7 .text01 .img02 img {
          width: auto; } }
  #content .sec7 .text01 p {
    font-size: 1.4rem;
    text-align: center; }
    @media screen and (min-width: 835px) {
      #content .sec7 .text01 p {
        text-align: left;
        order: 1; } }
#content .sec8 {
  padding: 40px 0; }
  @media screen and (min-width: 835px) {
    #content .sec8 {
      padding: 80px 0; } }
  #content .sec8 .subTtl {
    margin-bottom: 2em;
    text-align: center; }
    #content .sec8 .subTtl p {
      margin-bottom: 1em;
      padding-bottom: 32px;
      font-weight: 700;
      letter-spacing: 0.1em;
      display: inline-block;
      position: relative; }
      #content .sec8 .subTtl p:after {
        width: 100%;
        height: 16px;
        content: '';
        background-image: url("../img/sec8_midashi_bar.png");
        -webkit-background-size: auto 16px;
        background-size: auto 16px;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 0;
        left: 0; }
    #content .sec8 .subTtl h2 {
      padding: 0 1.25em;
      font-size: 2.3rem;
      font-weight: 500;
      line-height: 1.3;
      letter-spacing: 0.1em;
      white-space: nowrap;
      color: #202f55;
      display: inline-block;
      position: relative; }
      #content .sec8 .subTtl h2:before, #content .sec8 .subTtl h2:after {
        width: 37px;
        height: 37px;
        content: '';
        -webkit-background-size: cover;
        background-size: cover;
        position: absolute;
        top: 0; }
      #content .sec8 .subTtl h2:before {
        background-image: url("../img/sec8_midashi_icon_left.png");
        left: 0; }
      #content .sec8 .subTtl h2:after {
        background-image: url("../img/sec8_midashi_icon_right.png");
        right: 0; }
      #content .sec8 .subTtl h2 em {
        font-size: 2.7rem;
        font-weight: 900;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: 0.1em; }
      #content .sec8 .subTtl h2 span {
        font-size: 1.4rem;
        font-weight: 500;
        letter-spacing: 0.1em; }
  @media screen and (min-width: 835px) {
    #content .sec8 .text01 {
      display: flex;
      align-items: center;
      justify-content: center; } }
  #content .sec8 .text01 .img01 {
    margin-bottom: 1em;
    text-align: center; }
    @media screen and (min-width: 835px) {
      #content .sec8 .text01 .img01 {
        margin: 0;
        padding-left: 1em;
        order: 2; } }
    #content .sec8 .text01 .img01 img {
      width: 60%; }
      @media screen and (min-width: 835px) {
        #content .sec8 .text01 .img01 img {
          width: auto; } }
  #content .sec8 .text01 p {
    text-align: center; }
    @media screen and (min-width: 835px) {
      #content .sec8 .text01 p {
        text-align: left;
        order: 1; } }
#content .sec9 {
  padding: 40px 0; }
  @media screen and (min-width: 835px) {
    #content .sec9 {
      padding: 80px 0; } }
  #content .sec9 h2 {
    margin-bottom: 1em;
    font-size: 2.3rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    color: #202f55; }
    #content .sec9 h2:after {
      width: 101px;
      height: 7px;
      margin: 0.5em auto 0 auto;
      content: '';
      background-image: url("../img/midashi_bar01.png");
      -webkit-background-size: cover;
      background-size: cover;
      display: block; }
      @media screen and (min-width: 835px) {
        #content .sec9 h2:after {
          width: 202px;
          height: 14px; } }
  #content .sec9 ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
    #content .sec9 ul li {
      width: 46.5%;
      margin: 0 7% 7% 0; }
      #content .sec9 ul li:nth-child(even) {
        margin-right: 0; }
      @media screen and (min-width: 835px) {
        #content .sec9 ul li {
          width: 26%;
          margin: 0 11% 11% 0 !important; }
          #content .sec9 ul li:nth-child(3n) {
            margin-right: 0 !important; } }
      #content .sec9 ul li .name {
        margin: 0.25em 0;
        font-size: 1.7rem;
        font-weight: 700;
        text-align: center; }
      #content .sec9 ul li p {
        font-size: 1.4rem;
        color: #4d4d4d; }
    #content .sec9 ul + p {
      font-size: 1.9rem;
      font-weight: 900;
      letter-spacing: 0.1em;
      text-align: center;
      color: #202f55; }
#content .sec10 {
  padding: 40px 0; }
  @media screen and (min-width: 835px) {
    #content .sec10 {
      padding: 80px 0; } }
  #content .sec10 h2 {
    margin-bottom: 1em;
    font-size: 2.3rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    color: #202f55; }
    #content .sec10 h2:after {
      width: 101px;
      height: 7px;
      margin: 0.5em auto 0 auto;
      content: '';
      background-image: url("../img/midashi_bar01.png");
      -webkit-background-size: cover;
      background-size: cover;
      display: block; }
      @media screen and (min-width: 835px) {
        #content .sec10 h2:after {
          width: 202px;
          height: 14px; } }
  #content .sec10 dl {
    margin-bottom: 25px;
    border: solid 1px #202f55;
    border-radius: 10px;
    overflow: hidden; }
    @media screen and (min-width: 835px) {
      #content .sec10 dl {
        margin-bottom: 50px; } }
    #content .sec10 dl dt {
      padding: 1em;
      font-size: 1.6rem;
      font-weight: 500;
      color: #ffffff;
      background-color: #202f55; }
    #content .sec10 dl dd {
      padding: 1em; }
      #content .sec10 dl dd .outline {
        margin-bottom: 1em;
        display: flex; }
        #content .sec10 dl dd .outline .img {
          width: 40%;
          text-align: center; }
        #content .sec10 dl dd .outline .text {
          width: 60%;
          padding-left: 1em;
          font-size: 1.4rem; }
      #content .sec10 dl dd p {
        font-size: 1.4rem;
        color: #4d4d4d; }
#content .sec11 {
  padding: 40px 0; }
  @media screen and (min-width: 835px) {
    #content .sec11 {
      padding: 80px 0; } }
  #content .sec11 h2 {
    margin-bottom: 1em;
    font-size: 2.3rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    color: #202f55; }
    #content .sec11 h2:after {
      width: 101px;
      height: 7px;
      margin: 0.5em auto 0 auto;
      content: '';
      background-image: url("../img/midashi_bar01.png");
      -webkit-background-size: cover;
      background-size: cover;
      display: block; }
      @media screen and (min-width: 835px) {
        #content .sec11 h2:after {
          width: 202px;
          height: 14px; } }
  #content .sec11 .box {
    margin-bottom: 25px;
    padding: 1em;
    background-color: #ffffff;
    border: solid 1px #202f55;
    border-radius: 10px;
    overflow: hidden; }
    @media screen and (min-width: 835px) {
      #content .sec11 .box {
        margin-bottom: 50px; } }
    #content .sec11 .box .faq_q {
      min-height: 32px;
      padding-left: 40px;
      padding-top: 0.125em;
      font-size: 1.6rem;
      font-weight: 500;
      color: #202f55;
      background-image: url("../img/sec11_faq_q.png");
      -webkit-background-size: 32px auto;
      background-size: 32px auto;
      background-repeat: no-repeat;
      background-position: 0 0; }
      @media screen and (min-width: 835px) {
        #content .sec11 .box .faq_q {
          min-height: 64px;
          padding-top: 0.75em;
          padding-left: 80px;
          -webkit-background-size: 64px auto;
          background-size: 64px auto; } }
      #content .sec11 .box .faq_q span {
        font-size: 0.8125em;
        font-weight: 500; }
    #content .sec11 .box .faq_a {
      min-height: 32px;
      margin-top: 1em;
      padding-left: 40px;
      padding-top: 0.25em;
      font-size: 1.4rem;
      background-image: url("../img/sec11_faq_a.png");
      -webkit-background-size: 32px auto;
      background-size: 32px auto;
      background-repeat: no-repeat;
      background-position: 0 0; }
      @media screen and (min-width: 835px) {
        #content .sec11 .box .faq_a {
          min-height: 64px;
          padding-top: 1em;
          padding-left: 80px;
          -webkit-background-size: 64px auto;
          background-size: 64px auto; } }
  #content .sec11 .text01 {
    margin-top: 3em; }
    @media screen and (min-width: 835px) {
      #content .sec11 .text01 {
        display: flex;
        align-items: center;
        justify-content: center; } }
    #content .sec11 .text01 .text {
      margin-bottom: 2em;
      text-align: center; }
      @media screen and (min-width: 835px) {
        #content .sec11 .text01 .text {
          width: 60%;
          text-align: left; } }
      #content .sec11 .text01 .text h3 {
        margin-bottom: 1em;
        font-size: 2.3rem;
        font-weight: 500;
        letter-spacing: 0.1em;
        color: #202f55; }
        #content .sec11 .text01 .text h3 span {
          font-weight: 900; }
    #content .sec11 .text01 .img {
      text-align: center; }
      @media screen and (min-width: 835px) {
        #content .sec11 .text01 .img {
          width: 40%;
          padding-left: 1em; } }
      #content .sec11 .text01 .img img {
        width: 80%; }
        @media screen and (min-width: 835px) {
          #content .sec11 .text01 .img img {
            width: auto; } }
#content .sec12 {
  padding: 40px 0; }
  @media screen and (min-width: 835px) {
    #content .sec12 {
      padding: 80px 0; } }
  #content .sec12 h2 {
    margin-bottom: 1em;
    font-size: 2.3rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    color: #202f55; }
    #content .sec12 h2 + p {
      margin-bottom: 1em;
      text-align: center; }
  #content .sec12 form dl dt {
    margin-bottom: 0.5em;
    font-size: 1.4rem;
    font-weight: 500;
    position: relative; }
    #content .sec12 form dl dt span {
      padding: 0 0.5em;
      font-size: 1.2rem;
      color: #ffffff;
      border-radius: 5px;
      position: absolute;
      right: 0;
      top: 0; }
      #content .sec12 form dl dt span.required {
        background-color: #be0000; }
      #content .sec12 form dl dt span.optional {
        background-color: #202f55; }
  #content .sec12 form dl dd {
    margin-bottom: 1.5em; }
    #content .sec12 form dl dd input[type="text"], #content .sec12 form dl dd input[type="tel"], #content .sec12 form dl dd input[type="email"], #content .sec12 form dl dd textarea {
      width: 100%;
      padding: 0.5em 1em;
      font-size: 1.4rem;
      border: solid 1px #000000; }
    #content .sec12 form dl dd textarea {
      height: 8em; }
    #content .sec12 form dl dd .checkbox01 {
      margin-bottom: 0.5em;
      font-size: 1.4rem; }
      #content .sec12 form dl dd .checkbox01 label {
        padding-left: 2.4rem;
        position: relative;
        display: block; }
        #content .sec12 form dl dd .checkbox01 label:before {
          width: 1.6rem;
          height: 1.6rem;
          content: '';
          border: solid 1px #000000;
          position: absolute;
          top: 0.25em;
          left: 0; }
        #content .sec12 form dl dd .checkbox01 label input[type="checkbox"] {
          display: none; }
          #content .sec12 form dl dd .checkbox01 label input[type="checkbox"] + span:before {
            width: 1.6rem;
            height: 0.8rem;
            border-left: solid 2px #000000;
            border-bottom: solid 2px #000000;
            position: absolute;
            top: 0.25em;
            left: 0.3rem;
            transform: rotate(-45deg); }
          #content .sec12 form dl dd .checkbox01 label input[type="checkbox"] + span > span {
            font-size: 1.2rem; }
            @media screen and (min-width: 835px) {
              #content .sec12 form dl dd .checkbox01 label input[type="checkbox"] + span > span {
                margin-left: 1em;
                display: inline-block; } }
          #content .sec12 form dl dd .checkbox01 label input[type="checkbox"]:checked + span:before {
            content: ''; }
    #content .sec12 form dl dd .checkbox02 {
      margin-bottom: 0.5em;
      text-align: center; }
      #content .sec12 form dl dd .checkbox02 > div {
        display: inline-block;
        font-size: 1.4rem;
        color: #707070; }
        #content .sec12 form dl dd .checkbox02 > div label {
          padding-left: 2.4rem;
          position: relative; }
          #content .sec12 form dl dd .checkbox02 > div label:before {
            width: 1.6rem;
            height: 1.6rem;
            content: '';
            border: solid 1px #000000;
            position: absolute;
            top: 0.25em;
            left: 0; }
          #content .sec12 form dl dd .checkbox02 > div label input[type="checkbox"] {
            display: none; }
            #content .sec12 form dl dd .checkbox02 > div label input[type="checkbox"] + span:before {
              width: 1.6rem;
              height: 0.8rem;
              border-left: solid 2px #000000;
              border-bottom: solid 2px #000000;
              position: absolute;
              top: 0.25em;
              left: 0.3rem;
              transform: rotate(-45deg); }
            #content .sec12 form dl dd .checkbox02 > div label input[type="checkbox"] + span > span {
              font-size: 1.2rem; }
              @media screen and (min-width: 835px) {
                #content .sec12 form dl dd .checkbox02 > div label input[type="checkbox"] + span > span {
                  margin-left: 1em;
                  display: inline-block; } }
            #content .sec12 form dl dd .checkbox02 > div label input[type="checkbox"]:checked + span:before {
              content: ''; }
    #content .sec12 form dl dd .box {
      width: 100%;
      height: 11em;
      margin-bottom: 0.5em;
      padding: 0.5em 0.5em 0.5em 1em;
      font-size: 1.4rem;
      border: solid 1px #000000; }
      #content .sec12 form dl dd .box .scroll {
        width: 100%;
        height: 100%;
        padding-right: 1em;
        overflow: auto; }
      #content .sec12 form dl dd .box h3 {
        font-size: 1.6rem;
        font-weight: 500;
        text-align: center; }
      #content .sec12 form dl dd .box h4 {
        margin-bottom: 1em;
        font-size: 1.2rem;
        font-weight: 500;
        text-align: center; }
      #content .sec12 form dl dd .box p {
        margin-bottom: 1em;
        font-size: 1.2rem; }
      #content .sec12 form dl dd .box ol {
        list-style: none; }
        #content .sec12 form dl dd .box ol li {
          margin-bottom: 1em; }
          #content .sec12 form dl dd .box ol li h5 {
            font-size: 1.4rem;
            font-weight: 500; }
          #content .sec12 form dl dd .box ol li p {
            margin-bottom: 0; }
            #content .sec12 form dl dd .box ol li p span {
              font-size: 0.8125em; }
  #content .sec12 form .submit {
    text-align: center; }
    #content .sec12 form .submit input[type="submit"] {
      padding: 0.5em 2em;
      font-size: 1.6rem;
      letter-spacing: 0.1em;
      color: #ffffff;
      background-color: #202f55;
      border: none; }
      #content .sec12 form .submit input[type="submit"]:hover {
        opacity: 0.6; }
#content .order dl dt {
  padding: 15px;
  font-size: 1.9rem;
  font-weight: 900;
  text-align: center;
  color: #ffffff; }
  @media screen and (min-width: 835px) {
    #content .order dl dt {
      padding: 30px; } }
#content .order dl dd {
  padding: 50px 0 40px 0;
  text-align: center;
  position: relative; }
  @media screen and (min-width: 835px) {
    #content .order dl dd {
      padding: 100px 0 80px 0; } }
  #content .order dl dd:before {
    width: 0;
    height: 0;
    margin-left: -29px;
    content: '';
    border-style: solid;
    border-width: 28px 29px 0 29px;
    border-color: #dc9420 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 50%; }
    @media screen and (min-width: 835px) {
      #content .order dl dd:before {
        margin-left: -58px;
        border-width: 56px 58px 0 58px; } }
  @media screen and (min-width: 835px) {
    #content .order dl dd .text01 {
      display: flex;
      justify-content: center;
      align-items: center; }
      #content .order dl dd .text01 .img {
        padding-left: 2em; }
        #content .order dl dd .text01 .img img {
          max-width: 450px; } }
  #content .order dl dd ul {
    list-style: none; }
    @media screen and (min-width: 835px) {
      #content .order dl dd ul li {
        padding-left: 1em;
        text-indent: -1em;
        text-align: left; } }
  #content .order dl dd p {
    margin: 1.5em 0; }
    @media screen and (min-width: 835px) {
      #content .order dl dd p {
        margin-bottom: 3em; } }
    #content .order dl dd p span {
      font-size: 1.7rem;
      font-weight: 500;
      color: #202f55;
      background: linear-gradient(transparent 60%, #f1dc4e 60%); }
      #content .order dl dd p span em {
        font-size: 1.9rem;
        font-weight: 900;
        font-style: normal; }
  #content .order dl dd .img {
    margin-bottom: 20px; }
    @media screen and (min-width: 835px) {
      #content .order dl dd .img {
        margin: 0;
        padding-left: 1em; } }
  #content .order dl dd .btn {
    text-align: center; }
    #content .order dl dd .btn img {
      width: 600px; }


 /* thanks  */
 #thanks #content h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;}
#thanks #content {
  padding: 25px 0 50px 0;}
#thanks #content .inner {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;}
#thanks a {
  text-decoration: underline;}
#thanks a:hover {
  text-decoration: none;}