@charset "UTF-8";
/* CSS Document */

.contents_main a:link,.contents_main a:hover,.contents_main a:visited {
  color: #649664;
  text-decoration: underline;
}

.contents_main a:hover {
  opacity: .8;
}

.mB0 { margin-bottom: 0 !important; }
.mT8 { margin-top: 8px !important; }
.pT18 { padding-top: 18px !important; }
.pB18 { padding-bottom: 18px !important; }

.red-b {
  color: #f05a28;
  font-weight: 600;
}
.pane-footer .line_bannerw {
  display:none;
}

.contents_main {
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

.contents_inner {
  margin: 0 auto;
  padding: clamp(20px,4.16666vw,50px);
  max-width: 1200px;
  font-size: 16px;
  text-align: center;
}

.contents_inner .frame {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 16px;
  text-align: center;
  position: relative;
}

/*****************************************

メインビジュアル

*****************************************/
.main_visual {
  font-size: 0;
}

.main_visual img {
  width: 100%;
  height: auto;
}

p.text_32 {
  margin: 42px auto;
  /*max-height: 130px;*/
  height: auto;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 2;
  text-align: center;
}

/*****************************************

メリット

*****************************************/
.contents_inner .merit_area {
  margin: auto;
  height: auto;
  max-width: 840px;
}

.contents_inner .merit_area ul.merit {
  display: flex;
}

.contents_inner .merit_area ul.merit li {
  width : 33.33333% ;
  width : -webkit-calc(100% / 3) ;
  width : calc(100% / 3) ;
}

.contents_inner .merit_area ul.merit li .text {
  margin: 10px auto;
  text-align: center;
  font-weight: 600;
}

.contents_inner .merit_area ul.merit li img {
  height: auto;
  max-width: clamp(100px,22vw,220px);
}

/*****************************************

LINEアカウント連携方法

*****************************************/
.LINE-account_top-border {
  border-top: 1px solid #649664;
}

.LINE-account_top-icon-fuki {
  width: 100%;
  height: auto;
  max-width: 65px;
  position: absolute;
  left:0;
  top:-70px;

}
@media screen and (max-width: 1100px) {

}

.LINE-account_stit {
  max-width:420px;
  position:relative;
  margin:52px auto 0;
  font-size: 26px;
  font-weight: 600;
}

.LINE-account_stit span {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}

.LINE-account_step {
}

.LINE-account_step .steps_1_stit {
  margin-bottom: 30px;
  position: relative;
}

/*.LINE-account_step .steps_1_stit p {
  position: absolute;
  top: 77px; top: clamp(18px,7vw,78px);
  left: 10%;
  right: 10%;
  font-size: clamp(16px,1.66666vw,20px);
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
  color: #000;
}*/

.LINE-account_step .workflow {
  margin: 0 20px 36px;
}

.LINE-account_step .workflow .num {
  padding-bottom: 40px;
  font-size: 16px;
  text-align: left;
}

.LINE-account_step .workflow .workflow_flex-inner {
  display: flex;
  width: 100%;
  height: auto;
}

.LINE-account_step .workflow .workflow_flex-inner .num {
  margin: 2em 0 0 0;
  width: 100%;
  height: auto;
  max-width: 50%;
  
  text-indent: -1.3em;
  padding-left: 1.3em;
  font-feature-settings: "palt";
}

.LINE-account_step .workflow .workflow_flex-inner .img {
  margin-left: 56px;
  width: 100%;
  height: auto;
  max-width: 400px;
}

/* table-1 ******************/
.LINE-account_table {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.LINE-account_table-left {
  width: 100%;
  max-width: 820px;
}

.LINE-account_table-left ul li {
  margin: 0 10px 10px 0;
  padding: 5%;
  background-image: linear-gradient(90deg, rgba(130, 180, 200, 0.2), rgba(180, 220, 190, 0.2));
}

.LINE-account_table-left ul li:last-child {
  margin-bottom: 0;
}

.LINE-account_table-left ul li .in-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.LINE-account_table-left ul li .in-flex p, .LINE-account_table-left ul li .in-flex a {
  display: block;
  width: 100%;
  height: auto;
  max-width: 245px;
  font-size: 16px;
  text-align: left;
  line-height: 1.8;
  font-feature-settings: "palt";
}

.LINE-account_table-left ul li .in-flex a {
  max-width: 200px;
  font-weight: bold;
}

.LINE-account_table-left ul li .in-flex span {
  display: block;
  max-width: 20px;
  height: 40px;
}

.LINE-account_table-right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 100%;
  height: auto;
  max-width: 230px;
  background-image: linear-gradient(0deg, rgba(130, 180, 200, 0.2), rgba(180, 220, 190, 0.2));
  color: #649664;
}
.LINE-account_table-right img {
  margin-top: 20px;
  width: 150px;
  height: auto;
}

.LINE-account_table-right .heading {
  display: flex;
  align-items: center;
  justify-content: center;
}

.LINE-account_table-right .heading::before,
.LINE-account_table-right .heading::after {
  margin: 8px 0 0;
  content: "";
  height: 1px;
  width: 18px;
  background-color: #649664;
}

.LINE-account_table-right .heading::before {
  margin-right: 8px;
  transform: rotate(60deg);
}

.LINE-account_table-right .heading::after {
  margin-left: 8px;
  transform: rotate(-60deg);
}

/* table-2 ******************/
.LINE-account_table-2 {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.LINE-account_table2-box {
  margin: 0 10px 10px 0;
  padding: 10px 30px 25px;
  width: 100%;
  max-width: 340px;
  background-image: linear-gradient(0deg, rgba(130, 180, 200, 0.2), rgba(180, 220, 190, 0.2));
}

.LINE-account_table2-box .stit {
  color: #649664;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.LINE-account_table2-box .stit {
    position: relative;
    padding: 0.8rem 0;
    margin-bottom: 0.2rem;
    border-bottom: 1px solid;
}

.LINE-account_table2-box .stit:before,
.LINE-account_table2-box .stit:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

.LINE-account_table2-box .stit:before {
    border: 9px solid;
    border-color: transparent;
    border-top-color: #649664;
    margin-left: -10px;
}

.LINE-account_table2-box .stit:after {
    border: 7px solid;
    border-color: transparent;
    border-top-color: #ebf4f3;
    margin-left: -8px;
}


.LINE-account_table2-box .icon {
  margin: 25px auto;
  height: auto; 
  max-width: 120px;
}

.LINE-account_table2-box .text {
  height: 4em;
  text-align: left;
  font-feature-settings: "palt";
}

.LINE-account_table2-box .friend_add {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 42px 0 0 0;
}

.LINE-account_table2-box .friend_add a {
  text-decoration: none;
}

.LINE-account_table2-box .friend_add a .line_btn {
  display: flex;
  padding: 10px;
  width: 176px;
  height: 50px;
  background-color: #06c755;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}

.LINE-account_table2-box .friend_add a .line_btn .icon {
  margin: 4px 10px 0 0;
  width: 26px;
  height: auto;
}

.LINE-account_table2-box .friend_add a .line_btn .btn_text {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.LINE-account_table2-box .friend_add .qrcode {
  margin-left: 14px;
  height: auto;
  max-width: 90px;
}


.LINE-account_table-left ul li {
  margin: 0 10px 10px 0;
  padding: 5%;
  background-image: linear-gradient(90deg, rgba(130, 180, 200, 0.2), rgba(180, 220, 190, 0.2));
}

.LINE-account_table-left ul li:last-child {
  margin-bottom: 0;
}

.LINE-account_table-left ul li .in-flex {
  display: flex;
  justify-content: space-between; justify-content: space-around;
  align-items: center;
}

.LINE-account_table-left ul li .in-flex p,
.LINE-account_table-left ul li .in-flex a {
  display: block;
  width: 100%;
  height: auto;
  max-width: 245px;
  font-size: 16px;
  text-align: left;
  line-height: 1.8;
  font-feature-settings: "palt";
}

.LINE-account_table-left ul li .in-flex a {
  max-width: 200px;
  font-weight: bold;
}

.LINE-account_table-left ul li .in-flex span {
  display: block;
  max-width: 20px;
  height: 40px;
}

.LINE-account_table-right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 100%;
  height: auto;
  max-width: 230px;
  background-image: linear-gradient(0deg, rgba(130, 180, 200, 0.2), rgba(180, 220, 190, 0.2));
  color: #649664;
}
.LINE-account_table-right img {
  margin-top: 20px;
  width: 100%;
  height: auto;
  max-width: 150px;
}

.LINE-account_comp {
  display: flex;
  margin: 70px auto 0;
  padding: 10px;
  width: 100%;
  height: 90px;

  align-items: center;
  justify-content: center;
  background-image: linear-gradient(90deg, rgba(130, 180, 200, 1), rgba(180, 220, 190, 1));
}

.LINE-account_comp .icon_comp {
  margin: 4px 10px 0 0;
  width: 30px;
  height: auto;
}

.LINE-account_comp .text_comp {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
}


