@charset "UTF-8";

/*   
Theme Name: XeoryBase
Theme URI: http://xeory.jp/
Description: Xeoryカスタム
Author: KAZUYA IKEDA
Author URI: http://kazuyaikeda.com/
*/

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;
    vertical-align: baseline;
}

ol,
ul {
    list-style: none;
}

table {
    margin: 30px 0;
    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;
}

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


/* all
-------------------------------------------------- */

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

body {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    color: #55585A;
    overflow-wrap: break-word;
    word-break: normal;
}

a {
    -webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}

a:focus,
a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

* {
    box-sizing: border-box;
}


/* ----------------------------------------
余白
---------------------------------------- */

.mt-s {
    margin-top: 15px;
}

.mt-m {
    margin-top: 30px;
}

.mt-l {
    margin-top: 60px;
}

.mb-s {
    margin-bottom: 15px;
}

.mb-m {
    margin-bottom: 30px;
}

.mb-l {
    margin-bottom: 60px;
}

.pt-s {
    padding-top: 15px;
}

.pt-m {
    padding-top: 30px;
}

.pt-l {
    padding-top: 60px;
}


/* ----------------------------------------
flexbox
---------------------------------------- */

.flex {
    display: flex;
}


/* 縦方向中央揃え */

.flex-center-v {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
}


/* 横方向中央揃え */

.flex-center {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    /* 横方向中央揃え（Safari用） */
    justify-content: center;
    /* 横方向中央揃え */
}


/* 右寄せ */

.flex-right {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    /* 横方向中央揃え */
}


/* 縦並び */

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-sb {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}


/* ----------------------------------------
clear
---------------------------------------- */

.clear {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before {
    display: inline-table;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}


/* ----------------------------------------
text
---------------------------------------- */

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    clear: both;
    margin: 0 0 28px;
    padding: 30px 20px 35px 55px;
    position: relative;
    border: 1px #e5e5e5 solid;
    background: #fafafa;
}

blockquote:before {
    content: '';
    font-family: 'FontAwesome';
    font-size: 36px;
    color: #e7e7e7;
    position: absolute;
    top: 10px;
    left: 10px;
}

blockquote cite {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 12px;
    color: #808080;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    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;
}


/* ----------------------------------------
font
---------------------------------------- */


/* font-size */

.fs12 {
    font-size: 1.2rem;
}

.fs24 {
    font-size: 4rem;
}

.fs36 {
    font-size: 3.6rem;
}

.fs60 {
    font-size: 10rem;
}


/* font */

.bold {
    font-weight: bold;
}


/* ----------------------------------------
align
---------------------------------------- */

.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
    margin-left: 12px;
    margin-bottom: 12px;
}

.alignleft {
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
}

.aligncenter {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


/* header */

#logo {
    margin: 0;
}


/* ----------------------------------------
見出し
---------------------------------------- */

.post-title {
    font-size: 2rem;
    clear: both;
    font-weight: bold;
    color: #2b2b2b;
    margin-bottom: 15px !important;
}


/* 追加 page-full -------- */

.page-template-page-top h1 {
    font-size: 14px;
    text-align: center;
}

.page-template-page-full h2,
.page-template-page-top h2 {
    font-size: 36px !important;
    font-weight: bold !important;
    margin-bottom: 60px !important;
    text-align: center !important;
    border: none !important;
}

.page-template-page-full h2:after,
.page-template-page-top h2:after {
    content: none !important;
}


/* 追加 page-web -------- */

.page-template-page-web h1,
.page-template-page-full h1 {
    text-align: center;
    margin: 0 !important;
}


/* page・post共通 */

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    font-weight: bold;
    line-height: 1.5;
}

.post-content h1 {
    font-size: 36px;
    margin: 1em 0;
    clear: both;
}

.post-content h2 {
    padding: 55px 0 20px 0;
    margin: 0;
    font-size: 24px;
    border: none !important;
}

.post-content h3 {
    font-size: 20px;
    padding: 50px 0 15px 0;
    margin: 0;
    border: none !important;
}

.post-content h4 {
    font-size: 18px;
    padding: 20px 0 15px 0;
    margin: 0;
    border: none !important;
}

.post-content h5 {
    font-size: 16px;
    margin: 2em 0 1em;
}

.post-content h6 {
    font-size: 14px;
    margin: 2em 0 1em;
}

.post-content p,
.page-content p,
.post-content pre {
    margin: 0 0 1.6em;
    line-height: 2rem;
    font-size: 0.9rem;
}


/* ----------------------------------------
LIST
---------------------------------------- */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

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

.post-content ul,
.post-content ol {
    margin: 50px 0 50px 20px;
}

.post-content ul li {
    margin-top: 20px;
    font-size: 1rem;
    font-weight: 400;
    -webkit-font-smoothing: auto;
    color: #55585a;
    padding-left: 10px;
    position: relative;
    line-height: 1.3rem;
}

.post-content ul li:before {}

.post-content ul li:after {}


/* ----------------------------------------
blockquote
---------------------------------------- */

.post-content blockquote {
    clear: both;
    margin: 0 0 28px;
    padding: 30px 20px 35px 55px;
    position: relative;
    border: 1px #eee solid;
}

.post-content blockquote:before {
    content: '';
    font-family: 'FontAwesome';
    font-size: 32px;
    color: #e7e7e7;
    position: absolute;
    top: 20px;
    left: 12px;
}

.post-content blockquote cite {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 12px;
    color: #808080;
}

.post-content blockquote *:last-child {
    margin-bottom: 0;
}


/* ----------------------------------------
table
---------------------------------------- */

.post-content table,
.page-content table {
    max-width: 100%;
    margin-bottom: 48px;
}

.post-content table th,
.page-content table th,
.post-content table td,
.page-content table td {
    padding: 2%;
}

.post-content table th,
.page-content table th {}

.post-content table thead th,
.page-content table thead th {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.post-content table tbody th,
.page-content table tbody th {
    font-weight: bold;
    font-size: 14px;
}

.post-content table.table-line table,
.post-content table.table-line th,
.post-content table.table-line td {
    border-color: #fff;
}

.post-content table.table-line th {
    background: transparent;
    color: #333;
    font-weight: bold;
}

.post-content table.table-line thead th {
    background: #5e6265;
    color: #fff;
}

.post-content table.table-line tr {
    background: #eee;
}

.post-content table.table-line tr:nth-child(2n+1) {
    background: #ddd;
}

.table-grad:after {
    background-image: none;
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
}


/* 横スクロールテーブル ----------------- */

.compare_table {
    margin-bottom: 20px;
    overflow-x: auto;
    width: auto;
}

.compare_table table {
    margin: 0 0 20px 0;
}

.compare_table .table-wrap {
    margin-bottom: 0;
}

.compare_table tr {
    display: flex;
}

.compare_table th,
.compare_table td {
    min-width: 150px;
}

.compare_table thead th:nth-of-type(1),
.compare_table tbody th {
    left: 0;
    min-width: 150px;
    position: sticky;
}


/* ----------------------------------------
caption
---------------------------------------- */

.wp-caption {
    border: 1px solid #ddd;
    text-align: left !important;
    background-color: #f3f3f3;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    margin: 10px;
    max-width: 100%;
    box-sizing: border-box;
    /* optional rounded corners for browsers that support it */
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption.aligncenter {
    margin: 10px auto;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
    text-align: left !important;
}


/* ----------------------------------------
* pagetop
---------------------------------------- */

.pagetop {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: 50px;
    right: 50px;
    color: #fff;
}

.pagetop span {
    display: block;
    border-radius: 25px;
    background: #2b2b2b;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 40px;
    font-size: 36px;
}

.pagetop span i {
    color: #fff;
}

.pagetop.show {
    visibility: visible;
    opacity: .8;
}


/* ----------------------------------------
tablet
---------------------------------------- */

@media screen and (max-width: 991px) {
    /* tablet */
    .pagetop {
        right: 20px;
        bottom: 20px;
    }
    /* tablet end */
}

.row {
    *zoom: 1;
}

.row:before {
    display: inline-table;
}

.row:after {
    content: "";
    display: block;
    clear: both;
}


/* -------------------------------------------------------------------
デバイス
---------------------------------------- */

@media screen and (max-width: 1200px) {
    /* laptop */
    /* laptop end */
}

@media (min-width: 992px) and (max-width: 1200px) {
    /* laptop only */
    /* laptop only end */
}

@media screen and (max-width: 991px) {
    /* tablet */
    /* tablet end */
}

@media (min-width: 768px) and (max-width: 991px) {
    /* tablet only */
    /* tablet only end */
}


/* -------------------------------------------------------------------
phone
---------------------------------------- */

@media screen and (max-width: 767px) {
    /* phone */
    /* ----------------------------------------
table
---------------------------------------- */
    .post-content table {
        width: 100%;
        -webkit-overflow-scrolling: touch;
        white-space: normal;
        margin-bottom: 0;
    }
    /* ----------------------------------------
 PAGE
---------------------------------------- */
    .post-title-bg {
        padding: 15px 0 !important;
    }
    /* ----------------------------------------
余白
---------------------------------------- */
    .mt-s {
        margin-top: 5px;
    }
    .mt-m {
        margin-top: 15px;
    }
    .mt-l {
        margin-top: 30px;
    }
    .mb-s {
        margin-bottom: 5px;
    }
    .mb-m {
        margin-bottom: 15px;
    }
    .mb-l {
        margin-bottom: 30px;
    }
    .pt-s {
        padding-top: 5px;
    }
    .pt-m {
        padding-top: 15px;
    }
    .pt-l {
        padding-top: 30px;
    }
    /* ----------------------------------------
font
---------------------------------------- */
    /* font-size */
    .fs12 {
        font-size: 1.2rem;
    }
    .fs24 {
        font-size: 1.4rem;
    }
    .fs36 {
        font-size: 1.8rem;
    }
    .fs60 {
        font-size: 2rem;
    }
    /* phone end */
}