@import url(//use.fontawesome.com/releases/v5.13.0/css/all.css);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, label, input, select, textarea, header, footer, menu {
  margin: 0 auto;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-family: arial, sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  color: #333;
  letter-spacing: .1rem;
  text-align: center;
  vertical-align: baseline;
  list-style: none;
  border-collapse: collapse;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

html, body {
  font-size: 16px;
  font-size: 62.5%; }

html, body, article {
  width: 100%;
  margin: 0;
  padding: 0; }

body {
  font-size: 1.4rem;
  overscroll-behavior: none; }

img {
  display: inline-block;
  vertical-align: bottom; }

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

a,
a:hover,
a:focus,
a:active {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  margin-right: .5rem; }

input,
select,
textarea {
  border: 1px solid lightgray;
  background-color: white; }

textarea {
  height: 100px; }

header {
  z-index: 99; }

.text-primary {
  color: #6174A8 !important; }

.text-secondary {
  color: #685744 !important; }

.text-success {
  color: #67C759 !important; }

.text-danger {
  color: #685744 !important; }

.text-dark {
  color: #1A347C !important; }

.text-opacity-50 {
  opacity: 50%; }

.letter-space-1 {
  letter-spacing: .1rem; }

.letter-space-2 {
  letter-spacing: .2rem; }

.letter-space-5 {
  letter-spacing: .5rem; }

.bg-primary {
  background-color: #6174A8 !important; }

.bg-secondary {
  background-color: #685744 !important; }

.bg-success {
  background-color: #67C759 !important; }

.bg-danger {
  background-color: #685744 !important; }

.bg-muted {
  background-color: #EEEEE6 !important; }

.bg-light {
  background-color: #E8F3FF !important; }

.bg-warning {
  background-color: #F7FD2B !important; }

.bg-dark {
  background-color: #1A347C !important; }

.padding-15vmin-top {
  padding-top: 15vmin; }

.padding-5vmin-top {
  padding-top: 5vmin; }

.padding-5vmin-bottom {
  padding-bottom: 5vmin; }

.padding-5vmin-tb {
  padding-top: 5vmin;
  padding-bottom: 5vmin; }

.width-10rem {
  width: 10rem; }

.max-width-6rem {
  max-width: 6rem; }

.max-width-12rem {
  max-width: 12rem; }

.max-width-16rem {
  max-width: 16rem; }

.max-width-20rem {
  max-width: 20rem; }

.max-width-24rem {
  max-width: 24rem; }

.max-width-50rem {
  max-width: 50rem; }

.max-width-680px {
  max-width: 680px; }

.max-width-740px {
  max-width: 740px; }

.height-2-rem {
  height: 2rem; }

.height-2half-rem {
  height: 2.5rem; }

.rounded-10 {
  border-radius: 1rem; }

.box-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

.text-shadow {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

.triangle {
  position: relative; }
  .triangle:after {
    content: '';
    display: block;
    border-top: 20px solid transparent;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    position: absolute; }
  .triangle.triangle-primary:after {
    border-top-color: #6174A8;
    left: 50%;
    bottom: -20px;
    transform: translate(-50%, 0); }

.bg-square {
  position: relative;
  transform: translate(-0.75rem, -0.75rem); }
  .bg-square:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    z-index: 0; }
  .bg-square img, .bg-square span {
    display: inline-block;
    position: relative;
    z-index: 1; }
  .bg-square.bg-color-white:after {
    background-color: white; }
  .bg-square.bg-color-light:after {
    background-color: #E8F3FF; }
  .bg-square.bg-color-success {
    z-index: 2;
    left: 1rem;
    top: -2rem; }
    .bg-square.bg-color-success:after {
      background-color: #67C759;
      border-radius: 50%;
      top: .5rem;
      left: .5rem; }

.underline {
  position: relative;
  display: inline-block;
  z-index: 0; }
  .underline:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1; }
  .underline.bg-yellow:after {
    background-color: #F7FD2B; }
  .underline.bg-brown:after {
    background-color: #685744; }
  .underline.bg-height-2px:after {
    height: 2px;
    bottom: -.8rem; }
  .underline.bg-height-3:after {
    height: .3rem;
    bottom: .3rem; }
  .underline.bg-height-6:after {
    height: .6rem;
    bottom: -.6rem; }
  .underline.bg-height-8:after {
    height: .8rem;
    bottom: .6rem; }
  .underline.bg-height-10:after {
    height: 1rem;
    bottom: 0; }
  .underline.bg-height-30:after {
    height: 3rem; }

.check-icon {
  position: relative;
  padding-left: 3rem; }
  .check-icon:before {
    content: '';
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-image: url("/wp-content/themes/perpanas/img/souzoku/check_icon.png");
    background-size: 2.5rem auto;
    background-position: center left;
    background-repeat: no-repeat;
    position: absolute;
    left: -1rem; }

.border-dash {
  border-bottom: 1px dashed #E8F3FF; }

.mw_wp_form .error {
  text-align: left; }

@media screen and (max-width: 575px) {
  .ctv-md-circle {
    padding: 1rem 0; } }
@media screen and (min-width: 576px) {
  .ctv-md-circle {
    width: 10rem;
    height: 10rem;
    padding: 2.5rem 0 0 0;
    position: absolute;
    top: -1rem;
    left: -2rem;
    border-radius: 5rem; } }
@media screen and (max-width: 768px) {
  .mw-md-85 {
    max-width: 85% !important; }

  .mt-md-20vmin {
    margin-top: 20vmin; }

  .ctv-md-tel {
    padding-bottom: 1rem; }

  .pagetop {
    bottom: 10rem; } }
@media screen and (min-width: 769px) {
  .px-lg-8rem {
    padding-left: 8rem;
    padding-right: 8rem; }

  .pagetop {
    bottom: 2rem; } }
