/* https://www.advancedcustomfields.com/resources/google-map/ */

/* Fixes potential theme css conflict. */
.articleMap img {
    max-width: inherit !important;
}


@charset "UTF-8";
/*
#overview
base
*/
/*
#colors
@$color1 #004986
@$color2 #f36f2e
@$textColor #000
*/
/*
$mincho: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
*/
/*******************************
Default Mixin
*******************************/
/*----------------------
フォントサイズ「rem」の使用
----------------------*/
/*******************************
Customized Mixin
*******************************/
.wp-post::before {
    content: '';
    display: table;
}

.wp-post::after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.wp-post > :last-child {
    margin-bottom: 0;
}

.wp-post p {
    margin-bottom: 20px;
}

.wp-post span,
.wp-post em,
.wp-post itaric,
.wp-post strong {
    font-size: inherit;
    color: inherit;
}

.wp-post strong,
.wp-post b {
    font-weight: bold;
}

.wp-post em {
    font-style: italic;
}

.wp-post blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

.wp-post h1 {
    font-size: 160%;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
}

.wp-post h2 {
    font-size: 140%;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
}

.wp-post h3 {
    font-size: 120%;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
}

.wp-post h4 {
    font-size: 100%;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
}

.wp-post h5 {
    font-size: 80%;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
}

.wp-post h6 {
    font-size: 70%;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
}

.wp-post table {
    width: 100%;
    margin-bottom: 30px;
}

.wp-post table th {
    width: 25%;
    background-color: #eee;
    padding: 4px;
    border: 1px solid #AAAAAA;
}

.wp-post table td {
    padding: 4px;
    border: 1px solid #AAAAAA;
}

.wp-post ul {
    list-style: circle;
    padding-left: 1.2em;
    margin-bottom: 1em;
}

.wp-post ol {
    list-style: decimal;
    padding-left: 1.2em;
    margin-bottom: 1em;
}

.wp-post a {
    text-decoration: underline;
    color: #003CFF;
}

.wp-post a:hover {
    color: #FF0004;
}

.wp-post img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.wp-post img[class*="wp-image-"],
.wp-post img[class*="attachment-"],
.wp-post img.pict {
    margin: 1em 5px 2em 0;
    display: block;
}

.wp-post img.pict {
    margin: 1em auto 2em;
}

.wp-post img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-post img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    vertical-align: top;
}

.wp-post img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    vertical-align: top;
}

.wp-post .alignright {
    float: right;
}

.wp-post .alignleft {
    float: left;
}

.wp-post iframe {
    max-width: 100% !important;
}

/*# sourceMappingURL=wordpress.css.map */
