@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/*-----------------------------------------------
固定ページ　H1
----------------------------------------------------*/
.l-topTitleArea__body {
	color: #82171e;
}
/*-----------------------------------------------
ヘッダー
----------------------------------------------------*/

@media (min-width: 960px) {
.-parallel .l-header__logo {
width: 40%;
}
.l-header.-parallel .w-header {
width: 60%;
}
}

#header img {
    border-radius: 10px;
}

/*-----------------------------------------------
ヘッダーメニュー
----------------------------------------------------*/
.c-gnav>.menu-item {
    height: 80px;
    position: relative;
    color: #42210b;
    width: 150px;

}
/*-----------------------------------------------
ヘッダーメニュー　フォントサイズ
----------------------------------------------------*/
.c-gnav>.menu-item>a .ttl {
font-size: 16px;
	font-weight: bold;
}


/*-----------------------------------------------
メルシーハンズのサービス
----------------------------------------------------*/
.service_sec {
  padding: 20px0 20px 0;
  background: url(../images/page/top/service_bg_pc.png);
  background-size: 1920px;
  background-position: top center;
  background-repeat: no-repeat;
}

.service_sec .sec_in {
  padding: 60px 0 60px 0;
}

.service_sec .service_flBox {
  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;
}

.service_sec .col {
  width: 19.5%;
  position: relative;
  margin-bottom: 30px;
}


.service_sec .col img{
  height:auto;
}
.service_sec .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(71, 52, 15, 0.65);
}

.service_sec .title_in {
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  .service_sec {
    background: url(../images/page/top/service_bg_pc.png);
    background-size: 1920px;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .service_sec h2 {
    font-size: 18px;
  }
  .service_sec .sec_in {
    padding: 30px 0 30px 0;
  }
  .service_sec .service_flBox {
    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;
  }
  .service_sec .col {
    width: 33%;
    position: relative;
    margin-bottom: 10px;
  }
	
.service_sec .img {
    height:100%;
  }
  .service_sec .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(71, 52, 15, 0.65);
    text-align: center;
  }
  .service_sec .title_in {
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    padding: 5px;
  }
}
/*-----------------------------------------------
CTA
----------------------------------------------------*/
.cta_sec {
  padding: 60px 0 60px 0;
  background: url(../images/common/cta_bg.png);
  background-size: 1920px;
  background-position: center center;
  background-repeat: no-repeat;
}

.cta_sec .cta_box {
  max-width: 800px;
  margin: auto;
  background: #fff;
  color: #3f2a0a;
  font-weight: bold;
}

.cta_sec .cta_box_in {
  width: 90%;
  margin: auto;
  padding: 20px 0 20px 0;
  position: relative;
}

.cta_sec .cta_img_pc {
  position: absolute;
  bottom: 0;
  right: -30px;
  width: 325px;
}

.cta_sec .line01 {
  font-size: 22px;
}

.cta_sec .line02 {
  font-size: 36px;
  font-family: 'Noto Serif JP', serif;
}

.cta_sec .cta_footer_flBox {
  background: #82171e;
  padding: 20px 0 20px 0;
}

.cta_sec .cta_footer_flBox_in {
  width: 90%;
  margin: auto;
  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;
  background: #82171e;
}

.cta_sec .cta_tel {
  width: 301px;
}

.cta_sec .cta_mail {
  width: 320px;
}

@media only screen and (max-width: 750px) {
  .cta_sec {
    background-size: cover;
    padding: 30px 0 30px 0;
    background: url(../images/common/cta_bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .cta_sec .cta_box {
    width: 100%;
    margin: auto;
    background: #fff;
    color: #3f2a0a;
    font-weight: bold;
  }
  .cta_sec .cta_box_in {
    width: 90%;
    margin: auto;
    padding: 20px 0 20px 0;
    position: relative;
  }
  .cta_sec .cta_img_pc {
    position: absolute;
    bottom: 0;
    right: -35px;
    width: 140px;
  }
  .cta_sec .line01 {
    font-size: 14px;
  }
  .cta_sec .line02 {
    font-size: 18px;
    font-family: 'Noto Serif JP', serif;
  }
  .cta_sec .cta_footer_flBox {
    background: #82171e;
    padding: 20px 0 20px 0;
  }
  .cta_sec .cta_footer_flBox_in {
    width: 80%;
    margin: auto;
    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;
    background: #82171e;
  }
  .cta_sec .cta_tel {
    width: 90%;
    margin-bottom: 10px;
    margin: 0 auto 30px auto;
  }
  .cta_sec .cta_mail {
    width: 90%;
    margin: auto;
  }
}
/*-----------------------------------------------
お問合せフォーム
----------------------------------------------------*/
.sec-entry {
  max-width: 970px;
　width:100%;
  margin: auto;
}

.sec-entry table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1.5em;
  padding: 0;
  border-top: 1px solid #959595;
  border-left: 1px solid #959595;

}

.sec-entry table th,
.sec-entry table td {
  border-right: 1px solid #959595;
  border-bottom: 1px solid #959595;
  border-top: 1px solid #959595;
  border-left: 1px solid #959595;
}

.sec-entry table th {
  background-color: #e2dacf;
  font-weight: bold;
  width: 28%;
}

.sec-entry table td {
  background-color: #fff;
  width: 72%;
  padding: 20px 0 20px 20px;
}

.sec-entry table td .td-in {
  width: 90%;
  margin: auto;
}

.sec-entry table th .th-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.sec-entry table th .th-in .col-l {
  width: 25%;
}

.sec-entry table th .th-in .col-r {
  width: 70%;
  text-align: left;
}

.sec-entry .must {
  color: #fff;
  background: #82171e;
  padding: 3px;
  font-weight: normal;
  margin-right: 5px;
  width: 30px;
  text-align: center;
}

.sec-entry .nin {
  color: #fff;
  background: #8e8e8e;
  padding: 3px 5px 3px 5px;
  font-weight: normal;
  margin-right: 3px;
  text-align: center;
}

.sec-entry .title {
  text-align: center;
}

.sec-entry table th .th-in .col-r .line1 {
  display: block;
}

.sec-entry table th .th-in .col-r .line2 {
  display: block;
  padding-left: 8px;
}

.sec-entry textarea {
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.sec-entry .td-name {
  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;
}

.sec-entry .td-name div {
  width: 46%;
}

.sec-entry .td-name .sama {
  font-weight: bold;
  padding-top: 20px;
  display: inline-block;
  font-size: 17px;
}

.sec-entry .td-age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 180px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec-entry .td-age div {
  width: 150px;
  display: inline-block;
}

.sec-entry .td-age .sai {
  font-weight: bold;
  padding-top: 20px;
  display: inline-block;
  font-size: 17px;
}

.wpcf7-list-item {
  margin-right: 15px;
  font-weight: bold;
}

.sec-entry .td-zip .zip1 {
  width: 150px;
  display: inline-block;
}

.sec-entry .td-zip .zip2 {
  width: 200px;
  display: inline-block;
}

.sec-entry .td-zip .hyphen {
  width: 20px;
  display: inline-block;
  text-align: center;
}

.sec-entry .td-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec-entry .td-tel span {
  display: inline-block;
  width: 180px;
}

.sec-entry .th-type .line-mb {
  display: none;
}

.sec-entry .td-building {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.sec-entry .td-building .col-l {
  width: 250px;
  display: block;
}

.sec-entry .td-building .col-r {
  width: 390px;
  display: block;
  padding-left: 10%;
}

.sec-entry .td-building .col-r .text {
  width: 30%;
  display: inline-block;
  text-align: left;
}

.sec-entry .td-building .col-r .form {
  width: 70%;
  display: inline-block;
  text-align: right;
}

.sec-entry .td-building .line {
  color: #db0112;
  font-weight: bold;
}

.sec-entry .image_btn {
  display: block;
}

.sec-entry .image_btn_text {
  font-size: 12px;
  display: block;
}

.sec-entry .wpcf7-text {
  width: 96%;
  padding: 15px 2% 15px 2%;
  background: #f9f9f9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: solid #bebebe 1px;
}

.sec-entry .submit-button {
  width: 636px;
  display: block;
  margin: auto;
}

.sec-entry .wpcf7-not-valid-tip {
  display: block;
  color: #CE0609;
}

::-webkit-input-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

.wpcf7-submit {
  width: 300px;
  padding: 10px 0 10px 0;
  display: block;
  margin: auto;
  background: #82171e;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  border: none;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
 border-left: 1px solid #959595;
  border-top: 1px solid #959595;
}

.wpcf7-submit:hover {
  opacity: 0.9;
}

@media only screen and (max-width: 768px) {
  .sec-entry {
    width: 100%;
    background: #fff;
    padding: 10px 5px 10px 5px;
  }
  .sec-entry .wr-form {
    width: 90%;
    margin: auto;
  }
  .sec-entry .subhead {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
    line-height: 1.5;
    border-bottom: 1px solid #8e8e8e;
    margin-bottom: 30px;
  }
  .sec-entry .subhead .image1 {
    position: absolute;
    bottom: 0;
    left: -8px;
    width: 90px;
  }
  .sec-entry .subhead .image2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
  }
  .sec-entry .submit-button {
    width: 90%;
    display: block;
    margin: auto;
  }
  .entry-footer {
    width: 100%;
    margin: auto;
    padding-top: 60px;
  }
  .sec-entry table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1.5em;
    padding: 0;
    border: none;
    font-size: 13px;
  }
  .sec-entry table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec-entry table th,
  .sec-entry table td {
    border: none;
  }
  .sec-entry table th {
    background-color: #fff;
    font-weight: bold;
    width: 100%;
    display: block;
    border-bottom: 1px solid #8e8e8e;
    padding-bottom: 3px;
  }
  .sec-entry table td {
    background-color: #fff;
    width: 100%;
    padding: 20px 0 40px 0;
  }
  .sec-entry table td .td-in {
    width: 100%;
    margin: auto;
  }
  .sec-entry table th .th-in {
    display: block;
    text-align: left;
    font-size: 0.9em;
  }
  .sec-entry .must {
    color: #fff;
    background: #d80112;
    padding: 3px 5px 3px 5px;
    font-weight: normal;
    margin-right: 3px;
    text-align: center;
    font-size: 0.9em;
  }
  .sec-entry .th-type .line-mb {
    display: inline;
    font-weight: normal;
    font-size: 0.8em;
    padding-left: 5px;
  }
  .sec-entry table th .th-in .col-l {
    display: inline;
    width: auto;
  }
  .sec-entry table th .th-in .col-r {
    display: inline;
    text-align: left;
    width: auto;
  }
  .sec-entry .td-zip .zip1 {
    width: 25%;
    display: inline-block;
  }
  .sec-entry .td-zip .zip2 {
    width: 35%;
    display: inline-block;
  }
  .sec-entry .td-tel {
    display: block;
  }
  .sec-entry .td-tel span {
    display: inline-block;
    width: 90px;
    margin-right: 10px;
  }
  .sec-entry .td-building {
    display: block;
  }
  .sec-entry .td-building .col-l {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .sec-entry .td-building .col-r {
    width: 100%;
    display: block;
    padding-left: 0;
  }
  .sec-entry .td-building .col-r .text {
    width: 30%;
    display: inline-block;
    text-align: left;
  }
  .sec-entry .td-building .col-r .form {
    width: 70%;
    display: inline-block;
    text-align: right;
  }
  .sec-entry .td-building .line {
    color: #db0112;
    font-weight: bold;
    font-size: 0.8em;
  }
  .sec-entry table th .th-in .col-r .line1 {
    display: inline-block;
  }
  .sec-entry .td-qestion .line {
    font-size: 0.9em;
  }
  .sec-entry table th .th-in .col-r .line2 {
    display: inline-block;
    padding-left: 8px;
  }
}


/*-----------------------------------------------
メルシーハンズのお客様
----------------------------------------------------*/
.customer_sec {
  background: url(../images/page/top/customer_bg_pc.png);
  background-position: center center;
}

.customer_sec h2_box {
  height: 222px;
  padding: 30px 0 0 0;
  background: url("../images/page/top/customer_h2_bg.png");
  background-size: 590px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}

.customer_sec .sec_in {
  padding: 60px 0 60px 0;
}

.customer_sec .customer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.customer_sec .customer_box {
  max-width: 520px;
  margin: 0 0 120px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 10px #f0f0f0;
  /* Safari, Chrome用 */
  /* Firefox用 */
  box-shadow: 0 0 10px 10px #f0f0f0;
  /* CSS3 */
  border-radius: 30px;
}

.customer_sec .number {
  position: absolute;
  top: -80px;
  font-size: 32px;
  color: #82171e;
  z-index: 10;
  line-height: 1;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
}

.customer_sec .number span {
  font-size: 72px;
  display: block;
}

.customer_sec .titleWrap {
  position: relative;
  height: 320px;
}

.customer_sec .customer_img {
  width: 100%;
  height: 100%;
  border-radius: 30px 30px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.customer_sec .title_box {
  position: absolute;
  top: 240px;
}

.customer_sec .customer_box_in {
  width: 90%;
  margin: 60px auto 0;
  color: #3f2a0a;
  font-size: 16px;
}

.customer_sec .customer_box:first-child .customer_box_in {
  margin-top: 113px;
}

.customer_sec .line {
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 5px;
}

.customer_sec .line:first-child {
  margin-bottom: 20px;
}

.customer_sec .line:last-child {
  margin-bottom: 0;
}

.customer_sec .line_cream {
  font-size: 16px;
  color: #3f2a0a;
  font-family: 'Noto Serif JP', serif;
  background-color: #e2dacf;
  padding: 10px;
  border-radius: 0 10px 10px 0;
}

.customer_sec .customer_box:nth-child(2) .title_box {
  top: 191px;
}

.customer_sec .customer_box:nth-child(2) .line_cream {
  width: 224px;
  display: block;
  white-space: nowrap;
}

.customer_sec .customer_box:nth-child(5) .title_box {
  top: 191px;
}

.customer_sec .customer_box:nth-child(5) .line_cream {
  width: 160px;
  display: block;
  white-space: nowrap;
}

.customer_sec .line_brown {
  background: #3f2a0a;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  padding: 0 10px;
  border-radius: 0 10px 10px 0;
}

.customer_sec .work_box {
  margin: 20px 0;
}

.customer_sec .work_box_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0 20px 0;
}

.customer_sec .work_box_in img {
  width: 50%;
}

.customer_sec .work_box_texts {
  width: 50%;
  position: relative;
}

.customer_sec .work_box_texts_item {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  white-space: nowrap;
}

.customer_sec .work_box_texts_item div:first-child {
  margin-bottom: 20px;
}

.customer_sec .howLine {
  color: #fff;
  padding: 0 5px 0 5px;
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  background-color: #82171e;
  border-radius: 3px;
  padding: 4px 8px;
}

.customer_sec .howLine02 {
  margin-right: 10px;
  display: inline-block;
  font-size: 14px;
}

.customer_sec .text {
  padding: 20px 0 10px 0;
}

.customer_sec .text p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .customer_sec {
    background: url(../images/page/top/customer_bg_pc.png);
    background-position: center center;
  }
  .customer_sec .h2_box {
    height: 222px;
    padding: 30px 0 0 0;
    background: url("../images/page/top/customer_h2_bg.png");
    background-size: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 0px;
  }
  .customer_sec .sec_in {
    padding: 30px 0 30px 0;
  }
  .customer_sec .customer_content {
    width: 90%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .customer_sec .customer_box {
    margin: 0 0 80px;
	
  }
  .customer_sec .number {
    top: -50px;
    font-size: 20px;
  }
  .customer_sec .number span {
    font-size: 40px;
  }
  .customer_sec .titleWrap {
    height: 240px;
  }
  .customer_sec .title_box {
    top: 170px;
  }
  .customer_sec .customer_box_in {
    margin: 40px auto 0;
  }
  .customer_sec .customer_box:first-child .customer_box_in {
    margin-top: 70px;
  }
  .customer_sec .line_cream {
    font-size: 14px;
    padding: 0 10px;
    border-radius: 0 3px 3px 0;
  }
  .customer_sec .customer_box:nth-child(2) .title_box {
    top: 147px;
  }
  .customer_sec .customer_box:nth-child(2) .line_cream {
    width: 196px;
  }
  .customer_sec .customer_box:nth-child(5) .title_box {
    top: 147px;
  }
  .customer_sec .customer_box:nth-child(5) .line_cream {
    width: 140px;
  }
  .customer_sec .line_brown {
    font-size: 16px;
    border-radius: 0 3px 3px 0;
  }
  .customer_sec .work_box_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .customer_sec .work_box_in img {
    width: 100%;
    margin-top: 20px;
  }
  .customer_sec .work_box_texts_item {
    position: static;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
  }
}

/*-----------------------------------------------
メルシーハンズが選ばれる理由
----------------------------------------------------*/
.reason_sec {
  background: url(../images/page/top/reason_bg_pc.png);
  background-position: center center;
}

.reason_sec .sec_in {
  padding: 60px 0 60px 0;
}

.reason_sec .h2_box {
  height: 222px;
  padding: 30px 0 0 0;
  background: url("../images/page/top/reason_h2_bg.png");
  background-size: 590px;
  background-position: center center;
  background-repeat: no-repeat;
}

.reason_sec .reason_icon {
  width: 80px;
  position: absolute;
  top: -5px;
  left: 30px;
}

.reason_sec .reason_img {
  width: 670px;
	border-radius: 30px;
}

.reason_sec .reason_box {
  position: relative;
  margin-bottom: 90px;
}

.reason_sec .title {
  font-size: 28px;
  color: #47340f;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  padding-left: 90px;
  margin-bottom: 20px;
}

.reason_sec .reason_textBox {
  width: 630px;
  position: absolute;
  bottom: -60px;
  right: 0;
  background: #fff;
  border-top: 5px solid #3f2a0a;
  color: #47340f;
	border-radius: 30px;
}

.reason_sec .reason_textBox_in {
  width: 90%;
  margin: auto;
  padding: 20px 0 30px 0;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .reason_sec {
    background: url(../images/page/top/reason_bg_pc.png);
    background-position: center center;
  }
  .reason_sec .sec_in {
    padding: 30px 0 30px 0;
  }
  .reason_sec .h2_box {
    height: 120px;
    padding: 30px 0 0 0;
    background: url("../images/page/top/reason_h2_bg.png");
    background-size: 400px;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .reason_sec .reason_icon {
    width: 60px;
    position: absolute;
    top: -5px;
    left: 10px;
  }
  .reason_sec .reason_img {
	  border-radius: 0px 0px 20px 20px;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    z-index: 9;
  }
  .reason_sec .reason_box {
    position: relative;
    margin-bottom: 30px;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 0;
  }
  .reason_sec .title {
    font-size: 20px;
    color: #47340f;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    padding-left: 60px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .reason_sec .reason_textBox {
	  border-radius: 20px 20px 0px 0px;
    width: 100%;
    position: relative;
    top: 0;
    background: #fff;
    border-top: 5px solid #3f2a0a;
    color: #47340f;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .reason_sec .reason_textBox_in {
    width: 90%;
    margin: auto;
    padding: 10px 0 30px 0;
    font-size: 14px;
  }
}

/*-----------------------------------------------
ご利用の流れ
----------------------------------------------------*/
.flow_sec {
  background: url(../images/page/top/flow_bg_pc.png);
  background-size: 1920px;
  background-position: center center;
}

.flow_sec h2 {
  color: #fff;
}

.flow_sec .sec_in {
  padding: 60px 0 60px 0;
}

.flow_sec .flow_list {
  margin-bottom: 10px;
  max-width: 1080px;
}

.flow_sec .flow_flBox {
	max-width:1080px;
  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;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}

.flow_sec .flow_flBox .col {
  width: 262px;
  background: #f2eeeb;
}

.flow_sec .flow_flBox .col_in {
  width: 200px;
  margin: auto;
  padding: 30px 0 30px 0;
}

.flow_sec .flow_btn {
  width: 200px;
  margin: 0 auto 20px auto;
}

.flow_sec .subTitle_sp {
  display: none;
}

.flow_sec .arrow {
  display: none;
}

@media only screen and (max-width: 768px) {
  .flow_sec {
    background: url(../images/page/top/flow_bg_pc.png);
    background-size: 1920px;
    background-position: center center;
  }
  .flow_sec h2 {
    color: #fff;
  }
  .flow_sec .sec_in {
    padding: 60px 0 60px 0;
  }
	

  .flow_sec .flow_list {
	  	/*
    margin-bottom: 10px;
    width: 90%;
		*/
	  
	  display:none;
  }
	

  .flow_sec .flow_flBox {
    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;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
  }
  .flow_sec .flow_flBox .col {
    width: 100%;
    background: #fff;
    margin-bottom: 0;
  }
  .flow_sec .flow_flBox .col_in {
    width: 90%;
    margin: auto;
    padding: 20px 0 10px 0;
  }
  .flow_sec .flow_btn {
    width: 200px;
    margin: 0 auto 20px auto;
  }
  .flow_sec .subTitle_sp {
    display: block;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    background: #3f2a0a;
    color: #fff;
    padding: 5px 0 5px 0;
  }
  .flow_sec .arrow {
    display: block;
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
  }
  .flow_sec .arrow img {
    width: 100%;
  }
}

