/*
Theme Name: lp
Description: 
Author:
Author URI: 
*/


/* Document
 * ========================================================================== */

/**
 * Add border box sizing in all browsers (opinionated).
 */

*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */

html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent /* 4 */;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */

/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */

hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */

main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */

/*
 * Change the alignment on media elements in all browsers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */

iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */

/**
 * Collapse border spacing in all browsers (opinionated).
 */

table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */

/**
 * Remove the margin on controls in Safari.
 */

button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */

button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */

fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */

input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */

textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */

:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct display in Edge 18- and IE.
 */

details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* User interaction
 * ========================================================================== */

/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

body {
  font-size: 62.5%;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: normal;
  color: #271c08;
}
a {
  text-decoration: none;
}
p {
  margin: 0 !important;
  padding: 0 !important;
}
section {
  clear: both;
  overflow: auto;
}
/*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/
h2 {
  margin: 0.5em 0em;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
h3 {
  margin: 0.5em 0em;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 1.5rem;
}
h3:before {
  position: absolute;
  bottom: -0.8px;
  left: calc(50% - 30px);
  width: 60px;
  height: 4px;
  content: '';
  border-radius: 3px;
  background: #01b97f;
}
/*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/
.main {
  background-color: #fff;
}
.article {
  background-color: #fff;
  font-size: 1.6em;
}
.article p {
  line-height: 1.8;
  color: #333;
}
.article {
  width: 100%;
}
.top_area_inr, .section_inr {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.article img {
  width: 100%;
}
.pc_br {
  display: block;
}
.sp_br {
  display: none;
}
/*--------------------------------------------------
トップエリア
-----------------------------------------------------*/
.top_area {
  padding: 6em 0em;
  text-align: center;
  background-image: url("https://ad.marketinggate.net/wp-content/themes/lp/images/bg02.jpg");
  background-size: cover;
}
.top_area_inr {
  display: flex;
  justify-content: space-between;
}
.top_inr {
  font-weight: bold;
  color: #fff;
  padding-top: 0.8em;
  width: 48%;
}
.top_title {
  font-size: 2.1em;
  margin-bottom: 1.2em;
}
.top_image {
  margin: auto 0em;
  width: 48%;
}
.subtitle {
  color: #333;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
/* -------------------------------
テキストの装飾
----------------------------------*/
.text_green {
  color: #01b97f;
}
.text_orange {
  color: #fe8304;
}
.underline {
  text-decoration: underline;
}
.text_big {
  font-size: 1.2em;
}
.text_big2 {
  font-size: 2em;
}
.b {
  font-weight: bold;
}
.text_underline {
  background: linear-gradient(transparent 50%, #ffff8d 50%);
}
.text_small {
  font-size: 0.8em;
}
.text_small2 {
  font-size: 0.4em;
}
.dotted {
  padding-bottom: 0.3em;
  border-bottom: 1px dotted #fe8304;
}
/* -------------------------------
Lアシストとは？
----------------------------------*/
.seciton_01 {
  padding: 4em 0em;
  text-align: center;
}
.intro_area {
  display: flex;
  justify-content: space-around;
}
.intro_inr {
  text-align: left;
  width: 50%;
}
.intro_text {
  padding-top: 1em;
}
.intro_image {
  margin: auto 0em;
  width: 38%;
}
/* -------------------------------
Lアシストを使う3つメリット
----------------------------------*/
.section_02 {
  padding: 4em 0em 2em;
  text-align: center;
  background: #eefbf2;
}
.merit_area {
  text-align: left;
  padding-top: 3em;
}
.merit_box {
  margin: 3em 0em 4em;
  display: flex;
  justify-content: space-between;
}
.merit_inr {
  width: 64%;
}
.merit_image {
  width: 26%;
}
.merit_title {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 0.5em;
}
.merit_number {
  font-weight: lighter;
  color: #01b97f;
  font-size: 2.5em;
  margin-right: 0.1em;
}
/* -------------------------------
Lアシストのサービス内容
----------------------------------*/
.section_03 {
  padding: 4em 0em;
  text-align: center;
}
.service_area {
  text-align: left;
  padding-top: 3em;
}
.service_box {
  margin: 3em 0em 4em;
  display: flex;
  justify-content: space-between;
}
.service_inr {
  width: 72%;
}
.service_image {
  width: 23%;
}
.service_title {
  border-left: 8px solid #6ad0b9;
  padding: 0.3em 1em 0.2em;
  font-size: 1.9em;
  color: #fff;
  background: #40aca5;
  margin-bottom: 0.8em;
}
/* -------------------------------
その他の便利なサービス内容
----------------------------------*/
.section_04 {
  padding: 4em 0em;
  text-align: center;
  background: #faeddd;
}
.function_area {
  padding-top: 3em;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.function_box {
  padding: 1.5em;
  background: #fff;
  width: 26%;
  margin-bottom: 2.5em;
  border-radius: 1em;
  box-shadow: 2px 2px 6px #ccc;
}
.function_image {
  padding: 0em 1.5em;
}
.function_inr {
  padding-top: 1em;
}
.function_title {
  font-size: 1.4em;
  color: #fe8304;
  font-weight: bold;
}
.function_text {
  padding-top: 1em;
  text-align: left;
}
.function_text p {
  line-height: 1.6;
}
/* -------------------------------
Lアシストの活用事例
----------------------------------*/
.section_05 {
  padding: 4em 0em;
  text-align: center;
}
.example_area {
  padding-top: 3em;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.example_image {
  width: 30%;
  margin-bottom: 2.5em;
  box-shadow: 1px 1px 4px #ccc;
}
/* -------------------------------
Lアシストの料金プラン
----------------------------------*/
.section_06 {
  padding: 4em 0em;
  text-align: center;
  background: #eefbf2;
}
.price_area {
  padding-top: 3em;
  display: flex;
  justify-content: space-around;
}
.price_box {
  box-shadow: 2px 2px 6px #ccc;
  background: #fff;
  width: 29%;
  border-radius: 1em;
  padding: 2.5em 0.5em 2em;
}
.recommend {
  padding: 0.1em 0em;
  border-radius: 1em;
  color: #fff;
  font-weight: bold;
  background: #fe8304;
  margin: -1.7em 4em 0.2em;
}
.green {
  border: 4px solid #01b97f;
}
.blue {
  border: 4px solid #1786c0;
}
.pink {
  border: 4px solid #ea5c5f;
}
.textpink {
  color: #ea5c5f;
}
.textblue {
  color: #1786c0;
}
.textgreen {
  color: #01b97f;
}
.price_title {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 0.1em;
}
.plan_time {
  font-size: 0.9em;
  border: 1px solid #333;
  padding: 0.2em 1em;
}
.price_inr {
  display: inline-block;
  text-align: left;
  padding-top: 1.5em;
  font-weight: bold;
}
.fa {
  margin-right: 0.5em;
}
.section_07 {
  color: #fff;
  padding: 5em 0em;
  text-align: center;
  background-image: url("https://ad.marketinggate.net/wp-content/themes/lp/images/bg01.jpg");
}
.message_title {
  font-size: 2.3em;
  font-weight: bold;
  padding-bottom: 1em;
}
/* -------------------------------
ご利用までの流れ
----------------------------------*/
.section_08 {
  padding: 4em 0em;
  text-align: center;
}
.flow_area {
  padding-top: 2em;
  text-align: center;
  display: flex;
  justify-content: space-around;
}
.flow_box {
  box-shadow: 1px 1px 4px #ccc;
  width: 16%;
  margin: 1em 0em;
  border: 2px solid #01b97f;
}
.arrow {
  margin: auto 0em;
  width: 3%;
  color: #01b97f;
}
.flow_title {
  padding: 0.3em 0.5em;
  background: #01b97f;
  color: #fff;
}
.flow_text {
  font-weight: bold;
  padding: 1em;
}
/* -------------------------------
ボタンエリア
----------------------------------*/
.section_09 {
  padding: 5em 0em;
  text-align: center;
  background-image: url("https://ad.marketinggate.net/wp-content/themes/lp/images/bg03.jpg");
  background-size: cover;
}
.cta_area {
  text-align: center;
}
.dot_text {
  position: relative;
}
.dot_text::before {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  padding-top: 8px;
  background: -webkit-radial-gradient(circle 7px, #fff 50%, transparent 50%);
  background: radial-gradient(circle 7px, #fff 50%, transparent 50%);
  background: -moz-radial-gradient(circle 7px, #fff 50%, transparent 50%);
}
.cta_title {
  letter-spacing: 5px;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 1em;
}
.btn {
  letter-spacing: 3px;
  background-color: #f02157;
  border: 0;
  border-radius: 3em;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5em;
  font-weight: bold;
  outline: 0;
  padding: 1.5em 4em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
}
.btn a {
  color: #fff;
}
.btn:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}
.btn:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
}
.btn_pink a{
  color: #fff;
}
/*---------------------------------
フッター部分
-----------------------------------*/
.footer {
  background: #333;
  padding: 2em 0em;
  text-align: center;
  font-size: 1.3em;
}
.footer p {
  color: #fff;
}
/*---------------------------------
トップに戻るボタン
-----------------------------------*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 15px;
}
.pagetop a {
  display: block;
  background-color: #ccc;
  text-align: center;
  color: #222;
  font-size: 1.6em;
  text-decoration: none;
  padding: 15px 20px;
  opacity: 0.5;
}
.pagetop a:hover {
  display: block;
  background-color: #b2d1fb;
  text-align: center;
  color: #fff;
  font-size: 1.6em;
  text-decoration: none;
  padding: 15px 20px;
  opacity: 0.5;
}


@media only screen and (max-width : 768px) {
  body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  /*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/
  .main {
    background-color: #fff;
  }
  .article {
    background-color: #fff;
    font-size: 1.6em;
  }
  .article p {
    line-height: 1.8;
  }
  .article {
    width: 100%;
  }
  .top_area_inr, .section_inr {
    width: 100%;
    margin: 0 auto;
  }
  .article img {
    width: 100%;
  }
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
  /*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/
  h2 {
    margin: 0.5em 0em;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
  }
  h3 {
    margin: 0.5em 0em;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding: 1.5rem;
  }
  h3:before {
    position: absolute;
    bottom: -0.8px;
    left: calc(50% - 30px);
    width: 60px;
    height: 4px;
    content: '';
    border-radius: 3px;
    background: #01b97f;
  }
  /*--------------------------------------------------
トップエリア
-----------------------------------------------------*/
  .top_area {
    padding: 2em 1em 3em;
    text-align: center;
    background-image: url("https://ad.marketinggate.net/wp-content/themes/lp/images/bg02sp.jpg");
    background-size: cover;
  }
  .top_area_inr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top_inr {
    font-weight: bold;
    color: #fff;
    padding-top: 0.8em;
    width: 100%;
  }
  .top_title {
    font-size: 1.8em;
    margin-bottom: 0.6em;
  }
  .top_image {
    margin: auto 0em;
    width: 100%;
  }
  .subtitle {
    color: #333;
    font-size: 1.2em;
    margin-bottom: 0.3em;
  }
  /* -------------------------------
テキストの装飾
----------------------------------*/
  .text_green {
    color: #01b97f;
  }
  .text_orange {
    color: #fe8304;
  }
  .underline {
    text-decoration: underline;
  }
  .text_big {
    font-size: 1.2em;
  }
  .text_big2 {
    font-size: 1.6em;
  }
  .b {
    font-weight: bold;
  }
  .text_underline {
    background: linear-gradient(transparent 50%, #ffff8d 50%);
  }
  .text_small {
    font-size: 0.8em;
  }
  .text_small2 {
    font-size: 0.3em;
  }
  .dotted {
    padding-bottom: 0.3em;
    border-bottom: 1px dotted #fe8304;
  }
  /* -------------------------------
Lアシストとは？
----------------------------------*/
  .seciton_01 {
    padding: 2em 1em 3em;
    text-align: center;
  }
  .intro_area {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .intro_inr {
    text-align: left;
    width: 100%;
  }
  .intro_text {
    padding-top: 1em;
  }
  .intro_image {
    margin: auto 0em;
    width: 100%;
  }
  /* -------------------------------
Lアシストを使う3つメリット
----------------------------------*/
  .section_02 {
    padding: 2em 1em;
    text-align: center;
    background: #eefbf2;
  }
  .merit_area {
    text-align: left;
    padding-top: 0.5em;
  }
  .merit_box {
    margin: 2em 0em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .merit_inr {
    width: 100%;
  }
  .merit_image {
    width: 65%;
    margin: 0em auto 1.5em;
  }
  .merit_title {
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 0.5em;
  }
  .merit_number {
    color: #01b97f;
    font-size: 1.5em;
    margin-right: 0.1em;
    font-weight: bold;
  }
  /* -------------------------------
Lアシストのサービス内容
----------------------------------*/
  .section_03 {
    padding: 2em 1em;
    text-align: center;
  }
  .service_area {
    text-align: left;
    padding-top: 0.5em;
  }
  .service_box {
    margin: 2em 0em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .service_inr {
    width: 100%;
  }
  .service_image {
    width: 65%;
    margin: 0em auto 1.5em;
  }
  .service_title {
    border-left: 8px solid #6ad0b9;
    padding: 0.3em 0.7em 0.2em;
    font-size: 1.4em;
    color: #fff;
    background: #40aca5;
    margin-bottom: 0.8em;
  }
  /* -------------------------------
その他の便利なサービス内容
----------------------------------*/
  .section_04 {
    padding: 2em 1em;
    text-align: center;
    background: #faeddd;
  }
  .function_area {
    padding-top: 3em;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .function_box {
    padding: 1em;
    background: #fff;
    width: 100%;
    margin-bottom: 1.5em;
    border-radius: 1em;
    box-shadow: 2px 2px 6px #ccc;
  }
  .function_image {
    padding: 0em 1.5em;
  }
  .function_inr {
    padding-top: 1em;
  }
  .function_title {
    font-size: 1.4em;
    color: #fe8304;
    font-weight: bold;
  }
  .function_text {
    padding-top: 1em;
    text-align: left;
  }
  .function_text p {
    line-height: 1.6;
  }
  /* -------------------------------
Lアシストの活用事例
----------------------------------*/
  .section_05 {
    padding: 2em 1em;
    text-align: center;
  }
  .example_area {
    padding-top: 1.5em;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .example_image {
    width: 100%;
    margin-bottom: 1.5em;
    box-shadow: 1px 1px 4px #ccc;
  }
  /* -------------------------------
Lアシストの料金プラン
----------------------------------*/
  .section_06 {
    padding: 2em 1em;
    text-align: center;
    background: #eefbf2;
  }
  .price_area {
    padding-top: 1.5em;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .price_box {
    box-shadow: 2px 2px 6px #ccc;
    background: #fff;
    width: 100%;
    border-radius: 1em;
    padding: 2em 1em 2em;
    margin-bottom: 1.5em;
  }
  .recommend {
    padding: 0.1em 0em;
    border-radius: 1em;
    color: #fff;
    font-weight: bold;
    background: #fe8304;
    margin: 0em 3em 0.5em;
  }
  .green {
    border: 4px solid #01b97f;
  }
  .blue {
    border: 4px solid #1786c0;
  }
  .pink {
    border: 4px solid #ea5c5f;
  }
  .textpink {
    color: #ea5c5f;
  }
  .textblue {
    color: #1786c0;
  }
  .textgreen {
    color: #01b97f;
  }
  .price_title {
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 0.1em;
  }
  .plan_time {
    font-size: 0.9em;
    border: 1px solid #333;
    padding: 0.2em 1em;
  }
  .price_inr {
    display: inline-block;
    text-align: left;
    padding-top: 1.5em;
    font-weight: bold;
  }
  .fa {
    margin-right: 0.5em;
  }
  .section_07 {
    color: #fff;
    padding: 3em 1em;
    text-align: center;
    background-image: url("https://ad.marketinggate.net/wp-content/themes/lp/images/bg01sp.jpg");
    background-size: cover;
  }
  .message_title {
    font-size: 1.8em;
    font-weight: bold;
    padding-bottom: 1em;
  }
  /* -------------------------------
ご利用までの流れ
----------------------------------*/
  .section_08 {
    padding: 1em 1em;
    text-align: center;
  }
  .flow_area {
    padding-top: 1.5em;
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
  }
  .flow_box {
    box-shadow: 1px 1px 4px #ccc;
    width: 100%;
    margin: 1em 0em;
    border: 2px solid #01b97f;
  }
  .arrow {
    margin: auto 0em;
    width: 100%;
    color: #01b97f;
  }
  .flow_title {
    padding: 0.3em 0.5em;
    background: #01b97f;
    color: #fff;
  }
  .flow_text {
    font-weight: bold;
    padding: 1em;
  }
  /* -------------------------------
ボタンエリア
----------------------------------*/
  .section_09 {
    padding: 2.5em 1em;
    text-align: center;
    background-image: url("https://ad.marketinggate.net/wp-content/themes/lp/images/bg03sp.jpg");
    background-size: cover;
  }
  .cta_area {
    line-height: 3.2em;
    text-align: center;
  }
  .dot_text {
    position: relative;
  }
  .dot_text::before {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    padding-top: 12px;
    background: -webkit-radial-gradient(circle 5px, #fff 50%, transparent 50%);
    background: radial-gradient(circle 5px, #fff 50%, transparent 50%);
    background: -moz-radial-gradient(circle 5px, #fff 50%, transparent 50%);
  }
  .cta_title {
    letter-spacing: 2px;
    color: #fff;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  .btn {
    letter-spacing: 1px;
    background-color: #f02157;
    border: 0;
    border-radius: 3em;
    cursor: pointer;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    outline: 0;
    padding: 1.5em;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
  }
  .btn a {
    color: #fff;
  }
  .btn:before {
    background-color: initial;
    background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
    border-radius: 125px;
    content: "";
    height: 50%;
    left: 7%;
    opacity: .5;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 86%;
  }
  .btn:hover {
    box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
    transform: scale(1.05);
  }
  /*---------------------------------
フッター部分
-----------------------------------*/
  .footer {
    background: #333;
    padding: 2em 0em;
    text-align: center;
    font-size: 1.3em;
  }
  .footer p {
    color: #fff;
  }
}