@charset "UTF-8";
/*
Theme Name: helptheme_forc
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

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

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

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

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

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

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

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/*---------------------------
*
* page
*
---------------------------*/

* {
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #444444;
  background: #fff;
}

main {
  display: block;
}

h1,h2,h3,h4,h5,figure,di,dt,dd {
  margin: 0;
  padding: 0;
}

button {
  padding: 0;
  border: none;
  background: none;
}

button:where(:hover,:focus) {
  cursor: pointer;
}

/* button:focus {
  outline: none;
} */

a {
  color: #444;
  text-decoration: underline;
  word-break: break-all;
}

.l-wrapper {
  width: 100%;
  margin: 0 auto;
}

/*404------------------------------*/
.section-404 {
  margin: 5% auto;
}
.ttl-404 {
  margin-bottom: 30px;
  font-size: 35px;
  padding-bottom: 0.3em;
  border-bottom: 2px solid #ccc;
}

.section-404 p {
  font-size: 1.6rem;
}

.errorImg {
  width: 100%;
  max-width: 100px;
  margin: 24px auto 0;
}
.errorImg img {
  width: 100%;
}

.error-arrow {
  width: 8px;
  display: inline-block;
  margin-right: 8px;
  transform: rotate(180deg);
}
.section-404 a[href*="history.back"] {
  display: inline-block;
  padding-right: 20px;
  margin-top: 50px;
}
/*ページ一覧------------------------------*/
.content-list {
  margin: 0;
}
.content-ttl {
  width: 100%;
  margin-bottom: 0;
  border-bottom: 1px solid #DDDDDD;
}

.content-ttl :where(a,button,div) {
  display: block;
  padding: 20px 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}

.content-ttl.link a {
  padding-right: 30px;
  position: relative;
}
.content-ttl.link a::after {
  content: '';
  width: 8px;
  height: 12px;
  background: url(https://help.arukuto.jp/wp-content/themes/helptheme_forc/img/icon_arrow.svg) center center / 100% auto no-repeat;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
}

.description-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.description-item {
  display: block;
}

.description-item :where(a,button),
.content-wrap .content-ttl :where(a,button) {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
  padding: 20px 28px 20px 16px;
  font-size: 1.6rem;
  text-decoration: none;
  background:#fff;
  position: relative;
}

.description-item :where(a,button)::before,
.content-wrap .content-ttl :where(a,button)::before {
  /* content: '\02514'; */
  content: '\02517';
  color: #CCCCCC;
  display: inline-block;
  margin-right: 0.5em;
}

.description-item :where(a,button)::after {
  content: '';
  width: 8px;
  height: 12px;
  background:url(https://help.arukuto.jp/wp-content/themes/helptheme_forc/img/icon_arrow.svg) center center / 100% auto no-repeat;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0,-50%);
}

.content-wrap .content-ttl :where(a,button)::after {
  content: '';
  width: 8px;
  height: 12px;
  background:url(https://help.arukuto.jp/wp-content/themes/helptheme_forc/img/icon_arrow.svg) center center / 100% auto no-repeat;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0,-50%) rotate(90deg);
}

.content-wrap.is-active > .content-ttl :where(a,button)::after {
  transform: translate(0,-50%) rotate(-90deg);
}

.content-list > .content-wrap > .content-ttl :where(a,button)::before {
  content: none;
}

.description-item {
  border-bottom: 1px solid #DDDDDD;
}

.description-item a {
  text-decoration: none;
}


.content-description {
  display: none;
}

.content-list div:first-child.content-description {
  display: block;
}

.content-list ul {
  list-style: none;
  padding-left: 0;
}

.description-item a, .content-wrap .content-wrap .content-ttl :where(a,button) {
  background: #F7F7F7;
}
/**/

.content-wrap .content-wrap .content-wrap .content-ttl :where(a,button) {
  padding-left: 32px;
}

.content-wrap .content-wrap .content-wrap .content-wrap .content-ttl :where(a,button) {
  padding-left: 64px;
}

.content-wrap .content-wrap .description-item :where(a,button) {
  padding-left: 32px;
  background: #E7E7E7;
}

.content-wrap .content-wrap .content-wrap .description-item :where(a,button) {
  padding-left: 64px;
}

/*記事------------------------------*/

.menu-button-wrap {
  width: 100%;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row nowrap;
  background: #F7F7F7;
  border-bottom: 1px solid #DDDDDD;
}

.button-left {
  height: 100%;
  padding: 0 20px;
  color: #999999;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  text-decoration: none;
}
.button-right {
  height: 100%;
  padding: 0 20px;
  color: #999999;
  font-size: 1.6rem;
  margin-right: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  text-decoration: none;
}

.button-left span {
  position: relative;
  padding-left: 20px;
}
.button-right span {
  position: relative;
  padding-right: 20px;
}

.button-left span::before {
  display: inline-block;
  content: '';
  width: 8px;
  height: 12px;
  background:url(https://help.arukuto.jp/wp-content/themes/helptheme_forc/img/icon_arrow.svg) center center / 100% auto no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform:  translateY(-50%) rotate(180deg);
}
.button-right span::after {
  display: inline-block;
  content: '';
  width: 8px;
  height: 12px;
  background:url(https://help.arukuto.jp/wp-content/themes/helptheme_forc/img/icon_arrow.svg) center center / 100% auto no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform:  translateY(-50%) rotate(-90deg);
}

.l-article {
  padding: 1.6rem;
}

h1 {
  margin-bottom: 16px;
  font-size: 1.8rem;
}

h2 {
  margin-bottom: 16px;
  font-size: 1.8rem;
}

.l-section {
  padding: 16px;
  font-size: 1.6rem;
  line-height: 1.42;
}

.l-section::after {
  content: '';
  display: block;
  clear:both;
}

.l-section *:last-child {
  margin-bottom: 0;
}

.border {
  border: 1px solid #DDDDDD;
}

.l-article p {
  margin-top: 0;
  font-size: 1.6rem;
  line-height: 1.42;
}

.l-article * + * {
  margin-top: 1.2em;
}

.l-article li + li {
  margin-top: 0;
}

.l-article * + h2 {
  margin-top: 2em;
}

.l-article img {
  width: auto;
  /* max-width: 100%; */
  max-width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.large-img img{
    max-width: 100%;
}

@media (max-width: 359px) {
  .l-article img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .l-article img {
    max-width: 500px;
  }
}
.wp-block-image {
  width: 100%;
  margin: 1.5em auto;
}

.wp-block-image::after {
  content: '';
  display: block;
  clear: both;
}

/* .wp-block-image .alignright,
.wp-block-image .alignleft,
.wp-block-image .aligncenter {
  margin: 0;
} */


/*規約類*/
.ex_dl {
  margin-top: 0;
  font-size: 1.6rem;
  line-height: 1.42;
}

.ex_dt {
  font-weight: bold;
}

.ex_dd {
  margin-top: 0.2em;
  margin-bottom: 1.5em;
}

.ex_table {
width: 100%;
border-collapse: collapse;
margin: 1.5em auto;
}

.ex_table td,.ex_table th{
padding: 10px;
border: 1px solid #ddd;
line-height: 1.42;
text-align: left;
font-size: 1.6rem;
}

           
/*aruku& アンケートボタン*/
.enquete-wrap {
  margin-top: 30px;
  color: #444444;
  font-size: 16px;
}
.enquete-wrap .t-center{
  text-align: center;
}

.enquete-wrap .text {
  line-height: 1.8;
}

.enquete-btn-wrap {
  width: 100%;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.enquete-wrap-intro,.enquete-wrap-yes,.enquete-wrap-no {
  display: none;
  margin: 15px auto 30px;
}

.enquete-wrap-intro.is-show,.enquete-wrap-yes.is-show,.enquete-wrap-no.is-show {
  display: block;
}

.enquete-btn-wrap .enquete_btn {
  min-width: 92px;
  padding: 10px 12px;
  cursor: pointer;
}

.enquete-btn-wrap .enquete_btn {
  text-decoration: none;
  color: #666;
  font-weight: bold;
  text-align: center;
}

.enquete-btn-wrap .enquete_btn + .enquete_btn{
  margin-left: 20px;
  margin-top: 0;
}

.btn_gray{
  border:1px solid #ccc;
  color:#666;
  border-radius: 6px;
  background: #fff;
  box-shadow:0 2px 2px rgba(0,0,0,0.1);
}

.btn_gray:hover{
  box-shadow:none;
  position: relative;
  top: 2px;
}

@media screen and (min-width:768px),print {
  .errorImg {
    max-width: 150px;
  }
  .l-article a:hover,
  .l-section a:hover {
    text-decoration: none;
  }

  .button-left,
  .content-wrap a {
    transition: 0.3s opacity 0s linear;
  }

  .button-left:hover,
  .content-wrap a:hover {
    opacity: 0.7;
  }
}/*media*/

@media (hover:hover) {
  .btn:where(:hover,:focus) {
    opacity: 0.8;
  }
  .content-ttl.link a {
    opacity: 0.8;
  }
}

.clear::after {
  content: '';
  display: block;
  clear: both;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt1em {
  margin-top: 1em !important;
}
.u-mt15em {
  margin-top: 1.5em !important;
}

.u-mt2em {
  margin-top: 2em !important;
}
.u-mt25em {
  margin-top: 2.5em !important;
}
.u-mt3em {
  margin-top: 3em !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb1em {
  margin-bottom: 1em !important;
}
.u-mb15em {
  margin-bottom: 1em !important;
}

.u-mb2em {
  margin-bottom: 2em !important;
}
.u-mb25em {
  margin-bottom: 2.5em !important;
}
.u-mb3em {
  margin-bottom: 3em !important;
}

.u-pt0 {
  padding-top: 0 !important;
}
.u-pl0 {
  padding-left: 0 !important;
}
.u-pr0 {
  padding-right: 0 !important;
}

.u-pd1em {
  padding: 1em;
}

.u-fs12 {
  font-size: 12px !important;
}

.u-fs14 {
  font-size: 14px !important;
}

.u-fs16 {
  font-size: 16px !important;
}

.u-fs18 {
  font-size: 18px !important;
}

.u-fs20 {
  font-size: 20px !important;
}

.u-fs24 {
  font-size: 24px !important;
}

.u-fs-smaller {
  font-size: 0.8em !important;
}

.u-fs-larger {
  font-size: 1.3em !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-fw-normal {
  font-weight: normal !important;
}

.u-cl-blue {
  color: #0000ff;
}

.u-cl-red {
  color: #ff0000;
}

.u-cl-pink {
  color: #FF0077;
}

.u-cl-arukuto {
  color: #4bcd9f;
}


