/* CSS Document */
/*common*/
body {
  overflow: hidden; }

.tablet {
  display: none; }

.sp {
  display: none; }

img {
  max-width: 100%; }

.inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px; }

table {
  border-spacing: 3px; }
  table tr th {
    font-size: 16px;
    color: #0077b5;
    font-weight: bold;
    padding: 1em;
    background-color: #cdedfa;
    width: 225px;
    vertical-align: middle; }
  table tr td {
    font-size: 14px;
    padding: 0.7em 1em;
    background-color: #ffffff; }

#content .inner {
  max-width: 1020px; }

#mainVisual {
  background: url(../img/kv_bg.jpg) no-repeat center top/cover;
  padding: 40px 0 68px 10px; }
  #mainVisual .inner .mainTtl {
    display: inline-block;
    text-align: center;
    max-width: 720px;
    width: 100%;
    vertical-align: top;
    margin-top: 6px;
    padding-bottom: 40px; }
    #mainVisual .inner .mainTtl h1 {
      color: #fff;
      text-align: left;
      margin-top: 90px; }
      #mainVisual .inner .mainTtl h1 img {
        display: inline-block;
        max-width: 160px;
        margin-top: 30px; }
      #mainVisual .inner .mainTtl h1 p {
        display: inline-block;
        vertical-align: top;
        padding-left: 20px;
        line-height: 1.8; }
        #mainVisual .inner .mainTtl h1 p span {
          line-height: 1.2; }
          #mainVisual .inner .mainTtl h1 p span.fz30 {
            font-size: 30px;
            font-weight: normal; }
          #mainVisual .inner .mainTtl h1 p span.fz44 {
            font-size: 44px; }
          #mainVisual .inner .mainTtl h1 p span.fz58 {
            font-size: 58px; }
            #mainVisual .inner .mainTtl h1 p span.fz58 br {
              display: none; }
  #mainVisual .inner > img {
    float: right;
    margin-top: 120px; }

#nav ul li.btn a {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 17px 0;
  text-align: center;
  border-radius: 4px;
  max-width: 300px;
  margin: auto 0;
  background: #83d72a;
  box-shadow: 0px 7px 6px -3px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 7px 6px -3px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0px 7px 6px -3px rgba(0, 0, 0, 0.17);
  position: relative; }

#mainVisual .mainTtl .mainBtn a::after, #mainVisual .mainTtl .changeUp a::after {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  position: absolute;
  background: url(../img/btn_arrow.gif) no-repeat;
  background-size: contain;
  top: calc(50% - 7px);
  right: 20px; }
#mainVisual .mainTtl .btnArea {
  position: relative;
  padding-top: 30px;
  margin: 0 auto;
  max-width: 620px;
  width: 100%; }
#mainVisual .mainTtl .mainBtn {
  width: 300px;
  margin: 0 auto;
  color: #000;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.3; }
  #mainVisual .mainTtl .mainBtn a {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 25px 0;
    text-align: center;
    border-radius: 4px;
    max-width: 300px;
    margin: auto 0;
    background: #83d72a;
    box-shadow: 0px 7px 6px -3px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 7px 6px -3px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0px 7px 6px -3px rgba(0, 0, 0, 0.17);
    position: relative; }
#mainVisual .mainTtl .changeUp {
  float: left;
  width: 60%;
  max-width: 350px; }
  #mainVisual .mainTtl .changeUp a {
    background: url(../img/icon_change_up.png) no-repeat 15px 50%, #ffffff;
    text-align: left;
    padding: 20px 20px 20px 80px;
    line-height: 1.4;
    color: #0077b5;
    max-width: 500px;
    width: 100%;
    font-size: 140%; }
    #mainVisual .mainTtl .changeUp a:hover {
      background: url(../img/icon_change_up.png) no-repeat 15px 50%, #f0f0f0;
      /* fallback for old browsers */ }
    #mainVisual .mainTtl .changeUp a span {
      font-size: 120%; }

#nav {
  background-color: #15baea;
  text-align: center; }
  #nav.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999; }
  #nav li {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 3.5%; }
    #nav li a {
      color: #ffffff;
      font-weight: bold;
      position: relative;
      vertical-align: bottom;
      display: block;
      padding: 20px 10px; }
      #nav li a::before {
        content: "";
        display: block;
        width: 0%;
        position: absolute;
        bottom: 0;
        left: 50%;
        height: 4px;
        background-color: #83d72a;
        -webkit-transition: .2s linear;
        -moz-transition: .2s linear;
        -o-transition: .2s linear;
        -ms-transition: .2s linear;
        transition: .2s linear; }
      #nav li a:hover::before {
        width: 100%;
        left: 0; }
  #nav ul li.btn {
    height: 55px; }
    #nav ul li.btn a {
      width: 100%;
      padding: 10px 25px;
      font-size: 16px;
      background: #83d72a url(../img/btn_arrow.gif) no-repeat right 10px center/6px 12px; }

#content > div {
  padding: 62px 0 0;
  margin-top: -62px; }
#content .bg_gray {
  background-color: #f8f8f8; }
#content .bg_blue {
  background-color: #ecf8ff; }
#content .bg_white {
  background-color: #ffffff; }
#content .inner {
  padding: 70px 10px 100px; }
#content h2 {
  color: #0099d8;
  text-align: center;
  margin-bottom: 65px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.15em; }
  @media screen and (max-width: 768px) {
    #content h2 {
      margin-bottom: 25px;
      font-size: 28px; } }
  #content h2 span {
    padding-left: 70px;
    font-weight: bold;
    letter-spacing: 0.15em;
    position: relative; }
    @media screen and (max-width: 768px) {
      #content h2 span {
        padding-left: 40px; } }
    #content h2 span::before {
      content: '';
      display: block;
      width: 50px;
      height: 50px;
      background: url(../img/icon_change-up.png) no-repeat center center/contain;
      position: absolute;
      top: 50%;
      left: 0;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media screen and (max-width: 768px) {
        #content h2 span::before {
          width: 35px;
          height: 35px; } }
#content .bg_gray h2::after {
  background-color: #cccccc; }
#content h3 {
  font-size: 20px; }
#content .leadText {
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.1em; }
  #content .leadText.fz16 {
    font-size: 16px; }
    #content .leadText.fz16 span {
      color: #15baea; }
  #content .leadText + p {
    text-align: center;
    font-size: 16px;
    padding-top: 45px; }
#content .lead_blue {
  font-size: 20px;
  color: #0099d8;
  text-align: center; }

/* #content h2::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/icon_change-up.gif);
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: #efefef;
	margin: 10px auto 0;
} */
#about .box_blue {
  text-align: center;
  padding: 55px 30px 70px; }
  #about .box_blue > p {
    font-size: 16px;
    margin: 20px 0 30px; }
  #about .box_blue ul {
    width: 100%;
    font-size: 0; }
    #about .box_blue ul li {
      display: inline-block;
      vertical-align: top;
      width: 26%;
      margin-right: 5%;
      padding: 10px 20px 20px;
      position: relative;
      background-color: #e8faff; }
      #about .box_blue ul li::after {
        content: '';
        background: url(../img/change-up_arrow.gif) no-repeat center center/contain;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        right: -13%;
        top: 0;
        width: 20px;
        height: 100%; }
      #about .box_blue ul li p {
        font-size: 16px;
        font-weight: bold;
        color: #00b4e8; }
        #about .box_blue ul li p:nth-last-of-type(1) {
          color: #000;
          line-height: 1.4; }
      #about .box_blue ul li:last-child {
        margin-right: 0; }
        #about .box_blue ul li:last-child::after {
          content: none; }
      #about .box_blue ul li img {
        margin: 6px 0 12px; }

/* x */
.conv01 {
  text-align: center;
  padding-top: 70px;
  width: 100%; }
  .conv01 a {
    border-radius: 4px;
    display: block;
    width: 40%;
    padding: 25px 0;
    margin: 0 auto;
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    background: #83d72a url(../img/btn_arrow.gif) no-repeat right 25px center/10px 20px;
    box-shadow: 0px 7px 6px -3px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 7px 6px -3px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0px 7px 6px -3px rgba(0, 0, 0, 0.17); }
    .conv01 a:hover {
      background-color: #83d72a; }

#detail ul.list {
  margin-top: 55px;
  margin-bottom: 80px; }
  #detail ul.list li {
    text-align: center;
    width: 18%;
    line-height: 80px;
    margin: 0 2% 2% 0;
    display: inline-block; }
    #detail ul.list li:nth-child(5n) {
      margin-right: 0; }
    #detail ul.list li.blue01 {
      background: #1542a9; }
    #detail ul.list li.blue02 {
      background: #154ec2; }
    #detail ul.list li.blue03 {
      background: #006ad7; }
    #detail ul.list li.blue04 {
      background: #0084d7; }
    #detail ul.list li p.shinjinTtl {
      border: none;
      background: none;
      color: #FFFFFF;
      vertical-align: middle;
      line-height: 1.4;
      font-size: 16px;
      font-weight: bold;
      display: inline-block; }
#detail h3 {
  color: #0094d4;
  font-weight: normal; }
#detail p span {
  color: #00b4e8; }
#detail .comment_box {
  background: #fff url(../img/comment_bg.gif) no-repeat left top;
  padding: 49px 58px;
  font-size: 16px;
  letter-spacing: 2px; }
  #detail .comment_box p {
    color: #0094d4;
    margin-bottom: 22px;
    padding-left: 33px;
    font-size: 20px;
    font-weight: bold;
    background: url(../img/comment_icon.gif) no-repeat left top; }
  #detail .comment_box ul li {
    font-weight: bold; }
  #detail .comment_box .conv01 a br {
    display: none; }
#detail .detail01 {
  padding: 0 10px;
  margin-bottom: 120px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  #detail .detail01 p.leadText {
    width: 100%;
    margin-bottom: 75px;
    line-height: 1.5; }
  #detail .detail01 h3 {
    padding-left: 70px;
    font-weight: normal; }
    #detail .detail01 h3 span {
      display: inline-block;
      vertical-align: middle; }
      #detail .detail01 h3 span.icon {
        margin-right: 8px; }
    #detail .detail01 h3:nth-of-type(1) {
      width: 100%;
      margin: 0 auto 26px;
      text-align: center; }
    #detail .detail01 h3:nth-of-type(2) {
      margin: 90px 0 22px; }
  #detail .detail01 > div {
    display: inline-block; }
  #detail .detail01 .img01 {
    width: 220px;
    margin-right: 40px; }
  #detail .detail01 .right {
    width: calc(100% - 260px); }
    #detail .detail01 .right p {
      font-size: 16px;
      margin-bottom: 52px; }
  #detail .detail01 .left {
    width: 500px; }
    #detail .detail01 .left p {
      font-size: 16px;
      font-size: 16px; }
      #detail .detail01 .left p:nth-of-type(1) {
        margin-bottom: 20px; }
      #detail .detail01 .left p:nth-of-type(3) {
        margin: 15px 0; }
      #detail .detail01 .left p.bold {
        width: 160px;
        font-weight: bold;
        padding: 0 15px;
        background-image: url(../img/bln01.gif), url(../img/bln02.gif);
        background-repeat: no-repeat;
        background-position: left bottom, right bottom; }
    #detail .detail01 .left .shortcut_list {
      width: 100%;
      background: #fff url(../img/line_wavy.gif) repeat-x left bottom;
      font-size: 0; }
      #detail .detail01 .left .shortcut_list dl {
        display: inline-block;
        width: 50%;
        padding-bottom: 10px;
        font-size: 14px; }
        #detail .detail01 .left .shortcut_list dl dt {
          height: 30px;
          margin-bottom: 15px;
          line-height: 30px;
          background-color: #00b4e8;
          color: #fff;
          text-align: center; }
        #detail .detail01 .left .shortcut_list dl dd {
          height: 30px;
          margin-bottom: 15px;
          margin-left: 10%; }
          #detail .detail01 .left .shortcut_list dl dd span {
            background-color: #e6e6e6;
            border-radius: 5px;
            padding: 7px 10px; }
  #detail .detail01 .img03 {
    width: calc(100% - 520px);
    margin-left: 10px;
    vertical-align: top;
    text-align: right; }
  #detail .detail01 + .conv01 {
    padding-top: 0;
    margin-bottom: 75px; }
#detail .detail02 h3 {
  margin: 75px 0 29px;
  padding-left: 25px;
  background: url(../img/midashi_icon01.gif) no-repeat left top 5px;
  line-height: 1.5; }
  #detail .detail02 h3 + p {
    margin: 29px;
    line-height: 1.7; }
#detail .detail02 .flow_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  #detail .detail02 .flow_box .flow01, #detail .detail02 .flow_box .flow02, #detail .detail02 .flow_box .flow03, #detail .detail02 .flow_box .flow04 {
    width: 48%;
    margin-right: 4%;
    font-size: 0;
    margin-bottom: 30px;
    border: solid 1px #00b4e8; }
    #detail .detail02 .flow_box .flow01:nth-of-type(2n), #detail .detail02 .flow_box .flow02:nth-of-type(2n), #detail .detail02 .flow_box .flow03:nth-of-type(2n), #detail .detail02 .flow_box .flow04:nth-of-type(2n) {
      margin-right: 0; }
    #detail .detail02 .flow_box .flow01 p, #detail .detail02 .flow_box .flow01 span, #detail .detail02 .flow_box .flow02 p, #detail .detail02 .flow_box .flow02 span, #detail .detail02 .flow_box .flow03 p, #detail .detail02 .flow_box .flow03 span, #detail .detail02 .flow_box .flow04 p, #detail .detail02 .flow_box .flow04 span {
      font-size: 14px;
      text-align: center; }
    #detail .detail02 .flow_box .flow01 .flow_left, #detail .detail02 .flow_box .flow02 .flow_left, #detail .detail02 .flow_box .flow03 .flow_left, #detail .detail02 .flow_box .flow04 .flow_left {
      display: inline-block;
      position: relative;
      width: 42%;
      background-color: #fff; }
      #detail .detail02 .flow_box .flow01 .flow_left img, #detail .detail02 .flow_box .flow02 .flow_left img, #detail .detail02 .flow_box .flow03 .flow_left img, #detail .detail02 .flow_box .flow04 .flow_left img {
        position: absolute;
        width: 45px;
        height: 45px;
        padding: 5px;
        background-color: #fff;
        top: 50%;
        left: 7%;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%); }
      #detail .detail02 .flow_box .flow01 .flow_left p:nth-of-type(2), #detail .detail02 .flow_box .flow02 .flow_left p:nth-of-type(2), #detail .detail02 .flow_box .flow03 .flow_left p:nth-of-type(2), #detail .detail02 .flow_box .flow04 .flow_left p:nth-of-type(2) {
        border-top: dotted 2px #5acef0; }
    #detail .detail02 .flow_box .flow01 .flow_right, #detail .detail02 .flow_box .flow02 .flow_right, #detail .detail02 .flow_box .flow03 .flow_right, #detail .detail02 .flow_box .flow04 .flow_right {
      display: inline-block;
      vertical-align: top;
      width: 58%;
      height: 100%; }
      #detail .detail02 .flow_box .flow01 .flow_right p, #detail .detail02 .flow_box .flow02 .flow_right p, #detail .detail02 .flow_box .flow03 .flow_right p, #detail .detail02 .flow_box .flow04 .flow_right p {
        height: 100%; }
        #detail .detail02 .flow_box .flow01 .flow_right p span, #detail .detail02 .flow_box .flow02 .flow_right p span, #detail .detail02 .flow_box .flow03 .flow_right p span, #detail .detail02 .flow_box .flow04 .flow_right p span {
          margin-right: 8px;
          border-radius: 5px;
          padding: 3px 5px;
          background-color: #00b4e8;
          color: #fff; }
        #detail .detail02 .flow_box .flow01 .flow_right p br, #detail .detail02 .flow_box .flow02 .flow_right p br, #detail .detail02 .flow_box .flow03 .flow_right p br, #detail .detail02 .flow_box .flow04 .flow_right p br {
          display: none; }
    #detail .detail02 .flow_box .flow01.flow01, #detail .detail02 .flow_box .flow01.flow02, #detail .detail02 .flow_box .flow02.flow01, #detail .detail02 .flow_box .flow02.flow02, #detail .detail02 .flow_box .flow03.flow01, #detail .detail02 .flow_box .flow03.flow02, #detail .detail02 .flow_box .flow04.flow01, #detail .detail02 .flow_box .flow04.flow02 {
      height: 60px; }
      #detail .detail02 .flow_box .flow01.flow01 p, #detail .detail02 .flow_box .flow01.flow02 p, #detail .detail02 .flow_box .flow02.flow01 p, #detail .detail02 .flow_box .flow02.flow02 p, #detail .detail02 .flow_box .flow03.flow01 p, #detail .detail02 .flow_box .flow03.flow02 p, #detail .detail02 .flow_box .flow04.flow01 p, #detail .detail02 .flow_box .flow04.flow02 p {
        height: 58px;
        line-height: 58px; }
      #detail .detail02 .flow_box .flow01.flow01 .flow_left p, #detail .detail02 .flow_box .flow01.flow02 .flow_left p, #detail .detail02 .flow_box .flow02.flow01 .flow_left p, #detail .detail02 .flow_box .flow02.flow02 .flow_left p, #detail .detail02 .flow_box .flow03.flow01 .flow_left p, #detail .detail02 .flow_box .flow03.flow02 .flow_left p, #detail .detail02 .flow_box .flow04.flow01 .flow_left p, #detail .detail02 .flow_box .flow04.flow02 .flow_left p {
        padding-left: 26%; }
      #detail .detail02 .flow_box .flow01.flow01 .flow_right, #detail .detail02 .flow_box .flow01.flow02 .flow_right, #detail .detail02 .flow_box .flow02.flow01 .flow_right, #detail .detail02 .flow_box .flow02.flow02 .flow_right, #detail .detail02 .flow_box .flow03.flow01 .flow_right, #detail .detail02 .flow_box .flow03.flow02 .flow_right, #detail .detail02 .flow_box .flow04.flow01 .flow_right, #detail .detail02 .flow_box .flow04.flow02 .flow_right {
        background: #e8faff url(../img/ex_dot01.gif) no-repeat left center/contain; }
    #detail .detail02 .flow_box .flow01.flow03, #detail .detail02 .flow_box .flow01.flow04, #detail .detail02 .flow_box .flow02.flow03, #detail .detail02 .flow_box .flow02.flow04, #detail .detail02 .flow_box .flow03.flow03, #detail .detail02 .flow_box .flow03.flow04, #detail .detail02 .flow_box .flow04.flow03, #detail .detail02 .flow_box .flow04.flow04 {
      height: 80px; }
      #detail .detail02 .flow_box .flow01.flow03 .flow_left p, #detail .detail02 .flow_box .flow01.flow04 .flow_left p, #detail .detail02 .flow_box .flow02.flow03 .flow_left p, #detail .detail02 .flow_box .flow02.flow04 .flow_left p, #detail .detail02 .flow_box .flow03.flow03 .flow_left p, #detail .detail02 .flow_box .flow03.flow04 .flow_left p, #detail .detail02 .flow_box .flow04.flow03 .flow_left p, #detail .detail02 .flow_box .flow04.flow04 .flow_left p {
        height: 39px;
        line-height: 39px; }
      #detail .detail02 .flow_box .flow01.flow03 .flow_right, #detail .detail02 .flow_box .flow01.flow04 .flow_right, #detail .detail02 .flow_box .flow02.flow03 .flow_right, #detail .detail02 .flow_box .flow02.flow04 .flow_right, #detail .detail02 .flow_box .flow03.flow03 .flow_right, #detail .detail02 .flow_box .flow03.flow04 .flow_right, #detail .detail02 .flow_box .flow04.flow03 .flow_right, #detail .detail02 .flow_box .flow04.flow04 .flow_right {
        line-height: 80px;
        background: #e8faff url(../img/ex_dot02.gif) no-repeat left center/contain; }
  #detail .detail02 .flow_box .flow05 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    margin: 80px;
    font-size: 0; }
    #detail .detail02 .flow_box .flow05 p {
      font-size: 14px; }
      #detail .detail02 .flow_box .flow05 p img {
        width: 35px;
        height: 35px;
        margin-right: 10px;
        display: inline-block;
        vertical-align: middle; }
    #detail .detail02 .flow_box .flow05 ul {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex; }
      #detail .detail02 .flow_box .flow05 ul.flow05_ttl {
        width: 100%;
        margin-bottom: 10px;
        justify-content: space-between; }
        #detail .detail02 .flow_box .flow05 ul.flow05_ttl li {
          background-color: #00b4e8;
          text-align: center;
          width: calc(20% - 2px); }
          #detail .detail02 .flow_box .flow05 ul.flow05_ttl li:nth-of-type(2) {
            width: 60%; }
          #detail .detail02 .flow_box .flow05 ul.flow05_ttl li p {
            color: #fff; }
      #detail .detail02 .flow_box .flow05 ul.flow05_flow {
        width: 100%;
        margin-bottom: 60px;
        border: solid 1px #00b4e8; }
        #detail .detail02 .flow_box .flow05 ul.flow05_flow li {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 20%;
          height: 110px;
          position: relative; }
          #detail .detail02 .flow_box .flow05 ul.flow05_flow li:nth-of-type(1) {
            background: #fff; }
            #detail .detail02 .flow_box .flow05 ul.flow05_flow li:nth-of-type(1)::after {
              display: none; }
          #detail .detail02 .flow_box .flow05 ul.flow05_flow li:nth-of-type(2) {
            background: #e8faff url(../img/flow_arrow01.gif) no-repeat left center/contain; }
          #detail .detail02 .flow_box .flow05 ul.flow05_flow li:nth-of-type(3), #detail .detail02 .flow_box .flow05 ul.flow05_flow li:nth-of-type(4) {
            background: #e8faff url(../img/flow_arrow02.gif) no-repeat left center/contain; }
          #detail .detail02 .flow_box .flow05 ul.flow05_flow li:nth-last-of-type(1) {
            background: #c9f3fe url(../img/flow_arrow03.gif) no-repeat left center/contain; }
          #detail .detail02 .flow_box .flow05 ul.flow05_flow li p span {
            margin-top: 5px;
            margin-right: 8px;
            border-radius: 5px;
            padding: 3px 5px;
            background-color: #00b4e8;
            color: #fff; }
          #detail .detail02 .flow_box .flow05 ul.flow05_flow li::after {
            content: attr(data-text);
            display: inline-block;
            font-size: 15px;
            width: 90px;
            height: 40px;
            padding: 7px;
            position: absolute;
            left: calc(50% - 44px);
            bottom: -63px;
            text-align: center;
            color: #fff;
            background: url(../img/ex_arrow.gif) no-repeat right top/contain; }
    #detail .detail02 .flow_box .flow05 .flow05_change {
      width: 80%;
      border: solid 1px #00b4e8;
      padding: 10px 0;
      background-color: #fff;
      text-align: center; }
#detail .detail02 .comment_box ul li {
  padding-left: 1em;
  text-indent: -1em; }
#detail .detail03 h3 {
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  padding-left: 70px; }
  #detail .detail03 h3:nth-of-type(1) {
    background: url(../img/ex_icon01.gif) no-repeat left center/contain; }
  #detail .detail03 h3:nth-of-type(2) {
    background: url(../img/ex_icon02.gif) no-repeat left center/contain;
    margin: 97px 0 25px; }
  #detail .detail03 h3 + p {
    width: 100%;
    margin: 30px 0 55px;
    font-size: 16px; }
    #detail .detail03 h3 + p span {
      display: inline-block;
      color: #000; }
      #detail .detail03 h3 + p span:nth-of-type(1) {
        max-width: 680px; }
      #detail .detail03 h3 + p span.clearfix {
        width: calc(100% - 730px);
        float: right;
        margin-top: 10px;
        text-align: right; }
        #detail .detail03 h3 + p span.clearfix img {
          width: 300px; }
#detail .detail03 p.leadText {
  margin: 115px 0 50px; }
#detail .detail03 .comment_box {
  width: 690px; }
  #detail .detail03 .comment_box .conv01 {
    padding-top: 35px; }
    #detail .detail03 .comment_box .conv01 a {
      width: 68%;
      font-size: 20px;
      padding: 15px 0; }

#function .inner {
  padding-bottom: 0; }
#function ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }
  #function ul li {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 80px; }
    #function ul li:nth-of-type(3) {
      margin-right: 0; }
    #function ul li img {
      display: block;
      width: 186px;
      height: auto;
      margin: 0 auto; }
    #function ul li p.ttl {
      width: 100%;
      height: 34px;
      margin-top: 20px;
      background-color: #00b4e8;
      line-height: 34px;
      color: #fff;
      text-align: center; }
    #function ul li p:nth-of-type(2) {
      height: 102px;
      background-color: #f8f8f8;
      padding: 20px 25px; }
    #function ul li:nth-of-type(4) p:nth-of-type(2), #function ul li:nth-of-type(5) p:nth-of-type(2) {
      height: 144px; }

#flow .inner {
  padding-top: 0; }
#flow ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  #flow ul li {
    width: 250px; }
    #flow ul li p {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -ms-align-items: center;
      align-items: center;
      justify-content: center; }
      #flow ul li p.ttl {
        width: calc(100% - 2px);
        height: 60px;
        margin-bottom: 10px;
        background-color: #00b4e8;
        color: #fff;
        text-align: center; }
      #flow ul li p:nth-of-type(2) {
        height: 166px;
        background: #e8faff url(../img/flow_arrow02.gif) left center no-repeat;
        padding-left: 55px; }
    #flow ul li:nth-of-type(1) p {
      margin-left: 0;
      background-image: none; }
      #flow ul li:nth-of-type(1) p:nth-of-type(2) {
        padding-left: 29px; }

#price .priceTable {
  max-width: 640px;
  margin: 0 auto; }
#price p.subTtl {
  font-size: 20px;
  color: #0099d8;
  padding-bottom: 10px;
  margin: 0 auto; }
#price table {
  position: relative; }
  #price table tr td {
    width: 66%;
    font-size: 20px;
    font-weight: bold;
    text-align: center; }
#price .priceTabletable tr td span {
  font-size: 30px; }
#price table.table1:nth-child(2) {
  margin-bottom: 60px; }
  #price table.table1:nth-child(2)::before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    background: url(../img/img_plus.png) no-repeat;
    background-size: contain;
    left: calc(50% - 18px);
    bottom: -46px; }
#price .priceTable ul {
  margin-top: 30px;
  margin-left: 3px; }
  #price .priceTable ul li {
    padding-left: 25px;
    background: url(../img/ico_circle01.png) no-repeat left 5px;
    background-size: 15px auto;
    margin-bottom: 3px;
    font-size: 16px; }
#price .priceTable2 {
  width: 100%;
  margin-top: 40px; }
  #price .priceTable2 .table2 {
    float: left;
    width: 25%; }
  #price .priceTable2 table.table2 tr, #price .priceTable2 table.table2 td {
    width: 0; }

footer {
  padding: 35px;
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  background-color: #333333; }

@media (max-width: 1200px) {
  #nav li {
    padding: 0 2.5%; } }
@media (max-width: 1020px) {
  #nav li {
    padding: 0 1%; }

  #mainVisual .inner .mainTtl {
    width: 500px; }
    #mainVisual .inner .mainTtl h1 p span.fz58 br {
      display: block; }

  #detail ul.list li p.shinjinTtl {
    font-size: 14px; } }
@media (max-width: 967px) {
  #detail ul.list li {
    width: 23%; }
    #detail ul.list li:nth-of-type(5n) {
      margin-right: 2%; }
    #detail ul.list li:nth-of-type(4n) {
      margin-right: 0; }
    #detail ul.list li.double {
      width: 48.6%; }
  #detail .detail01 {
    margin: 50px 0 20px; }
  #detail .detail02 .flow_box {
    margin: 0 auto; }
    #detail .detail02 .flow_box .flow01, #detail .detail02 .flow_box .flow02, #detail .detail02 .flow_box .flow03, #detail .detail02 .flow_box .flow04 {
      width: 60%;
      min-width: 450px;
      margin: 0 auto 25px !important; }
    #detail .detail02 .flow_box .flow05 {
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      -o-flex-wrap: nowrap;
      flex-wrap: nowrap;
      justify-content: center;
      margin: 30px 0; }
      #detail .detail02 .flow_box .flow05 ul {
        flex-wrap: wrap; }
        #detail .detail02 .flow_box .flow05 ul.flow05_ttl {
          width: 3%;
          min-width: 20px; }
          #detail .detail02 .flow_box .flow05 ul.flow05_ttl li {
            width: 100% !important;
            margin-bottom: 1px;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 110px; }
            #detail .detail02 .flow_box .flow05 ul.flow05_ttl li:nth-of-type(2) {
              height: 330px; }
            #detail .detail02 .flow_box .flow05 ul.flow05_ttl li p {
              width: 1em;
              line-height: 1.4; }
        #detail .detail02 .flow_box .flow05 ul.flow05_flow {
          width: 30%;
          margin-bottom: 0;
          margin-right: 80px;
          height: 552px; }
          #detail .detail02 .flow_box .flow05 ul.flow05_flow li {
            width: 100%;
            padding-top: 20px;
            padding-left: 38%;
            justify-content: flex-start; }
            #detail .detail02 .flow_box .flow05 ul.flow05_flow li:nth-of-type(2) {
              background: #e8faff url(../img/flow_arrow01_sp.gif) no-repeat center top/contain; }
            #detail .detail02 .flow_box .flow05 ul.flow05_flow li:nth-of-type(3), #detail .detail02 .flow_box .flow05 ul.flow05_flow li:nth-of-type(4) {
              background: #e8faff url(../img/flow_arrow02_sp.gif) no-repeat center top/contain; }
            #detail .detail02 .flow_box .flow05 ul.flow05_flow li:nth-last-of-type(1) {
              background: #c9f3fe url(../img/flow_arrow03_sp.gif) no-repeat center top/contain; }
            #detail .detail02 .flow_box .flow05 ul.flow05_flow li::after {
              font-size: 14px;
              width: 50px;
              height: 40px;
              padding: 15px 0 0 10px;
              right: -70px;
              left: auto;
              bottom: 20px;
              text-align: left;
              background: url(../img/ex_arrow_sp.gif) no-repeat left top/contain; }
            #detail .detail02 .flow_box .flow05 ul.flow05_flow li p span {
              margin-left: -45px; }
            #detail .detail02 .flow_box .flow05 ul.flow05_flow li p img {
              margin-left: -43px; }
            #detail .detail02 .flow_box .flow05 ul.flow05_flow li p br:nth-of-type(1) {
              display: none; }
      #detail .detail02 .flow_box .flow05 .flow05_change {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 110px;
        width: 15%;
        padding: 0; }
        #detail .detail02 .flow_box .flow05 .flow05_change p {
          transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform-origin: 50% 50%;
          -ms-transform-origin: 30% -160%;
          min-width: 400px;
          height: 35px;
          font-size: 18px; }
          #detail .detail02 .flow_box .flow05 .flow05_change p span img {
            transform: rotate(-90deg);
            -ms-transform: rotate(-90deg); }
  #detail .detail03 h3 + p {
    padding-left: 3.5%;
    font-size: 14px;
    text-align: left; }
    #detail .detail03 h3 + p span {
      display: inline-block;
      color: #000;
      vertical-align: middle; }
      #detail .detail03 h3 + p span:nth-of-type(1) {
        width: calc(100% - 220px);
        text-align: left; }
      #detail .detail03 h3 + p span.clearfix {
        width: 29%;
        min-width: 200px;
        float: none;
        margin-top: 10px;
        margin-left: 13px; }
        #detail .detail03 h3 + p span.clearfix::after, #detail .detail03 h3 + p span.clearfix::before {
          display: none; }
  #detail .detail03 p.leadText {
    margin: 70px 0 40px; }
  #detail .detail03 .comment_box {
    width: 100%; }
    #detail .detail03 .comment_box p {
      font-size: 18px; }
    #detail .detail03 .comment_box ul li {
      font-size: 14px; } }
@media (max-width: 800px) {
  #nav li {
    padding: 0 2%; }
    #nav li a {
      padding: 20px 0; }

  #content .inner {
    padding: 50px 10px; }

  #about .box_blue {
    padding: 35px 20px; }
    #about .box_blue ul li {
      width: 100%;
      margin: 0;
      margin-bottom: 35px; }
      #about .box_blue ul li::after {
        top: auto;
        left: 48.5%;
        bottom: -130px;
        transform: rotate(90deg);
        -ms-transform: rotate(90deg); }

  #training ul {
    padding-left: 22.5%; }
    #training ul li {
      margin-right: 2.5%; }
      #training ul li.contTtl {
        width: 20%; }
        #training ul li.contTtl:last-child {
          height: 98%; }
    #training ul.shinjin li.contTtl {
      height: 98%; }

  #intro ul li {
    font-size: 14px; }
    #intro ul li span {
      font-size: 16px; }

  #detail .comment_box {
    font-size: 14px;
    padding: 30px 20px; }
  #detail ul.list li {
    width: 30.6%; }
    #detail ul.list li:nth-of-type(4n) {
      margin-right: 2%; }
    #detail ul.list li:nth-of-type(3n) {
      margin-right: 0; }
    #detail ul.list li.double {
      width: 64%; }
  #detail .detail02 p.leadText + p {
    padding-top: 25px; }
  #detail .detail03 p.leadText {
    margin: 60px 0 25px; }
  #detail .detail03 .comment_box .conv01 {
    padding-top: 20px; }
    #detail .detail03 .comment_box .conv01 a {
      width: 90%;
      font-size: 18px;
      padding: 10px 0; }

  .conv01 a {
    font-size: 20px;
    width: 90%;
    padding: 15px 0; }

  #flow .inner {
    padding-top: 0; }
  #flow ul {
    flex-wrap: wrap;
    margin: 0 3.5%; }
    #flow ul li {
      width: 100%;
      position: relative;
      margin-bottom: 15px; }
      #flow ul li p.ttl {
        width: 100%;
        margin-bottom: 0; }
        #flow ul li p.ttl br {
          display: none; }
      #flow ul li p:nth-of-type(2) {
        height: auto;
        padding: 20px 3.5%;
        background-image: none; }

  #price .priceTable2 .table2 {
    width: 100%; } }
@media (max-width: 768px) {
  table tr th, table tr td {
    width: 100%;
    display: block; }
  table tr th {
    font-size: 14px;
    padding: 10px 0; }

  h2 {
    font-size: 28px !important;
    margin-bottom: 25px !important; }
    h2 span {
      vertical-align: middle; }

  h3 {
    font-size: 18px !important; }

  .leadText {
    font-size: 16px !important; }
    .leadText + p {
      font-size: 14px !important;
      padding-top: 25px !important; }

  #nav .inner {
    padding: 0; }
    #nav .inner li {
      display: block;
      width: 33.333%;
      float: left;
      padding: 0 1.5%; }
      #nav .inner li a {
        font-size: 11px;
        padding: 14px 0; }
      #nav .inner li.btn a {
        font-size: 11px;
        padding: 10px 15px; }

  #mainVisual {
    padding: 0;
    background: url(../img/kv_sp.jpg) no-repeat center top/cover; }
    #mainVisual .inner > img {
      display: none; }
    #mainVisual .inner .mainTtl {
      margin: 0;
      padding: 0;
      padding-bottom: 40px;
      width: 100%; }
      #mainVisual .inner .mainTtl h1 {
        margin: 0;
        margin-bottom: 35px;
        text-align: center; }
        #mainVisual .inner .mainTtl h1 img {
          max-width: 70px;
          margin-top: 50px; }
        #mainVisual .inner .mainTtl h1 p {
          width: 100%;
          margin-top: -40px;
          padding: 0;
          line-height: 1.5;
          text-align: center; }
          #mainVisual .inner .mainTtl h1 p span.fz30 {
            font-size: 15px; }
          #mainVisual .inner .mainTtl h1 p span.fz44 {
            font-size: 22px; }
          #mainVisual .inner .mainTtl h1 p span.fz58 {
            font-size: 29px; }
      #mainVisual .inner .mainTtl .mainBtn a {
        font-size: 12px; }

  #about .box_blue {
    padding: 20px 3.5% 30px; }
    #about .box_blue ul li {
      padding: 5px 10px 10px;
      display: block; }
      #about .box_blue ul li p {
        font-size: 11px; }
      #about .box_blue ul li::after {
        left: 48%;
        bottom: -110px; }

  #detail .comment_box {
    width: 100% !important;
    background-size: 27px 27px;
    letter-spacing: 0; }
    #detail .comment_box p {
      margin: 0 10px 12px; }
  #detail ul.list li {
    line-height: 70px; }
    #detail ul.list li p.shinjinTtl {
      font-size: 12px; }
  #detail .detail01 {
    margin-bottom: 50px; }
    #detail .detail01 > * {
      width: 100% !important; }
    #detail .detail01 p.leadText {
      margin-bottom: 30px; }
    #detail .detail01 h3 {
      padding: 0; }
      #detail .detail01 h3:nth-of-type(2) {
        margin: 40px 0 20px; }
      #detail .detail01 h3 img {
        width: 45px; }
      #detail .detail01 h3 span:nth-of-type(2) {
        width: calc(100% - 55px); }
    #detail .detail01 .img01 {
      margin: 0;
      text-align: center; }
    #detail .detail01 .right {
      text-align: center; }
      #detail .detail01 .right p {
        margin-bottom: 20px;
        text-align: left; }
    #detail .detail01 .img03 {
      margin-top: 20px;
      text-align: center; }
  #detail .detail02 h3 {
    margin: 40px 0 10px;
    background-position: left top 1px; }
  #detail .detail02 .flow_box .flow01, #detail .detail02 .flow_box .flow02, #detail .detail02 .flow_box .flow03, #detail .detail02 .flow_box .flow04 {
    width: 100%;
    min-width: auto;
    margin: 0 auto 25px !important; }
    #detail .detail02 .flow_box .flow01 .flow_left img, #detail .detail02 .flow_box .flow02 .flow_left img, #detail .detail02 .flow_box .flow03 .flow_left img, #detail .detail02 .flow_box .flow04 .flow_left img {
      position: absolute;
      width: 30px;
      height: 30px;
      padding: 3px; }
    #detail .detail02 .flow_box .flow01 .flow_left p:nth-of-type(2), #detail .detail02 .flow_box .flow02 .flow_left p:nth-of-type(2), #detail .detail02 .flow_box .flow03 .flow_left p:nth-of-type(2), #detail .detail02 .flow_box .flow04 .flow_left p:nth-of-type(2) {
      border-top: dotted 2px #5acef0; }
    #detail .detail02 .flow_box .flow01 .flow_right, #detail .detail02 .flow_box .flow02 .flow_right, #detail .detail02 .flow_box .flow03 .flow_right, #detail .detail02 .flow_box .flow04 .flow_right {
      position: relative; }
      #detail .detail02 .flow_box .flow01 .flow_right p, #detail .detail02 .flow_box .flow02 .flow_right p, #detail .detail02 .flow_box .flow03 .flow_right p, #detail .detail02 .flow_box .flow04 .flow_right p {
        position: absolute;
        left: 30px;
        top: 50%;
        transform: translateY(-25%);
        text-align: left;
        line-height: 1.6 !important; }
        #detail .detail02 .flow_box .flow01 .flow_right p br, #detail .detail02 .flow_box .flow02 .flow_right p br, #detail .detail02 .flow_box .flow03 .flow_right p br, #detail .detail02 .flow_box .flow04 .flow_right p br {
          display: block !important; }
  #detail .detail02 .flow_box .flow05 ul.flow05_flow li {
    padding: 0 0 0 5% !important; }
    #detail .detail02 .flow_box .flow05 ul.flow05_flow li p img, #detail .detail02 .flow_box .flow05 ul.flow05_flow li p span {
      margin: 0 auto !important; }
    #detail .detail02 .flow_box .flow05 ul.flow05_flow li p img {
      display: block; }
    #detail .detail02 .flow_box .flow05 ul.flow05_flow li p br:nth-of-type(1) {
      display: block !important; }
    #detail .detail02 .flow_box .flow05 ul.flow05_flow li:nth-of-type(1) p {
      text-align: left; }
    #detail .detail02 .flow_box .flow05 ul.flow05_flow li:nth-last-of-type(1) {
      padding: 0 !important; }
      #detail .detail02 .flow_box .flow05 ul.flow05_flow li:nth-last-of-type(1) p {
        width: 100%;
        text-align: center; }
  #detail .detail03 h3 {
    line-height: 1.5;
    padding-left: 65px; }
    #detail .detail03 h3 + p {
      margin: 20px 0 30px; }
      #detail .detail03 h3 + p span {
        display: inline-block; }
      #detail .detail03 h3 + p span:nth-of-type(1) {
        width: 50% !important; }
      #detail .detail03 h3 + p span.clearfix {
        min-width: auto !important;
        width: 40% !important; }
    #detail .detail03 h3:nth-of-type(2) {
      margin: 45px 0 20px; }
  #detail .detail03 .comment_box .conv01 a {
    background-position: right 15px center; }
    #detail .detail03 .comment_box .conv01 a br {
      display: block; }

  #function .inner {
    padding-bottom: 0; }
    #function .inner ul li {
      width: 47.5%;
      margin-right: 5%; }
      #function .inner ul li:nth-of-type(2n) {
        margin-right: 0; }
      #function .inner ul li p:nth-of-type(2) {
        height: auto; }

  #price table {
    width: 100%; }
    #price table th, #price table td {
      display: table-cell; }
    #price table th {
      width: 30%; }
    #price table td {
      width: 70%; }
  #price .priceTable ul li {
    font-size: 14px; } }

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