@charset "UTF-8";
/* CSS Document */

@media only screen and (max-width : 768px) {

/*-------------------------------------------------------------------------------------
スマホ用レイアウト（768px以下スクリーン）
----------------------------------------------------------------------------------------*/
/*--------------------------------------------------
共通設定(PC)
-----------------------------------------------------*/
body {
  width: 100%;
  font-size: 62.5%; /*emの計算をしやすくするための定番設定*/
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: normal;
  color: #000;
}

a {
  text-decoration: underline;
}

a:link, a:visited {
  color: #39f;
}

a:hover, a:active {
  color: #f60;
}

p {
  margin: 0;
  padding: 0;
}

section {
  clear: both;
  overflow: auto;
}

/*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/
h2 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

h3 {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

/*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/
.main {
  background-color: #EEEEEE;
}

.header_inr {
  max-width: fit-content;
  margin: 0px auto 40px;
}

.fv_inr {
  max-width: 100%;
  margin: 0;
}

/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.fv {
  background-color: #fff;
  background-image: url("../images/bg01.jpeg");
  background-size: cover;
  background-position: center center;
  padding: 40px 10px 60px;
}

.header_inr img {
  width: 160px;
}

.fv_inr img {
  width: 100%;
}

.fv h2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

/*--------------------------------------------------
CTA01
-----------------------------------------------------*/
.cta01 {
  background: linear-gradient(-225deg, rgba(44,216,213,0.93) 0%, rgba(197,193,255,0.93) 56%, rgba(255,186,195,0.93) 100%),url("../images/customer.jpeg");
  background-size: cover;
  background-position: center center;
  padding: 60px 0px 86px;
}

.cta01 h2 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #000;
}

.cta01_inr {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
}

.cta01_inr img {
  width: 80%;
}

.cta01 h3 {
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 30px;
}

.cta01_btn {
  width: fit-content;
  margin: 0 auto;
}

/*--------------------------------------------------
official
-----------------------------------------------------*/
.official {
  background-color: #e5e5e5;
  padding: 60px 10px 60px;
}

.ninsyo {
  width: 60px;
  margin: 0 auto 30px;
}

.ninsyo img {
  width: 100%;
}

.official h2 {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: left;
}

.official p {
  font-size: 1rem;
  text-align: left;
  margin-bottom: 0 !important;
}

/*--------------------------------------------------
cando
-----------------------------------------------------*/
.cando {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' x2='0' y1='1' y2='0'%3E%3Cstop offset='0' stop-color='%230FF'/%3E%3Cstop offset='1' stop-color='%23CF6'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='0' x2='0' y1='0' y2='1'%3E%3Cstop offset='0' stop-color='%23F00'/%3E%3Cstop offset='1' stop-color='%23FC0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%23FFF' fill-opacity='0' stroke-miterlimit='10'%3E%3Cg stroke='url(%23a)' stroke-width='2'%3E%3Cpath transform='translate(0 0)' d='M1409 581 1450.35 511 1490 581z'/%3E%3Ccircle stroke-width='4' transform='rotate(0 800 450)' cx='500' cy='100' r='40'/%3E%3Cpath transform='translate(0 0)' d='M400.86 735.5h-83.73c0-23.12 18.74-41.87 41.87-41.87S400.86 712.38 400.86 735.5z'/%3E%3C/g%3E%3Cg stroke='url(%23b)' stroke-width='4'%3E%3Cpath transform='translate(0 0)' d='M149.8 345.2 118.4 389.8 149.8 434.4 181.2 389.8z'/%3E%3Crect stroke-width='8' transform='rotate(0 1089 759)' x='1039' y='709' width='100' height='100'/%3E%3Cpath transform='rotate(0 1400 132)' d='M1426.8 132.4 1405.7 168.8 1363.7 168.8 1342.7 132.4 1363.7 96 1405.7 96z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  padding: 60px 10px 60px;
}

.cando h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.cando_txt {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 60px !important;
}

.box_flex {
  width: 100%;
  margin: 0 auto;
  display: block;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cando_box {
  width: 80%;
  background-color: #e5e5e5;
  padding: 2.4rem 1rem 2rem;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 45px;
  position: relative;
  text-align: center;
}

.mb0 {
  margin-bottom: 45px;
}

.mb0:last-child {
  margin-bottom: 0;
}

.cando_box h3 {
  margin-top: 0;
  margin-bottom: 20px;
}

.cando_box img {
  width: 40%;
  margin-bottom: 20px;
}

.cando_box p {
  font-size: .8rem;
  text-align: left;
  margin-bottom: 26px;
}

/*--------
人気No.1　ボックス
---------*/
.cando_inr01 {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 160px;
  height: 160px;
  overflow: hidden;
}

.ribbon_01 {
  display: inline-block;
  position: absolute;
  padding: 4px 0;
  right: 34px;
  top: 31px;
  width: 160px;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
  color: #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ribbon_01:before, .ribbon_01:after {
  position: absolute;
  content: "";
  border-top: 4px solid #604000;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.ribbon_01:before {
  left: 0px;
}

.ribbon_01:after {
  right: 0px;
}

/*--------
整骨院・エステ・クリニック向け　ボックス
---------*/
.ribbon_02 {
  display: inline-block;
  position: absolute;
  padding: 4px 0;
  right: 32px;
  top: 22px;
  width: 168px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  background: #FF1E21;
  color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ribbon_02:before, .ribbon_02:after {
  position: absolute;
  content: "";
  border-top: 4px solid #A20002;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.ribbon_02:before {
  left: 0px;
}

.ribbon_02:after {
  right: 0px;
}

/*--------
飲食店向け　EC事業向け　ボックス
---------*/
.cando_inr {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

.ribbon {
  display: inline-block;
  position: absolute;
  padding: 4px 0;
  right: 35px;
  top: 17px;
  width: 110px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  background: #FF1E21;
  color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ribbon:before, .ribbon:after {
  position: absolute;
  content: "";
  border-top: 4px solid #A20002;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.ribbon:before {
  left: 0px;
}

.ribbon:after {
  right: 0px;
}


/*--------------------------------------------------
cta02
-----------------------------------------------------*/
.cta02 {
  padding: 60px 10px 86px;
}

.cta02 h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.cta02 h3 {
  font-size: 1.2rem;
}

.limit {
  width: fit-content;
  border: 2px solid #000;
  border-radius: 10px;
  padding: .8rem 2rem;
  margin: 0 auto;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

.limit p {
  font-size: 1.2rem;
  font-weight: bold;
}

.limit p.sub {
  font-size: .8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}

/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  background-color: #333;
  padding: 1.6em 0em;
  text-align: center;
  font-size: .7rem;
  color: #fff;
}

.footer p.foot {
  margin-bottom: 8px;
}

.footer a {
  color: #fff;
}





/*--------------------------------------------------
candoエリア　ボタン
-----------------------------------------------------*/
/*その他と主な共通部分は省略*/

.cta_btn {
  text-align: center;
  margin-bottom: 8px;
}

.cta_btn02 {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

a.btn--green {
  color: #fff;
  background-color: #094;
  text-decoration: none;
  font-weight: 500;
}

a.btn--green:hover {
  color: #fff;
  background: #00a349;
}

a.btn--green.btn--cubic:hover {
  margin-top: 3px;

}

a.btn-c {
  font-size: 1rem;
  position: relative;
  padding: .7rem 2.6rem .7rem 2.2rem;
  border-radius: 100vh;
}

a.btn-c i.fa {
  margin-right: 1rem;
}

a.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  top: calc(54% - .6rem);
  right: 1.2rem;
  margin: 0;
  padding: 0;
  content: '\f054';
  font-weight: 700;
}

/*--------------------------------------------------
CTAエリア　ボタン
-----------------------------------------------------*/
/*その他と主な共通部分は省略*/

a.btn--g {
  color: #000;
  background-color: #07C655;
}

a.btn--g:hover {
  color: #000;
  background: #3dc876;
}

a.btn--g.btn--cubic {
  border-bottom: 3px solid #035e29;
}

a.btn--g.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #035e29;
}

a.btn-ab {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  padding: 1rem 3.4rem 1rem 2.4rem;
  border-radius: 100vh;
  text-decoration: none;
}

a.btn-ab:hover {
  color: #fff;
}

a.btn-ab i.fa {
  margin-right: 1rem;
}

a.btn-ab:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  top: calc(54% - .6rem);
  right: 1.8rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}

/*--------------------------------------------------
改行、表示・非表示
-----------------------------------------------------*/

.sp_br {
  display: block;
}

.pc_br {
  display: none;
}

.f_sen {
  display: none;
}


/*--------------------------------------------------
特商法ページ
-----------------------------------------------------*/
.tokushou {
  padding-top: 30px;
  margin-bottom: 80px;
}

.tokushou h2 {
  font-size: 1.2rem;
  margin-top: 60px;
  margin-bottom: 20px;
}

.tokushou_inr {
  max-width: 100%;
  margin: 0 20px;
}

table {
  width: 100%;
  font-size: .8rem;
  border: 1px solid #333;
}

th {
  background-color: #f5f5f5;
  width: 30%;
  padding: 8px;
  text-align: left;
}

td {
  width: 70%;
  padding: 8px;
}

/*--------------------------------------------------
プライバシーポリシー
-----------------------------------------------------*/
.privacy {
  padding-top: 30px;
  margin-bottom: 80px;
}

.privacy h2 {
  font-size: 1.2rem;
  margin-top: 60px;
  margin-bottom: 20px;
}

.privacy h3 {
  font-size: 1rem;
  margin-top: 40px;
  margin-bottom: 20px;
}

.privacy p,
.privacy li {
  font-size: .8rem;
}

.privacy ol {
  padding-left: 22px;
}

.privacy_inr {
  max-width: 100%;
  margin: 0 20px 0 20px;
}







}