@charset "UTF-8";

/*   
Theme Name: LP Base テンプレート
Theme URI: 
Description: LP Base テーマ
Author: 
Author URI: 
*/

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/*==============================================================================
all
============================================================================= */
::selection {
  background: #003280;
  color: #ffffff;
}
::-moz-selection {
  background: #003280;
  color: #ffffff;
}
html {
  line-height: 1;
  font-size: 62.5%;
  overflow-x: hidden;
  position: relative;
}
body {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  -webkit-transition: all ease-in-out .4s;
  transition: all ease-in-out .4s;
}
a:focus,
a:active,
a:hover {
  outline: 0;
}
* {
  box-sizing: border-box;
}
br {
  display: block;
  margin: 10px;
  display: block;
  content: "";
  margin: .4rem 0;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
img {
  width: 100%;
  height: auto;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/*==============================================================================
HTML5
============================================================================= */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
/*==============================================================================
asset
============================================================================= */
.p-spacer-1 {
  height: 3vw;
}
@media screen and (min-width: 1024px) {
  .p-spacer-1 {
    height: 1vw;
  }
}
.p-spacer-2 {
  height: 4vw;
}
@media screen and (min-width: 1024px) {
  .p-spacer-2 {
    height: 1.5vw;
  }
}
.p-spacer-3 {
  height: 6vw;
}
@media screen and (min-width: 1024px) {
  .p-spacer-3 {
    height: 3vw;
  }
}
.p-spacer-4 {
  height: 8vw;
}
@media screen and (min-width: 1024px) {
  .p-spacer-4 {
    height: 4vw;
  }
}
.p-left {
  text-align: left;
}
.p-right {
  text-align: right;
}
.p-center {
  text-align: center;
  text-wrap: balance;
}
.justify {
  text-align: justify;
}
.is-sp-show {
  display: block;
}
@media screen and (min-width: 1024px) {
  .is-pc-hide {
    display: none;
  }
}
.sp-hide {
  display: none;
}
.pc-hide {
  display: block;
}
@media screen and (min-width: 1024px) {
  .sp-hide {
    display: block;
  }
  .pc-hide {
    display: none;
  }
}
.is-hide {
  opacity: 0;
  position: absolute !important;
  visibility: hidden;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.is-show {
  opacity: 1 !important;
  position: relative;
  visibility: visible !important;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.notes {
  display: block;
}
input.hidden {
  display: none;
}
/*==============================================================================
clear
============================================================================= */
.clear {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  display: inline-table;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/*==============================================================================
text
============================================================================= */
b,
strong {
  font-weight: bold;
}
blockquote {
  clear: both;
  margin: 0;
  position: relative;
}
blockquote cite {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 1.2rem;
}
dfn {
  font-style: italic;
}
mark {}
code,
kbd,
pre,
samp {
  font-size: 1em;
  overflow-x: scroll;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/*==============================================================================
list
============================================================================= */
text
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
.inline-list li {
  display: inline-block;
}
/*==============================================================================
embed
============================================================================= */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
/*==============================================================================
form
============================================================================= */
/* chrome form reset */
*:focus {
  outline: none;
}
/* input Reset */
form input[type=text],
form input[type=email],
form input[type=url],
form input[type=tel],
form input[type=number],
form input[type=date],
form textarea {
  -webkit-appearance: none;
}
form {
  margin: 0;
}
fieldset {}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.btn {
  cursor: pointer;
  *overflow: visible;
  -webkit-appearance: none;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
form.post-password-form {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="tel"],
form input[type="number"],
form input[type="date"],
form textarea {
  max-width: 100%;
  outline: none;
  box-sizing: border-box;
}
form textarea {
  width: 80%;
}
form input[type="submit"],
form button,
form input[type="submit"]:hover,
form button:hover {
  cursor: pointer;
}
/* post */
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-weight: bold;
}
.post-content p,
.post-content pre {
  margin: 0 0 1.6em;
  line-height: 1.6;
}