@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
body {
  font-family: 'Rounded Mplus 1c';
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  background: #fafafa;
  letter-spacing: 1px; }
  @media only screen and (max-width: 425px) {
    body {
      font-size: 16px;
      padding-bottom: 60px; } }

p {
  margin-bottom: 10px;
  line-height: 1.8; }

small {
  font-size: .8em; }

strong {
  font-size: 1.2em; }

a {
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #003e8b; }
  a:hover {
    opacity: .6; }

.Comments {
  font-size: 14px;
  color: #777;
  letter-spacing: 1px; }
  .Comments:before {
    content: "※";
    top: 0;
    left: 0; }
  .Comments a {
    color: #777;
    text-decoration: underline;
    margin: 0 5px;
    padding: 0 2px; }

section {
  padding: 100px 0; }
  @media only screen and (max-width: 1000px) {
    section {
      padding: 40px 0; } }
  section .section_inner {
    max-width: 1000px;
    width: 100%;
    margin: auto; }
    @media only screen and (max-width: 1000px) {
      section .section_inner {
        padding: 0 40px; } }
    @media only screen and (max-width: 425px) {
      section .section_inner {
        padding: 0 20px; } }
    section .section_inner .Column {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 50px 0; }
      @media only screen and (max-width: 1000px) {
        section .section_inner .Column {
          display: block; } }
      @media only screen and (max-width: 768px) {
        section .section_inner .Column {
          padding: 20px 0; } }
      section .section_inner .Column .Column_Left {
        width: 40%; }
        @media only screen and (max-width: 1000px) {
          section .section_inner .Column .Column_Left {
            width: 100%; } }
      section .section_inner .Column .Column_Right {
        width: 60%; }
        @media only screen and (max-width: 1000px) {
          section .section_inner .Column .Column_Right {
            width: 100%; } }

.Heading1 {
  position: relative; }
  .Heading1 h1, .Heading1 h2 {
    color: #003e8b;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 1.4;
    font-weight: 500;
    position: relative; }
    @media only screen and (max-width: 1000px) {
      .Heading1 h1, .Heading1 h2 {
        padding-bottom: 10px; }
        .Heading1 h1 br, .Heading1 h2 br {
          display: none; } }
    @media only screen and (max-width: 425px) {
      .Heading1 h1, .Heading1 h2 {
        font-size: 24px; } }
    .Heading1 h1 span, .Heading1 h2 span {
      display: block;
      font-size: 18px;
      color: #003e8b;
      letter-spacing: 2px;
      font-weight: 800;
      opacity: .6; }
  @media only screen and (max-width: 425px) {
    .Heading1 h2 {
      font-size: 20px; } }
  .Heading1:before {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .1;
    position: absolute;
    top: -60px;
    left: -60px; }
    @media only screen and (max-width: 1000px) {
      .Heading1:before {
        width: 300px;
        height: 300px;
        top: -100px;
        left: auto;
        right: 0; } }
    @media only screen and (max-width: 768px) {
      .Heading1:before {
        width: 200px;
        height: 200px;
        top: -50px; } }

.LinkButton1 {
  padding: 20px 0; }
  .LinkButton1 a {
    display: block;
    background: #003e8b;
    color: #fafafa;
    font-size: 16px;
    padding: 10px 50px 11px 40px;
    border-radius: 5px;
    letter-spacing: 2px;
    position: relative; }
    @media only screen and (max-width: 1000px) {
      .LinkButton1 a {
        padding: 10px 30px 11px 20px; } }
    .LinkButton1 a:before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      background-image: url(/img/parts/arrow_white.svg);
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-position: center;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 10px;
      margin: auto;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .LinkButton1 a:hover:before {
      right: 5px; }

.LinkButton2 {
  border-bottom: solid 1px #003e8b;
  margin: 0px 5px;
  padding-left: 2px;
  font-weight: 500; }
  .LinkButton2:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 23px;
    margin-bottom: -5px;
    background-image: url(../img/parts/arrow_blue.svg);
    background-repeat: no-repeat;
    background-size: auto 60%;
    background-position: center; }

.LinkButton3 {
  padding: 20px 0; }
  .LinkButton3 a {
    display: block;
    background: #ff9e00;
    color: #fafafa;
    font-size: 16px;
    padding: 10px 50px 11px 40px;
    border-radius: 5px;
    letter-spacing: 2px;
    position: relative;
    text-align: center; }
    @media only screen and (max-width: 1000px) {
      .LinkButton3 a {
        padding: 10px 30px 11px 20px; } }
    .LinkButton3 a:before {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      background-image: url(/img/parts/arrow_white.svg);
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-position: center;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 10px;
      margin: auto;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .LinkButton3 a:hover:before {
      right: 5px; }

.highlighter {
  color: #003e8b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff469));
  background: -webkit-linear-gradient(transparent 60%, #fff469 60%);
  background: -o-linear-gradient(transparent 60%, #fff469 60%);
  background: linear-gradient(transparent 60%, #fff469 60%); }

.wow {
  -webkit-animation: fadeInUp .5s both;
  animation: fadeInUp .5s both; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

body {
  padding-top: 130px; }
  @media only screen and (max-width: 1000px) {
    body {
      padding-top: 80px; } }
  @media only screen and (max-width: 425px) {
    body {
      padding-top: 0; } }

.pc_header {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 130px;
  background: #fafafa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 160px 0 40px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }
  @media only screen and (max-width: 1300px) {
    .pc_header {
      padding: 10px 20px; } }
  @media only screen and (max-width: 1130px) {
    .pc_header {
      padding: 10px; } }
  @media only screen and (max-width: 1000px) {
    .pc_header {
      display: none; } }
  .pc_header .header_logo {
    margin-right: auto;
    margin-top: -10px; }
    @media only screen and (max-width: 1300px) {
      .pc_header .header_logo {
        margin-top: 0; } }
    .pc_header .header_logo a img {
      height: 80px;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s; }
      .pc_header .header_logo a img.logo2 {
        display: none; }
      @media only screen and (max-width: 1300px) {
        .pc_header .header_logo a img {
          height: 70px; } }
  .pc_header nav {
    margin: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (max-width: 1300px) {
      .pc_header nav {
        margin: 0; } }
    .pc_header nav .top_nav {
      margin-left: auto;
      padding: 0 20px 10px;
      line-height: 1.2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 1300px) {
        .pc_header nav .top_nav {
          padding: 0;
          margin-bottom: 10px; } }
      .pc_header nav .top_nav .top_nav_tel {
        font-size: 28px;
        color: #ff9e00;
        text-align: right;
        letter-spacing: 1px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
        @media only screen and (max-width: 1300px) {
          .pc_header nav .top_nav .top_nav_tel {
            margin-right: 10px; } }
        .pc_header nav .top_nav .top_nav_tel span {
          display: block;
          font-size: 13px;
          color: #aaa;
          font-weight: 400; }
      .pc_header nav .top_nav .top_nav_line {
        background: #00b900;
        border-radius: 10px;
        padding: 10px 20px 0;
        margin-left: 20px;
        font-size: 28px;
        color: #fafafa;
        text-align: center;
        letter-spacing: 1px;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
        .pc_header nav .top_nav .top_nav_line img {
          height: 24px; }
        @media only screen and (max-width: 1300px) {
          .pc_header nav .top_nav .top_nav_line {
            padding: 7px 20px;
            margin-right: 10px; } }
        .pc_header nav .top_nav .top_nav_line span {
          display: block;
          font-size: 13px;
          color: #fafafa;
          font-weight: 400; }
          @media only screen and (max-width: 1300px) {
            .pc_header nav .top_nav .top_nav_line span {
              display: none;
              padding: 0; } }
      .pc_header nav .top_nav .header_contact {
        position: absolute;
        top: 0px;
        right: 40px; }
        @media only screen and (max-width: 1300px) {
          .pc_header nav .top_nav .header_contact {
            position: relative;
            top: auto;
            right: auto; } }
        .pc_header nav .top_nav .header_contact a {
          display: block;
          width: 120px;
          padding: 20px 0 20px;
          background: #ff9e00;
          border: solid 10px #ff9e00;
          border-radius: 0 0 20px 20px;
          text-align: center;
          color: #fafafa;
          font-size: 20px;
          font-weight: 400;
          line-height: 1.4;
          letter-spacing: 1px;
          overflow: hidden;
          -webkit-box-shadow: 0px 0px 12px 0px rgba(119, 119, 119, 0.5);
          box-shadow: 0px 0px 12px 0px rgba(119, 119, 119, 0.5); }
          @media only screen and (max-width: 1300px) {
            .pc_header nav .top_nav .header_contact a {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -ms-flex-align: center;
              align-items: center;
              width: auto;
              padding: 0;
              border-radius: 10px;
              -webkit-box-shadow: 0px 0px 12px 0px rgba(119, 119, 119, 0);
              box-shadow: 0px 0px 12px 0px rgba(119, 119, 119, 0); } }
          .pc_header nav .top_nav .header_contact a img {
            display: inline-block;
            width: 60%; }
            @media only screen and (max-width: 1300px) {
              .pc_header nav .top_nav .header_contact a img {
                width: auto;
                height: 26px; } }
          .pc_header nav .top_nav .header_contact a span {
            display: block; }
            @media only screen and (max-width: 1300px) {
              .pc_header nav .top_nav .header_contact a span {
                width: 100px; } }
          .pc_header nav .top_nav .header_contact a:hover {
            opacity: 1;
            padding: 30px 0 30px; }
            @media only screen and (max-width: 1300px) {
              .pc_header nav .top_nav .header_contact a:hover {
                padding: 0;
                opacity: .6; } }
            .pc_header nav .top_nav .header_contact a:hover img {
              -webkit-animation: headerLink 2s infinite;
              animation: headerLink 2s infinite; }
              @media only screen and (max-width: 1300px) {
                .pc_header nav .top_nav .header_contact a:hover img {
                  -webkit-animation: none;
                  animation: none; } }

@-webkit-keyframes headerLink {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  5% {
    -webkit-transform: translateX(-20px) rotate(5deg);
    transform: translateX(-20px) rotate(5deg); }
  20% {
    -webkit-transform: translateX(-20px) rotate(5deg);
    transform: translateX(-20px) rotate(5deg); }
  50% {
    -webkit-transform: translateX(200px) rotate(-20deg);
    transform: translateX(200px) rotate(-20deg); }
  51% {
    -webkit-transform: translate(200px, 200px);
    transform: translate(200px, 200px); }
  52% {
    -webkit-transform: translate(-200px, 200px);
    transform: translate(-200px, 200px); }
  53% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px); }
  65% {
    -webkit-transform: translateX(10px) rotate(20deg);
    transform: translateX(10px) rotate(20deg); }
  75% {
    -webkit-transform: translateX(10px) rotate(20deg);
    transform: translateX(10px) rotate(20deg); }
  85% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes headerLink {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  5% {
    -webkit-transform: translateX(-20px) rotate(5deg);
    transform: translateX(-20px) rotate(5deg); }
  20% {
    -webkit-transform: translateX(-20px) rotate(5deg);
    transform: translateX(-20px) rotate(5deg); }
  50% {
    -webkit-transform: translateX(200px) rotate(-20deg);
    transform: translateX(200px) rotate(-20deg); }
  51% {
    -webkit-transform: translate(200px, 200px);
    transform: translate(200px, 200px); }
  52% {
    -webkit-transform: translate(-200px, 200px);
    transform: translate(-200px, 200px); }
  53% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px); }
  65% {
    -webkit-transform: translateX(10px) rotate(20deg);
    transform: translateX(10px) rotate(20deg); }
  75% {
    -webkit-transform: translateX(10px) rotate(20deg);
    transform: translateX(10px) rotate(20deg); }
  85% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }
    .pc_header nav ul.bottom_nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .pc_header nav ul.bottom_nav li {
        position: relative; }
        .pc_header nav ul.bottom_nav li a {
          display: block;
          padding: 5px 20px;
          font-size: 16px;
          text-align: center;
          line-height: 1.4;
          letter-spacing: 2px; }
          @media only screen and (max-width: 1370px) {
            .pc_header nav ul.bottom_nav li a {
              letter-spacing: 1px; } }
          @media only screen and (max-width: 1330px) {
            .pc_header nav ul.bottom_nav li a {
              padding: 5px 15px; } }
          @media only screen and (max-width: 1300px) {
            .pc_header nav ul.bottom_nav li a {
              padding: 5px 20px; } }
          @media only screen and (max-width: 1130px) {
            .pc_header nav ul.bottom_nav li a {
              padding: 5px 15px;
              letter-spacing: 0; } }
          .pc_header nav ul.bottom_nav li a span {
            display: block;
            font-size: .7em;
            letter-spacing: 4px;
            font-weight: bold;
            color: rgba(255, 158, 0, 0.6); }
        .pc_header nav ul.bottom_nav li:after {
          content: "";
          display: block;
          width: 2px;
          height: 100%;
          background: rgba(255, 158, 0, 0.4);
          border-radius: 10px;
          position: absolute;
          top: 0;
          right: -1px; }
        .pc_header nav ul.bottom_nav li:last-child:after {
          display: none; }
      .pc_header nav ul.bottom_nav .Accordion {
        cursor: pointer; }
        .pc_header nav ul.bottom_nav .Accordion:hover ul {
          opacity: 1;
          visibility: visible; }
        .pc_header nav ul.bottom_nav .Accordion ul {
          background: #fafafa;
          width: 100%;
          padding: 15px 0 10px;
          position: absolute;
          left: 0;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
          .pc_header nav ul.bottom_nav .Accordion ul li:after {
            display: none; }
          .pc_header nav ul.bottom_nav .Accordion ul li a {
            padding: 10px 20px; }

.scroll_header {
  height: 80px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media only screen and (max-width: 1300px) {
    .scroll_header {
      height: 130px; } }
  .scroll_header .header_logo {
    margin-top: 0; }
    .scroll_header .header_logo a img {
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      height: 50px; }
      @media only screen and (max-width: 1300px) {
        .scroll_header .header_logo a img {
          height: 60px; } }
  .scroll_header nav .header_contact a img {
    -webkit-animation: headerLink2 .5s;
    animation: headerLink2 .5s; }

@-webkit-keyframes headerLink2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  20% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  80% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes headerLink2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  20% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  80% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
  .scroll_header nav .top_nav_tel {
    margin-top: -100px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    @media only screen and (max-width: 1300px) {
      .scroll_header nav .top_nav_tel {
        margin-top: 0px;
        display: block; } }
  .scroll_header nav .top_nav_line {
    margin-top: -100px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    @media only screen and (max-width: 1300px) {
      .scroll_header nav .top_nav_line {
        margin-top: 0px;
        display: block; } }

.sp_header {
  display: none;
  background: #fafafa;
  height: 80px;
  padding: 10px 0;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media only screen and (max-width: 1000px) {
    .sp_header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media only screen and (max-width: 425px) {
    .sp_header {
      height: 60px;
      padding: 10px;
      top: auto;
      bottom: 0; } }
  .sp_header .header_logo {
    margin-right: auto;
    margin-top: 0;
    position: absolute;
    top: 15px;
    left: 15px; }
    @media only screen and (max-width: 425px) {
      .sp_header .header_logo {
        display: none; } }
    .sp_header .header_logo a img {
      height: 50px; }
      .sp_header .header_logo a img.logo1 {
        display: none; }
  .sp_header .header_tel {
    font-size: 28px;
    color: #ff9e00;
    text-align: right;
    letter-spacing: 1px;
    line-height: 1.2;
    margin: 0 10px; }
    @media only screen and (max-width: 700px) {
      .sp_header .header_tel {
        display: none; } }
    .sp_header .header_tel span {
      display: block;
      font-size: 11px;
      color: #aaa;
      font-weight: 400; }
  .sp_header .header_contact {
    margin: 0 10px;
    position: relative;
    z-index: 10; }
    @media only screen and (max-width: 425px) {
      .sp_header .header_contact {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 10px 0 0; } }
    .sp_header .header_contact a {
      height: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: #ff9e00;
      border-radius: 10px;
      padding: 0 10px;
      text-align: center;
      color: #fafafa;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.4;
      letter-spacing: 1px;
      overflow: hidden; }
      @media only screen and (max-width: 425px) {
        .sp_header .header_contact a {
          height: 40px; } }
      .sp_header .header_contact a img {
        display: inline-block;
        height: 26px; }
      .sp_header .header_contact a span {
        display: block;
        width: 80px; }
        @media only screen and (max-width: 425px) {
          .sp_header .header_contact a span {
            width: auto;
            font-size: 20px;
            letter-spacing: 3px;
            padding: 0 10px; } }
  .sp_header .drawer_button {
    margin: 0 10px;
    background: #003e8b;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    position: relative;
    z-index: 10; }
    @media only screen and (max-width: 425px) {
      .sp_header .drawer_button {
        width: 40px;
        height: 40px;
        margin: 0; } }

.drawer_button span,
.drawer_button span:before,
.drawer_button span:after {
  display: block;
  width: 35px;
  height: 3px;
  background: #fafafa;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  @media only screen and (max-width: 425px) {
    .drawer_button span,
    .drawer_button span:before,
    .drawer_button span:after {
      width: 20px; } }

.drawer_button span:before {
  content: "";
  top: 20px; }
  @media only screen and (max-width: 425px) {
    .drawer_button span:before {
      top: 15px; } }

.drawer_button span:after {
  content: "";
  top: -20px; }
  @media only screen and (max-width: 425px) {
    .drawer_button span:after {
      top: -15px; } }

/*=====================　ハンバーガー動き　=====================*/
.drawer_button.active span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.drawer_button.active span:before,
.drawer_button.active span:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.drawer_button.active span:before {
  top: 0px; }

.drawer_button.active span:after {
  top: 0px; }

/*=====================　メニュー　=====================*/
ul.drawer_nav {
  width: 100%;
  height: 100vh;
  background: #fafafa;
  overflow: scroll;
  position: fixed;
  top: 80px;
  right: -100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
  padding: 20px 20px 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 3;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  z-index: 1; }
  @media only screen and (max-width: 425px) {
    ul.drawer_nav {
      padding: 40px 20px 120px;
      top: 0; } }
  ul.drawer_nav.active {
    opacity: 1;
    top: 80px;
    right: 0; }
    @media only screen and (max-width: 425px) {
      ul.drawer_nav.active {
        top: 0; } }
  ul.drawer_nav li {
    position: relative; }
    ul.drawer_nav li.line {
      padding-top: 20px; }
      ul.drawer_nav li.line a {
        background: #00b900;
        text-align: center;
        border-radius: 10px; }
        ul.drawer_nav li.line a span {
          display: block;
          color: #fafafa;
          font-size: 18px;
          padding: 0; }
        ul.drawer_nav li.line a img {
          height: 30px; }
    ul.drawer_nav li.simulator {
      padding-top: 20px; }
      ul.drawer_nav li.simulator a {
        background: #003e8b;
        text-align: center;
        border-radius: 10px;
        color: #fafafa;
        font-size: 22px;
        line-height: 1.8;
        padding: 20px 0; }
        ul.drawer_nav li.simulator a span {
          display: block;
          font-size: 16px;
          padding: 0;
          color: #fafafa; }
    ul.drawer_nav li.top_link {
      display: none; }
      @media only screen and (max-width: 425px) {
        ul.drawer_nav li.top_link {
          display: block; } }
      ul.drawer_nav li.top_link a {
        text-align: center; }
        ul.drawer_nav li.top_link a img.logo2 {
          width: 80%; }
    ul.drawer_nav li a {
      letter-spacing: 3px;
      display: block;
      padding: 0 10px;
      border-bottom: solid 1px rgba(255, 158, 0, 0.6); }
      @media only screen and (max-width: 425px) {
        ul.drawer_nav li a {
          font-size: 16px;
          letter-spacing: 2px; } }
      ul.drawer_nav li a span {
        font-size: .7em;
        letter-spacing: 2px;
        color: rgba(255, 158, 0, 0.6);
        padding: 0 10px; }
  ul.drawer_nav ul {
    line-height: 2.4;
    padding: 10px; }
    ul.drawer_nav ul li a {
      border-bottom: none; }

.spbg {
  display: none;
  width: 100%;
  height: 60px;
  background: #fafafa;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9; }
  @media only screen and (max-width: 425px) {
    .spbg {
      display: block; } }

.sp_logohead {
  display: none; }
  @media only screen and (max-width: 425px) {
    .sp_logohead {
      display: block; }
      .sp_logohead img {
        display: block;
        width: 60%;
        margin: 10px auto; } }

.simulator_link {
  position: fixed;
  bottom: -10px;
  right: 0;
  z-index: 9999;
  -webkit-animation: simulator_link .5s 1s both;
  animation: simulator_link .5s 1s both; }
  @media only screen and (max-width: 425px) {
    .simulator_link {
      display: none; } }
  .simulator_link a {
    display: block; }
    .simulator_link a img {
      width: 280px; }

@-webkit-keyframes simulator_link {
  0% {
    bottom: -300px; }
  80% {
    bottom: 10px; }
  100% {
    bottom: -10px; } }

@keyframes simulator_link {
  0% {
    bottom: -300px; }
  80% {
    bottom: 10px; }
  100% {
    bottom: -10px; } }

#request {
  color: rgba(250, 250, 250, 0.9);
  background: -webkit-linear-gradient(290deg, #003e8b, rgba(0, 62, 139, 0.8));
  background: -o-linear-gradient(290deg, #003e8b, rgba(0, 62, 139, 0.8));
  background: linear-gradient(160deg, #003e8b, rgba(0, 62, 139, 0.8)); }
  #request .Heading1 h2 {
    color: rgba(250, 250, 250, 0.9); }
    #request .Heading1 h2 span {
      color: rgba(250, 250, 250, 0.9); }
  #request .Heading1:before {
    background-image: url(/img/titleicon/request2.svg) !important; }
  #request .request_Link, #request .tel_Link, #request .request_Link_sp {
    margin: 20px 0; }
    #request .request_Link a, #request .request_Link p, #request .tel_Link a, #request .tel_Link p, #request .request_Link_sp a, #request .request_Link_sp p {
      display: block;
      max-width: 100%;
      padding: 20px 30px;
      color: #003e8b;
      background: #fafafa;
      border-radius: 5px;
      font-size: 20px;
      letter-spacing: 2px;
      position: relative; }
      #request .request_Link a span, #request .request_Link p span, #request .tel_Link a span, #request .tel_Link p span, #request .request_Link_sp a span, #request .request_Link_sp p span {
        display: block;
        text-align: center;
        font-size: 1.8em;
        color: #333;
        font-weight: 800; }
      #request .request_Link a .Arrow, #request .request_Link p .Arrow, #request .tel_Link a .Arrow, #request .tel_Link p .Arrow, #request .request_Link_sp a .Arrow, #request .request_Link_sp p .Arrow {
        stroke: #003e8b;
        fill: none;
        width: 20px;
        stroke-width: 30;
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      #request .request_Link a:hover .Arrow, #request .request_Link p:hover .Arrow, #request .tel_Link a:hover .Arrow, #request .tel_Link p:hover .Arrow, #request .request_Link_sp a:hover .Arrow, #request .request_Link_sp p:hover .Arrow {
        right: 10px; }
    #request .request_Link .Comments, #request .tel_Link .Comments, #request .request_Link_sp .Comments {
      color: rgba(250, 250, 250, 0.7); }
  @media only screen and (max-width: 425px) {
    #request .tel_Link {
      display: none; } }
  #request .request_Link_sp {
    display: none; }
    @media only screen and (max-width: 425px) {
      #request .request_Link_sp {
        display: block; } }

.copyright {
  margin-top: -1px;
  background: #003e8b;
  text-align: center;
  padding: 20px 0 15px;
  font-size: 14px;
  color: #fafafa; }

.MainVisual2 {
  position: relative; }
  .MainVisual2 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(250, 250, 250, 0.6);
    width: calc(100% - 200px);
    height: calc(100% - 200px);
    padding: 20px;
    text-align: center;
    color: #003e8b;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 30; }
    @media only screen and (max-width: 768px) {
      .MainVisual2 .inner {
        width: calc(100% - 20px);
        height: calc(100% - 20px); } }
    .MainVisual2 .inner .logo {
      padding-top: 40px; }
      @media only screen and (max-width: 768px) {
        .MainVisual2 .inner .logo {
          display: none; } }
      .MainVisual2 .inner .logo img {
        display: inline-block;
        height: 60px; }
    .MainVisual2 .inner .main_copy {
      font-size: 60px;
      margin-bottom: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media only screen and (max-width: 768px) {
        .MainVisual2 .inner .main_copy {
          font-size: 22px; } }
      .MainVisual2 .inner .main_copy p {
        line-height: 1.4;
        display: inline-block;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 244, 105, 0.6)));
        background: -webkit-linear-gradient(transparent 60%, rgba(255, 244, 105, 0.6) 60%);
        background: -o-linear-gradient(transparent 60%, rgba(255, 244, 105, 0.6) 60%);
        background: linear-gradient(transparent 60%, rgba(255, 244, 105, 0.6) 60%); }
    .MainVisual2 .inner .sab_copy {
      max-width: 700px;
      font-size: 18px;
      color: #333; }
      @media only screen and (max-width: 768px) {
        .MainVisual2 .inner .sab_copy {
          font-size: 14px; } }

#MainVisual_slide {
  width: 100%;
  height: 700px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    #MainVisual_slide {
      height: 400px; } }

#MainVisual_slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute; }

.MainVisual {
  width: 100%;
  height: 600px;
  background-image: url(/img/top/mv.jpg);
  background-size: cover;
  background-position: center; }
  @media only screen and (max-width: 425px) {
    .MainVisual {
      height: 350px; } }
  .MainVisual .MainVisual_txt {
    padding: 250px 40px 0; }
    @media only screen and (max-width: 768px) {
      .MainVisual .MainVisual_txt {
        padding: 200px 10px 0; } }
  @media only screen and (max-width: 768px) and (max-width: 425px) {
    .MainVisual .MainVisual_txt p {
      margin: 0; } }
    .MainVisual .MainVisual_txt .block_text1,
    .MainVisual .MainVisual_txt .block_text2 {
      padding: 5px 20px;
      position: relative;
      display: inline-block;
      color: #003e8b;
      background: #fafafa;
      font-size: 50px;
      letter-spacing: 5px;
      -webkit-animation: block_text1 1s both;
      animation: block_text1 1s both; }
      @media only screen and (max-width: 768px) {
        .MainVisual .MainVisual_txt .block_text1,
        .MainVisual .MainVisual_txt .block_text2 {
          font-size: 40px; } }
      @media only screen and (max-width: 425px) {
        .MainVisual .MainVisual_txt .block_text1,
        .MainVisual .MainVisual_txt .block_text2 {
          font-size: 24px;
          letter-spacing: 1px;
          padding: 5px 10px; } }
      .MainVisual .MainVisual_txt .block_text1:after,
      .MainVisual .MainVisual_txt .block_text2:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #003e8b;
        -webkit-animation: block_text2 1s both;
        animation: block_text2 1s both; }
    .MainVisual .MainVisual_txt .block_text1 {
      -webkit-animation-delay: .5s;
      animation-delay: .5s; }
      .MainVisual .MainVisual_txt .block_text1:after {
        -webkit-animation-delay: .5s;
        animation-delay: .5s; }
    .MainVisual .MainVisual_txt .block_text2 {
      -webkit-animation-delay: .8s;
      animation-delay: .8s; }
      .MainVisual .MainVisual_txt .block_text2:after {
        -webkit-animation-delay: .8s;
        animation-delay: .8s; }

@-webkit-keyframes block_text1 {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0); }
  50% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0); } }

@keyframes block_text1 {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0); }
  50% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0); } }

@-webkit-keyframes block_text2 {
  60% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%; }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%; } }

@keyframes block_text2 {
  60% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%; }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%; } }

#top_news {
  padding: 60px 0; }
  #top_news .Heading1:before {
    background-image: url(/img/titleicon/news.svg); }
  #top_news ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 5px 0; }
    @media only screen and (max-width: 768px) {
      #top_news ul li {
        display: block;
        padding: 10px 0; } }
    #top_news ul li span {
      font-size: 14px;
      margin-right: 10px;
      padding-top: 2px; }
    #top_news ul li p {
      line-height: 1.4;
      margin: 0; }

#top_company .Heading1:before {
  background-image: url(/img/titleicon/company.svg); }

#top_content01 .section_inner .top_content01_title1 {
  display: inline-block;
  line-height: 1.2;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 2px;
  position: relative; }
  @media only screen and (max-width: 1000px) {
    #top_content01 .section_inner .top_content01_title1 {
      text-align: center;
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    #top_content01 .section_inner .top_content01_title1 {
      font-size: 24px; } }
  @media only screen and (max-width: 425px) {
    #top_content01 .section_inner .top_content01_title1 {
      font-size: 18px; } }
  #top_content01 .section_inner .top_content01_title1:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #003e8b;
    border-radius: 2px;
    position: absolute; }
  #top_content01 .section_inner .top_content01_title1 span {
    font-size: 1.5em;
    color: #003e8b; }
    @media only screen and (max-width: 768px) {
      #top_content01 .section_inner .top_content01_title1 span {
        font-size: 1.2em; } }

#top_content01 .section_inner .top_content01_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px; }
  #top_content01 .section_inner .top_content01_inner .top_content01_title2 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; }
    @media only screen and (max-width: 768px) {
      #top_content01 .section_inner .top_content01_inner .top_content01_title2 {
        display: none; } }
    #top_content01 .section_inner .top_content01_inner .top_content01_title2 p {
      display: inline-block;
      font-size: 28px;
      font-weight: 500;
      color: #e22323;
      background: rgba(255, 244, 105, 0.5);
      padding: 20px 0;
      border-radius: 5px;
      letter-spacing: 3px;
      margin-right: 10px;
      -webkit-box-shadow: 4px 4px 2px 0px rgba(170, 170, 170, 0.2);
      box-shadow: 4px 4px 2px 0px rgba(170, 170, 170, 0.2); }
  #top_content01 .section_inner .top_content01_inner ul {
    width: 100%;
    padding-left: 20px; }
    @media only screen and (max-width: 768px) {
      #top_content01 .section_inner .top_content01_inner ul {
        padding-left: 0; } }
    #top_content01 .section_inner .top_content01_inner ul li {
      padding-bottom: 20px; }
      #top_content01 .section_inner .top_content01_inner ul li .top_content01_title3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        @media only screen and (max-width: 600px) {
          #top_content01 .section_inner .top_content01_inner ul li .top_content01_title3 {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start; } }
        #top_content01 .section_inner .top_content01_inner ul li .top_content01_title3:before {
          content: "";
          width: 26px;
          height: 26px;
          background-image: url(/img/parts/check.svg);
          background-size: 100%; }
        #top_content01 .section_inner .top_content01_inner ul li .top_content01_title3 p {
          display: block;
          margin: 0;
          font-size: 22px;
          padding-left: 10px;
          font-weight: 500;
          letter-spacing: 1px; }
          @media only screen and (max-width: 1000px) {
            #top_content01 .section_inner .top_content01_inner ul li .top_content01_title3 p {
              font-size: 20px; } }
          #top_content01 .section_inner .top_content01_inner ul li .top_content01_title3 p b {
            font-size: 1.4em;
            color: #003e8b;
            padding: 0 2px; }
        #top_content01 .section_inner .top_content01_inner ul li .top_content01_title3 span {
          display: block;
          margin: 0 20px;
          border-bottom: dashed 2px #666;
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; }
          @media only screen and (max-width: 600px) {
            #top_content01 .section_inner .top_content01_inner ul li .top_content01_title3 span {
              display: none; } }
        @media only screen and (max-width: 600px) {
          #top_content01 .section_inner .top_content01_inner ul li .top_content01_title3 .LinkButton1 {
            display: none; } }

#top_content01 .section_inner .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 80px; }
  #top_content01 .section_inner .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

#top_service {
  background: rgba(0, 62, 139, 0.1);
  background-image: url(/img/parts/kirakira.png);
  background-repeat: no-repeat;
  background-position: top 60px right 60px;
  background-size: 25%; }
  #top_service .Heading1:before {
    background-image: url(/img/titleicon/service.svg); }
  #top_service ul.service_category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    #top_service ul.service_category li {
      width: 24%; }
      @media only screen and (max-width: 425px) {
        #top_service ul.service_category li {
          width: 50%; } }
      #top_service ul.service_category li:nth-child(1) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s; }
      #top_service ul.service_category li:nth-child(2) {
        -webkit-animation-delay: .1s;
        animation-delay: .1s; }
      #top_service ul.service_category li:nth-child(3) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s; }
      #top_service ul.service_category li:nth-child(4) {
        -webkit-animation-delay: .3s;
        animation-delay: .3s; }
      #top_service ul.service_category li a {
        padding: 20px 30px;
        display: block; }
        #top_service ul.service_category li a img {
          width: 100%;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
        #top_service ul.service_category li a span {
          display: block;
          font-size: 20px;
          font-weight: 500;
          letter-spacing: 2px; }
          @media only screen and (max-width: 768px) {
            #top_service ul.service_category li a span {
              font-size: 18px; } }
        #top_service ul.service_category li a:hover img {
          -webkit-transform: translateY(-10px);
          -ms-transform: translateY(-10px);
          transform: translateY(-10px); }

.Sunday_banner {
  padding-bottom: 60px; }

.Sunday_banner a img {
  width: 100%; }

@media only screen and (max-width: 425px) {
  .Sunday_banner a img.pc {
    display: none; } }

.Sunday_banner a img.sp {
  display: none; }

@media only screen and (max-width: 425px) {
  .Sunday_banner a img.sp {
    display: block; } }

#top_media .Heading1:before {
  background-image: url(/img/titleicon/media.svg); }

#top_step {
  background: rgba(0, 62, 139, 0.1); }
  #top_step .Heading1:before {
    background-image: url(/img/titleicon/step.svg); }
  #top_step ul {
    background: #fafafa;
    padding: 40px 60px;
    border-radius: 20px; }
    @media only screen and (max-width: 1000px) {
      #top_step ul {
        padding: 40px 20px; } }
    #top_step ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 20px 0; }
      #top_step ul li .img_box {
        background: #003e8b;
        width: 80px;
        height: 80px;
        border-radius: 100%;
        margin-right: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative; }
        @media only screen and (max-width: 425px) {
          #top_step ul li .img_box {
            width: 60px;
            height: 60px; } }
        #top_step ul li .img_box img {
          width: 60%; }
        #top_step ul li .img_box span {
          display: block;
          width: 6px;
          height: 40px;
          background: rgba(0, 62, 139, 0.4);
          position: absolute;
          top: 80px; }
          @media only screen and (max-width: 1300px) {
            #top_step ul li .img_box span {
              height: 100px; } }
          @media only screen and (max-width: 425px) {
            #top_step ul li .img_box span {
              top: 60px;
              height: 140px; } }
    #top_step ul .txt_box {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      #top_step ul .txt_box h3 {
        color: #003e8b;
        font-size: 22px; }

#top_comment {
  background: rgba(0, 62, 139, 0.1); }
  #top_comment .Heading1:before {
    background-image: url(/img/titleicon/comment.svg); }
  #top_comment .comment_list {
    background: #fafafa;
    padding: 40px 60px;
    border-radius: 20px;
    position: relative; }
    @media only screen and (max-width: 1000px) {
      #top_comment .comment_list {
        padding: 40px; } }
    @media only screen and (max-width: 768px) {
      #top_comment .comment_list {
        padding: 40px 20px; } }
    #top_comment .comment_list .Character {
      position: absolute;
      bottom: 10px;
      right: -30px;
      width: 100px; }
      @media only screen and (max-width: 1000px) {
        #top_comment .comment_list .Character {
          bottom: 0px;
          width: 80px; } }
      @media only screen and (max-width: 768px) {
        #top_comment .comment_list .Character {
          width: 60px;
          bottom: -80px;
          right: 0px; } }
      #top_comment .comment_list .Character img {
        width: 100%; }
    #top_comment .comment_list ul li {
      color: #003e8b;
      padding: 10px 40px;
      position: relative; }
      @media only screen and (max-width: 768px) {
        #top_comment .comment_list ul li {
          padding: 10px 20px 10px 40px; } }
      #top_comment .comment_list ul li:before {
        content: "";
        display: block;
        width: 25px;
        height: 25px;
        background-image: url(/img/parts/chat.svg);
        background-size: cover;
        background-position: center;
        position: absolute;
        top: 10px;
        left: 0; }

.price_Column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 425px) {
    .price_Column {
      display: block; } }
  .price_Column .Column_Left, .price_Column .Column_Right {
    width: 47%; }
    @media only screen and (max-width: 425px) {
      .price_Column .Column_Left, .price_Column .Column_Right {
        width: 100%; } }
    .price_Column .Column_Left .price_title, .price_Column .Column_Right .price_title {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 5px; }
    .price_Column .Column_Left .Comments, .price_Column .Column_Right .Comments {
      margin-bottom: 40px;
      text-align: right; }
    .price_Column .Column_Left table, .price_Column .Column_Right table {
      border-collapse: collapse;
      border-spacing: 0;
      color: #003e8b;
      font-weight: 500;
      width: 100%;
      line-height: 2;
      letter-spacing: 2px;
      -webkit-box-shadow: 0px 0px 20px -5px rgba(119, 119, 119, 0.5);
      box-shadow: 0px 0px 20px -5px rgba(119, 119, 119, 0.5); }
      .price_Column .Column_Left table tr, .price_Column .Column_Right table tr {
        border-bottom: solid 2px rgba(0, 62, 139, 0.3); }
        .price_Column .Column_Left table tr:last-child, .price_Column .Column_Right table tr:last-child {
          border-bottom: none; }
        .price_Column .Column_Left table tr th, .price_Column .Column_Right table tr th {
          padding: 10px 20px;
          background: rgba(0, 62, 139, 0.2);
          vertical-align: middle;
          width: 50%;
          text-align: left; }
        .price_Column .Column_Left table tr td, .price_Column .Column_Right table tr td {
          padding: 10px 20px;
          vertical-align: middle;
          background: rgba(0, 62, 139, 0.1);
          text-align: right;
          font-size: 18px;
          font-weight: 600; }
          @media only screen and (max-width: 425px) {
            .price_Column .Column_Left table tr td, .price_Column .Column_Right table tr td {
              font-size: 14px; } }
          .price_Column .Column_Left table tr td small, .price_Column .Column_Right table tr td small {
            margin-left: 3px; }

.page_title {
  background: -webkit-linear-gradient(290deg, #003e8b, rgba(0, 62, 139, 0.8));
  background: -o-linear-gradient(290deg, #003e8b, rgba(0, 62, 139, 0.8));
  background: linear-gradient(160deg, #003e8b, rgba(0, 62, 139, 0.8)); }
  .page_title .inner {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding: 80px 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 1000px) {
      .page_title .inner {
        display: block; } }
    .page_title .inner .Heading1 {
      width: 40%; }
      @media only screen and (max-width: 1000px) {
        .page_title .inner .Heading1 {
          width: 100%; } }
      .page_title .inner .Heading1 h1 {
        color: rgba(250, 250, 250, 0.9); }
        .page_title .inner .Heading1 h1 span {
          color: rgba(250, 250, 250, 0.9); }
    .page_title .inner p {
      font-size: 16px;
      letter-spacing: 2px;
      color: rgba(250, 250, 250, 0.9); }
      .page_title .inner p .LinkButton2 {
        color: rgba(250, 250, 250, 0.9);
        border-bottom: solid 1px rgba(250, 250, 250, 0.9); }
        .page_title .inner p .LinkButton2:after {
          background-image: url(/img/parts/arrow_white.svg); }

#about .Heading1:before {
  background-image: url(/img/titleicon/company2.svg); }

#about .about_content1, #about .about_content2, #about .about_content3 {
  padding: 60px 0; }
  #about .about_content1 .about_title, #about .about_content2 .about_title, #about .about_content3 .about_title {
    color: #003e8b;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px; }
    @media only screen and (max-width: 768px) {
      #about .about_content1 .about_title, #about .about_content2 .about_title, #about .about_content3 .about_title {
        display: block;
        margin-bottom: 20px; } }
    #about .about_content1 .about_title h2, #about .about_content2 .about_title h2, #about .about_content3 .about_title h2 {
      position: relative;
      font-size: 30px;
      letter-spacing: 2px; }
      @media only screen and (max-width: 1000px) {
        #about .about_content1 .about_title h2, #about .about_content2 .about_title h2, #about .about_content3 .about_title h2 {
          font-size: 24px; } }
      @media only screen and (max-width: 425px) {
        #about .about_content1 .about_title h2, #about .about_content2 .about_title h2, #about .about_content3 .about_title h2 {
          font-size: 18px;
          letter-spacing: 0px; } }
      #about .about_content1 .about_title h2 br, #about .about_content2 .about_title h2 br, #about .about_content3 .about_title h2 br {
        display: none; }
        @media only screen and (max-width: 768px) {
          #about .about_content1 .about_title h2 br, #about .about_content2 .about_title h2 br, #about .about_content3 .about_title h2 br {
            display: block; } }
      #about .about_content1 .about_title h2:before, #about .about_content2 .about_title h2:before, #about .about_content3 .about_title h2:before {
        content: "";
        display: block;
        width: 110%;
        height: 5px;
        background: #003e8b;
        position: absolute;
        bottom: -5px;
        left: -5%; }
        @media only screen and (max-width: 768px) {
          #about .about_content1 .about_title h2:before, #about .about_content2 .about_title h2:before, #about .about_content3 .about_title h2:before {
            display: none; } }
    #about .about_content1 .about_title span.wow, #about .about_content2 .about_title span.wow, #about .about_content3 .about_title span.wow {
      width: 150px;
      height: 100px;
      background-image: url(/img/page/about/comment.svg);
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center;
      font-size: 14px;
      line-height: 1.2;
      letter-spacing: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-left: -150px;
      margin-top: -40px;
      -webkit-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      transform: rotate(-20deg);
      -webkit-animation: about_title 1s .5s both;
      animation: about_title 1s .5s both; }

@-webkit-keyframes about_title {
  0% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg); }
  20% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }
  30% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg); }
  40% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }
  50% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg); } }

@keyframes about_title {
  0% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg); }
  20% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }
  30% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg); }
  40% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }
  50% {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg); } }
      @media only screen and (max-width: 768px) {
        #about .about_content1 .about_title span.wow, #about .about_content2 .about_title span.wow, #about .about_content3 .about_title span.wow {
          width: auto;
          height: auto;
          background-image: none;
          -webkit-animation: none;
          animation: none;
          -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
          display: block;
          margin: 0;
          font-size: 18px;
          color: #333; }
          #about .about_content1 .about_title span.wow br, #about .about_content2 .about_title span.wow br, #about .about_content3 .about_title span.wow br {
            display: none; } }
      @media only screen and (max-width: 768px) {
        #about .about_content1 .about_title span.wow, #about .about_content2 .about_title span.wow, #about .about_content3 .about_title span.wow {
          font-size: 14px; } }
  #about .about_content1 .about_txt, #about .about_content2 .about_txt, #about .about_content3 .about_txt {
    max-width: 700px;
    text-align: center;
    margin: auto;
    padding-bottom: 40px; }
    @media only screen and (max-width: 425px) {
      #about .about_content1 .about_txt, #about .about_content2 .about_txt, #about .about_content3 .about_txt {
        text-align: left; } }
  #about .about_content1 .about_Column, #about .about_content2 .about_Column, #about .about_content3 .about_Column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    @media only screen and (max-width: 425px) {
      #about .about_content1 .about_Column, #about .about_content2 .about_Column, #about .about_content3 .about_Column {
        display: block; } }
    #about .about_content1 .about_Column .Column_box, #about .about_content2 .about_Column .Column_box, #about .about_content3 .about_Column .Column_box {
      width: 30%; }
      @media only screen and (max-width: 1000px) {
        #about .about_content1 .about_Column .Column_box, #about .about_content2 .about_Column .Column_box, #about .about_content3 .about_Column .Column_box {
          width: 50%; } }
      @media only screen and (max-width: 425px) {
        #about .about_content1 .about_Column .Column_box, #about .about_content2 .about_Column .Column_box, #about .about_content3 .about_Column .Column_box {
          width: 100%; } }
    #about .about_content1 .about_Column .arrow, #about .about_content2 .about_Column .arrow, #about .about_content3 .about_Column .arrow {
      display: block;
      width: 5%;
      margin: 0 40px; }
      @media only screen and (max-width: 1000px) {
        #about .about_content1 .about_Column .arrow, #about .about_content2 .about_Column .arrow, #about .about_content3 .about_Column .arrow {
          width: 10%; } }
      @media only screen and (max-width: 425px) {
        #about .about_content1 .about_Column .arrow, #about .about_content2 .about_Column .arrow, #about .about_content3 .about_Column .arrow {
          width: 60px;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg);
          margin: 40px auto; } }
      #about .about_content1 .about_Column .arrow img, #about .about_content2 .about_Column .arrow img, #about .about_content3 .about_Column .arrow img {
        width: 100%; }
  #about .about_content1 .before, #about .about_content2 .before, #about .about_content3 .before {
    background: #ccc;
    padding: 20px;
    width: 100%;
    border-radius: 10px; }
    #about .about_content1 .before ul, #about .about_content2 .before ul, #about .about_content3 .before ul {
      width: 100%; }
      #about .about_content1 .before ul li, #about .about_content2 .before ul li, #about .about_content3 .before ul li {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        @media only screen and (max-width: 1000px) {
          #about .about_content1 .before ul li, #about .about_content2 .before ul li, #about .about_content3 .before ul li {
            font-size: 16px; } }
  #about .about_content1 .after.wow, #about .about_content2 .after.wow, #about .about_content3 .after.wow {
    background: #ff9e00;
    color: #fafafa;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: after .6s .6s both;
    animation: after .6s .6s both; }

@-webkit-keyframes after {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  30% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4); }
  60% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes after {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  30% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4); }
  60% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
    @media only screen and (max-width: 1000px) {
      #about .about_content1 .after.wow, #about .about_content2 .after.wow, #about .about_content3 .after.wow {
        margin: auto; } }
    #about .about_content1 .after.wow p, #about .about_content2 .after.wow p, #about .about_content3 .after.wow p {
      line-height: 1;
      padding: 0;
      margin: 0; }
      #about .about_content1 .after.wow p:nth-child(1), #about .about_content2 .after.wow p:nth-child(1), #about .about_content3 .after.wow p:nth-child(1) {
        font-size: 20px;
        padding-bottom: 4px; }
      #about .about_content1 .after.wow p:nth-child(2), #about .about_content2 .after.wow p:nth-child(2), #about .about_content3 .after.wow p:nth-child(2) {
        font-size: 30px; }
      #about .about_content1 .after.wow p:nth-child(3), #about .about_content2 .after.wow p:nth-child(3), #about .about_content3 .after.wow p:nth-child(3) {
        font-size: 46px; }
  #about .about_content1 .Emphasis, #about .about_content2 .Emphasis, #about .about_content3 .Emphasis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 200px;
    height: 40px;
    padding-bottom: 6px; }
    @media only screen and (max-width: 1000px) {
      #about .about_content1 .Emphasis, #about .about_content2 .Emphasis, #about .about_content3 .Emphasis {
        margin: auto; } }
    #about .about_content1 .Emphasis span.wow, #about .about_content2 .Emphasis span.wow, #about .about_content3 .Emphasis span.wow {
      display: block;
      width: 8px;
      height: 30px;
      border-radius: 10px;
      background: #ff9e00;
      margin: 0 10px;
      -webkit-animation: Emphasis .3s both;
      animation: Emphasis .3s both; }

@-webkit-keyframes Emphasis {
  0% {
    opacity: 0; } }

@keyframes Emphasis {
  0% {
    opacity: 0; } }
      #about .about_content1 .Emphasis span.wow:nth-child(1), #about .about_content2 .Emphasis span.wow:nth-child(1), #about .about_content3 .Emphasis span.wow:nth-child(1) {
        -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg);
        -webkit-animation-delay: 1s;
        animation-delay: 1s; }
      #about .about_content1 .Emphasis span.wow:nth-child(2), #about .about_content2 .Emphasis span.wow:nth-child(2), #about .about_content3 .Emphasis span.wow:nth-child(2) {
        margin-top: -3px;
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s; }
      #about .about_content1 .Emphasis span.wow:nth-child(3), #about .about_content2 .Emphasis span.wow:nth-child(3), #about .about_content3 .Emphasis span.wow:nth-child(3) {
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s; }

#about .about_content3 ul.graph_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 30px; }
  #about .about_content3 ul.graph_category li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px; }
    @media only screen and (max-width: 768px) {
      #about .about_content3 ul.graph_category li {
        width: 50%;
        margin-bottom: 10px;
        padding: 0; } }
    #about .about_content3 ul.graph_category li span {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 5px; }
    #about .about_content3 ul.graph_category li:nth-child(1) span {
      background: #f78f87; }
    #about .about_content3 ul.graph_category li:nth-child(2) span {
      background: #facc4e; }
    #about .about_content3 ul.graph_category li:nth-child(3) span {
      background: #68b0e0; }
    #about .about_content3 ul.graph_category li:nth-child(4) span {
      background: #81d852; }

#about .about_content3 .graph1, #about .about_content3 .graph2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    #about .about_content3 .graph1, #about .about_content3 .graph2 {
      display: block;
      margin-bottom: 0px; } }
  #about .about_content3 .graph1 p, #about .about_content3 .graph2 p {
    width: 150px;
    margin: 0;
    line-height: 1.2; }
    @media only screen and (max-width: 768px) {
      #about .about_content3 .graph1 p, #about .about_content3 .graph2 p {
        width: auto;
        margin-bottom: 5px; }
        #about .about_content3 .graph1 p br, #about .about_content3 .graph2 p br {
          display: none; } }
  #about .about_content3 .graph1 svg, #about .about_content3 .graph2 svg {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    #about .about_content3 .graph1 svg text, #about .about_content3 .graph2 svg text {
      font-size: 28px;
      opacity: .9;
      text-anchor: middle;
      fill: #fafafa;
      -webkit-animation: graph_txt .3s both;
      animation: graph_txt .3s both; }
    #about .about_content3 .graph1 svg rect, #about .about_content3 .graph2 svg rect {
      height: 50px;
      -webkit-animation: graph .5s both;
      animation: graph .5s both; }
    #about .about_content3 .graph1 svg text.txt0, #about .about_content3 .graph2 svg text.txt0 {
      font-size: 22px;
      opacity: 1;
      fill: #777; }
    #about .about_content3 .graph1 svg polyline.box0, #about .about_content3 .graph2 svg polyline.box0 {
      fill: none;
      stroke: #777;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-miterlimit: 10;
      -webkit-animation: graph_txt .3s .4s both;
      animation: graph_txt .3s .4s both; }

#about .about_content3 .graph1 .wow.box1 {
  width: 50%;
  fill: #f78f87; }

#about .about_content3 .graph1 .wow.box2 {
  width: 10%;
  fill: #facc4e; }

#about .about_content3 .graph1 .wow.box3 {
  width: 40%;
  fill: #68b0e0; }

#about .about_content3 .graph2 .wow.box1 {
  width: 10%;
  fill: #f78f87; }

#about .about_content3 .graph2 .wow.box2 {
  fill: #facc4e;
  width: 20%; }

#about .about_content3 .graph2 .wow.box3 {
  fill: #68b0e0;
  width: 40%; }

#about .about_content3 .graph2 .wow.box4 {
  fill: #81d852;
  width: 10%; }

#about .about_content3 .wow.txt1 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s; }

#about .about_content3 .wow.txt2 {
  -webkit-animation-delay: .6s;
  animation-delay: .6s; }

#about .about_content3 .wow.txt3 {
  -webkit-animation-delay: .8s;
  animation-delay: .8s; }

#about .about_content3 .wow.txt4 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

@-webkit-keyframes graph_txt {
  from {
    opacity: 0; } }

@keyframes graph_txt {
  from {
    opacity: 0; } }

@-webkit-keyframes graph {
  from {
    width: 0%; } }

@keyframes graph {
  from {
    width: 0%; } }

#faq .Heading1:before {
  background-image: url(/img/titleicon/faq2.svg); }

#faq .faq_title {
  font-size: 22px;
  font-weight: 500;
  padding: 60px 0 40px; }
  #faq .faq_title:first-child {
    padding: 0px 0 40px; }

#faq .faq_box {
  margin-bottom: 40px; }
  #faq .faq_box p {
    line-height: 1.6;
    margin-bottom: 10px; }
  #faq .faq_box_Q {
    padding-left: 50px;
    position: relative;
    color: #003e8b;
    font-size: 18px;
    font-weight: 500; }
    @media only screen and (max-width: 425px) {
      #faq .faq_box_Q {
        padding-left: 40px; } }
    #faq .faq_box_Q:after {
      content: "？";
      display: inline-block;
      width: 26px;
      height: 26px;
      background: #003e8b;
      font-size: 18px;
      font-weight: 400;
      text-align: center;
      color: #fafafa;
      border-radius: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
      @media only screen and (max-width: 425px) {
        #faq .faq_box_Q:after {
          margin: 0; } }
  #faq .faq_box_A {
    padding-left: 50px;
    font-size: 16px; }
    @media only screen and (max-width: 425px) {
      #faq .faq_box_A {
        padding-left: 0; } }

#price .Heading1:before {
  background-image: url(/img/titleicon/price2.svg); }

#contact .Heading1:before {
  background-image: url(/img/titleicon/contact2.svg); }

#contact form {
  max-width: 700px;
  width: 100%;
  margin: auto; }
  #contact form p {
    margin: 0; }
  #contact form input, #contact form textarea {
    width: 100%;
    border: solid 2px #003e8b;
    resize: vertical;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    margin-bottom: 10px;
    outline: 0;
    border-radius: 5px; }
  #contact form textarea {
    height: 300px;
    line-height: 1.6; }
  #contact form button {
    display: block;
    width: 150px;
    margin: auto;
    background: #003e8b;
    color: #fafafa;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    letter-spacing: 2px;
    border: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    #contact form button:hover {
      opacity: .6; }

#step .Heading1:before {
  background-image: url(/img/titleicon/step2.svg); }

#step .section_inner ul {
  background: #fafafa;
  border-radius: 20px; }
  @media only screen and (max-width: 1000px) {
    #step .section_inner ul {
      padding: 40px 20px; } }
  #step .section_inner ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0; }
    #step .section_inner ul li .img_box {
      background: #003e8b;
      width: 80px;
      height: 80px;
      border-radius: 100%;
      margin-right: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative; }
      @media only screen and (max-width: 425px) {
        #step .section_inner ul li .img_box {
          width: 60px;
          height: 60px; } }
      #step .section_inner ul li .img_box img {
        width: 60%; }
      #step .section_inner ul li .img_box:before {
        content: "";
        display: block;
        width: 6px;
        height: 40px;
        background: rgba(0, 62, 139, 0.4);
        position: absolute;
        top: 80px; }
        @media only screen and (max-width: 1300px) {
          #step .section_inner ul li .img_box:before {
            height: 100px; } }
        @media only screen and (max-width: 425px) {
          #step .section_inner ul li .img_box:before {
            top: 60px;
            height: 140px; } }
    #step .section_inner ul li:last-child .img_box:before {
      display: none; }
  #step .section_inner ul .txt_box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    #step .section_inner ul .txt_box h3 {
      color: #003e8b;
      font-size: 22px; }

.service_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0 80px; }
  @media only screen and (max-width: 425px) {
    .service_step {
      display: block;
      padding: 40px 0 0; } }
  .service_step .step {
    width: 45%;
    padding: 40px 0; }
    @media only screen and (max-width: 425px) {
      .service_step .step {
        width: 100%; } }
    .service_step .step .img_box {
      width: 100%;
      position: relative; }
      .service_step .step .img_box span {
        font-size: 40px;
        position: absolute;
        top: -30px;
        left: 20px;
        color: #fafafa;
        background: #003e8b;
        padding: 0 20px;
        border-radius: 10px; }
      .service_step .step .img_box img {
        width: 100%;
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover; }
        @media only screen and (max-width: 768px) {
          .service_step .step .img_box img {
            height: 200px; } }
    .service_step .step .txt_box h3 {
      color: #003e8b;
      font-size: 20px; }
    .service_step .step:nth-child(2), .service_step .step:nth-child(4) {
      position: relative;
      bottom: -150px; }
      @media only screen and (max-width: 425px) {
        .service_step .step:nth-child(2), .service_step .step:nth-child(4) {
          bottom: auto; } }

#kimono .Heading1:before {
  background-image: url(/img/titleicon/kimono2.svg); }

#kimono .service_about1 {
  text-align: center;
  font-size: 34px;
  color: #003e8b;
  letter-spacing: 2px; }
  @media only screen and (max-width: 425px) {
    #kimono .service_about1 {
      font-size: 20px;
      letter-spacing: 0px; } }
  #kimono .service_about1 span {
    color: #003e8b;
    display: block;
    font-size: .8em; }

#kimono .Column.service_about2 {
  padding-bottom: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #kimono .Column.service_about2 .Column_Left {
    text-align: right; }
    @media only screen and (max-width: 1000px) {
      #kimono .Column.service_about2 .Column_Left {
        text-align: center; } }
    #kimono .Column.service_about2 .Column_Left img {
      width: 80%;
      -webkit-box-shadow: 0px 0px 20px -5px #333333;
      box-shadow: 0px 0px 20px -5px #333333; }

#kimono .page_title + section {
  background-image: url(/img/page/kimono/bg.png);
  background-repeat: no-repeat;
  background-size: 100%; }

#irui .Heading1:before {
  background-image: url(/img/titleicon/shirt2.svg); }

#irui .page_title + section {
  background-image: url(/img/page/irui/bg.png);
  background-repeat: no-repeat;
  background-size: 100%; }

#irui .service_about1 {
  text-align: center;
  font-size: 34px;
  color: #003e8b;
  letter-spacing: 2px; }
  @media only screen and (max-width: 425px) {
    #irui .service_about1 {
      font-size: 20px;
      letter-spacing: 0px; } }
  #irui .service_about1 span {
    color: #003e8b;
    display: block;
    font-size: .8em; }

#irui ul.irui_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  text-align: center; }
  #irui ul.irui_price li {
    width: 48%;
    border: solid 5px #003e8b;
    border-radius: 10px;
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: #fafafa; }
    @media only screen and (max-width: 425px) {
      #irui ul.irui_price li {
        width: 100%;
        font-size: 24px; } }
    #irui ul.irui_price li span {
      color: #fafafa;
      background: #003e8b;
      font-size: 22px;
      display: block;
      padding: 5px 0;
      margin-bottom: 20px; }
      #irui ul.irui_price li span small {
        font-size: .8em;
        display: block; }
    #irui ul.irui_price li .Comments {
      text-align: center; }

#irui .irui_simulator {
  padding: 0 0 40px;
  border: solid 5px #003e8b;
  background: #fafafa;
  border-radius: 10px;
  margin-bottom: 60px; }
  #irui .irui_simulator h2 {
    text-align: center;
    font-size: 30px;
    line-height: 1.4;
    color: #fafafa;
    letter-spacing: 2px;
    padding: 10px 0;
    margin-bottom: 20px;
    background: #003e8b; }
  #irui .irui_simulator table {
    display: block;
    padding: 20px 60px;
    max-width: 800px;
    width: 100%;
    margin: auto; }
    #irui .irui_simulator table tr:nth-child(4) {
      border-bottom: none; }
    #irui .irui_simulator table tr:nth-child(1) {
      border-bottom: none; }
    #irui .irui_simulator table tr:nth-child(5) {
      border-bottom: none; }
    #irui .irui_simulator table tr {
      border-bottom: solid 1px #aaa; }
      #irui .irui_simulator table tr th {
        padding: 10px 20px;
        font-size: 18px;
        letter-spacing: 1px;
        text-align: center;
        color: #444;
        font-weight: 400; }
        #irui .irui_simulator table tr th:nth-child(1) {
          text-align: left; }
      #irui .irui_simulator table tr td {
        padding: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: right;
        font-size: 18px;
        font-weight: 600; }
        #irui .irui_simulator table tr td input[type="text"] {
          font-size: 18px;
          font-weight: 600;
          margin-top: -6px;
          padding: 0;
          border: none;
          border-radius: 0;
          outline: none;
          background: none;
          text-align: right; }
        #irui .irui_simulator table tr td select {
          font-size: 18px;
          font-weight: 600;
          border: none;
          outline: none;
          width: 50px;
          height: 40px; }
        #irui .irui_simulator table tr td .sp_txt {
          display: none; }
        #irui .irui_simulator table tr td small {
          font-size: .8em;
          padding: 0 2px; }
      #irui .irui_simulator table tr td.category {
        text-align: left;
        width: 400px;
        background: #eaeaea; }
      #irui .irui_simulator table tr td.unit {
        background: #eaeaea;
        width: 100px; }
      #irui .irui_simulator table tr td.quantity {
        width: 50px;
        background: #eaeaea; }
      #irui .irui_simulator table tr td.price {
        width: 200px;
        background: #eaeaea; }
    #irui .irui_simulator table .total input[type="text"] {
      width: 80px;
      font-size: .9em;
      color: #888; }
    #irui .irui_simulator table .total span {
      font-size: .8em;
      opacity: .8;
      color: #888; }
  #irui .irui_simulator .total_price {
    background: #fafafa;
    display: block;
    padding: 20px 60px;
    max-width: 800px;
    width: 90%;
    margin: auto;
    text-align: center; }
    #irui .irui_simulator .total_price_discount {
      font-size: 16px;
      color: #888;
      margin-bottom: 30px;
      border: solid 2px #ccc;
      padding: 20px 100px;
      border-radius: 10px;
      display: inline-block;
      text-align: left;
      font-weight: 400; }
      #irui .irui_simulator .total_price_discount h3 {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 15px; }
      #irui .irui_simulator .total_price_discount p {
        margin-bottom: 10px; }
      #irui .irui_simulator .total_price_discount input {
        text-align: right;
        border: none;
        background: none;
        width: 40px;
        font-weight: 400;
        font-size: 16px;
        color: #888;
        margin-top: -4px; }
    #irui .irui_simulator .total_price_inner {
      padding: 20px 0; }
      #irui .irui_simulator .total_price_inner h3 {
        font-size: 24px;
        margin-bottom: 30px;
        letter-spacing: 2px; }
      #irui .irui_simulator .total_price_inner input {
        text-align: right;
        border: none;
        background: none; }
      #irui .irui_simulator .total_price_inner .tax_excluded {
        font-size: 14px;
        color: #888; }
        #irui .irui_simulator .total_price_inner .tax_excluded input {
          width: 70px;
          font-size: 16px;
          font-size: 16px;
          font-weight: 600;
          color: #888;
          margin-top: -8px; }
      #irui .irui_simulator .total_price_inner .tax_included {
        font-size: 20px; }
        #irui .irui_simulator .total_price_inner .tax_included input {
          width: 200px;
          letter-spacing: 2px;
          font-size: 50px;
          font-weight: 600;
          color: #003e8b;
          margin-top: -20px; }

@media screen and (max-width: 425px) {
  #irui .irui_simulator h2 {
    font-size: 20px; }
  #irui .irui_simulator tbody {
    display: block;
    width: 100%; }
  #irui .irui_simulator table {
    padding: 0; }
    #irui .irui_simulator table tr {
      margin: auto;
      width: 90%;
      display: block; }
      #irui .irui_simulator table tr th {
        display: none; }
      #irui .irui_simulator table tr td {
        display: inline-block;
        position: relative; }
        #irui .irui_simulator table tr td .sp_txt {
          display: block;
          position: absolute;
          left: 10px;
          font-weight: 300; }
      #irui .irui_simulator table tr td.category {
        display: none;
        width: 100%; }
      #irui .irui_simulator table tr td.unit {
        background: #eaeaea;
        width: 100%;
        font-size: 20px; }
        #irui .irui_simulator table tr td.unit .sp_txt {
          font-size: 20px;
          font-weight: bold; }
      #irui .irui_simulator table tr td.quantity {
        width: 100%;
        background: #eaeaea; }
        #irui .irui_simulator table tr td.quantity .sp_txt {
          top: 31px; }
      #irui .irui_simulator table tr td.price {
        width: 100%;
        background: #eaeaea; }
    #irui .irui_simulator table .total {
      background: #fafafa;
      text-align: right; }
      #irui .irui_simulator table .total td:nth-child(2) {
        display: none; }
  #irui .irui_simulator .total_price {
    background: #fafafa;
    padding: 0;
    max-width: 800px;
    margin: auto;
    text-align: center; }
    #irui .irui_simulator .total_price_discount {
      margin-top: 10px;
      border: none;
      padding: 10px;
      width: 100%; }
    #irui .irui_simulator .total_price_inner {
      padding: 20px 0; }
      #irui .irui_simulator .total_price_inner h3 {
        font-size: 16px;
        margin-bottom: 30px;
        letter-spacing: 2px; }
      #irui .irui_simulator .total_price_inner input {
        text-align: right;
        border: none;
        background: none; }
      #irui .irui_simulator .total_price_inner .tax_excluded {
        font-size: 14px;
        color: #888; }
        #irui .irui_simulator .total_price_inner .tax_excluded input {
          width: 50px;
          font-size: 16px;
          font-size: 16px;
          font-weight: 600;
          color: #888;
          margin-top: -8px; }
      #irui .irui_simulator .total_price_inner .tax_included {
        font-size: 20px; }
        #irui .irui_simulator .total_price_inner .tax_included input {
          width: 200px;
          letter-spacing: 2px;
          font-size: 50px;
          font-weight: 600;
          margin-top: -20px; } }

#futon .Heading1:before {
  background-image: url(/img/titleicon/futon2.svg); }

#futon .page_title + section {
  background-image: url(/img/page/futon/bg.png);
  background-repeat: no-repeat;
  background-size: 100%; }

#futon .service_about1 {
  text-align: center;
  font-size: 34px;
  color: #003e8b;
  letter-spacing: 2px; }
  @media only screen and (max-width: 425px) {
    #futon .service_about1 {
      font-size: 20px; } }
  #futon .service_about1 span {
    color: #003e8b;
    display: block;
    font-size: .8em; }

#futon ul.futon_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  text-align: center; }
  #futon ul.futon_price li {
    width: 48%;
    border: solid 5px #003e8b;
    border-radius: 10px;
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: #fafafa; }
    @media only screen and (max-width: 425px) {
      #futon ul.futon_price li {
        width: 100%;
        font-size: 24px; } }
    #futon ul.futon_price li span {
      color: #fafafa;
      background: #003e8b;
      font-size: 22px;
      display: block;
      padding: 5px 0;
      margin-bottom: 20px; }
      #futon ul.futon_price li span small {
        font-size: .8em;
        display: block; }
    #futon ul.futon_price li .Comments {
      text-align: center; }

#carpet .Heading1:before {
  background-image: url(/img/titleicon/carpet2.svg); }

#carpet .page_title + section {
  background-image: url(/img/page/carpet/bg.png);
  background-repeat: no-repeat;
  background-size: 100%; }

#carpet .service_about1 {
  text-align: center;
  font-size: 24px;
  color: #003e8b;
  letter-spacing: 2px;
  padding-bottom: 40px; }
  @media only screen and (max-width: 425px) {
    #carpet .service_about1 {
      font-size: 20px;
      letter-spacing: 0; } }
  #carpet .service_about1 span {
    color: #003e8b;
    display: block;
    font-size: .8em; }

#carpet ul.carpet_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  text-align: center; }
  #carpet ul.carpet_price li {
    width: 30%;
    border: solid 5px #003e8b;
    border-radius: 10px;
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: #fafafa; }
    @media only screen and (max-width: 425px) {
      #carpet ul.carpet_price li {
        width: 100%;
        font-size: 24px; } }
    #carpet ul.carpet_price li span {
      color: #fafafa;
      background: #003e8b;
      font-size: 1.2em;
      display: block;
      padding: 5px 0;
      margin-bottom: 20px; }

#carpet .carpet_simulator {
  border: solid 5px #003e8b;
  border-radius: 10px;
  text-align: center;
  margin: auto;
  margin-bottom: 60px;
  padding-bottom: 20px; }
  #carpet .carpet_simulator h2 {
    color: #fafafa;
    background: #003e8b;
    font-size: 30px;
    margin-bottom: 40px;
    padding: 10px 0; }
  #carpet .carpet_simulator p {
    line-height: 1.6;
    font-size: 18px; }
  #carpet .carpet_simulator .calculation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #carpet .carpet_simulator .calculation .size {
      font-size: 30px; }
      #carpet .carpet_simulator .calculation .size input[type="text"] {
        border: none;
        border-radius: 0;
        outline: none;
        width: auto;
        padding: 20px 0;
        margin: 0 10px;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        border: solid 4px #003e8b;
        border-radius: 10px; }
    #carpet .carpet_simulator .calculation .x {
      padding: 0 20px;
      font-size: 60px;
      opacity: .4; }
  #carpet .carpet_simulator .result {
    font-size: 28px;
    font-weight: 600; }
    #carpet .carpet_simulator .result #carpet_size, #carpet .carpet_simulator .result #carpet_price {
      -webkit-transition: 2s;
      -o-transition: 2s;
      transition: 2s;
      font-size: 20px;
      margin-bottom: 15px; }
      #carpet .carpet_simulator .result #carpet_size br, #carpet .carpet_simulator .result #carpet_price br {
        display: none; }
      #carpet .carpet_simulator .result #carpet_size span:nth-child(2), #carpet .carpet_simulator .result #carpet_price span:nth-child(2) {
        font-size: 2.4em;
        color: #003e8b;
        font-weight: bold;
        padding-left: 10px; }
      #carpet .carpet_simulator .result #carpet_size span:nth-child(3), #carpet .carpet_simulator .result #carpet_price span:nth-child(3) {
        font-size: 1.4em;
        padding: 0 10px 0 5px; }
      #carpet .carpet_simulator .result #carpet_size span.over, #carpet .carpet_simulator .result #carpet_price span.over {
        font-size: 20px;
        color: #333; }
  #carpet .carpet_simulator #carpet_btn {
    cursor: pointer;
    width: 200px;
    margin: 0 auto 10px;
    font-size: 20px;
    letter-spacing: 2px;
    padding: 10px 0;
    background: #003e8b;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 10px;
    font-weight: 300; }
    #carpet .carpet_simulator #carpet_btn:hover {
      opacity: .6; }
  #carpet .carpet_simulator #carpet_reset {
    cursor: pointer;
    width: 200px;
    margin: 0 auto 10px;
    text-decoration: underline;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    #carpet .carpet_simulator #carpet_reset:hover {
      opacity: .6; }

@media only screen and (max-width: 425px) {
  #carpet .carpet_simulator h2 {
    font-size: 20px; }
  #carpet .carpet_simulator p {
    font-size: 16px;
    padding: 0 20px;
    text-align: left; }
  #carpet .carpet_simulator .calculation {
    display: block;
    padding: 40px 0 0; }
  #carpet .carpet_simulator .result #carpet_size, #carpet .carpet_simulator .result #carpet_price {
    padding: 20px 0;
    margin: 0; }
    #carpet .carpet_simulator .result #carpet_size br, #carpet .carpet_simulator .result #carpet_price br {
      display: block; }
  #carpet .carpet_simulator #carpet_btn {
    cursor: pointer;
    width: 200px;
    margin: 20px auto 10px;
    font-size: 20px;
    letter-spacing: 2px;
    padding: 20px 20px;
    background: #003e8b;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 10px;
    font-weight: 300; }
    #carpet .carpet_simulator #carpet_btn:hover {
      opacity: .6; }
  #carpet .carpet_simulator #carpet_reset {
    cursor: pointer;
    text-decoration: underline;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    #carpet .carpet_simulator #carpet_reset:hover {
      opacity: .6; } }

#simulator .Heading1:before {
  background-image: url(/img/titleicon/shirt2.svg); }

#simulator .section_inner .txt_box {
  text-align: center; }
  @media only screen and (max-width: 425px) {
    #simulator .section_inner .txt_box {
      text-align: left; } }
  #simulator .section_inner .txt_box h2 {
    color: #003e8b;
    font-size: 36px; }
    @media only screen and (max-width: 425px) {
      #simulator .section_inner .txt_box h2 {
        font-size: 18px; } }

#simulator .section_inner h3 {
  background: #003e8b;
  color: #fafafa;
  text-align: center;
  padding: 10px;
  font-size: 22px;
  letter-spacing: 2px;
  margin: 120px 0 40px;
  border-radius: 10px; }
  @media only screen and (max-width: 425px) {
    #simulator .section_inner h3 {
      font-size: 18px; } }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset; }

input,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.irui_simulator form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  margin: auto; }

.carpet_simulator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1000px;
  width: 100%;
  margin: auto; }
  .carpet_simulator .input_area {
    text-align: center;
    padding: 60px 0 40px; }
    .carpet_simulator .input_area .size {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media only screen and (max-width: 425px) {
        .carpet_simulator .input_area .size {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .carpet_simulator .input_area .size input {
        width: 100px;
        text-align: right;
        border: solid 1px #000;
        border-radius: 5px;
        padding: 5px 10px;
        font-size: 22px;
        margin-right: 5px; }
      .carpet_simulator .input_area .size .x {
        font-size: 40px;
        padding: 10px;
        line-height: 1;
        margin-top: -10px; }
    .carpet_simulator .input_area #carpet_btn {
      background: #003e8b;
      color: #fafafa;
      display: inline-block;
      padding: 5px 20px;
      margin: 40px 0 5px;
      border-radius: 5px; }
  .carpet_simulator #carpet_price {
    width: 100px;
    font-size: 30px;
    font-weight: 600;
    margin-left: 10px;
    text-align: right;
    padding-right: 5px; }
  .carpet_simulator #carpet_size {
    font-size: 14px;
    color: #888;
    text-align: right; }
    .carpet_simulator #carpet_size span:nth-child(2) {
      padding: 0 5px 0 20px; }

.input_area {
  width: 500px;
  border: solid 1px #000;
  padding: 20px 40px;
  border-radius: 10px; }
  @media only screen and (max-width: 1000px) {
    .input_area {
      padding: 20px;
      width: 100%;
      margin-bottom: 20px; } }
  .input_area ul {
    width: 100%;
    border-bottom: solid 1px #000;
    padding: 30px 10px; }
    .input_area ul:last-child {
      border: none; }
    .input_area ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 5px 0; }
      .input_area ul li:nth-child(1) {
        font-weight: bold;
        padding-bottom: 10px; }
      .input_area ul li input[type="text"] {
        font-size: 18px;
        font-weight: 600;
        text-align: right; }
      .input_area ul li select {
        font-size: 18px;
        font-weight: 600;
        outline: none;
        width: 50px;
        background: #fff;
        height: 30px; }

.total_area {
  width: 400px;
  background: #f2f2f2;
  padding: 20px; }
  @media only screen and (max-width: 1000px) {
    .total_area {
      width: 100%; } }
  .total_area .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 26px;
    border-bottom: solid 1px #aaa;
    padding-bottom: 5px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 425px) {
      .total_area .price {
        font-size: 20px; } }
    .total_area .price input {
      width: 100px;
      font-size: 30px;
      font-weight: 600;
      margin-left: 10px;
      text-align: right;
      padding-right: 5px; }
      @media only screen and (max-width: 425px) {
        .total_area .price input {
          font-size: 22px; } }

.discount {
  width: 200px;
  font-size: 14px;
  color: #888;
  margin-left: auto; }
  .discount li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%; }
    .discount li:nth-child(2) {
      margin-bottom: 10px; }
    .discount li p {
      margin: 0; }
    .discount li input[type="text"] {
      width: 50px;
      font-size: 14px;
      color: #888;
      text-align: right;
      padding-right: 5px; }

.discount_txt {
  font-size: 14px;
  color: #888;
  text-align: right; }

.request_button a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  background: #ff9e00;
  color: #fafafa;
  margin-top: 40px;
  margin-left: auto; }

.form .form-group {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding: 5px;}
  .form .form-group label.name {
    margin-bottom: 10px;
    line-height: 1.8;
    text-align: left;
    width: 100%;}
  .form span.required {
    color: red;}
  .form .form-group input[type="text"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    border: solid 1px #000;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 22px;
    margin-right: 5px;}
    /*チェックボックス*/
    .form .form-group .checkbox  input[type="checkbox"]{
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
    }
    .form .form-group .checkbox  label.checkbox-label {
      position: relative;
      display: block;
      word-break: break-all;
      margin: 5px 0px;
      padding: 10px;
      border: solid 1px #46abc1;
      border-radius: 5px;
    }
    .form .form-group .checkbox  label.checkbox-label:hover {
      background-color: #bff4ff;
    }
    .form .form-group .checkbox  label.checkbox-label input[type="checkbox"] + span{
      position: relative;
      padding: 0 30px 0 35px;
    }
    .form .form-group .checkbox:nth-of-type(1) label.checkbox-label input[type="checkbox"] + span::before {
      border-color: #00acc1;
    }
    .form .form-group .checkbox:nth-of-type(1) label.checkbox-label input[type="checkbox"]:checked + span::before {
      background-color: #00acc1;
    }
    .form .form-group .checkbox  label.checkbox-label span {
      display: inline-block;
    }
    .form .form-group .checkbox  label.checkbox-label input[type="checkbox"] {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
    }
    .form .form-group .checkbox  label.checkbox-label input[type="checkbox"] + span::before, .form .form-group .checkbox  label.checkbox-label input[type="checkbox"] + span::after {
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      content: '';
      box-sizing: border-box;
    }
    .form .form-group .checkbox  label.checkbox-label input[type="checkbox"] + span::before {
      z-index: 0;
      background-color: transparent;
      width: 22px;
      height: 22px;
      border: 2px #616161 solid;
      border-radius: 5px;
    }
    .form .form-group .checkbox  label.checkbox-label input[type="checkbox"] + span::after {
      z-index: 1;
      margin: 5px 8px;
      width: 6px;
      height: 9px;
    }
    .form .form-group .checkbox  label.checkbox-label input[type="checkbox"]:checked + span::before {
      background-color: #616161;
    }
    .form .form-group .checkbox  label.checkbox-label input[type="checkbox"]:checked + span::after {
      border: 2px solid #fff;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
    }
    /*チェックボックスここまで*/
    .form .required-div {
      text-align: center;
      margin: 5px auto 0px auto;}
    .form .kiyaku-privacypolicy-message{
      text-align: center;
      font-size: 12px;
      margin: 30px auto -5px;}
    .form .kiyaku-privacypolicy-message a {
      text-decoration: underline;}
    .form .form-send{
      text-align: center;
    }
    .form .form-send button.form-btn{
      background: #003e8b;
      color: #fafafa;
      display: inline-block;
      padding: 20px 60px;
      margin: 20px 0 5px;
      border-radius: 5px;
      cursor:pointer;
    }
    .form .form-send button.form-btn:hover{
      background: #002758;
    }

    .form .form-send a.form-back-btn{
      background: #a8afb9;
      color: #fafafa;
      display: inline-block;
      padding: 10px 40px;
      margin: 20px 0 5px;
      border-radius: 5px;
      cursor:pointer;
    }
    .form .form-send a.form-back-btn:hover{
      background: #686d75;
    }


    