/*
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-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #222;
  font-size: 20px;
  line-height: 38px;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
p {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
}
ul {
  padding-left: 0;
}
li {
  list-style: none;
}
h2 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  font-size: 3.5rem;
  line-height: 1.4;
  font-family: Arial, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', メイリオ, Meiryo, serif;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
.title {
  background: #071636;
}
.sub_title {
  color: #faf102;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0.4rem;
  letter-spacing: 0.05em;
}
.qa_title {
  background: #fff;
}
.qa_h2 {
  color: #071636;
}
.plan_title, .flow_title {
  padding: 2rem 0 1rem;
}
.container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 3rem 1rem;
  overflow: hidden;
}
.sp_br {
  display: none;
}
.pc_br {
  display: block;
}
.red {
  color: #c1050e;
  font-weight: bold;
  font-size: 1.1em;
}
.slash {
  position: relative;
}
.slash:before, .slash:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #f5cb00;
  width: 2.5px;
  height: 1.1em;
  margin: 0 0.8em;
  margin-top: -0.2em;
  vertical-align: middle;
}
.slash:before {
  transform: rotate(-28deg);
}
.slash:after {
  transform: rotate(28deg);
}
.space {
  margin-left: -4px;
}
/*********************/
/*     header     */
/*********************/
.header {
  position: sticky;
  top: 0;
  z-index: 5000;
  overflow: auto;
  background: #fff;
  box-shadow: 2px 3px 8px rgb(0, 0, 0, 0.2);
}
.header_inr {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_logo img {
  width: 270px;
}
.h_right {
  display: flex;
  align-items: center;
}
.h_right img {
  width: 250px;
}
.h_tel {
  margin-right: 0.8rem;
}
.header_logo a {
  opacity: 1;
}
/*********************/
/*     FV     */
/*********************/
.fv {
  background: url("https://mu-sinkoku.com/wp-content/themes/lp/images/fv_back.webp") no-repeat center;
}
.fv_in {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
/*********************/
/*     CTAエリア     */
/*********************/
.point {
  background: #e8edf3;
  display: flex;
  justify-content: center;
}
.point li {
  width: 24%;
  margin: 0 0.3rem;
}
.point_inr {
  padding: 1rem 0;
}
.cta {
  background: url("https://mu-sinkoku.com/wp-content/themes/lp/images/cta_back.webp")no-repeat bottom;
  background-size: cover;
}
.cta_inr {
  background: #071636;
}
.cta_box {
  background: #fff;
  padding: 1.5rem 0;
  border: 8px solid #d4dbe5;
}
.cta_title {
  width: 90%;
  margin: -65px auto 0.5rem;
}
.btn {
  display: flex;
  justify-content: center;
}
.mail, .line {
  width: 43%;
  margin-top: 0.8rem;
}
.tel img {
  width: 50%;
}
.mail {
  margin-right: 0.3rem;
}
.line {
  margin-left: 0.3rem;
}
/*********************/
/*     サポート実績     */
/*********************/
.voice {
  background: #f5f5f5;
}
.voice_box {
  box-shadow: 2px 3px 6px rgb(0, 0, 0, 0.3);
  border: 2.5px solid #071636;
  padding: 3.2rem 2rem 2rem;
  position: relative;
  margin: 2rem 0 2.5rem;
  background: #fff;
}
.case_img {
  position: absolute;
  top: -12px;
  left: -19px;
  width: 150px;
}
.voice_text {
  text-align: left;
}
.voice_img {
  float: right;
  width: 20%;
  margin: 0 0 0.5rem 2rem;
}
.right {
  font-size: 0.85em;
  margin-top: 1rem;
}
.voice_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 45px;
  color: #1c9b9b;
}
/*********************/
/*     お悩み     */
/*********************/
.trouble_title img {
  margin-top: -2rem;
}
.trouble {
  background: url("https://mu-sinkoku.com/wp-content/themes/lp/images/back1.webp")no-repeat bottom;
  background-size: cover;
}
.trouble_list {
  max-width: 750px;
  width: 100%;
  margin: 0 auto 3rem;
}
.penalty_title {
  background: #071636;
  box-shadow: 2px 3px 10px rgb(0, 0, 0, 0.3);
  position: relative;
}
.penalty_title:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #071636 transparent transparent transparent;
  border-width: 20px 30px 0 30px;
}
.penalty {
  background: url("https://mu-sinkoku.com/wp-content/themes/lp/images/back2.webp")no-repeat center;
  background-size: cover;
}
.penalty_img {
  max-width: 850px;
  margin: 0 auto 2rem;
}
/*********************/
/*    お任せください    */
/*********************/
.solution_title {
  background: url("https://mu-sinkoku.com/wp-content/themes/lp/images/back4.webp")no-repeat center;
  background-size: cover;
}
.solution {
  background: url("https://mu-sinkoku.com/wp-content/themes/lp/images/solution_back.webp") no-repeat center;
  position: relative;
}
.solution_inr {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.solution p {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 920px;
  width: 100%;
}
.comparison_title, .flow_title {
  margin-top: 2rem;
}
.comparison {
  background: #fff;
}
/*********************/
/*       料金　　     */
/*********************/
.plan_title {
  background: url("https://mu-sinkoku.com/wp-content/themes/lp/images/back5.webp")no-repeat center;
  background-size: cover;
}
.plan {
  background: #fff;
}
.plan_01_title, .plan_02_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 2rem;
}
.plan_02_title {
  margin-top: 6rem;
}
table {
  width: 100%;
  margin-top: 2rem;
}
th, td {
  width: 50%;
  padding: 1rem 0;
  text-align: center;
}
th {
  background: #071636;
  color: #fff;
  border-right: 1px solid #fff;
  font-size: 1.4rem;
}
td {
  background: #e8edf3;
  letter-spacing: 0.02em;
}
tr td:nth-of-type(1) {
  border-right: 1px solid #071636;
}
.number_large {
  font-size: 1.4em;
}
.discount {
  max-width: 880px;
  margin: 5rem auto 0;
}
.discount {
  background: #fff;
  border: 4px solid #1c9b9b;
  box-shadow: 4px 5px 10px rgb(0, 0, 0, 0.3);
  margin-top: 7rem;
  position: relative;
}
.discount_img {
  width: 230px;
  position: absolute;
  bottom: 0;
  right: -40px;
}
.discount_text {
  padding: 2rem;
  line-height: 50px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.discount_title img {
  width: 50%;
  margin-top: -30px;
}
.large {
  font-size: 1.7em;
}
.large_number {
  font-size: 2.6em;
}
/*********************/
/*       流れ　　     */
/*********************/
.flow {
  background: #e8edf3;
  ;
}
.flow_inr {
  display: flex;
  justify-content: space-between;
}
.step_box {
  width: 23%;
  background: #fff;
  padding: 0 0.5rem 1rem;
  margin-top: 1rem;
  border: 1.5px solid #071636;
}
.step {
  margin-top: -40px;
  width: 60px;
}
.flow_inr p {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 1rem;
  line-height: 35px;
}
.arrow {
  width: 2%;
  margin: auto 0;
  z-index: 10000;
}
/*********************/
/*   よくある質問　　   */
/*********************/
.qa {
  background: #fff;
  padding-top: 2rem;
}
.qa_box {
  margin-top: 3rem;
}
.qa_box li {
  background: #f3f3f3;
  text-align: left;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.question {
  font-weight: bold;
  color: #1c9b9b;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}
.answer {
  display: flex;
  align-items: center;
}
.question::before, .answer::before {
  align-items: center;
  color: #fff;
  content: "Q";
  display: flex;
  font-size: 1.3rem;
  font-weight: bold;
  height: 3.5rem;
  justify-content: center;
  text-align: center;
  width: 3.5rem;
  margin-right: 1.5rem;
  aspect-ratio: 1 / 1;
}
.question::before {
  background: #1c9b9b;
}
.answer::before {
  background: #fff;
  border: 1px solid #1c9b9b;
  color: #1c9b9b;
  content: "A";
}
/*********************/
/*   プロフィール　　   */
/*********************/
.profile {
  background: #fff;
}
.profile_title {
  background: url("https://mu-sinkoku.com/wp-content/themes/lp/images/back4.webp")no-repeat center;
  background-size: cover;
}
.profile_logo {
  display: block;
  width: 180px;
  margin-bottom: 0.5rem;
}
.profile_inr {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
.profile_img {
  width: 38%;
  margin: 2rem 0 0 2rem;
}
.profile_left {
  width: 55%;
  text-align: left;
}
.profile_name {
  font-family: Arial, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', メイリオ, Meiryo, serif;
  font-weight: bold;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #03694c;
  padding-bottom: 0;
  line-height: 40px;
}
.profile_text {
  margin: 1rem 0;
  width: 90%;
}
/*********************/
/* お問い合わせフォーム  */
/*********************/
.form {
  background: #e8edf3;
  padding-top: 4rem;
}
.form_h2 {
  color: #071636;
  font-size: 2.5rem;
}
.form_text {
  margin: 1rem 0 2.5rem;
}
form {
  background: #fff;
  padding: 5rem 0;
  box-shadow: 0 0 12px rgb(0, 0, 0, 0.2);
}
.form_inr {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
dl {
  display: table;
  width: 100%;
  margin: 0;
  margin-bottom: 1rem;
}
dl dt, dl dd {
  display: table-cell;
}
dt, dd {
  padding: 1rem;
  text-align: left;
  border-bottom: 2px dotted #ccc;
}
dt {
  width: 35%;
}
dd {
  width: 65%;
}
.required_red {
  top: 0;
  right: 13px;
  color: #fff;
  background: #ca2100;
  font-size: 0.8rem;
  margin-left: 1rem;
  padding: 0.2rem 0.5rem;
}
input[type="text"] {
  width: 100%;
  height: 50px;
  padding-left: 0.5rem;
  border: 2px solid #ebebeb;
  background: #fffde2;
  border-radius: 5px;
}
input[type="tel"] {
  width: 100%;
  height: 50px;
  padding-left: 0.5rem;
  border: 2px solid #ebebeb;
  background: #fffde2;
  border-radius: 5px;
}
input[type="email"] {
  width: 100%;
  height: 50px;
  padding-left: 0.5rem;
  border: 2px solid #ebebeb;
  background: #fffde2;
  border-radius: 5px;
}
textarea {
  width: 100%;
  border: 2px solid #ebebeb;
  vertical-align: top;
  border-radius: 5px;
}
#form_submit_button {
  width: 50%;
  margin: 2rem auto;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  background: #071636;
  color: #fff;
}
#form_submit:hover {
  opacity: 0.9;
  transition: all .3s;
}
/*********************/
/*   フッター　   */
/*********************/
.footer {
  padding: 1rem 0;
  text-align: center;
  background: #fff;
}
.footer, .footer p, .footer a {
  font-size: 0.9rem;
  line-height: 28px;
}
.footer a {
  text-decoration: underline;
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 40px;
}
.pagetop a {
  display: block;
  background-color: #fff;
  text-align: center;
  border: 2px solid #071636;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.pagetop img {
  width: 35%;
}
/*********************/
/*     特商法     */
/*********************/
.commercial_law {
  text-align: center;
  margin: 0 auto;
  background: #fff;
}
.commercial_law_title {
  font-size: 1.5rem;
}
.table_commercial_law {
  margin: 3rem auto 0;
}
.table_commercial_law table {
  width: 100%;
}
.table_commercial_law th, .table_commercial_law td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.table_commercial_law th {
  width: 25%;
  background: #f0f0f0;
  text-align: center;
  color: #222;
}
.table_commercial_law td {
  width: 75%;
  background: #fff;
  border-right: 1px solid #ccc;
}
.table_commercial_law tr td:nth-of-type(1) {
  border-right: 1px solid #ccc;
}
.commercial_law a {
  color: #222;
}
.home a {
  color: #071636;
  font-weight: bold;
  text-decoration: underline;
}
.fix_menu {
  display: none;
}
.graph {
  background: #fff;
  padding-bottom: 2rem;
}
.graph_img {
  margin: 1rem 0 2rem;
}
.graph_text {
  text-align: left;
}
@media (min-width: 600px) and (max-width: 1000px) {
  .tb_br {
    display: none;
  }
}
@media only screen and (max-width : 599px) {
  body {
    width: 100%;
    font-size: 4vw;
    line-height: 6.5vw;
  }
  p {
    font-size: 4vw;
    line-height: 6.5vw;
  }
  h2 {
    font-size: 8.5vw;
    line-height: 10.3vw;
  }
  .sub_title {
    font-size: 4.8vw;
    margin-bottom: 0.5rem;
    letter-spacing: 0.05em;
  }
  .plan_title, .flow_title {
    padding: 1rem 0 0.8rem;
  }
  .container {
    padding: 1rem;
  }
  .sp_br {
    display: block;
  }
  .pc_br {
    display: none;
  }
  .red {
    font-size: 4vw;
  }
  .large2 {
    font-size: 1.2em;
  }
  .space {
    margin-left: -3px;
  }
  .header_inr {
    padding: 0.5rem;
  }
  .header_logo img {
    width: 42vw;
  }
  .h_mail {
    width: 8.5vw;
  }
  .h_tel {
    width: 36vw;
  }
  .fv {
    background: none;
  }
  .point {
    flex-wrap: wrap;
  }
  .point li {
    width: 45%;
    margin: 0 0.3rem 0.5rem;
  }
  .point_inr {
    padding: 0;
  }
  .cta {
    position: relative;
  }
  .cta_box {
    padding: 1rem 1.2rem;
    border: 4px solid #d4dbe5;
  }
  .cta_title {
    width: 100%;
    margin: 0 auto 0.5rem;
  }
  .sb {
    position: absolute;
    width: 40vw;
    top: -20px;
    left: -5px;
  }
  .btn {
    flex-wrap: wrap;
  }
  .mail, .line {
    width: 100%;
    margin: 0.3rem 0 0 0;
  }
  .tel img {
    width: 100%;
  }
  .voice_box {
    box-shadow: 1px 2px 3px rgb(0, 0, 0, 0.3);
    border: 1.5px solid #071636;
    padding: 2rem 0.8rem 1rem;
  }
  .case_img {
    position: absolute;
    top: -10px;
    left: -12px;
    width: 23.5vw;
  }
  .voice_text {
    width: 100%;
    margin-left: 0;
  }
  .voice_img {
    width: 30%;
    margin: 0 0 0.5rem 0.5rem;
  }
  .voice_title {
    font-size: 5.2vw;
    margin-bottom: 0.8rem;
    line-height: 7.5vw;
  }
  .trouble_title {
    padding: 0;
  }
  .trouble_title img {
    margin-top: 0;
  }
  .trouble {
    background: url("https://mu-sinkoku.com/wp-content/themes/lp/images/back1_sp.webp")no-repeat bottom;
    background-size: cover;
    height: 100vw;
  }
  .trouble_inr {
    padding: 0;
  }
  .penalty_img {
    margin: 0 auto;
  }
  .penalty {
    background: url("https://mu-sinkoku.com/wp-content/themes/lp/images/back2_sp.webp")no-repeat center;
    background-size: cover;
  }
  .solution {
    background: url("https://mu-sinkoku.com/wp-content/themes/lp/images/solution_back_sp.webp") no-repeat center;
    background-size: cover;
    height: 130vw;
  }
  .solution p {
    top: 20px;
  }
  .plan_01_title, .plan_02_title {
    font-size: 5vw;
    line-height: 6.8vw;
  }
  .plan_02_title {
    margin-top: 4rem;
  }
  th, td {
    font-size: 4.2vw;
    line-height: 6.3vw;
    letter-spacing: 0.02em;
    padding: 0.7rem 1rem;
  }
  .discount {
    box-shadow: 2px 3px 5px rgb(0, 0, 0, 0.3);
    margin: 5rem 0 2rem;
  }
  .man, .woman {
    display: none;
  }
  .discount_text {
    padding: 0.5rem 0 0;
  }
  .discount_text p {
    padding: 0 0 0.5rem;
    line-height: 8.3vw;
    font-size: 4.8vw;
  }
  .discount_title img {
    width: 70vw;
    margin-top: -35px;
  }
  .large {
    font-size: 1.3em;
  }
  .large_number {
    font-size: 2em;
  }
  .discount_img_sp {
    width: 65%;
    margin: 0 auto;
  }
  .flow_inr {
    flex-wrap: wrap;
  }
  .step_box {
    width: 90%;
    margin: 0 auto;
    padding: 0 0.5rem 1rem;
    margin-top: 1rem;
  }
  .step {
    margin-top: -20px;
    width: 13vw;
  }
  .flow_img {
    width: 80%;
  }
  .flow_inr p {
    font-size: 5.2vw;
  }
  .arrow {
    width: 14%;
    margin: 0.5rem auto 1rem;
  }
  .icon {
    width: 13vw;
    margin-bottom: 0.5rem;
  }
  .qa_box li {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
  .question {
    font-size: 4vw;
    margin-bottom: 1.5rem;
  }
  .question::before, .answer::before {
    font-size: 4.2vw;
    height: 2rem;
    width: 2rem;
    margin-right: 1rem;
  }
  .profile_logo {
    display: block;
    width: 28vw;
    margin-bottom: 0.5rem;
  }
  .profile_inr {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
  }
  .profile_img {
    width: 70%;
    margin-left: 0;
    margin: 0 auto 1rem;
  }
  .profile_left {
    width: 100%;
  }
  .profile_name {
    margin-bottom: 1rem;
    font-size: 4.2vw;
    line-height: 8.3vw;
  }
  .form {
    padding-top: 2rem;
  }
  .form_h2 {
    font-size: 6.3vw;
  }
  .form_text {
    margin: 1rem 0;
  }
  form {
    padding: 2rem 0.5rem;
    box-shadow: 0 0 5px rgb(0, 0, 0, 0.2);
  }
  dl {
    display: table;
    width: 100%;
    margin: 0;
    margin-bottom: 1rem;
  }
  dl dt, dl dd {
    display: block;
  }
  dt, dd {
    width: 100%;
    padding: 0.5rem;
    border-bottom: none;
    margin-left: 0;
  }
  .required_red {
    font-size: 3vw;
    margin-left: 0.5rem;
  }
  #form_submit_button {
    width: 80%;
    font-size: 4.2vw;
    margin: 0 auto;
  }
  input, textarea {
    font-size: 16px;
  }
  .pagetop {
    bottom: 80px;
    right: 10px;
  }
  .pagetop a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .pagetop a i {
    font-size: 18px;
    line-height: 40px;
  }
  /*********************/
  /*     特商法     */
  /*********************/
  .commercial_law_title {
    font-size: 1.2rem;
  }
  .table_commercial_law {
    margin: 2rem auto 0;
    width: 100%;
    font-size: 0.9rem;
  }
  .table_commercial_law th, .table_commercial_law td {
    padding: 1rem 0.5rem;
  }
  .table_commercial_law th {
    width: 35%;
  }
  .table_commercial_law td {
    width: 67%;
  }
  .footer_commercial_law {
    padding: 2rem 0 0.5rem;
  }
  .fix_menu {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    padding: 0;
  }
  .fix_menu_item {
    margin: 0;
    display: flex;
    align-items: flex-end;
  }
  .fix_menu img {
    width: 100%;
  }
  .fix_menu_man {
    width: 37vw;
  }
  .fix_menu_tel, .fix_menu_mail, .fix_menu_line {
    width: 21vw;
    border-left: 1px solid #fff;
    background: #eee;
    height: 15vw;
  }
  .fix_menu_tel {
    background: #1c9b9b;
  }
  .fix_menu_mail {
    background: #ba2238;
  }
  .fix_menu_line {
    background: #01ab35;
  }
  .footer {
    padding: 1rem 0.5em 5rem;
    text-align: center;
  }
  .footer, .footer p, .footer a {
    font-size: 3.2vw;
    line-height: 20px;
  }
  .number_large {
    font-size: 1.3em;
  }
}