@charset "UTF-8";
@import url("global.css");
#toparea {
  background: url("../consultation/image/main.jpg") no-repeat center center;
  background-size: cover; }

.box {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse; }
  .box figure {
    width: 48%;
    background: url(../consultation/image/img.jpg) left center;
    background-size: cover; }
  .box .txt {
    width: 48%;
    padding-bottom: 40px; }
    .box .txt p {
      foint-size: 16px;
      margin-top: 20px; }
    .box .txt ul {
      margin-top: 15px; }
      .box .txt ul li {
        text-indent: -1.1em;
        padding-left: 1.1em;
        margin-top: 5px;
        color: #392620;
        font-size: 18px;
        font-weight: bold;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        line-height: 1.5; }
    .box .txt .btn {
      margin-top: 30px; }
      .box .txt .btn a {
        border: 1px solid #392620;
        display: block;
        padding: 25px 30px;
        position: relative; }
        .box .txt .btn a span {
          display: inline-block;
          margin-right: 15px;
          width: 30px;
          height: 1px;
          position: relative;
          vertical-align: middle;
          transition: all 0.5s cubic-bezier(0.36, 0.1, 0.16, 1);
          -webkit-transition: all 0.5s cubic-bezier(0.36, 0.1, 0.16, 1);
          backface-visibility: hidden;
          -webkit-backface-visibility: hidden;
          background-color: #222;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          right: 20px; }
          .box .txt .btn a span::after {
            content: "";
            height: 1px;
            width: 10px;
            position: absolute;
            right: 0;
            top: 0;
            background-color: #222;
            transform-origin: right center;
            -webkit-transform-origin: right center;
            transform: rotate(30deg);
            -webkit-transform: rotate(30deg);
            transition: all 0.5s cubic-bezier(0.36, 0.1, 0.16, 1);
            -webkit-transition: all 0.5s cubic-bezier(0.36, 0.1, 0.16, 1);
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden; }
        .box .txt .btn a:hover {
          background-color: #392620;
          color: #fff; }
          .box .txt .btn a:hover span {
            background-color: #fff; }
            .box .txt .btn a:hover span::after {
              background-color: #fff; }

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-0 (1400px)
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 1200px )
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-4 ( 645px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .box {
    display: block; }
    .box figure {
      width: 100%;
      height: 200px; }
    .box .txt {
      width: 100%;
      padding-bottom: 0px;
      margin-top: 30px; }
      .box .txt p {
        foint-size: 15px;
        margin-top: 20px; }
      .box .txt ul {
        margin-top: 20px; }
        .box .txt ul li {
          font-size: 16px; }
      .box .txt .btn {
        margin-top: 30px; }
        .box .txt .btn a {
          padding: 20px 60px 20px 10px; }
          .box .txt .btn a span {
            display: inline-block;
            margin-right: 15px;
            width: 30px;
            height: 1px;
            position: relative;
            vertical-align: middle;
            transition: all 0.5s cubic-bezier(0.36, 0.1, 0.16, 1);
            -webkit-transition: all 0.5s cubic-bezier(0.36, 0.1, 0.16, 1);
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden;
            background-color: #222;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            right: 10px; }
            .box .txt .btn a span::after {
              content: "";
              height: 1px;
              width: 10px;
              position: absolute;
              right: 0;
              top: 0;
              background-color: #222;
              transform-origin: right center;
              -webkit-transform-origin: right center;
              transform: rotate(30deg);
              -webkit-transform: rotate(30deg);
              transition: all 0.5s cubic-bezier(0.36, 0.1, 0.16, 1);
              -webkit-transition: all 0.5s cubic-bezier(0.36, 0.1, 0.16, 1);
              backface-visibility: hidden;
              -webkit-backface-visibility: hidden; } }
