/*
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: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  color: #343434;
  font-size: 17px;
  line-height: 1.6;
}
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;
}
h1, h2, h3 {
  margin: 0;
  color: #03694c;
}
h1 {
  font-size: 4.8rem;
  letter-spacing: -0.05em;
  line-height: 1.2;
  margin-bottom: 0.8rem;
  margin-top: 4.2rem;
  margin-left: 1rem;
}
h2 {
  font-size: 2.8rem;
  line-height: 1.4;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
h3 {
  font-size: 2rem;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 1rem;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  position: relative;
  border-bottom: 1px dashed #03694c;
  padding-bottom: 0.5rem;
}
h3 img {
  position: absolute;
  top: -38px;
  left: -12px;
  width: 120px;
}
.gothic {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4em;
}
/*********************/
/*     　　全体　     */
/*********************/
.container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 3rem 0.5rem;
}
.container_inr {
  margin-top: 2rem;
}
.flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.t_space {
  margin-right: 0.3rem;
}
.sp_br {
  display: none;
}
.pc_br {
  display: block;
}
.tb_br {
  display: none;
}
.green {
  color: #03694c;
}
.red {
  color: #bf1029;
}
.white {
  color: #fff;
}
.yellow {
  color: #f9ec78;
}
.b {
  font-weight: bold;
}
.big_1 {
  font-size: 1.4em;
}
.big_2 {
  font-size: 1.8em;
}
.y_ul {
  background: linear-gradient(transparent 75%, #faeb79 75%);
}
.underline {
  text-decoration: underline;
}
.slash {
  position: relative;
}
.slash:before, .slash:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #fff;
  width: 1.9px;
  height: 1.4em;
  margin: 0 0.8em;
  margin-top: -.2em;
  vertical-align: middle;
}
.slash:before {
  transform: rotate(-25deg);
}
.slash:after {
  transform: rotate(25deg);
}
.slash_2:before, .slash_2:after {
  background: #03694c;
}
/*********************/
/*     header     */
/*********************/
.header {
  position: sticky;
  top: 0;
  z-index: 5000;
  overflow: auto;
  background: #fff;
}
.header_inr {
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  padding: 0.5rem 1rem;
  justify-content: space-between;
}
.header_logo img {
  width: 250px;
}
.h_right img {
  width: 250px;
}
.h_tel {
  margin-right: 0.8rem;
}
/*********************/
/*     FV     */
/*********************/
/*FV*/
.fv {
  background: url("https://kaisan-center.com/wp-content/themes/lp/images/fv_back.jpg") no-repeat center;
}
.fv_in {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.fv a {
  opacity: 1;
}
.fv_inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

/*********************/
/*     CTAエリア     */
/*********************/
.cta {
  background: url("https://kaisan-center.com/wp-content/themes/lp/images/back_1.jpg")no-repeat bottom;
  background-size: cover;
  padding: 1rem 0;
}
.container_cta {
  padding: 1rem 0;
}
.point {
  justify-content: center;
}
.point li {
  margin: 0;
  width: 24%;
}
.cta_box {
  background: #fff;
  padding: 1.2rem 1rem;
  border: 10px solid #e9f6f4;
  border-radius: 7px;
}
.cta_title {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: bold;
  font-size: 2rem;
}
.btn {
  justify-content: center;
}
.mail, .line {
  width: 43%;
  margin-top: 0.6rem;
}
.tel img {
  width: 50%;
}
.mail {
  margin-right: 0.3rem;
}
.line {
  margin-left: 0.3rem;
}
/*********************/
/*     サポート実績     */
/*********************/
.voice_box {
  margin-top: 2rem;
}
.voice_box li {
  box-shadow: 0 0 7px rgb(0, 0, 0, 0.3);
  text-align: left;
  display: block;
  position: relative;
  margin-bottom: 1.5rem;
  box-sizing: border-box;
}
.v_ttl {
  font-size: 1.6rem;
  padding: 1rem 0;
  background: #03694c;
  color: #fff;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.voice_inr {
  padding: 2rem;
}
.voice_text {
  width: 70%;
}
.v_img {
  width: 20%;
}
.right {
  text-align: right;
  margin-bottom: 0.5rem;
  font-size: 0.9em;
}
.ribbon {
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 25px;
  margin: 0;
  padding: 10px 0 7px;
  z-index: 2;
  width: 100px;
  text-align: center;
  color: #03694c;
  font-size: 1.2rem;
  background: #daeee7;
  border-radius: 2px 0 0 0;
  font-weight: bold;
  line-height: 1.1;
}
.ribbon:before {
  position: absolute;
  content: '';
  top: 0;
  right: -5px;
  border: none;
  border-bottom: solid 6px #023d2c;
  border-right: solid 5px transparent;
}
.ribbon:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 10px solid #daeee7;
}
/*********************/
/*     お悩み     */
/*********************/
.trouble {
  background: url("https://kaisan-center.com/wp-content/themes/lp/images/back_2.jpg")no-repeat top;
  background-size: cover;
}
.trouble_list {
  max-inline-size: max-content;
  margin-inline: auto;
  text-align: left;
  margin-top: 2rem;
}
.trouble_list li {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  background: #fff;
  padding: 1rem 8rem;
}
.trouble li img {
  width: 25px;
  margin-bottom: 0.4rem;
  margin-right: 0.5rem;
}
.penalty {
  background: #f3f3f3;
}
/*********************/
/*    お任せください    */
/*********************/
.solution {
  background: url("https://kaisan-center.com/wp-content/themes/lp/images/back_5.jpg")no-repeat bottom;
  background-size: cover;
}
.solution_inr {
  text-align: left;
  padding-bottom: 0;
  padding-left: 0;
}
.solution_text {
  background: url("https://kaisan-center.com/wp-content/themes/lp/images/speechbubble.png")no-repeat center;
  background-size: cover;
  height: 450px;
  width: 900px;
  margin: 1rem auto 0;
  font-size: 1.2rem;
}
.solution_text_inr {
  padding: 6rem 6rem 0;
  line-height: 1.9;
}
/********************/
/*   選ばれる理由   */
/*********************/
.reason_container {
  padding-top: 4rem;
}
.reason_bottom {
  margin-bottom: 4rem;
}
.f_inr {
  text-align: left;
  width: 47%;
}
.reason_img {
  width: 44%;
}
.comparison_text {
  margin-top: 2rem;
}
/*********************/
/*   プロフィール　　   */
/*********************/
.profile {
  background: #ecf7f4;
}
.profile_logo {
  display: block;
  width: 180px;
  margin-bottom: 0.5rem;
}
.profile_inr {
  background: #fff;
  padding: 2rem;
  margin-top: 2rem;
  align-items: stretch;
}
.profile_img {
  width: 28%;
  margin-left: 2rem;
}
.profile_left {
  width: 67%;
  text-align: left;
}
.profile_name {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: bold;
  margin-bottom: 1rem;
  border-bottom: 1px solid #03694c;
  padding-bottom: 0.5rem;
}
/*********************/
/*       料金　　     */
/*********************/
.plan_ttl {
  background: #ef9c10;
  color: #fff;
  padding: 2rem 0 1rem;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0;
  width: 100%;
  position: relative;
  text-align: center;
}
.plan_ttl::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ef9c10 transparent transparent transparent;
  border-width: 16px 40px 0 40px;
}
.plan_ttl_inr {
  padding: 0;
}
.plan {
  padding: 1rem 0 1.5rem;
  background: #fcf8de;
}
.plan_item {
  display: flex;
  justify-content: space-around;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.plan_item li {
  width: 80%;
  margin-bottom: 1.5rem;
}
/*********************/
/*       流れ　　     */
/*********************/
.flow_lp2 {
  background: #ecf7f4;
}
.flow_item {
  margin-top: 3.5rem;
  display: flex;
  justify-content: space-around;
}
.flow_item_box {
  width: 28%;
}
.flow_arrow {
  width: 3%;
  margin: auto 1rem;
}
.flow_item_box {
  background: #fff;
  border: 2px solid #03694c;
  padding: 1rem 0 0;
}
.flow_item_inr {
  padding: 0 1rem 1.5rem;
}
.flow_item_inr img {
  width: 60%;
  margin-bottom: 1rem;
}
.flow_item_inr p {
  text-align: left;
}
.flow_item_number {
  width: 50px;
  margin: 0 auto;
}
.flow_item_number img {
  margin-top: -3.5rem;
}
.flow_item_ttl {
  font-size: 1.4rem;
  color: #03694c;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
/*********************/
/*   よくある質問　　   */
/*********************/
.qa {
  background: #f3f3f3;
}
.qa_lp2 {
  background: #fff;
}
.qa_lp2_box li{
  background: #f3f3f3;
  text-align: left;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.qa_box li {
  background: #fff;
  text-align: left;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.question {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: bold;
  color: #03694c;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.answer {
  display: flex;
  align-items: center;
}
.question::before, .answer::before {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  content: "Q";
  display: flex;
  font-size: 1.3rem;
  font-weight: bold;
  height: 3rem;
  justify-content: center;
  text-align: center;
  width: 3rem;
  margin-right: 1rem;
  aspect-ratio: 1 / 1;
}
.question::before {
  background: #03694c;
}
.answer::before {
  background: #fff;
  border: 1px solid #03694c;
  color: #03694c;
  content: "A";
}
.qa_btn {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
/*********************/
/*   フッター　   */
/*********************/
.footer {
  padding: 1rem;
  text-align: center;
}
.footer, .footer p, .footer a {
  font-size: 0.8rem;
  color: #343434;
}
.footer a {
  text-decoration: underline;
}
.footer a:hover {
  opacity: 0.8;
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 40px;
}
.pagetop a {
  display: block;
  background-color: #fff;
  text-align: center;
  border: 2px solid #03694c;
  font-size: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.pagetop a i {
  font-size: 20px;
  color: #03694c;
  line-height: 50px;
}
/*********************/
/*     特商法     */
/*********************/
.commercial_law {
  text-align: center;
  margin: 0 auto;
}
.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;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.table_commercial_law th {
  width: 25%;
  background: #eee;
  text-align: center;
}
.table_commercial_law td {
  width: 75%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.commercial_law a {
  color: #343434;
}
.home a {
  color: #03694c;
  font-weight: bold;
  text-decoration: underline;
}
.fix_menu {
  display: none;
}
.support {
  background: #ecf7f4;
  padding: 0 2rem 2rem;
}
.support_img {
  margin: 3rem auto;
  padding: 2rem 0;
  background: #fff;
  text-align: center;
}
.support_img img {
  max-width: 700px;
  width: 100%;
}
@media (min-width: 600px) and (max-width: 1100px) {
  .header_logo img {
    width: 25vw;
  }
  .h_right img {
    width: 25vw;
  }
  .slash:before, .slash:after {
    display: none;
  }
  .voice_text {
    width: 100%;
  }
  .right {
    text-align: center;
  }
  .trouble_list li {
    padding: 1rem 3rem;
  }
  .solution {
    overflow: hidden;
  }
  .solution_text {
    height: 350px;
    width: 790px;
  }
  .solution_text_inr {
    padding: 3rem 5rem 0;
  }
  .solution_text {
    max-width: 900px;
  }
}
@media only screen and (max-width : 599px) {
  body {
    width: 100%;
    line-height: 1.7;
    font-size: 0.93rem;
  }
  p {
    font-size: 0.93rem;
    line-height: 1.7;
  }
  h1 {
    text-align: center;
    font-size: 10.5vw;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
  h2 {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  h3 {
    font-size: 1.4rem;
    padding-left: 0.5rem;
  }
  h3 img {
    top: -15px;
    left: -0.3rem;
    width: 90px;
  }
  .container {
    width: 100%;
    padding: 2rem 1rem;
  }
  .sp_br {
    display: block;
  }
  .pc_br {
    display: none;
  }
  .tb_br {
    display: none;
  }
  .big_1, .big_1_sp {
    font-size: 1.4em;
  }
  .big_2 {
    font-size: 1.8em;
  }
  .big_3 {
    font-size: 2.5em;
    line-height: 1.4;
  }
  .t_space {
    margin-right: 0.4rem;
  }
  .header_inr {
    width: 100%;
    padding: 0rem 0.5rem;
  }
  .header_logo {
    width: 35%;
  }
  .h_right {
    width: 60%;
    margin: 0;
    flex-wrap: nowrap;
  }
  .h_mail {
    width: 13vw;
  }
  .slash_2:before, .slash_2:after {
    display: none;
  }
  /*********************/
  /*     FV     */
  /*********************/
  .fv {
    background: none;
  }
  /*********************/
  /*     CTAエリア     */
  /*********************/
  .cta {
    background: url("https://kaisan-center.com/wp-content/themes/lp/images/back_1.jpg")no-repeat bottom;
    background-size: cover;
    padding: 0.3rem 0 2rem;
  }
  .container_cta {
    padding: 0;
  }
  .point {
    margin-left: 0.3rem;
	   padding-bottom: 1rem;
  }
  .point li {
    width: 47%;
    margin: 0.5rem 0 0;
  }
  .cta_box {
    padding: 0.8rem 1.2rem;
    border: 4px solid #e9f6f4;
    margin: 0.5rem 0.7rem 0;
  }
  .cta_last {
    padding: 0;
  }
  .cta_title {
    font-size: 6vw;
    line-height: 1.5;
  }
  .btn {
    justify-content: center;
  }
  .mail, .line {
    width: 94%;
    margin: 0.3rem 0 0 0;
  }
  .tel img {
    width: 94%;
  }
  /*********************/
  /*     サポート実績     */
  /*********************/
  .voice {
    padding-top: 0rem;
  }
  .voice_box li {
    box-shadow: 0 0 4px rgb(0, 0, 0, 0.3);
  }
  .v_ttl {
    font-size: 1.15rem;
    padding: 0.8rem 0.5rem;
  }
  .voice_inr {
    padding: 1rem;
  }
  .voice_text {
    width: 100%;
  }
  .voice_inr img {
    width: 28%;
  }
  .right {
    margin: 0.5rem 0 0.8rem;
    text-align: center;
  }
  .ribbon {
    top: -15px;
    left: 10px;
    padding: 10px 0 0;
    width: 50px;
    font-size: 0.7rem;
  }
  .ribbon:before {
    border-bottom: solid 15px #023d2c;
    border-right: solid 5px transparent;
  }
  .ribbon:after {
    top: 99%;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
  }
  /*********************/
  /*     お悩み     */
  /*********************/
  .trouble {
    background: url("https://kaisan-center.com/wp-content/themes/lp/images/back_2_sp.jpg")no-repeat bottom;
    background-size: cover;
  }
  .trouble_list {
    max-inline-size: none;
    margin-top: 1rem;
  }
  .trouble_list li {
    font-size: 0.93rem;
    margin-bottom: 0.5rem;
    padding: 0.7rem 1rem 0.6rem;
  }
  .trouble_text p {
    font-size: 1.6rem;
    margin: 1rem 0 0;
    line-height: 1;
  }
  .caution_message {
    width: 90%;
    margin: 2rem auto 0;
  }
  /*********************/
  /*    お任せください    */
  /*********************/
  .solution_text {
    margin-top: 0;
    background: url("https://kaisan-center.com/wp-content/themes/lp/images/speechbubble_sp.png")no-repeat center;
    background-size: cover;
    width: 100%;
    height: 105vw;
    padding: 2.2rem 1rem 0;
  }
  .solution_text p {
    font-size: 4vw;
  }
  .solution_inr {
    padding-bottom: 0;
  }
  .solution_text_inr {
    padding: 0;
  }
  /*********************/
  /*   選ばれる理由   */
  /*********************/
  .reason_bottom {
    margin-bottom: 2rem;
  }
  .reason_container {
    padding-top: 0;
  }
  .f_inr {
    text-align: left;
    width: 100%;
  }
  .reason_img {
    margin-bottom: 1.8rem;
    width: 100%;
  }
  /*********************/
  /*   プロフィール　　   */
  /*********************/
  .profile_logo {
    display: block;
    width: 120px;
  }
  .profile_inr {
    padding: 1rem;
  }
  .profile_img {
    width: 70%;
    margin: 0 0 1rem;
  }
  .profile_left {
    width: 100%;
    text-align: left;
  }
  .name_small {
    font-size: 0.8em;
  }
  /*********************/
  /*       料金　　     */
  /*********************/
  .plan {
    padding-bottom: 0;
  }
  .plan_ttl {
    padding: 2rem 0 1rem;
    font-size: 1.3rem;
  }
  .plan_ttl_inr {
    padding: 0 0.8rem;
  }
  .plan {
    padding: 1rem 0 1rem;
    background: #fcf8de;
  }
  .plan_item {
    flex-wrap: wrap;
  }
  .plan_item li {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .plan_item {
    margin-top: 1.5rem;
  }
  /*********************/
  /*   よくある質問　　   */
  /*********************/
  .qa_box li {
    padding: 1rem 0.5rem;
  }
  .question {
    font-size: 0.93rem;
  }
  .question::before, .answer::before {
    font-size: 1.1rem;
    height: 2rem;
    width: 2rem;
  }
  .answer {
    font-size: 0.93rem;
  }
  /*********************/
  /*   フッター　   */
  /*********************/
  .footer {
    padding: 0.5rem 0.5rem 7rem;
    text-align: center;
  }
  .footer, .footer p, .footer a {
    font-size: 0.7rem;
  }
  .pagetop {
    bottom: 100px;
    right: 12px;
    z-index: 100000;
  }
  .pagetop a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .pagetop a i {
    font-size: 18px;
    line-height: 40px;
  }
  /*********************/
  /*       流れ　　     */
  /*********************/
  .flow_inr {
    padding-top: 1rem;
  }
  .flow_item {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .flow_item_box {
    width: 100%;
    padding: 0 0 0.5rem;
  }
  .flow_item_number {
    width: 35px;
    margin: 0 auto;
  }
  .flow_item_number img {
    margin-top: -2rem;
  }
  .flow_arrow {
    width: 10%;
    margin: 0.5rem auto 1.5rem;
  }
  .flow_item_inr {
    display: flex;
    justify-content: space-around;
    text-align: left;
    align-items: center;
    padding: 0;
  }
  .flow_item_inr p {
    width: 60%;
  }
  .flow_item_inr img {
    width: 27%;
  }
  .flow_item_ttl {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  /*********************/
  /*     特商法     */
  /*********************/
  .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: #03694c;
  }
  .fix_menu_mail {
    background: #bf1029;
  }
  .fix_menu_line {
    background: #22ba4f;
  }
  .comparison_text {
    margin-top: 1rem;
  }
	  .support {
    padding: 0 0 1rem;
  }
  .support_img {
    margin: 1rem auto;
    padding: 1rem
  }

}
/* 2024.4修正 */
/* お問い合わせフォーム  */
.form {
  background: #ecf7f4;
  padding: 4rem 1rem 0;
}
.form_h2 {
  font-size: 2.5rem;
}
.form_text {
  margin: 1rem 0 2.5rem;
}
.form-bg {
  background: #fff;
  padding: 5rem 1rem;
  box-shadow: 0 0 7px 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: #03694c;
  color: #fff;
}
#form_submit:hover {
  opacity: 0.9;
  transition: all 0.3s;
}

@media only screen and (max-width: 599px) {
  .form {
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }
  .form_h2 {
    font-size: 6.3vw;
  }
  .form_text {
    margin: 1rem 0;
  }
  .form-bg {
    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;
  }
}
