@charset "utf-8";
/*===============================
===============================

	common.css(抜粋)

===============================
================================*/
@charset "utf-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/*===============================

	reset,base

================================*/
html {
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3',
    'Helvetica Neue', Arial, 'メイリオ', Meiryo, YuGothic, sans-serif;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: -apple-system, BlinkMacSystemFont, Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3',
    'Helvetica Neue', Arial, 'メイリオ', Meiryo, YuGothic, sans-serif;
  font-size: 1.6rem;
}

select::-ms-expand {
  display: none;
}

body {
  width: 100%;
  height: 100%;
  color: #3c3c3c;
}
a {
  color: #3c3c3c;
  text-decoration: none;
}

/* .sp a:hover {
  opacity: 1;
} */

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

h1,
h2,
h3,
h4,
h5,
h6,
ul,
dl,
li,
dt,
dd,
figure,
p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

ol {
  padding-left: 1em;
}

button {
  background: none;
  border: none;
  outline: none;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1112px;
  }
  a,
  button {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
  }
}

/*===============================

	module

================================*/
/*見出し*/
.ttl-page-main {
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  position: relative;
}

.ttl-page-main::before,
.ttl-page-main::after {
  content: '';
  display: block;
  width: 24px;
  margin-right: 10px;
  border-bottom: 1px solid #3c3c3c;
  flex-grow: 0;
  flex-shrink: 0;
}

.ttl-page-main::after {
  margin-left: 10px;
  margin-right: 0;
}

.ttl-deco {
  position: relative;
}

.ttl-deco::before,
.ttl-deco::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -16px;
  width: 16px;
  height: 3px;
  background: #42b860;
}

.ttl-deco::after {
  margin-left: 0;
  background: #cecece;
}

/*お知らせ*/
.confirm {
  padding: 24px 16px;
  background: #ffecec;
  font-size: 1.6rem;
  line-height: 1.8;
  border-radius: 4px;
}

.notice {
  color: #f15343;
  font-size: 1.6rem;
  line-height: 1.8;
}
/*ボタンwrap*/
.btn-group,
.btn-group form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}

.page-inner .btn-group:last-of-type {
  margin-top: 40px;
}

.btn-group a + *,
.btn-group button + * {
  margin-top: 24px;
}
/*デフォルトのボタン*/
.btn-default {
  width: calc(100% - 32px);
  max-width: 500px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  border-radius: 6px;
  background: #e61e0a;
  border: 2px solid #e61e0a;
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}

.btn-default::after {
  content: '';
  width: 9px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(180deg);
  background: url(/site/pntweb/img/contact/icon_arrows_fff.svg) center center / 100% auto no-repeat;
}

.btn-default__back {
  background: #fff;
  color: #e61e0a;
  border-color: #e61e0a;
}

.btn-default__back::after {
  top: 50%;
  right: auto;
  left: 16px;
  background: url(/site/pntweb/img/contact/icon_arrows_e61e0a.svg) center center / 100% auto
    no-repeat;
  transform: translateY(-50%) rotate(0);
}
/*ctaボタン*/
.btn-document,
.btn-inquiry {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  border-radius: 3px;
}

.btn-document span {
  color: #e61e0a;
}

.btn-inquiry span {
  color: #fff;
}

.btn-document {
  border: 1px solid #e61e0a;
  background: #fff;
}

.btn-inquiry {
  border: 1px solid #42b860;
  background: #42b860;
}
/*topへ*/
.btn-totop {
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.btn-totop span {
  width: 6px;
  height: 11px;
  transform: rotate(90deg);
}

.btn-totop span img {
  width: 100%;
}

/*利用規約的な定義リスト*/
.list-definition {
  margin: 24px auto;
  line-height: 1.8;
}

.list-definition dt {
  font-size: 2rem;
}

.list-definition dt + dd {
  font-size: 1.6rem;
}

.list-definition dd + dt {
  margin-top: 3.2rem;
}

.list-definition dt + dd {
  margin-top: 2.4rem;
}
/**/

.inline-block {
  display: inline-block;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.text {
  font-size: 1.6rem;
  line-height: 1.8;
}

* + .text {
  margin-top: 24px;
  margin-bottom: 24px;
}

.flex-center-center {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.flex-center-start {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
}

.is-pc {
  display: none !important;
}
.is-sp {
  display: block !important;
}

.pc-block {
  display: inline;
}

.text a,
.list-definition a {
  text-decoration: underline;
}

.notice a {
  color: #f15343;
}

@media screen and (min-width: 768px), print {
  .ttl-page-main {
    margin-bottom: 80px;
    font-size: 48px;
  }
  .ttl-page-main::before,
  .ttl-page-main::after {
    width: 64px;
    margin-right: 20px;
  }
  .ttl-page-main::after {
    margin-right: 20px;
    margin-left: 20px;
  }
  .confirm {
    margin-bottom: 24px;
  }
  * + .text {
    margin-top: 44px;
  }
  .list-definition {
    margin: 44px auto;
  }
  .list-definition dt {
    font-size: 3rem;
  }

  .page-inner .btn-group:last-of-type {
    margin-top: 80px;
  }

  .btn-group.btn-group__reverse {
    flex-direction: row-reverse;
  }

  .btn-default {
    width: 300px;
  }

  .btn-group > a,
  .btn-group > button {
    margin: 0 12px;
  }

  .btn-totop {
    bottom: 38px;
    right: 38px;
    width: 64px;
    height: 64px;
  }

  .btn-totop span {
    width: 12px;
    height: 22px;
  }

  .ttl-deco::before,
  .ttl-deco::after {
    width: 32px;
    height: 6px;
  }

  .ttl-deco::before {
    left: 0;
    margin-left: 0;
  }

  .ttl-deco::after {
    left: 32px;
  }

  .is-pc {
    display: block !important;
  }
  .is-sp {
    display: none !important;
  }

  .pc-block {
    display: block;
  }
}

/*===============================

	layout

================================*/
.l-wrapper {
  width: 100%;
  min-height: 100%;
  padding-top: 45px;
  position: relative;
  background: #fcf8f8;
  z-index: 0;
}

.l-main {
  width: 100%;
  background: #fcf8f8;
}

.l-section {
  width: 100%;
}

.l-section-inner {
  width: 100%;
  position: relative;
}

.l-section-inner.page-inner {
  padding: 48px 16px;
}

@media screen and (min-width: 768px), print {
  .l-wrapper {
    min-height: 100%;
    padding-top: 120px;
    padding-bottom: 438px;
  }
  .l-section-inner {
    width: 1112px;
    margin: 0 auto;
    padding: 0 16px;
  }
  .l-section-inner.page-inner {
    padding: 90px 96px 120px;
  }
}

/*
	header
================================*/

.l-header {
  width: 100%;
  height: 45px;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.l-header-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.l-header a {
  color: #3c3c3c;
}

.l-header-inner img {
  display: block;
}

.header-logo {
  width: 98px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  /*aがないものがあるため指定*/
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.header-logo a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.header-logo img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .l-header {
    height: 120px;
  }

  .l-header-inner {
    width: 1112px;
    padding: 0 16px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row nowrap;
  }

  .header-logo {
    width: 112px;
    position: static;
    margin-left: 0;
    transform: translateX(0);
    flex-shrink: 0;
    flex-grow: 0;
  }
}

/*
	footer
================================*/
.l-footer {
  width: 100%;
  background: #efefef;
}

.l-footer a {
  color: #3c3c3c;
}

.l-footer-inner {
  width: 100%;
  padding: 36px 0 56px;
}

.l-footer-inner .copyright-group:only-child {
  margin-top: 0;
}

.copyright-group {
  margin-top: 60px;
}
.logo-onecompath-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.copyright-group a {
  display: inline-block;
}

.logo-onecompath,
.logo-onecompath-wrap > img {
  width: 130px;
}

.logo-onecompath > img {
  width: 100%;
}

.mark-pmark {
  width: 40px;
  margin-left: 16px;
}

.mark-pmark img {
  width: 100%;
}

.copy-onecompath {
  margin-top: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .l-footer {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .l-footer-inner {
    width: 980px;
    height: 438px;
    margin: 0 auto;
    padding: 66px 0 82px;
  }

  .copyright-group {
    margin-top: 66px;
  }

  .copyright-group a {
    display: inline-block;
  }

  .logo-onecompath,
  .logo-onecompath-wrap > img {
    width: 200px;
  }

  .mark-pmark {
    width: 50px;
    margin-left: 32px;
  }

  .copy-onecompath {
    margin-top: 12px;
    font-size: 1.4rem;
  }

  .footer-menu .no-ttl a.link-window {
    background: none;
  }
}



/*===============================
===============================

	form.css

===============================
================================*/
.page .l-wrapper {
  padding-bottom: 141px;
}

.l-footer-inner {
  height: 141px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.l-footer {
  position: absolute;
  bottom: 0;
  left: 0;
}

.form-group {
  width: 100%;
  margin-top: 32px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-flow: row wrap;
  border: 1px solid #e6e6e6;
}

.input-group {
  width: 100%;
  padding: 0 16px 16px;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
}

.form-group > .input-group {
  min-height: 130px;
}

.input-group + .input-group.no-border {
  border-top: none;
}

.input-group + .input-group {
  border-top: 1px solid #e6e6e6;
}

.input-group-title {
  height: 70px;
  margin: 0 -16px 16px;
  padding: 0 16px;
  border-bottom: 1px solid #dddddd;
  display: block;
  background: #f5f5f5;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 70px;
}

.input-group input[type='text'],
.input-group textarea {
  padding: 10px 12px;
  border: 1px solid #dddddd;
  box-shadow: none;
  width: 100%;
  background-color: #fff3f3;
  border-radius: 3px;
  outline: none;
}
.input-group textarea {
  height: 200px;
  resize: none;
}
.input-group input::placeholder {
  color: #cccccc;
}

.telephone-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row nowrap;
}

.telephone-wrap span {
  padding: 0 0.5em;
}

.input-group .memo {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  margin: 8px 0 0;
}

.input-group .error-messages {
  width: 100%;
  margin-top: 8px;
  color: #f15343;
  font-size: 1.2rem;
}

.address-wrap .input-group.input-city {
  padding-top: 24px;
}

.address-wrap .input-group {
  padding-left: 0;
  padding-right: 0;
}

.address-wrap div:last-child.input-group {
  padding-bottom: 0;
}

.input-group .error-messages span {
  display: block;
}

.input-group .require {
  display: inline-block;
  width: 38px;
  height: 18px;
  margin-left: 8px;
  background: #f15343;
  color: #fff;
  line-height: 18px;
  text-align: center;
  font-size: 1.2rem;
  position: relative;
  top: -2px;
}

.input-group select {
  width: 100%;
  height: 40px;
  line-height: 38px;
  padding: 0 30px 0 8px;
  font-size: 1.6rem;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background: url(/site/pntweb/img/contact/icon_triangle.png) center right 16px no-repeat;
  background-color: #fff;
  background-size: 10px auto;
  outline: none;
}

.thanks-ttl {
  margin-bottom: 3.2rem;
  font-size: 2rem;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .page .l-wrapper {
    padding-bottom: 144px;
  }
  .l-footer-inner {
    height: 144px;
  }
  .input-group {
    padding: 0 32px 28px;
  }
  .form-group > .input-group {
    min-height: 136px;
  }
  .input-group-title {
    height: 52px;
    padding: 16px 32px;
    margin: 0 -32px 28px;
    line-height: 20px;
  }

  .input-group__half {
    width: 50%;
    border-top: none;
  }

  .input-group__half:nth-child(2) {
    border-top: none;
  }

  .input-group__half:nth-child(even) {
    border-left: 1px solid #dddddd;
  }

  .input-group .require {
    width: 46px;
  }

  .address-wrap {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
  }

  .address-wrap .error-messages + .input-group {
    padding-top: 0;
  }

  .address-wrap .input-group,
  .address-wrap select {
    width: 260px;
  }

  .address-wrap .input-group.input-city {
    width: 310px;
    padding-top: 0;
  }

  .address-wrap .input-group {
    padding: 0;
  }

  .telephone-wrap {
    justify-content: flex-start;
  }

  .input-group .telephone-wrap input {
    width: 120px;
  }

  .input-group textarea {
    height: 140px;
  }

  .thanks-ttl {
    padding-top: 32px;
    margin-bottom: 3.6rem;
    font-size: 3rem;
  }

  .thanks-ttl + .text {
    text-align: center;
  }
}
